[Release] G4ep1(Server+Client)

Status
Not open for further replies.
Newbie Spellweaver
Joined
Sep 15, 2006
Messages
47
Reaction score
0
Server Fille :
Pass : bkkth


or
Client





Full asp

Pass : rf.bkknew.com

Credit: BoTGoD

************************
Pit Bosses:
01F04 = Gaff
01004 = Splinter
01104 = Rook
01204 = Warbeast
01304 = Lunker
01504 = Ratmoth
01604 = Drone
01704 = Vafer
02004 = Tweezer
02404 = Grumble
02C04 = King Crook
038AC = Dark Elder Lizard
04004 = Anabola
04104 = Brutal
04204 = Meat Clod
04304 = Blood Crawler
04404 = Blood Vafer
04504 = Snatcher Rex
06D07 = Belphegor
09704 = Varas
0A207 = Blink
0B207 = Dagon
0AD07 = Sinder
************************
GM
%* xxxxxxx
------------------
ITEM
ikxxx00 - GM Cape
iixxx01 - 10,000% attack ring - GM
iaxxx01 - 100% dodge headset -GM
iebbb00 - Bellato Bag
ieccc00 - Cora Bag
iwswd45
iiaab50 - 25/20 Dodge Elemental Bracer
iiaab58 - 25/25 Defense Elemental Bracer
iaaab50 - 25/20 Dodge Elemental Headset
iaaab58 - 25/25 Defense Elemental Headset
irtal01 - Ignorant Talics ( 01-14 )
ARMOR:
iuarb50
ilarb50
igarb50
isarb50
iharb50
Accrecian Intense Ranger Armor, Level: 50
iuawb50
ilawb50
igawb50
isawb50
ihawb50
Accrecian Intense Melee Armor, Level: 50
iuafb50
ilafb50
igafb50
isafb50
ihafb50
Accrecian Intense Launcher Armor, Level: 50
iubrb50
ilbrb50
igbrb50
isbrb50
ihbrb50
Bellato Intense Ranger Armor, Level: 50
iubwb50
ilbwb50
igbwb50
isbwb50
ihbwb50
Bellato Intense Melee Armor, Level: 50
iubfb50
ilbfb50
igbfb50
isbfb50
ihbfb50
Bellato Intense Force Armor, Level: 50
iucrb50
ilcrb50
igcrb50
iscrb50
ihcrb50
Cora Intense Ranger Armor, Level: 50
iucwb50
ilcwb50
igcwb50
iscwb50
ihcwb50
Cora Intense Melee Armor, Level: 50
iucfb50
ilcfb50
igcfb50
iscfb50
ihcfb50
Cora Intense Force Armor, Level: 50
****อาวุธ****
iwspb50 - Level 50 Intense Spear
iwknb50 - Level 50 Intense Knife
iwstb50 - Level 50 Intense Staff
iwfib50 - Level 50 Intense Gun
iwfab50 - Level 50 Intense Launcher
iwbob50 - Level 50 Intense Bow
***
iwsha50 - Level 50 Purple Spear
iwkha50 - Level 50 Purple Knife
iwsha50 - Level 50 Purple Staff
iwfha50 - Level 50 Purple Gun
iwfha50 - Level 50 Purple Launcher
iwbha50 - Level 50 Purple Bow

ipahp08 - Accrecian 5000 Health Potion x99
ipafp08 - Accrecian 5000 Health Potion x99
ipasp04 - Accrecian 800 Stamina Potion x99

ipbhp08 - Bellato 5000 Health Potion x99
ipbfp08 - Bellato 5000 Health Potion x99
ipbsp04 - Bellato 800 Stamina Potion x99

ipchp08 - Cora 5000 Health Potion x99
ipcfp08 - Cora 5000 Health Potion x99
ipcsp04 - Cora 800 Stamina Potion x99
GEMS*
irgea03 - Tier 3 Ice Crystal x99
irgew03 - Tier 3 Wind Obsidian x99
irget03 - Tier 3 Poison Topaz x99
irgef03 - Tier 3 Fire Ruby x99
 
Last edited:
Re: [share] G4ep1(Server+Client)

Reg.asp
***************
<%
pageView = Session("pageView")
if pageView<10 then
pageView = pageView+1
Session.Contents("pageView")=pageView
Response.CacheControl = "no-cache"
Response.AddHeader "pragma","no-cache"
Response.Expires = -1
ip="127.0.0.1"
db="exgame"
logg="sa"
pass="rf.bkknew.com"
Conn = "Provider=SQLOLEDB.1;Persist Security Info=True;Initial Catalog="&db&";Data Source="&ip&";Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID="&ip&";Use Encryption for Data=False;Tag with column collation when possible=False;User Id="&logg&";password="&pass

k=0
clientIP = Request.ServerVariables("REMOTE_ADDR")
login = replace(REQUEST("login"),"'","''")
pass = replace(REQUEST("password"),"'","''")
email = REQUEST("email")
acccreated = Session("acccreated")
Set RS = Server.CreateObject("ADODB.RecordSet")
Set RS02 = Server.CreateObject("ADODB.RecordSet")
if login<>"" and pass<>"" and email<>"" and acccreated="" then
sql = "select id from account_sound_team where id='"+login+"'"
RS.Open sql,Conn,0,1
if not RS.eof then k=k+1 end if
RS.close
if k=0 then

ladate = left(now(),10)
lemois = left(ladate,2)
lannee = right(ladate,4)
lejour = right(left(ladate,5),2)
lheure = right(now(),8)
ladate = lejour&"/"&lemois&"/"&lannee&" "&lheure
sql = "insert into account_sound_team (id) values ('"+login+"')"
RS02.Open sql,Conn,0,1
sql02 = "insert into x2o_user (UserId,Password,UserName,email,JuminNo,zipcode,address1,address2,tel,handphone,sex,job,mod_date,regdate,resident,agreement,EmailFlag,RealName,lastlogin,Usertype) values ('"+login+"','"+pass+"','"+login+"','"+email+"','0','0','0','0','0','0','0','0',NULL,NULL,'0','0','0','0',NULL,'0')"
RS02.Open sql02,Conn,0,1

Set RS = nothing
Set RS02 = nothing
Conn02 = "Provider=SQLOLEDB.1;Persist Security Info=True;Initial Catalog=rfweb;Data Source="&ip&";Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID="&ip&";Use Encryption for Data=False;Tag with column collation when possible=False;User Id=sa;password=rf.bkknew.com"
Set RS = Server.CreateObject("ADODB.RecordSet")

sql03 = "insert into account_sound_team (id) values ('"+login+"')"
RS.Open sql03,Conn02,0,1
Set RS = nothing
acccreated = login
Session.Contents("acccreated") = login
end if
end if
%>
<html>
<head><title>RIGEL - Register</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<body background=" ">
<body>
<SCRIPT language="javascript" src="js/register.js"></SCRIPT>
<LINK rel="stylesheet" type="text/css" href="css/froggpt.css"/></head>
<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" bgcolor="#ffffff">
<table width="100%" height="100%"><tr><td valign="middle" align="center">
<%if acccreated<>"" then%><b class="txt">ID <%=acccreated%> ใช้ได้แล้วค่ะ</b><%else%>
<form name="inscription" method="post" action="javascript:sendForm()">
<table border="0" cellspacing="0" cellpadding=0 width="250" height="150"><tr><td colspan="3" height="1" bgcolor="#16935c"><img src="images/pix.gif"></td></tr>
<tr><td bgcolor="#16935c" width="1"><img src="images/pix.gif"></td><td align="center">
<table border="0" width="250">
<tr><td class="bigtitle" colspan="2" align="left">[ RIGEL : Account Creation ]</td></tr>
<tr><td class="txt" colspan="2"><img src="images/pix.gif" height="5"></td></tr>
<tr><td class="txt" width="150">Game Login </td><td width="150"><input name="login" type="text" value="<%=login%>" maxlenght="8"></td></tr>
<tr><td class="txt">Game Password</td><td><input name="password" type="password" value="" maxlenght="8"></td></tr>
<tr><td class="txt">E-mail</td><td><input name="email" type="text" value="<%=email%>" maxlenght="200"></td></tr>
<tr><td class="txt"></td><td align=center><input type="submit" value="OK"></td></tr>
</table>
</td><td bgcolor="#16935c" width="1"><img src="images/pix.gif"></td></tr>
<tr><td colspan="3" height="1" bgcolor="#16935c"><img src="images/pix.gif"></td></tr></form></table>
<%end if%>
<%if k>0 then%><script language=javascript>alert("this account already exist, please choose an other")</script><%end if%>
</td></tr></table>
</body>
</html>
<%else%>
<html>
<head><title>RIGEL - Register </title>
<LINK rel="stylesheet" type="text/css" href="css/froggpt.css"/></head>
<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" bgcolor="#ffffff">
<table width="100%" height="100%"><tr><td valign="middle" align="center">
<b class="txt">Page has been refreshed too much times</b>
</td></tr></table>
</body>
</html>
<%end if%>
 
Re: [share] G4ep1(Server+Client)

Download Thai Patch



ballcom - [Release] G4ep1(Server+Client) - RaGEZONE Forums



ballcom - [Release] G4ep1(Server+Client) - RaGEZONE Forums



ballcom - [Release] G4ep1(Server+Client) - RaGEZONE Forums



ballcom - [Release] G4ep1(Server+Client) - RaGEZONE Forums

ballcom - [Release] G4ep1(Server+Client) - RaGEZONE Forums
 
Re: [share] G4ep1(Server+Client)

Oi could you please decrpyt it or something? It doesnt work when I put the password as blank.

password isn't blank. you just try to 'ALT+A' at this forum.
 
Re: [share] G4ep1(Server+Client)

ballcom, just a suggestion.

you should modify your ASP, the asp you provided, it's open to sql injection attack. try to put some regex in the email.
 
Re: [share] G4ep1(Server+Client)

ballcom, just a suggestion.

you should modify your ASP, the asp you provided, it's open to sql injection attack. try to put some regex in the email.

Full asp

Pass : rf.bkknew.com

Credit: BoTGoD
 
Re: [share] G4ep1(Server+Client)

It does not work, since it won't find the INI file and LoginServer.exe crashes after that. Can you help me?
 
Re: [share] G4ep1(Server+Client)

Hallo all, i'm noob to build a RF server
i have a question, why the client here (i mean RF CCR.exe) didn't have IP 127.0.0.1 when i open using XVI32? Is it something wrong?

Thank's for your answer, nice to meet you all
 
Status
Not open for further replies.
Back