- Beranda
- Online Games
.:: Laghaim Private Server::.
...
TS
services
.:: Laghaim Private Server::.
Mohon bantuannya saya ingin membuat Laghaim private server cuman tutorialnya dan bahan-bahan itu tidak ada..... tujuan saya untuk membuat ini supaya anak indo yg dulu main skrng bisa main kembali....
Mohon parah sesepuh bisa membantu saya untuk membuat Laghaim Private server..... demi semua fanz laghaim indo dulu......
dan membuka lapangan pekerjaan bagi yg ahli dalam game online....
Trima kasih
Mohon parah sesepuh bisa membantu saya untuk membuat Laghaim Private server..... demi semua fanz laghaim indo dulu......
dan membuka lapangan pekerjaan bagi yg ahli dalam game online....
Trima kasih
0
22.8K
Kutip
45
Balasan
Thread Digembok
Mari bergabung, dapatkan informasi dan teman baru!
Online Games
16.6KThread•7.7KAnggota
Tampilkan semua post
njoestinoes
#17
INI dapet juga..
semoga bermanfaat...
.. ayo nak berjuang ...
itu pan buat offline..kalo on line cuma ganti IP dari 127.0.0.1 ke public IP
Quote:
OFFICIAL WEBSITE: www.bombgame.com
CLIENT: http://61.78.55.121/laghaim/download...me20031216.exe
REQUIRED :
SQL SERVER 2000
part a
====step 1:-
restoring the database........
- go to enterprise manager, databases and create a new database called BombGame
- right click the BombGame database and choose all tasks restore database
- tick from device, select device, add , in filename locate the bak file which is in server/data/ known as RZbackup.bak
- ok that then and choose options tab , edit the locations of the log files if need be, and you may want to tick force restore incase
you get any errors!
- once thats done then all should be ok... u got yourself one database........
====step 2:-
creating the odbc
- go to control panel, administrative tools, datasources, and click the system dsn tab
- click add, scroll down choose sql server, name "BombGame", description "anything", server "(local)", click next
- leave the next screen as it is, click next
- tick- change default database and select from dropdown "bombgame", click next, next again, click finish, woola!!!
now.. thats the main stage done, ok now im not good at writing setup guides, since the fact ive been rushing to get this project
100% working and ive had no help what so ever in doing so so , be patient if you dont understand what i say!!! besides, use the RZ
forum, thats what its there for.......................
part b
====step 1:-
Setting up the bastard webserver with ASP support! when i created mine, i used a simple webserver, known as abyss, its a simple
webserver, runs on low resources and does EXACTLY what we need it to do, btw make sure u use the latest version, old versions
like exploitable to hell........
DOWNLOAD : http://download.com.com/3000-2165-10162107.html
Install and set it up!! but w8, its not that simple, we need active HTML extensions!!! this part is a LITTLE tricky but be patient
it will be all worth it in the end.. if your bored then feel free to make a cup of tea while in the processesseseses of setting up
the asp... anyways..
Follow the instructions on this webpage : http://www.aprelium.com/abyssws/asp.html
this will tell you how to install the active HTML (ASP) so its readable through a webserver, once that is done...... WELL DONE!!
Serious, the shit u gotta do to get a server running, takes the piss a bit dont it!!!
====step 2:-
ok now listen to me carefully, in the server there is a rar file called WEBSITE , you need latest version of winrar to extract it
so go to rarlabs.com and install winrar and then open the rar file and extract the files into the default abyss webserver page reading
file thingy.. which is
C:\Program Files\Abyss Web Server\htdocs
basically htdocs is whats accessable when you try to access the website say via [url]http://YOURIP[/url] ... anyways... once that is done do the
following, go to ... (btw this all was written for default locations so if you aint using default, oh well.. tuff lol)
C:\Program Files\Abyss Web Server\htdocs\common\
and open the following filename BombConnDB.asp in wordpad or notepad, either one , notice the..
DBCon.Open ("dsn=BombGame;User ID=sa;Password=radio")
Basically the dsn is the system dsn we made earlyr the ID and PASS is the master SQL id and pass which we can make, so lets do so know
if you have a default SQL id and pass then edit it with your id and pass (ID: sa is usually default, radio is just a SQL pass i use for
demonstrations)
go to sql enterprise, security, double click logins, right click and choose new login, put name as "sabomb",
click sql authentication and choose your pass, lets say .. "sabomb123" (make sure database is master),click server
roll tab and tick system adminstrator, then click database access tab, then tick all the databases in there and then
click the databases and make sure that public and db_owner are ticked. DONE!!
now we edit DBCon.Open ("dsn=BombGame;User ID=sa;Password=radio") to... (depending on if you used the id and pass i said)
DBCon.Open ("dsn=BombGame;User ID=sabomb;Password=sabomb123")
One more thing before i forget, thing, go to ... server\access\bombgame\acc\system.ini edit(sa radio)with the sql information you made.
bet your glad i wrote this know aint yah. lol me too!! ide prob forget..... they dont call me mental for nothing ~_0.. anyways..
---------- so what we done so far? -----------
at the moment we have....... imported the databases! , created the system DSNs , setup the webserver!, extracted the website!,
created an SQL user, edited the default SQL information for website.......
Doing well!
---------- does the website work? ------------
Ok now, run abyss webserver and once done , access the following URL in your webbrowser!
http://127.0.0.1/bombgame.asp
If you see it , perfectly, within colour no errors, WELL DONE! you have the website running so far without a hitch! now next step!
part c
====step 1:-
creating an account through the website!!
by the time ive written this there is a good chance ive edited some stuff for the initial release so it may SLIGHTLY differ from
how ive written it here, doesnt matter... anyways..
at the navagation bar up the top you should see
"main" - "notice" - "ragezone" - "ranking" - "bbs" - "account"
Now click account!!
once loaded you should see
Account ID: *your unique account id*
Password: *your account password*
Secret Question: *when needing account support, adminstration will give you this question to vertify this is your account*
Secret Answer: *then give this answer*
Email: *your email address*
Recieve admin emails: *self explanitory*
Adreess: *removed*
AIN: *removed*
Now fill this IN!!!! congrats, you have made an account (hopefully!!!) Now you can login and out with this....
====step 2:-
getting administration rights................
go to /website/admin/admin_head.asp and open it within a notepad or wordpad and look for..
if (bomb_id = "mental" or bomb_id = "mental" or bomb_id = "mental") then
Edit mental with your account id you created, now you have adminstration rights..... which is accessable via website /admin/
###########################################
###RUNNING THE SERVER!!!!!!!!!!!!!!!!!!!###
###########################################
go to server\access\bombgame\acc\run.bat
go to server\GameServer\FOLDERS\ and run all the files which say run.bat (read ABC123)
At the moment all the ips are set for 127.0.0.1 which is the IP for your machine so you host and play off the same PC!
###ABC123
within the gameserver\folders\ config.ini files are whats known as master passwords! make sure you edit these...
AdminPassword f3ca56b9c5da
###########################################
##THE CLIENT PART ............. AIGHT....##
###########################################
follow these instructions now....... go to your webserver dir and create a file called "server.list" in there put
;ADDSERVER ServerID ServerName ServerIP ServerPort ServerTagCode ServerLimitPoint UserCount
ADDSERVER Server1 eBOMB 127.0.0.1 9001 7051 0 0
ADDSERVER Server2 eBOMB 127.0.0.1 9002 7051 0 0
ADDSERVER Server3 eBOMB 127.0.0.1 9026 7051 0 0
ADDSERVER Server4 eBOMB 127.0.0.1 9021 7052 0 0
change the ip from 127.0.0.1 to your net ip if you want it to run online!
now .... open the file IBCSClientInfo.ini
look for this part and edit to as it is below........
[UDPClient]
UDPServerIP = 127.0.0.1
UDPServerPort = 10000
ListenPort=1004
url=127.0.0.1
[ServerList]
FileName=/server.list
let me explain this above part to you
UDPServerIP is the ip your connecting to.... 127.0.0.1 is your local pc ip so we want to connect to it so we use that ip
url .... this is the webserver url which is running the server.list file. we said to run the server and access from [url="http://127.0.0.1/"]http://127.0.0.1 so we change the url to 127.0.0.1
and the filename.... this is where the server.list file is kept.... we put /server.list as its stored in the root folder of it....... / means access root.
finally....... go to IBVersion.ini and change from 19 to 23...
Done... ENJOY running your own server.
CLIENT: http://61.78.55.121/laghaim/download...me20031216.exe
REQUIRED :
SQL SERVER 2000
part a
====step 1:-
restoring the database........
- go to enterprise manager, databases and create a new database called BombGame
- right click the BombGame database and choose all tasks restore database
- tick from device, select device, add , in filename locate the bak file which is in server/data/ known as RZbackup.bak
- ok that then and choose options tab , edit the locations of the log files if need be, and you may want to tick force restore incase
you get any errors!
- once thats done then all should be ok... u got yourself one database........
====step 2:-
creating the odbc
- go to control panel, administrative tools, datasources, and click the system dsn tab
- click add, scroll down choose sql server, name "BombGame", description "anything", server "(local)", click next
- leave the next screen as it is, click next
- tick- change default database and select from dropdown "bombgame", click next, next again, click finish, woola!!!
now.. thats the main stage done, ok now im not good at writing setup guides, since the fact ive been rushing to get this project
100% working and ive had no help what so ever in doing so so , be patient if you dont understand what i say!!! besides, use the RZ
forum, thats what its there for.......................
part b
====step 1:-
Setting up the bastard webserver with ASP support! when i created mine, i used a simple webserver, known as abyss, its a simple
webserver, runs on low resources and does EXACTLY what we need it to do, btw make sure u use the latest version, old versions
like exploitable to hell........
DOWNLOAD : http://download.com.com/3000-2165-10162107.html
Install and set it up!! but w8, its not that simple, we need active HTML extensions!!! this part is a LITTLE tricky but be patient
it will be all worth it in the end.. if your bored then feel free to make a cup of tea while in the processesseseses of setting up
the asp... anyways..
Follow the instructions on this webpage : http://www.aprelium.com/abyssws/asp.html
this will tell you how to install the active HTML (ASP) so its readable through a webserver, once that is done...... WELL DONE!!
Serious, the shit u gotta do to get a server running, takes the piss a bit dont it!!!
====step 2:-
ok now listen to me carefully, in the server there is a rar file called WEBSITE , you need latest version of winrar to extract it
so go to rarlabs.com and install winrar and then open the rar file and extract the files into the default abyss webserver page reading
file thingy.. which is
C:\Program Files\Abyss Web Server\htdocs
basically htdocs is whats accessable when you try to access the website say via [url]http://YOURIP[/url] ... anyways... once that is done do the
following, go to ... (btw this all was written for default locations so if you aint using default, oh well.. tuff lol)
C:\Program Files\Abyss Web Server\htdocs\common\
and open the following filename BombConnDB.asp in wordpad or notepad, either one , notice the..
DBCon.Open ("dsn=BombGame;User ID=sa;Password=radio")
Basically the dsn is the system dsn we made earlyr the ID and PASS is the master SQL id and pass which we can make, so lets do so know
if you have a default SQL id and pass then edit it with your id and pass (ID: sa is usually default, radio is just a SQL pass i use for
demonstrations)
go to sql enterprise, security, double click logins, right click and choose new login, put name as "sabomb",
click sql authentication and choose your pass, lets say .. "sabomb123" (make sure database is master),click server
roll tab and tick system adminstrator, then click database access tab, then tick all the databases in there and then
click the databases and make sure that public and db_owner are ticked. DONE!!
now we edit DBCon.Open ("dsn=BombGame;User ID=sa;Password=radio") to... (depending on if you used the id and pass i said)
DBCon.Open ("dsn=BombGame;User ID=sabomb;Password=sabomb123")
One more thing before i forget, thing, go to ... server\access\bombgame\acc\system.ini edit(sa radio)with the sql information you made.
bet your glad i wrote this know aint yah. lol me too!! ide prob forget..... they dont call me mental for nothing ~_0.. anyways..
---------- so what we done so far? -----------
at the moment we have....... imported the databases! , created the system DSNs , setup the webserver!, extracted the website!,
created an SQL user, edited the default SQL information for website.......
Doing well!
---------- does the website work? ------------
Ok now, run abyss webserver and once done , access the following URL in your webbrowser!
http://127.0.0.1/bombgame.asp
If you see it , perfectly, within colour no errors, WELL DONE! you have the website running so far without a hitch! now next step!
part c
====step 1:-
creating an account through the website!!
by the time ive written this there is a good chance ive edited some stuff for the initial release so it may SLIGHTLY differ from
how ive written it here, doesnt matter... anyways..
at the navagation bar up the top you should see
"main" - "notice" - "ragezone" - "ranking" - "bbs" - "account"
Now click account!!
once loaded you should see
Account ID: *your unique account id*
Password: *your account password*
Secret Question: *when needing account support, adminstration will give you this question to vertify this is your account*
Secret Answer: *then give this answer*
Email: *your email address*
Recieve admin emails: *self explanitory*
Adreess: *removed*
AIN: *removed*
Now fill this IN!!!! congrats, you have made an account (hopefully!!!) Now you can login and out with this....
====step 2:-
getting administration rights................
go to /website/admin/admin_head.asp and open it within a notepad or wordpad and look for..
if (bomb_id = "mental" or bomb_id = "mental" or bomb_id = "mental") then
Edit mental with your account id you created, now you have adminstration rights..... which is accessable via website /admin/
###########################################
###RUNNING THE SERVER!!!!!!!!!!!!!!!!!!!###
###########################################
go to server\access\bombgame\acc\run.bat
go to server\GameServer\FOLDERS\ and run all the files which say run.bat (read ABC123)
At the moment all the ips are set for 127.0.0.1 which is the IP for your machine so you host and play off the same PC!
###ABC123
within the gameserver\folders\ config.ini files are whats known as master passwords! make sure you edit these...
AdminPassword f3ca56b9c5da
###########################################
##THE CLIENT PART ............. AIGHT....##
###########################################
follow these instructions now....... go to your webserver dir and create a file called "server.list" in there put
;ADDSERVER ServerID ServerName ServerIP ServerPort ServerTagCode ServerLimitPoint UserCount
ADDSERVER Server1 eBOMB 127.0.0.1 9001 7051 0 0
ADDSERVER Server2 eBOMB 127.0.0.1 9002 7051 0 0
ADDSERVER Server3 eBOMB 127.0.0.1 9026 7051 0 0
ADDSERVER Server4 eBOMB 127.0.0.1 9021 7052 0 0
change the ip from 127.0.0.1 to your net ip if you want it to run online!
now .... open the file IBCSClientInfo.ini
look for this part and edit to as it is below........
[UDPClient]
UDPServerIP = 127.0.0.1
UDPServerPort = 10000
ListenPort=1004
url=127.0.0.1
[ServerList]
FileName=/server.list
let me explain this above part to you
UDPServerIP is the ip your connecting to.... 127.0.0.1 is your local pc ip so we want to connect to it so we use that ip
url .... this is the webserver url which is running the server.list file. we said to run the server and access from [url="http://127.0.0.1/"]http://127.0.0.1 so we change the url to 127.0.0.1
and the filename.... this is where the server.list file is kept.... we put /server.list as its stored in the root folder of it....... / means access root.
finally....... go to IBVersion.ini and change from 19 to 23...
Done... ENJOY running your own server.
semoga bermanfaat...
.. ayo nak berjuang ... itu pan buat offline..kalo on line cuma ganti IP dari 127.0.0.1 ke public IP
0
Kutip
Balas