[GUIDE] Setup a server without errors [1x GameServer]

10/10/2011 09:59 6_lucifer_6#436
Quote:
Originally Posted by _HouseMusicx3 View Post
ill show ya whats wrong marked in red last spoiler

so now my problem ...

when after pressing enter at log in screen nothing happens ..it always shows me "requesting user blablabla"

privileged ip is set !
incorectly... i have same issue... idk how to fix that..
10/10/2011 10:16 silk0104#437
[Only registered and activated users can see links. Click Here To Register...]

help me

Tell how to fix the Cert of SR_GameServer
10/10/2011 10:24 _HouseMusicx3#438
Quote:
Originally Posted by 6_lucifer_6 View Post
incorectly... i have same issue... idk how to fix that..
i fixed it this way :S
10/10/2011 11:05 6_lucifer_6#439
Quote:
Originally Posted by _HouseMusicx3 View Post
ill show ya whats wrong marked in red last spoiler

so now my problem ...

when after pressing enter at log in screen nothing happens ..it always shows me "requesting user blablabla"

privileged ip is set !
incorectly... i have same issue... idk how to fix that.

Quote:
Originally Posted by zikor1337 View Post
Privilege your ip .
kay.. im using hamachi..

and my hamachi ip is 5.72.17.48

so i put it this way

(5) (72) (250) (84) (5) (72) (50) (84)
ip1 ip2 ip3 ip4 ip5 ip6 ip7 ip8

is that wrong? cuz i cant login as gm on my own pserver.. that shud be a joke
10/10/2011 11:48 Striker900#440
There is 1 thing I dont understand, when I write "sa" in login what will I wrote in "password"? I dont remember such thing in install.
10/10/2011 11:54 6_lucifer_6#441
Quote:
Originally Posted by Striker900 View Post
There is 1 thing I dont understand, when I write "sa" in login what will I wrote in "password"? I dont remember such thing in install.
open sql

+Security
+Logins

double click sa and set ur pw

press of +
10/10/2011 13:01 omegalugia#442
[Only registered and activated users can see links. Click Here To Register...]
Fixed the ini file !THANK YOU! _HouseMusicx3
Shouldnt it be able to connect now though?
srglobalservice
srnodetype
srshard
I'm gonna have to start handing out money for all this help ._.
10/10/2011 13:29 _HouseMusicx3#443
Quote:
Originally Posted by omegalugia View Post
[Only registered and activated users can see links. Click Here To Register...]
Fixed the ini file !THANK YOU! _HouseMusicx3
Shouldnt it be able to connect now though?
srglobalservice
srnodetype
srshard
I'm gonna have to start handing out money for all this help ._.
is ur SQLEXPRESS name User/SQLEXPRESS ? if not change it in the ini files
10/10/2011 13:38 omegalugia#444
Quote:
Originally Posted by _HouseMusicx3 View Post
is ur SQLEXPRESS name User/SQLEXPRESS ? if not change it in the ini files
Yes, this pc name is User.
[Only registered and activated users can see links. Click Here To Register...]
Any other ideas? :c
OH YEAH and this computer is under DMZ, so all ports are open. (temporarily of course)
10/10/2011 14:07 xFlyer#445
Quote:
Originally Posted by omegalugia View Post
Yes, this pc name is User.
[Only registered and activated users can see links. Click Here To Register...]
Any other ideas? :c
OH YEAH and this computer is under DMZ, so all ports are open. (temporarily of course)
Check your database names. btw nice rating.

––––––––––––––––––––

I want to ask something from guys who have working server, maybe you can make your database backup and share it with me? I have troubles with db I think or maybe not. It's a very interesting bug. After I launch my server and try to go ingame its crash, second time its works, but if I want to open an NPC it's crash, third time connect and npc works, but if I want go outside town it crash again, after re-log i can go outside town but if monster will hit me it will crash again and so on... :)
10/10/2011 14:37 Striker900#446
One more thing guys I dont really understand the party with LDF and MDF thing in folder, it saids I should create a folder (Database) Then create 2 folder inside it and name those files SRO_MDF_Files and SRO_LDF_Files and do some setting in folder (Hide extention), and then what? It doesn't really say much after it, how do I get those

SRO_VT_ACCOUNT_Data.MDF
SRO_VT_SHARD_INIT_Data.MDF
Log_DB.MDF

and LDF

Thanks in advance
10/10/2011 14:43 _HouseMusicx3#447
Quote:
Originally Posted by Striker900 View Post
One more thing guys I dont really understand the party with LDF and MDF thing in folder, it saids I should create a folder (Database) Then create 2 folder inside it and name those files SRO_MDF_Files and SRO_LDF_Files and do some setting in folder (Hide extention), and then what? It doesn't really say much after it, how do I get those

SRO_VT_ACCOUNT_Data.MDF
SRO_VT_SHARD_INIT_Data.MDF
Log_DB.MDF

and LDF

Thanks in advance
create a .txt document .. rename it to
SRO_VT_ACCOUNT_Data.MDF
SRO_VT_SHARD_INIT_Data.MDF
Log_DB.MDF

and u got the files which are needed
10/10/2011 14:43 xFlyer#448
Quote:
Originally Posted by Striker900 View Post
One more thing guys I dont really understand the party with LDF and MDF thing in folder, it saids I should create a folder (Database) Then create 2 folder inside it and name those files SRO_MDF_Files and SRO_LDF_Files and do some setting in folder (Hide extention), and then what? It doesn't really say much after it, how do I get those

SRO_VT_ACCOUNT_Data.MDF
SRO_VT_SHARD_INIT_Data.MDF
Log_DB.MDF

and LDF

Thanks in advance
You have to associate your database with those files when restoring databases in SQL Manager.
10/10/2011 15:19 baddarkness#449
frends how i can set my gm name in yellow color ? and how can i set Captain, General names?


wy i canot set itens more than +8 in gm panel?
10/10/2011 15:28 Striker900#450
almost there guys one more thing XD

What's

Now edit DBConnect.asp like this:
Quote:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=YOURPCNAME\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=your password;"
DBConnA.Open strConnectA

%>

Where can I find DBconnect? in internet information ISS Manager?