Re: O2JAM P.S. Registration Page, Friends List
Quote:
Originally Posted by
philanimetv
UPDATE:::
i figured out that the cause of this problem is on the update. this is my launcher.bat details:
i use 2 servers,
192.168.1.105 for game server
192.168.1.106 for web server (avatar, registration page, friends list, online users list, item shop)
all wrong
Code:
OTwo1.exe 1<ftp link> o2jam/patch <all ingame pages>:80 1 1 1 1 1 <game server> 15010 <game server> 15010 <game server> 15010 <game server> 15010 <game server> 15010 <game server> 15010 <game server> 15010 <game server> 15010
see
ftp
web pages
and game server
Re: O2JAM P.S. Registration Page, Friends List
Quote:
Originally Posted by
jcgo16
all wrong
Code:
OTwo1.exe 1<ftp link> o2jam/patch <all ingame pages>:80 1 1 1 1 1 <game server> 15010 <game server> 15010 <game server> 15010 <game server> 15010 <game server> 15010 <game server> 15010 <game server> 15010 <game server> 15010
see
ftp
web pages
and game server
Thanks for your reply. But i still there's no change...
This is my Launcher:
Code:
OTwo1.exe 1 192.168.1.105 o2jam/patch 192.168.1.106:80 1 1 1 1 1 192.168.1.105 15010 192.168.1.105 15010 192.168.1.105 15010 192.168.1.105 15010 192.168.1.105 15010 192.168.1.105 15010 192.168.1.105 15010 192.168.1.105 15010
192.168.1.105 is my game server running on port as suggested in the "how to make server" thread
192.168.1.106 is my web server. This is where my asp pages are stored for in-game pages such as the gameboard and online users list
ftp site might be on 192.168.1.106 but i dont know if i should assign one now...
any other suggestions?
Re: O2JAM P.S. Registration Page, Friends List
all pages and server client must be in one pc
you cannot run that
ill tell you
btw, the userlist will not work w/ out a gameclient connected to it
Re: O2JAM P.S. Registration Page, Friends List
Quote:
Originally Posted by
jcgo16
all pages and server client must be in one pc
you cannot run that
ill tell you
btw, the userlist will not work w/ out a gameclient connected to it
ok game server and web server are now on the same pc, web server is on port 80. but still the problem persistss... is a gameclient means a player using a client? how come my user list will not work?
does anyone know what are the syntax for running otwo.exe ?
thank you very much!
Re: O2JAM P.S. Registration Page, Friends List
ahmm, is the pages connect to the database?
can you give me your ym or msn?
Re: O2JAM P.S. Registration Page, Friends List
the o2ph client is using a encryption, see the egamesencrypt.dll right?
thats the encryptor, and its randomly changes when you log in
Re: O2JAM P.S. Registration Page, Friends List
Quote:
Originally Posted by
jcgo16
the o2ph client is using a encryption, see the egamesencrypt.dll right?
thats the encryptor, and its randomly changes when you log in
ah i see.. i wish i can bypass those encryption thins there. ehehehe
Re: O2JAM P.S. Registration Page, Friends List
you cant, but some coders tried it
and they success on it
o2emu project
http://s8.invisionfree.com/O2Jam_Emu
well kinda old
Re: O2JAM P.S. Registration Page, Friends List
waa
just dont use our interface
its our copyrights
Re: O2JAM P.S. Registration Page, Friends List
Quote:
Originally Posted by
jcgo16
waa
just dont use our interface
its our copyrights
no... im just testing your clients and i have no plans in using them. i do this just for comparison.. and if i can make my private server that has user list. i dont have bad intention about your copyright thinggy... just doing this for my own use
ehehehe thanks.,
Re: O2JAM P.S. Registration Page, Friends List
well you didnt online in ym
so i can tell you how
want to be part of us?
http://o2jam-r3.cjb.net/
Re: O2JAM P.S. Registration Page, Friends List
Quote:
Originally Posted by
jcgo16
thanks!
if its ok sure.. here is my ym again:
philanimetv
please pm me if im offline or mobile
thanks. u
Re: O2JAM P.S. Registration Page, Friends List
Quote:
Originally Posted by
PureSpectre
You CAN run the .asp files separately by linking the ODBC on the web server to the SQL server.
O2GateWay.exe <---- ODBC ----> SQL Server <---- ODBC ----> ASP Pages
hi PureSpectre!
thanks.. btw i cant figure out how the ODBC connections are configured for these setting.. i mean what to put on.. i have my sql server and ODBC configured. can you please make some enlightenment for your suggestion?
thanks...
Re: O2JAM P.S. Registration Page, Friends List
Open ports in your router used for ODBC and SQL if you haven't... Then, edit the ODBC settings in the computer where you installed Web Server to connect to the computer where SQL is(SCST-05\ENFO2SERVER). Everything should be the same as what you configured except the server address. You'll have to test the connection to make sure it's connecting to the SQL Server.