Extract the rar file and just import it into your server image or server files and overwrite old one. Then just edit the needed password,hope that helps :D:
Printable View
Extract the rar file and just import it into your server image or server files and overwrite old one. Then just edit the needed password,hope that helps :D:
I need help. When ever I click on pwserver.bat it gives me this message then closes.
http://farm4.static.flickr.com/3545/...c6c8b76c_o.jpg
edit pwserver.bat
Quote:
cd ../
colinux-daemon.exe -t nt @YOUR FOLDER/PWServer.conf fastboot nogui eth0=slirp,,tcp:29000:29000/tcp:80:80/tcp:8080:8080/tcp:443:443
i get the same error msg when i try to register:
my core.phpQuote:
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: KYO in /opt/lampp/htdocs/register/processor.php on line 26
Warning: mssql_select_db(): supplied argument is not a valid MS SQL-Link resource in /opt/lampp/htdocs/register/processor.php on line 27
Connection failed! Check your core.php
can it be that i have a problem with my router-configuration?PHP Code://complete "station\sqlexpress" with your particular case
$SERVER = "KYO";
//complete with your login
$ADMIN_NAME = "sa";
//complete pass with your pass
$ADMIN_PASS = "supercow";
//complete database witht the name of your perfect world database
$DATABASE = "dbo";
i dosnt have a fixed ip atm, is this required?
MSSQL is running, the ip addr. in the files are ok.
but when i start the server i get the error:
"err : gdelivery:: connect GameDB failed"
i think both problems have the same solution (db connection)
i have maked the tutorial step by step and repeatedly but i get always this error
when i type:
[root@fedora ~]# /opt/lampp/bin/tsql -S 192.168.80.128 -U sa
i get this error:
locale is "en_US.UTF-8"
locale charset is "UTF-8"
Password:
src/tds/login.c: tds_connect: 192.168.1.50:4000: Connection timed out
Msg 20009, Level 9, State 0, Server OpenClient, Line 0
Server is unavailable or does not exist.
There was a problem connecting to the server
but:
please help me =)Quote:
[root@fedora ~]# ifconfig eth1
eth1 Link encap:Ethernet HWaddr 00:FF:F9:54:7C:00
inet addr:192.168.80.128 Bcast:192.168.80.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1452 (1.4 KiB) TX bytes:1452 (1.4 KiB)
Interrupt:10
oh...
Try this tutorial, http://forum.ragezone.com/f452/perfe...eastie-547832/
It should be more easy :] colinux is hard and very not stable at all xD
@Kyokoshin,
Sorry i don't know... i don't work with MS SQL^^ maybe someone can help u
I made a few Sreenshots, maybe someone sees a mistake.
>>pic1<<
>>pic2<<
>>pic3<<
>>/etc/hosts
>>/etc/table.xmlQuote:
127.0.0.1 localhost.localdomain localhost
127.0.0.1 fedora
# MSSQL IP Address
# Change those to yout DB IP
127.0.0.1 dbserver //changed to 192.168.1.50 after Rumulans msg
127.0.0.1 database //changed to 10.0.2.15 after Rumulans msg
10.0.2.15 aumanager
10.0.2.15 manager
10.0.2.15 link1
10.0.2.15 game1
10.0.2.15 game2
10.0.2.15 game3
10.0.2.15 delivery
10.0.2.15 backup
10.0.2.15 auth
10.0.2.15 gmserver
>>/opt/lampp/htdocs/register/core.phpQuote:
<!-- MSSQL -->
<driver name="com.microsoft.jdbc.sqlserver.SQLServerDriver"/>
<connection name="auth0" poolsize="8" url="jdbc:microsoft:sqlserver://dbserver:1433;databasename=dbo" username="sa" password="supercow"/>
i cant pass this damn db conect error -.-'PHP Code://complete "station\sqlexpress" with your particular case
$SERVER = "KYO";
//complete with your login
$ADMIN_NAME = "sa";
//complete pass with your pass
$ADMIN_PASS = "supercow";
//complete database witht the name of your perfect world database
$DATABASE = "dbo";
anyone has an idea what to do next? :*:
Bad hosts... you need to put your IP (of your computer, i.e: 192.168.0.100) near the line "dbserver".
And near to the line "database" you will need to add the ip '10.0.2.15' and not '127.0.0.1'.
EDIT: sorry i just see what error is now xD i'm tired excuse me x)
thank you for the fast answer =)
but the errors are all the same after the changes :*:
I checked again and all these files have been changed except the Ips 0.0.0.0 un 10.0.2.15
All files have only the 127.0.0.1 and 10.0.2.15 ip, is that right? (except /etc/hosts)Quote:
/etc/network/interfaces
/etc/hosts
/etc/authd.conf
/home/authd/etc/authd.conf
/home/gamed/gmserver.conf
/home/gamed/gs.conf
/home/gamed/gs_rollback.conf
/home/gdeliveryd/gamesys.conf
/home/glinkd/gamesys.conf xeditedx
/home/logservice/logservice.conf
/home/gacd/gamesys.conf
/home/gamedbd/gamesys.conf
/home/gamedbd/cashstat.conf
/home/gfactiond/gamesys.conf
/home/uniquenamed/gamesys.conf
or do I always replace the 127.0.0.1 with the 192.168.1.50 (my own ip)?
/etc/table.xml
try this...Code:<!-- MSSQL -->
<driver name="com.microsoft.jdbc.sqlserver.SQLServerDriver "/>
<connection name="auth0" poolsize="8" url="jdbc:microsoft:sqlserver://192.168.1.50:1433;databasename=dbo" username="sa" password="supercow"/>
Changes...
i get same error in start.sh(cannot connect to GameDB) and processor.php(register mssql error)
I no longer believe that I still get to run.
I am trying since 1,5 weeks to start a private server, tried all possible and always this error :/
i tryied about 1month before getting my first server running up and well^^
don't stress :]
ok, i really hope =)
i reinstalled pw without patchs. (now only 126)
now i dont get this "server maintenance blabla" msg
but the normal error.
is a small step forward xD
>>pic<<
I think the error is only in the database connection. if the work should go all.
>>DB-pic<<
>>ip-pic<<
and the db-ip(192.168.1.50(my own ip)) I've entered into the host file
hmm what i can try now? I have no more ideas. :/
i have the same connect db error and when i try:
[root@fedora ~]# /opt/lampp/bin/tsql -S 89.216.246.249 -U sa
I get prompted for password, i enter it, and then:
src/tds/login.c: tds_connect: 89.216.246.249:4000: No route to host
Msg 20009, Level 9, State 0, Server OpenClient, Line 0
Server is unavailable or does not exist.
There was a problem connecting to the server
PS. I tried installing this server using vmware with ubuntu... not success, now i try with this and same thing :(
I begin to wonder if all this is maybe because my modem isn't on ethernet port but on USB. Should I change my modem to ethernet port??
I am having quiet a problem, I have tried everything, and everything is working ok, however I cannot register an account. I go to register and I get the error "Unable to connect to server: TDS" on lines 26 and 27 they are basically the same. I have tried many things however nothing works. I get the registration page. I type in all my info, and I get this error. It will not connect to the server regardless, Is there a way to fix this problem?