Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server
You last visited: Today at 15:34

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



vSRO Server Files Mirrors

Discussion on vSRO Server Files Mirrors within the SRO Private Server forum part of the Silkroad Online category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2011
Posts: 802
Received Thanks: 393
vSRO Server Files Mirrors

Vsro Server Files Mirrors


Vsro Files Part 1:
- password: fortheworstcommunityever

Quote:
Quote:
Vsro Files Part 2:
Quote:
Quote:
Vsro Files Part 3:
Quote:
Quote:
Vsro Database:
Quote:
Clean Database Working with MSSQL 2005

Srpatch for Vsro:
Quote:
SR_GameServer
- Ratio fixes [exp, etc]
- Cap 120 [lvl 120 max, pets 120, party matching lvl 120]
- Mastery for 120 cap [360]
- Creation of .dmp files bypass

GlobalManager
- Removal of AccPlayTime update query

Cracked xtrap sro_client:
Quote:
SMC + billing script (asp):
Quote:
Custom Certification :
Quote:
Latest Cert.
Certification Patches
Quote:
Certification Patch 1


Certification Patch 2
Certification Configs
Quote:




Tools


IpInput
Quote:
Gm Helper
Quote:
DDS to DDj
Quote:
Vsro PK2 Tools
Quote:
Vsro Server Auto-Startup
Quote:
Blowfisher
Quote:


H34D_B4NG3R is offline  
Thanks
15 Users
Old 02/12/2012, 05:41   #2
 
elite*gold: 0
Join Date: Feb 2012
Posts: 160
Received Thanks: 64
head banger , man i really love ya
zChopper is offline  
Thanks
1 User
Old 02/12/2012, 05:55   #3
 
elite*gold: 0
Join Date: Jun 2011
Posts: 802
Received Thanks: 393
Quote:
Originally Posted by zChopper View Post
head banger , man i really love ya
Thx...but we still need Certification, SMC, ODBC and others....maybe someone will upload them not just saying that they will..
Btw i will make a torrent with them for better download speed
H34D_B4NG3R is offline  
Thanks
1 User
Old 02/12/2012, 05:57   #4
 
elite*gold: 0
Join Date: Feb 2012
Posts: 160
Received Thanks: 64
yeah , abdel had to go somewhere so he's off skype , hoping he will return soon , if i get them i'll upload them for ya forsure ^^.
i had them until i did a syst recovery yesterday , come to figures files don't work when i relogged :S , papa syster mader fack xD.
zChopper is offline  
Thanks
3 Users
Old 02/12/2012, 06:06   #5
 
elite*gold: 0
Join Date: Jan 2012
Posts: 130
Received Thanks: 90
abdo is sleeping right now
@H34D thanks bro
if i have them i was uploaded them from 1 year ago
but i didn't downloaded them
Ahmed Abdelhady is offline  
Thanks
2 Users
Old 02/12/2012, 06:13   #6
 
elite*gold: 0
Join Date: Jun 2011
Posts: 802
Received Thanks: 393
I'm making a torrent with the vsro files and after i will upload them to a mirror..i think in 1 hour i will finish uploading
H34D_B4NG3R is offline  
Thanks
1 User
Old 02/12/2012, 06:14   #7
Chat Killer In Duty


 
PortalDark's Avatar
 
elite*gold: 5
Join Date: May 2008
Posts: 16,310
Received Thanks: 6,470
everyone
use this to make mirrors
seems to be quite good since multiupload is down
PortalDark is offline  
Old 02/12/2012, 06:34   #8
 
elite*gold: 0
Join Date: Jun 2011
Posts: 802
Received Thanks: 393
Quote:
Originally Posted by PortalDark View Post
everyone
use this to make mirrors
seems to be quite good since multiupload is down
Max 250mb upload -.-
H34D_B4NG3R is offline  
Old 02/12/2012, 13:10   #9
 
Dr.Abdelfattah's Avatar
 
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,373
Here we go
SMC + billing script (asp)


Certification
Dr.Abdelfattah is offline  
Thanks
1 User
Old 02/12/2012, 13:19   #10
 
kevin_owner's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1,484
Received Thanks: 809
Quote:
Originally Posted by Dr.Abdelfattah View Post
Here we go
SMC + billing script (asp)


Certification
That certification server isn't the correct one. If you don't close the certification port your server you can request all the data.
kevin_owner is offline  
Old 02/12/2012, 13:24   #11
 
Dr.Abdelfattah's Avatar
 
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,373
Quote:
Originally Posted by kevin_owner View Post
That certification server isn't the correct one. If you don't close the certification port your server you can request all the data.
It's correct one and also right u must close it's port !
Dr.Abdelfattah is offline  
Thanks
1 User
Old 02/12/2012, 13:28   #12
 
kevin_owner's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1,484
Received Thanks: 809
Quote:
Originally Posted by Dr.Abdelfattah View Post
It's correct one and also right u must close it's port !
Code:
                    else if (packet.Opcode == 0x6003)
                    {
                        String name = packet.ReadAscii();
                        String ip = packet.ReadAscii();

                        // todo: verify data against certification info //

                        Packet response = new Packet(0xA003, false, true);
                        response.WriteUInt8Array(context_data.m_certification_buffer);
                        context_data.m_security.Send(response);
                    }
Right from the src folder as you can see NO check if the connected client is allowed to receive anything so you could close the port but it's always better to have a double security instead of trusting the firewall.
kevin_owner is offline  
Old 02/12/2012, 13:34   #13
 
Dr.Abdelfattah's Avatar
 
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,373
Quote:
Originally Posted by kevin_owner View Post
Code:
                    else if (packet.Opcode == 0x6003)
                    {
                        String name = packet.ReadAscii();
                        String ip = packet.ReadAscii();

                        // todo: verify data against certification info //

                        Packet response = new Packet(0xA003, false, true);
                        response.WriteUInt8Array(context_data.m_certification_buffer);
                        context_data.m_security.Send(response);
                    }
Right from the src folder as you can see NO check if the connected client is allowed to receive anything so you could close the port but it's always better to have a double security instead of trusting the firewall.
ya you are right but there isn't other cert , this is the most stable one tell now, I was working on cert. project or division but i got some wired problems so i can't resume it tell now,
anyway the hole injection of this cert. and also which take effect with globalmanager also cuz in real SMC must connect to divisionmanager and global mustn't take account db/silk db info from division
also as u could see division must allow smc to change capacity and server name of server cuz it must read that from database
also the current account db database
are at real 3 databases as i say before in one of my guides
account db , global db , silk db
global db is the db which the division must connect with .
I was working to make a fully project module like the original but it needs some time to made it secure 100% .
Dr.Abdelfattah is offline  
Thanks
1 User
Old 02/12/2012, 13:36   #14
 
elite*gold: 0
Join Date: Jun 2011
Posts: 802
Received Thanks: 393
New Mirrors added
H34D_B4NG3R is offline  
Thanks
1 User
Old 02/12/2012, 14:15   #15
 
elite*gold: 20
Join Date: Aug 2008
Posts: 2,196
Received Thanks: 910
Srpatcher 1.05 any have?
nansif2 is offline  
Closed Thread


Similar Threads Similar Threads
Vsro Server Files HELP !
01/17/2012 - SRO Private Server - 3 Replies
Can anyone help me please ... i have problem at vsro server files ... how can fix the db_connection failed then when i open the smc_independent automatic close help us please ...
vSRO Server Files Need Help !
09/19/2011 - SRO Private Server - 0 Replies
Any1 can tell me how to fix DC problem after Login ? I changed IP's and DB string in .asp files (Any1 can upload working asp files for me ?)
Need help with vsro files server.
09/18/2011 - SRO Private Server - 2 Replies
I click on 3 - CustomCertificationServer, but it gone fast, than im trying to open GlobalManager but it write : It has been failed to Request Certification. What is the problem?
VSRO Server files!
09/11/2011 - SRO Private Server - 74 Replies
Guys, seriously.. stop dreaming, i don't think any of these people will release the files, most of them are greedy, selfish personalities, look when they said - if we'll get files we'll share blablalba.. now what's going on? You all are like crazy after them. Either you get them from the people that got them or from the VSRO testserver. Anyways, you can still try to find any vulnreabilities on VSRO servers maybe somoene gets lucky, here's a tip: - Download Metasploit - Download...
[How] Get VSRO Server Files
09/08/2011 - SRO Private Server - 11 Replies
Hey All i want to know how to get VSRO Server Files i don't say give me link download or something like i only say how to hack those files Like What Program i want IP things about Like This Thanks.. i Hope you people answer me :handsdown:



All times are GMT +2. The time now is 15:34.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.