| 15-08-2014 07:25 PM | |
| ™Dev Microsoft™ | ركز و انت بتعمل الخطوات الاول |
| 15-08-2014 05:36 PM | |
| ahmed706 |
![]() ![]() ![]() :h elpsmilie:
|
| 15-08-2014 05:30 PM | |
| ahmed706 | ايه يا جدعان مالهاش حل ياعني ؟؟؟ |
| 15-08-2014 02:09 PM | |
| abogomaa |
تيم ممنوع
جرب اعملها كلين تانى واعمل download ل Server files فى موضوعو http://www.silkroad4arab.com/vb/showthread.php?t=563414 |
| 15-08-2014 01:45 PM | |
| ahmed706 |
http://postimg.org/image/nnwhj6wkt/ ايه الحل دلوقتي ؟؟؟؟؟؟؟؟؟؟؟؟ |
| 15-08-2014 12:03 AM | |
| Hero | اعملة ال DEP و اتاكد من ال IP فى ال server.cfg |
| 14-08-2014 11:06 PM | |
| MeMo@Love |
اعمل الخطوات دى
كليك يمين علي My Computer Properties Advanced system Settings Settings Data Execution Prevention Turn On DEP For All Programs Add All Prog Server With Silkroad.exe Apply Ok |
| 14-08-2014 11:00 PM | |
| ahmed706 | الجتاوي سيرفر بيقفل علي تول |
| 14-08-2014 10:48 PM | |
| MeMo@Love | |
| 14-08-2014 10:34 PM | |
| ahmed706 | طب دلوقتي الجيم مش عايزه تعمل ابديت اعمل ايه معلش |
| 14-08-2014 10:30 PM | |
| MeMo@Love |
يبقى المشكلة فى DBconnect
|
| 14-08-2014 10:25 PM | |
| ahmed706 | دلوقتي باقت بتجيب Can't connect to account DB |
| 14-08-2014 10:16 PM | |
| MeMo@Love |
اولا المشكلة ديه من الـداتا بيس لازم يتعملها Clean
و انت بتقول مش راضيه برضوا يبقى عندك مشكلة من المشاكل دهي 1- Server.cfg و ديه الصيغى الصحيحه كود:
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 "25.206.154.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 "25.206.154.101", 15880
IBUVQueueReserveCount 20000
IBUVQueuePrepareRatio 0.10
IBUVFailureIPTolerance 0
IBUVStringSize 0
IBUVCharacterSet "PhoNiXSrOPriVedSeRvEr"
}
DownloadServer {
Certification "25.206.154.101", 15880
}
FarmManager {
Certification "25.206.154.101", 15880
}
AgentServer {
Certification "25.206.154.101", 15882 //no global manager running lol
//traffic_filter_activity "service_off"
//MaxUser 5000
//SockTCPCount 15000
MaxConnectionsPerServer "5000"
MaxConnectionsPer1_OServer "5000"
}
MachineManager {
Certification "25.206.154.101", 15880
CERTIFICATION_IP_BIND "25.206.154.101"
}
SR_GameServer {
Certification "25.206.154.101", 15882
SockTCPCount "5000"
ExpRatio "110000"
ExpRatioParty "120000"
DropItemRatio "70000"
DropGoldAmountCoef "60000"
HwanGainFactor "250"
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 "25.206.154.101", 15882
BILLING_SERVER_URL "http://25.206.154.101:8080/"
CREST_FTP_URL "ftp://ip:[email protected]/"
ChristmasEvent2007 1
SERVER_EVENT_SYSTEM ON
LOCALE LOCALE_VIETNAM
FlagEvent 1
//HourForMeterRateLevelFirst 24
//HourForMeterRateLevelSecond 0
BattleArenaRandom 1
BattleArenaParty 1
BattleArenaGuild 1
BattleArenaJob 1
ArenaMatchOccupy 1
ArenaMatchFlag 1
ArenaMatchPoint 1
}
كود:
CREST_FTP_URL "ftp://ip:[email protected]/" كود:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=MEMO-PC\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=123456789;"
DBConnA.Open strConnectA
%>
ده لو مش عملوا كويس و متوافق مع الداتا بيس السيرفر مش هيشتغل |
| 14-08-2014 10:08 PM | |
| ahmed706 | ايه يا جدعان مافيش حد عارف الحل ؟؟ |
| 14-08-2014 08:25 PM | |
| komnda |
تيم ممنوع جرب اعملها كلين تانى واعمل download ل Server files فى موضوعو http://www.silkroad4arab.com/vb/showthread.php?t=563414 |
| هذا الموضوع لدية أكثر من 15 ردود. اضغط هنا لعرض الموضوع بأكمله. | |
ضوابط المشاركة
|
تستطيع إضافة مواضيع جديدة
تستطيع الرد على المواضيع
تستطيع إرفاق ملفات
تستطيع تعديل مشاركاتك
BB code متاحة
الابتسامات متاحة
كود [IMG] متاحة
كود HTML معطلة
|