who here can help me setup p server

08/10/2014 19:00 dbraggs123#1
who here can help me setup p server using team viewer I read threw all the fourms tried everything cant seem to get it right I am using windows 7 pro.
thanks
08/11/2014 07:15 hio77#2
if your cant get a server running, your going to have trouble later down the track when your providing it to others....

how about you explain what problem you are having, and we can comment on it from there.
08/11/2014 15:43 dbraggs123#3
¡¾Create map set...¡¿
¡¾Create player set...¡¿
¡¾Create npc set...¡¿
¡¾Create syn set...¡¿
¡¾<<<<<<<< Create Jehad server kernel ok! >>>>>>>>¡¿
¡¾Create kernel thread ok.¡¿
¡¾Connect to game server again . . .¡¿
¡¾Connect to game server again . . .¡¿
and same thing for account server too
08/11/2014 19:04 hio77#4
So you need to check you correctly configured the servers.

Use 127.0.0.1 for testing purposes.

Since the server relies on older librarys your often better off on xp, but long as you cross those hurdles your fine on seven.
08/11/2014 22:13 dbraggs123#5
yea I tried that already Iguess im getting old and cant remember anything
08/12/2014 01:20 hio77#6
Go back to a tutorial, and try the steps on a fresh copy. Maybe you acodently did something wrong.
08/12/2014 05:48 dbraggs123#7
i have done it a hundred times still cant get it I think I am forgetting something just don't know what.
08/12/2014 05:54 hio77#8
Quote:
Originally Posted by dbraggs123 View Post
i have done it a hundred times still cant get it I think I am forgetting something just don't know what.
thats why i say go back, and do it slowly.


IIRC someone made a configuration tool which should help you too...
08/16/2014 11:16 PowerChaos#9
Quote:
Originally Posted by hio77 View Post
So you need to check you correctly configured the servers.

Use 127.0.0.1 for testing purposes.

Since the server relies on older librarys your often better off on xp, but long as you cross those hurdles your fine on seven.
i run 2 servers on windows 8
and it stays the same , i can even run it on windows 95 and wine as long i can get the right dotnetfix installed ( 3.5 )

then for the problem
Check config files
they contians names that need to match
Check the DAT file , it also contains a name that need to match
Check your mysql connection , if it is not on localhost ( or port is not open on that ip ) then it wont connect with out editing some files

best thing to do is to use ip 127.0.0.1 as all ip's
then start the server and if you do it localy ( on own pc , not vps ) then change also oem.ini to 127.0.0.1 ( make sure name match and no space in name , underscore is fine )

if that works , start changing the ip's to your external ip exept for db xD

Greets From PowerChaos
08/16/2014 14:47 hio77#10
Quote:
Originally Posted by PowerChaos View Post
i run 2 servers on windows 8
and it stays the same , i can even run it on windows 95 and wine as long i can get the right dotnetfix installed ( 3.5 )

nowhere did i say it didnt run, theres a few iffy things. mainly around sql dependences.

for 99% of running, yes it will work.
08/16/2014 16:56 Khalidmadkour#11
Quote:
Originally Posted by dbraggs123 View Post
who here can help me setup p server using team viewer I read threw all the fourms tried everything cant seem to get it right I am using windows 7 pro.
thanks
to make it easy ,
1- Be sure you are running accserver.exe and winmysqladmin.exe --> with green light if the same problem go to step 2
----------------------
2- Don't edit shell file by ur hand use ProSHELL.exe if it didn't work go to step
-----------------------
3- download this [Only registered and activated users can see links. Click Here To Register...]
and extract in db
( it has full config with (hostlocal) )
this the all ways to fix your problem i think

-----------------------
~!If i helped remember my name maybe i need your help later and you ignore me!~
Sorry for my bad English ;)
Remember try to fix your problem by your self first to get experience
08/16/2014 22:43 dbraggs123#12
I can get it to work I want to be able to let the public play my server that's my problem cant get that part to work this is what I need help on.
08/17/2014 05:03 hio77#13
Quote:
Originally Posted by dbraggs123 View Post
I can get it to work I want to be able to let the public play my server that's my problem cant get that part to work this is what I need help on.
likely your router doesnt do NAT loopback, and thus if your telling it to connect to your external ip, it doesnt redirect back to your local machine.

generally you can use a hosts file entry to work around this.


otherwise, its actually only the account server that needs to bind directly to your external ip, as your router will NAT transverse your External IP to Internals.

there are many other variations on the setup to get around this problem too...
08/17/2014 13:52 dbraggs123#14
I ran a server long time ago called ForgottenDemons im using the same router as I did back then got all my portforwarding on it . if I could get someone to teamview and get it running wile I watch I know I will see what I was doing wrong .
08/18/2014 04:45 hio77#15
Quote:
Originally Posted by dbraggs123 View Post
I ran a server long time ago called ForgottenDemons im using the same router as I did back then got all my portforwarding on it . if I could get someone to teamview and get it running wile I watch I know I will see what I was doing wrong .
remove it all and try again.

or use one of the many methods i suggested.