Information about SQL:
Server Name: FRANCOISMESSELY\STARSROSQL
ID: sa
Password: 123
[Only registered and activated users can see links. Click Here To Register...]
(Picture of Everything(GlobalManager,MachineManager,AgentServe r,DownloadServer,FarmServer,ShardManager,GameServe r,GateWayServer,IIS,FTP, ETC)
This is my server config:
Common {
debug_option_debugger_present{
DEBUG_OPTION_ASSERT_SHOW_MESSAGEBOX_OKCANCEL,
DEBUG_OPTION_ASSERT_ADVANCE_BREAK,
DEBUG_OPTION_ASSERT_CANCEL_EXIT
}
debug_option_stand_alone{
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
}
netengine_debug_option_debugger_present{
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
}
netengine_debug_option_stand_alone{
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
}
}
////////////////////////////////////////////////////////////////////////////////////////////
GlobalManager {
Certification "192.168.0.101", 32000
LoginFailureTolerance 3
IBUVFailureTolerance 3
LoginFailureBlockTimeMin 0
IBUVFailureBlockTimeMin 0
AutomatedPunisher "AutomatedPunisher"
LoginPunishmentGuide "Blocked for 10 minutes due to incorrect password entered 3 times"
LoginPunishmentDescription "Blocked for 10 minutes due to incorrect password entered 3 times"
IBUVPunishmentGuide "Blocked for 10 minutes due to incorrect code entered 3 times"
IBUVPunishmentDescription "Blocked for 10 minutes due to incorrect code entered 3 times"
}
GatewayServer {
LastFullVersion_SR_Client 130
Certification "192.168.0.101", 15880
IBUVQueueReserveCount 20000
IBUVQueuePrepareRatio 0.10
IBUVFailureIPTolerance 0
IBUVStringSize 1
IBUVCharacterSet "ABCDEF1234567890"
}
DownloadServer {
Certification "192.168.0.101", 15880
}
FarmManager {
Certification "192.168.0.101", 15880
}
AgentServer {
Certification "192.168.0.101", 15882 //no global manager running lol
//traffic_filter_activity "service_off"
//MaxUser 5000
//SockTCPCount 15000
MaxConnectionsPerServer "5000"
MaxConnectionsPer1_OServer "5000"
}
MachineManager {
Certification "192.168.0.101", 15880
CERTIFICATION_IP_BIND "192.168.0.101"
}
SR_GameServer {
Certification "192.168.0.101", 15882
SockTCPCount "5000"
ExpRatio "35000"
ExpRatioParty "35000"
DropItemRatio "50000"
DropGoldAmountCoef "15000"
HwanGainFactor "25"
ShowFormulaDetail "1"
//WINTER_EVENT_2009 EVENT_ON
//EUBUSINESS_EVENT EVENT_ON
//GOLDEN_PIG_FEBRUARY_EVENT EVENT_ON
//THANKS_GIVING_EVENT EVENT_ON
//LIBERATION_EVENT EVENT_ON
LOCALE LOCALE_VIETNAM
//#ifdef OPEN_MARKET_SYSTEM
SET_FEE_RATE "0,5,5,5"
SELL_FEE_RATE "0,10,10,10"
//#endif OPEN_MARKET_SYSTEM
//RE FTW
DO_NOT_SPAWN_MONSTER_OVER_MAX_SERVICE_LEVEL "OFF"
ENTER_LIMIT_CONDITION_GAME_WORLD_ASSIGNED "OFF"
}
SR_ShardManager {
Certification "192.168.0.101", 15882
BILLING_SERVER_URL "http://192.168.0.101:8080/"
CREST_FTP_URL "ftp://SRO_FTP:PASSWORD@192.168.0.101/SRO_CREST/"
ChristmasEvent2007 1
SERVER_EVENT_SYSTEM ON
LOCALE LOCALE_VIETNAM
FlagEvent 1
//HourForMeterRateLevelFirst 22
//HourForMeterRateLevelSecond 23
BattleArenaRandom 1
BattleArenaParty 1
BattleArenaGuild 1
BattleArenaJob 1
ArenaMatchOccupy 1
ArenaMatchFlag 1
ArenaMatchPoint 1
}
This is my ServiceManager.cfg :
/*
*/
SMC {
DivisionManager "192.168.0.101",15880
}
ModulePatch
{
SrcPath ".\Patch_Internal"
DestPath ".\Patch_Internal_Comp"
}
I'm using wamp5 1.7.2
This is my config.php for my Website
<?php
$cfg['sql_host'] = "FRANCOISMESSELY\STARSROSQL";
$cfg['sql_user'] = "sa";
$cfg['sql_pass'] = "123";
$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);
}
?>
This is my SrGlobalService.ini :
[global]
count=1
[entry0]
operation_type=22
name=StarSro
query=DRIVER={SQL Server};SERVER=FRANCOISMESSELY\STARSROSQL;DSN=SRO_ VT_ACCOUNT;UID=sa;PWD=123;DATABASE=SRO_VT_ACCOUNT
global_manager_node_id=697
This is my NodeType.ini :
[global]
count=1
[entry0]
id=335
operation_type=22
name=SRO Vietnam TestLocal
wip=192.168.0.101
nip=192.168.0.101
machine_manager_node_id=699
This is my SrShard.ini :
[global]
count=1
[entry0]
id=64
global_operation_id=20
operation_type=22
name=StarSro
query=DRIVER={SQL Server};SERVER=FRANCOISMESSELY\STARSROSQL;DSN=SRO_ VT_SHARD_INIT;UID=sa;PWD=123;DATABASE=SRO_VT_SHARD _INIT
query_log=DRIVER={SQL Server};SERVER=FRANCOISMESSELY\STARSROSQL;DSN=Log_ DB;UID=sa;PWD=123;DATABASE=Log_DB
capacity=20
shard_manager_node_id=705
u1=240
u2=208
u3=17
u4=1
u5=0
u6=0
u7=0
This is my DBConnect.asp :
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=FRANCOISMESSELY\STARSROSQL;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=123;"
DBConnA.Open strConnectA
%>
This is my GetTotalSilk.ASP :
<!-- #include file = "DBConnect.asp" -->
<!-- #include file = "Function.asp" -->
<!-- #include file = "Class_MD5.asp" -->
<%
On Error Resume Next
' Error
If Err.Number <> 0 Then
Response.Write "-1"
Response.End
End If
'''''''''' Check ACL only Call from Billing Server
Dim IP
Dim BillingServer
BillingServer = "192.168.0.101"
IP = Request.ServerVariables("REMOTE_ADDR")
'If(IP <> BillingServer) Then
' Response.Write "ACCESSDENY"
' Response.End
'End If
''''''''''
Dim sdSQL
Dim sdRS
Dim ReturnValue
sdSQL = "SET NOCOUNT ON EXEC CGI.CGI_WebGetTotalSilk "
'Response.Write sdSQL
'Response.End
Set sdRS = DBConnA.Execute(sdSQL)
ReturnValue = sdRS(0)
sdRS.Close
Set sdRS = Nothing
DBConnA.Close
Set DBConnA = Nothing
' Error
If Err.Number <> 0 Then
Response.Write "-1"
Response.End
End If
Response.Write ReturnValue
Response.End
%>
Error I have when I used the client of Perfection Sro(with my ip) :
[Only registered and activated users can see links. Click Here To Register...]
Failed To Create a Character . Please Try To Connect again.(S1030)
[Only registered and activated users can see links. Click Here To Register...]
Uploaded with
[Only registered and activated users can see links. Click Here To Register...]
Error I have when I used the client that Zikor gave :
[Only registered and activated users can see links. Click Here To Register...]