Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

[Need To Fix] I have item shop and etc .ASPs

Newbie Spellweaver
Joined
Mar 8, 2007
Messages
35
Reaction score
0
Guys ermm I Downloaded some ASPs in game
like item shop, music ranking, and other sort of stuff
it just need to be fixed
and still not all of them r there
i have a hard time geting the asp of item shop step 2
here's the download link

By the way that asp is kinda weird you'll know when u try it out
 
OH MY GOD EVERYONE IS LOOKING FOR THIS!!!
Nice work Badt3pEd!!!
You riped the whole Web server it even got the launcher/login thingy.
Its from O2Jam Phillipenes.

@kishi
They are in HTML but with ASP functions. I think it might work.
 
To PureSpectre
Tnx ^_^
ive been doing that for hours trying to hack the game so i can copy the asp
the second step is to make it work with our server files
and I Never Thought Im the Only one who had that
wish i could change o2jam private history
 
LOL... I'm trying to do that too actually but I can't find the web for it.

It might be the launcher code that allows us to connect to the shops. The ASP is already ready for SQL. We just need to work this Launcher code out, or we don't need to. I asked S_W_A_T to DL and test it(I can't test it. The GateWayManager.exe still didn't work for me).

Also, I can't find the music shop Get Song/P2P Song List ASP.
 
oh okie
ill tell u on how do i got this things
ill pm u my YM account and MSN
 
Like what kishi says, its only a plain HTML file in an .asp file format. Which anyone can get this long time ago.

Let me explain this briefly, this is an ORIGINAL .asp page taken from get.asp, it includes server functions (in bold-red) that YOU the client cannot see.
Code:
[B][COLOR="Red"]<%
dim f1,f2,f3,f4,f5,f6,f7
dim sql
dim right_if
dim strDBCon,objConn

function insertdb()
	sql = "insert into member (userid,usernick,sex,passwd,id9you) values('" & f2 &"','"& f3 &"',"& f4 &",'"& f5 &"','"& f7 & "')"
	objConn.Execute sql ,right_if
end function

function conncreat()
	Dim strDBCon
	strDBCon = "DRIVER={SQL Server};SERVER=127.0.0.1; database=db_name;UID=username;PWD=password;"
	Set objConn = Server.CreateObject("ADODB.Connection")
	objConn.Open(strDBCon)
end function

function connclose()
	objConn.close
	set objConn = nothing
end function

'f1 = trim(request("id"))

f2 = trim(request.form("userid"))
f2 = replace(f2,"'","''")
'f2 = replace(f2,"""","""""")

f3 = trim(request.form("usernick"))
f3 = replace(f3,"'","''")
'f3 = replace(f3,"""","""""")

f4 = trim(request.form("sex"))
f4 = replace(f4,"'","''")
'f4 = replace(f4,"""","""""")

f5 = trim(request.form("passwd"))
f5 = replace(f5,"'","''")
'f5 = replace(f5,"""","""""")

f7 = trim(request.form("id9you"))
f7 = replace(f7,"'","''")
'f7 = replace(f7,"""","""""")

function runok()	'
 
i got this asp from here
this links cant be shown
but i have it







 
Where i put these ASPs?

can i change the payment page URL from the SQL database?
if can HOW?
 
Last edited by a moderator:
OK sorry I was wrong.

Where i put these ASPs?
Answer = Still unusable.
Read S_W_A_T's reply on this thread.

can i change the payment page URL from the SQL database?
if can HOW?
We are still looking for the answer.
 
in dis case we have an idea and we have the client side pages
why not try to make our own .asp?? of the in-game web pages
just suggesting :D
and btw can someone give me an idea on hexing
ill try Hexing O2jam NX to connect to our server
it might work well tnx again
 
hmmm...i have these pages too bad3p..i am trying to access their firewall to get the asp files...these are found in their www folder on a drive on their virtual server computer..wish me luck
 
the code u got from saving it is totally different from the real .asp files...
 
in dis case we have an idea and we have the client side pages
why not try to make our own .asp?? of the in-game web pages
just suggesting :D
and btw can someone give me an idea on hexing
ill try Hexing O2jam NX to connect to our server
it might work well tnx again

Isn't the db like totally different?
 
Yeah, they are. o-o

I guess it's too much work for any of the interested guys..
Why don't you guys hack in?
 
Hey, I got a new idea...
OVERRIDE the domain name :D

EDIT: I mean hacking to the Server IP
 
Last edited:
Oh, yeah.. I'm pretty sure you could magically connect to a new magically created magical domain.

Care to explain?
 
::ITEM PURCHASE:: - In new 2 methods of transaction
Badt3pEd - [Need To Fix] I have item shop and etc .ASPs - RaGEZONE Forums


::USER LISTINGS:: - Friends&Messages features removed
Badt3pEd - [Need To Fix] I have item shop and etc .ASPs - RaGEZONE Forums


::ITEM PURCHASE#2:: - New Please enter password & PINCODE
Badt3pEd - [Need To Fix] I have item shop and etc .ASPs - RaGEZONE Forums


::ITEM PURCHASE#3:: - WHen the transaction cancelled
Badt3pEd - [Need To Fix] I have item shop and etc .ASPs - RaGEZONE Forums


---

All of them [above] are coded in PHP by myself [for the webfiles], and the last SS is the modified client for our server (SS REMOVED).

Opening in JUNE 2007 [Temporary --> :: Planned -->
Server Name : O2Live
Currency : GEM, LivePoints, and LiveCoupons
 
Back