|
You last visited: Today at 17:08
Advertisement
[Release] Complete VSRO Server Files
Discussion on [Release] Complete VSRO Server Files within the SRO PServer Guides & Releases forum part of the SRO Private Server category.
12/09/2014, 00:37
|
#1321
|
elite*gold: 0
Join Date: Oct 2011
Posts: 19
Received Thanks: 1
|
part 3 is deleted. any new vsro files uploaded? need the third part please
|
|
|
12/09/2014, 20:30
|
#1322
|
elite*gold: 0
Join Date: Dec 2014
Posts: 134
Received Thanks: 68
|
part 3 :
|
|
|
12/14/2014, 10:12
|
#1323
|
elite*gold: 0
Join Date: Dec 2014
Posts: 11
Received Thanks: 0
|
i need New Download Server Files
|
|
|
04/30/2016, 20:55
|
#1324
|
elite*gold: 0
Join Date: Mar 2009
Posts: 187
Received Thanks: 49
|
I actually need these files. Anyone got them updated?
|
|
|
05/24/2016, 12:42
|
#1325
|
elite*gold: 0
Join Date: Apr 2011
Posts: 53
Received Thanks: 1
|
I need part 2 again  rest is online i need it CLEAN!
|
|
|
05/26/2016, 02:56
|
#1326
|
elite*gold: 0
Join Date: Aug 2015
Posts: 59
Received Thanks: 5
|
What are new in those files? waiting answer please....
|
|
|
02/16/2017, 03:21
|
#1327
|
elite*gold: 0
Join Date: May 2010
Posts: 579
Received Thanks: 166
|
Quote:
Originally Posted by Chernobyl*
So, epvp didn't pass the test, (some guy really understood, it was a test for you, guys). But anyway, i'm releasing this because i just keep my promises.
Nothing in this archive is nor modified, nor edited, those are original server files i've leaked from vsro servers. Yes, those are official files, which are running on official servers. It's not any kind of emulator.
========server files====================
Part1 :
Multi: 
Deposit:
Part2 :
Multi: 
Deposit:
Part3 :
Multi: 
Deposit:
More Uploads:
by 90d0fwar
========Database dumps================
Link :
========Changeset obt 247 - 249==========
Link :
========Xtrap update files===============
Link :
=======Billing asp scripts=================
Link :
=======Drew's custom cert===============
Link :  (you have to modify settings, try doing it on your own)
=======Latest SMC (update removed)=======
TORRENT (3 blitzkrieq_bin_package parts):
And some epic ff amv hhh
Don't forget to turn off data execution prevention system before trying to launch any of server modules...
Almost forgot, the password is "fortheworstcommunityever".
Fun stuff :
Simple registration page (php)
index.php
Code:
<?php
/* Simple registration page for silkroad server, by Chernobyl
* Settings are at _inc/config.php
* If you get an mssql connection error, while defining totally correct data
* Just use older ntwdblib.dll for your webserver
*/
require_once('_inc/security.class.php');
require_once('_inc/config.php');
if(!isset($_POST['submit']))
{
echo "<table border='1'>
<form method='post'>
<td>Username</td><td><input type='text' name='username' maxlength='16'></td><tr/>
<td>Password[1]</td><td><input type='password' name='pw1' maxlength='32'></td><tr/>
<td>Password[2]</td><td><input type='password' name='pw2' maxlength='32'></td><tr/>
<td></td><td><input type='submit' name='submit' value='Register'></td>
</form>
</table>";
}
else
{
if(is_array($_POST['username'])) die("Username can't be array.");
if(is_array($_POST['pw1'])) die("Password [1] can't be array.");
if(is_array($_POST['pw2'])) die("Password [2] can't be array.");
if(strlen($_POST['username']) < 3) $msg[] = "Username too short";
if(strlen($_POST['username']) > 16)$msg[] = "Username too long";
if(strlen($_POST['pw1']) < 6) $msg[] = "Password [1] too short";
if(strlen($_POST['pw1']) > 32)$msg[] = "Password [1] too long";
if(strlen($_POST['pw2']) < 6) $msg[] = "Password [2] too short";
if(strlen($_POST['pw']) > 32) $msg[] = "Password [2] too long";
if($_POST['pw1'] != $_POST['pw2']) $msg[] = "Passwords are not the same";
$sec = new security();
if($sec->is_secure($_POST['username']) == false) $msg[] = "Username contains forbidden symbols";
if($sec->is_secure($_POST['pw1']) == false) $msg[] = "Password [1] contains forbidden symbols";
if($sec->is_secure($_POST['pw2']) == false) $msg[] = "Password [2] contains forbidden symbols";
if(count($msg) > 0)
{
for($i = 0; $i < count($msg); $i++)
{
echo $msg[$i]."<br/>";
}
return;
}
else
{
//checking damn mssql stuff
$accountExists = mssql_num_rows(mssql_query("select StrUserID from TB_User where StrUserID='$_POST[username]'"));
if($accountExists > 0) echo "Account with such username already exists<br/>";
else
{
$pwd = md5($_POST['pw1']);
mssql_query("insert into TB_User(StrUserID,password,sec_primary,sec_secondary) values('$_POST[username]','$pwd','3','3')");
echo "Account successfully created<br/>";
}
}
}
_inc/security.class.php
Code:
<?php
class security
{
function is_secure($string)
{
$pattern = "#[^a-zA-Z0-9_\-]#";
if(preg_match($pattern,$string)==true)return false;
else
return true;
}
}
?>
_inc/config.php
Code:
<?php
$cfg['sql_host'] = ".\SQLEXPRESS";
$cfg['sql_user'] = "sa";
$cfg['sql_pass'] = "1234";
$cfg['sql_db'] = "SRO_VT_ACCOUNT";
$sqlLink = mssql_connect($cfg[sql_host],$cfg[sql_user],$cfg[sql_pass]);
if(!$sqlLink) die("MSSQL server is not accessable, why should we try to select database ?");
else
{
mssql_select_db($cfg[sql_db],$sqlLink);
}
?>
More stuff comes a bit later
=================================================
And no, i'm not Chernobyl from rz  .
|
Etern Chernobyl
|
|
|
04/03/2017, 00:45
|
#1328
|
elite*gold: 62
Join Date: Mar 2011
Posts: 602
Received Thanks: 2,955
|
Links updated (now only torrent available) - this should keep the files downloadable no matter what.
Pass for rar: fortheworstcommunityever
Original Vietnam Silkroad Online server files - V188
The package includes:
- Billing scripts (BillingScripts)
- Server files themselves (Blitzkreieq_Bin_Data)
- Original V188 client (Thanks to Synxx)
- Original V188 database dumps
|
|
|
04/13/2017, 10:56
|
#1329
|
elite*gold: 0
Join Date: Jun 2008
Posts: 199
Received Thanks: 22
|
Enyone can hel whit this? I need that, after useing item ,Character teleports and get's new item in inventory!
IF (@Operation = 41) --
begin
IF (@ItemRefID = '42505') ------- ObjCommonID = RefSkill ID
begin
declare @Charname6 varchar(128)
Select @CharName6=CharName16 from SRO_VT_SHARD.dbo._Char where CharID = @CharID
declare @LotteryAvatar varchar(129)
set @LotteryAvatar = (SELECT TOP 1 GiftItems FROM SRO_VT_SHARD.dbo._LotteryNEWSTONE ORDER BY NEWID())
exec SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN @CharName6,@LotteryAvatar,1,0
end
end
|
|
|
04/13/2017, 14:42
|
#1330
|
elite*gold: 0
Join Date: Jan 2009
Posts: 972
Received Thanks: 453
|
Quote:
Originally Posted by lolixxx
Enyone can hel whit this? I need that, after useing item ,Character teleports and get's new item in inventory!
IF (@Operation = 41) --
begin
IF (@ItemRefID = '42505') ------- ObjCommonID = RefSkill ID
begin
declare @Charname6 varchar(128)
Select @CharName6=CharName16 from SRO_VT_SHARD.dbo._Char where CharID = @CharID
declare @LotteryAvatar varchar(129)
set @LotteryAvatar = (SELECT TOP 1 GiftItems FROM SRO_VT_SHARD.dbo._LotteryNEWSTONE ORDER BY NEWID())
exec SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN @CharName6,@LotteryAvatar,1,0
end
end
|
You need a custom table with rewards
|
|
|
04/14/2017, 04:45
|
#1331
|
elite*gold: 0
Join Date: May 2010
Posts: 579
Received Thanks: 166
|
Quote:
Originally Posted by lolixxx
Enyone can hel whit this? I need that, after useing item ,Character teleports and get's new item in inventory!
IF (@Operation = 41) --
begin
IF (@ItemRefID = '42505') ------- ObjCommonID = RefSkill ID
begin
declare @Charname6 varchar(128)
Select @CharName6=CharName16 from SRO_VT_SHARD.dbo._Char where CharID = @CharID
declare @LotteryAvatar varchar(129)
set @LotteryAvatar = (SELECT TOP 1 GiftItems FROM SRO_VT_SHARD.dbo._LotteryNEWSTONE ORDER BY NEWID())
exec SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN @CharName6,@LotteryAvatar,1,0
end
end
|
miss table
|
|
|
04/14/2017, 15:36
|
#1332
|
elite*gold: 0
Join Date: Feb 2013
Posts: 650
Received Thanks: 63
|
im trying to download but it was downloading tomorrow night but today it isnt downloading :S
|
|
|
09/05/2017, 02:11
|
#1333
|
elite*gold: 0
Join Date: Aug 2017
Posts: 19
Received Thanks: 1
|
anyone can seed it on torrent or upload to another hoster ?
|
|
|
03/09/2018, 22:46
|
#1334
|
elite*gold: 62
Join Date: Mar 2011
Posts: 602
Received Thanks: 2,955
|
Torrent should work just fine. Remember to scan every single file you take from that package - there are serious suspections my computer was infected by so called Ramnit virus back in days. As far as I know, it does not steal any of your personal data, but breaks your whole filesystem and makes your OS unuseable. I warned. Take care !
|
|
|
03/10/2018, 00:13
|
#1335
|
elite*gold: 15
Join Date: Jul 2014
Posts: 1,614
Received Thanks: 1,375
|
Files without ramnit
Enjoy.
|
|
|
Similar Threads
|
[Release] Complete vSRO Files
10/09/2011 - SRO Private Server - 26 Replies
trolololol
|
[Release]Some vSro Server Files
09/12/2011 - SRO Private Server - 77 Replies
Releasing that files
http://i.imgur.com/n8C2U.png
But don't forget you still need some files.
Link : Get VSro_Server_Files.rar on Wupload.com
Alternative : http://hotfile.com/dl/129573492/a102efc/VSro_Serve r_Files.rar.html
|
[Release]Vsro Server Files.
09/11/2011 - SRO Private Server - 13 Replies
So i have decided to release the server files for making your own servers...
f**k you greedy motherf**kers for not releasing them...
http://doiop.com/fsaxf21sx
|
[RELEASE]Vsro Server Files
09/09/2011 - SRO Private Server - 11 Replies
This is Link to Vsro Server Files:
vietnamtest_0104_2010-11-29-01.zip torrent download free
Don't Forgot To Thanks :D:D
|
All times are GMT +1. The time now is 17:11.
|
|