- Joined
- Jul 9, 2008
- Messages
- 442
- Reaction score
- 240
Well...I'm uploaded here an 1.3.1 server working with no problems (at least for me =P) plus an startup script with almost all maps disabled for fast loading of the server (u can edit and enable the maps that you want, I recommend Notepad ++ for it) and plus an GShop.data with GM Weapons and some itens...feel free to edit GShop too ^^...Ho and I forgot to say...Fully functional iWeb Role Management...I used and abused from this =D ... so Enjoy! ^^
MSSQL Dumps:
Its for MSSQL 2000 / 2005
Iweb Adress
Username: Admin
Password: t3am0
U can change it. I add this later.
Basic Gshop.data (itemmall, Casshop)
Open Colinux.
Type Root.
Type cd /home/gamed/confug
Type rm gshop.data
Start Programm WGET and out the gshop.data in it.
Type wget URIPADRESS:280/gshop.data
Type chmod 777 gshop.data
Will be Update soon
Guide on other Tread....
http://forum.ragezone.com/showthread.php?t=449453
Q (3.1): What user name do I use for Linux login?
A: Username: root (there's no password)
Q (3.2): How do I find user ID?
A: Open <b>Enterprise Manager</b> (Start->All Programs->Microsoft SQL Server->Enterprise Manager). Follow this path:
Right click on "users" table, and then "Open Table->Return all rows". Find desired user name, ID is on it's left.
Q (3.3): How to add GM powers?
A: Open "Query Analyzer" (Start->All Programs->Microsoft SQL Server->SQL Query Analyzer). Connect to database server, select "dbo" as your database and type:
(ID = user id, ZONEID = zone id, use 1). Press F5.
~ Thanks to Bear
Q (3.4): How to get cubi-gold?
A: Open "Query Analyzer" (Start->All Programs->Microsoft SQL Server->SQL Query Analyzer). Connect to database server, select "dbo" as your database and type:
(ID = user id)
Press F5. This will give you 5000 cubi gold. Procedure takes some time, and may require you to relogin.
~ Thanks to shazbomb
Q (3.5): Server is OK, but I can not log in.
A: Server takes some time to load completely. So wait a little longer.
Q (3.6): How do I check if my DB IP address and account is right?
A: Try to connect to it. In coLinux box type:
Where IP_ADR is your IP address and "sa" is login. Enter password when needed. If you see "1>" then connection is OK. If you don't, then try disabling firewall and restarting Windows.
Q (3.7): How do I find database IP?
A: During your Windows session, go to Start->Run, type "cmd", then type "ipconfig", find your primary internet connection, then find "IP Address.....: IP" (where IP is your IP address)
Q (3.8): How do I access registration page?
A: There was a mess up, in order to access registration page, follow Fix for eth1 error guide. Then your registration page would be accessible on
Q (3.9): How do I change exp, sp, drop rate?
A: During your coLinux session, type:
MSSQL Dumps:
To view the content, you need to sign in or register
Its for MSSQL 2000 / 2005
Iweb Adress
To view the content, you need to sign in or register
Username: Admin
Password: t3am0
U can change it. I add this later.
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
Basic Gshop.data (itemmall, Casshop)
To view the content, you need to sign in or register
Open Colinux.
Type Root.
Type cd /home/gamed/confug
Type rm gshop.data
Start Programm WGET and out the gshop.data in it.
Type wget URIPADRESS:280/gshop.data
Type chmod 777 gshop.data
Will be Update soon
Guide on other Tread....
http://forum.ragezone.com/showthread.php?t=449453
Q (3.1): What user name do I use for Linux login?
A: Username: root (there's no password)
Q (3.2): How do I find user ID?
A: Open <b>Enterprise Manager</b> (Start->All Programs->Microsoft SQL Server->Enterprise Manager). Follow this path:
Code:
"Console Root->Microsoft->SQL Server Group->{(Local) (Windows NT}->Databases->dbo->Tables"
Right click on "users" table, and then "Open Table->Return all rows". Find desired user name, ID is on it's left.
Q (3.3): How to add GM powers?
A: Open "Query Analyzer" (Start->All Programs->Microsoft SQL Server->SQL Query Analyzer). Connect to database server, select "dbo" as your database and type:
Code:
exec addGM ID, ZONEID
~ Thanks to Bear
Q (3.4): How to get cubi-gold?
A: Open "Query Analyzer" (Start->All Programs->Microsoft SQL Server->SQL Query Analyzer). Connect to database server, select "dbo" as your database and type:
Code:
DECLARE @error integer
exec usecash ID,1,0,1,0,500000,1,@error
Press F5. This will give you 5000 cubi gold. Procedure takes some time, and may require you to relogin.
~ Thanks to shazbomb
Q (3.5): Server is OK, but I can not log in.
A: Server takes some time to load completely. So wait a little longer.
Q (3.6): How do I check if my DB IP address and account is right?
A: Try to connect to it. In coLinux box type:
Where IP_ADR is your IP address and "sa" is login. Enter password when needed. If you see "1>" then connection is OK. If you don't, then try disabling firewall and restarting Windows.
Code:
/opt/lampp/bin/tsql -S IP_ADR:1433 -U sa
A: During your Windows session, go to Start->Run, type "cmd", then type "ipconfig", find your primary internet connection, then find "IP Address.....: IP" (where IP is your IP address)
Q (3.8): How do I access registration page?
A: There was a mess up, in order to access registration page, follow Fix for eth1 error guide. Then your registration page would be accessible on
To view the content, you need to sign in or register
Q (3.9): How do I change exp, sp, drop rate?
A: During your coLinux session, type:
Code:
nano /home/gamed/ptemplate.conf
Last edited: