About Ports

Experienced Elementalist
Joined
Apr 9, 2007
Messages
211
Reaction score
1
There are 4 main ports in O2Jam
w/c is

15010- Login
15030- Channel Info
15037- Notice Ingame
15047- Player Info


so how about ftp and the website
21- ftp
15000 - player list, itemshop, etc

Code:
otwo.exe 1 o2r3.servegame.com o2jam/patch 118.136.5.176:15000 1 1 1 1 1 118.136.5.176 15010 118.136.5.176 15010 118.136.5.176 15010 118.136.5.176 15010 118.136.5.176 15010 118.136.5.176 15010 118.136.5.176 15010

Code:
otwo.exe 1 <ftp> o2jam/patch <playerlist and itemlist website>:15000 1 1 1 1 1 <serverip> <server port> <serverip> <server port> <serverip> <server port> <serverip> <server port> <serverip> <server port> <serverip> <server port> <serverip> <server port>
 
its related to the ftp only

just like our ftp server



i dont know if we can change it into something like

o2r3/patch
like that
still im finding ways how to add more channels

got an idea silver?
 
I've meddled around with the database and the server config, but the main issue is that I don't have a clue on how to add channels client-side.
 
Something I found out before O2Jam MY closed but then I only let BladeX knew. Hope it would help people to build the real item shop.

I was trying to inject some codes in the site's pages(login, register, etc.)
I bought something in-game with IE running on background. Then I went in payment_input.asp with the background IE through history and I got this within its HTML source.
Code:
...
<iframe src="http://www.o2jam.com.my/itempurchase/payment/[B]payment_input_01.asp?gameid=XXXXXXXXXX&aid1=625&aid2=&aid3=&aid4=&aid5=&aid6=&aid7=&aid8=&aid9=&aid10=&sid1=&sid2=&sid3=&sid4=&sid5=&sid6=&sid7=&sid8=&sid9=&sid10=&tid1=&tid2=[/B]" scrolling="auto" frameborder="0" width="727" height="401"></iframe>
...
Curious, I messed around this "aid1=625" and switched it to "aid1=1" and ran it in IE.
When it was 625, the item is called some White thing(I forgot). After changing it, it became Eva Style 01.
O.o

So, I played using some other numbers.
Code:
http://www.o2jam.com.my/itempurchase/payment/payment_input_01.asp?gameid=XXXXXXXX&aid1=10&aid2=20&aid3=30&aid4=40&aid5=50&aid6=60&aid7=70&aid8=80&aid9=90&aid10=100&sid1=10&sid2=20&sid3=30&sid4=40&sid5=50&sid6=60&sid7=70&sid8=80&sid9=90&sid10=100&tid1=10&tid2=20
Outputs the item: Body, Bach Alive, Crush Queen set, Eliten College student set, Purple Silver, Duge Style02, Silver Heart, Hood, Blenyoh SH, S-Sexy T, Cobalt Bubble, Dorio, Woodstock.
I don't know what SIDs and TIDs are for but on that time, it was said that you cannot buy more than 10 items but the extra codes I put on the link proofed otherwise...
 
yeah totally yes
like in o2ps webitemshop
you can only buy 10 items
when i try to edit and exeed to 20
it shows nothing but an error
 
Back