This is a discussion on [Share] My Rancp within the Ran Online Releases forums, part of the Ran Online category; Originally Posted by Dutch_X tagalog: bkit ganito >>><?php echo "Home"; ?> pwd naman HOME lng hnd ko na kaylangan i ...
({ I'm Back })
URL -> http://localhost/index.php/RanOnline/index
URL -> http://localhost/index/RanOnline/index
URL -> http://localhost/index.html or .php/.gn/.asp/.aspx -> original files .php
lol men do you want sample ????
Here sucker man
Log In
Code:<? if($_SESSION['user'] == "") { ?> <script language="javascript"> function UpdateClan() { var Emblem = document.getElementById("emblem"); var ClanList = document.getElementById("clanlist"); var MasterTxt = document.getElementById("clanmaster"); var ClanLink = document.getElementById("editlink"); var ClanData = ClanList.value; var CData = ClanData.split("-|-"); MasterTxt.innerHTML = CData[1]; Emblem.src = "./clan/emblem/" + CData[3]; ClanLink.href = "javascript:ShowPanel(" + CData[2] + ");"; } </script> <? $memb___id = $_SESSION['user']; $comanda1="SELECT UserPoint, VipPoint, UserVIP from UserInfo where UserName = '$memb___id' "; //query to get all affiliates $rezultat2=mssql_query($comanda1) or die("Can`t be executed"); while($r2=mssql_fetch_array($rezultat2)){ $UserPoint = $r2["UserPoint"]; $VipPoint = $r2["VipPoint"]; $UserVIP = $r2["UserVIP"]; } if ((isset($_SESSION['pass'])) && (isset($_SESSION['user']))) ?> <form action="" method="post" name="login_account" id="login_account"><table width="180" height="130" border="0" align="center" cellpadding="0" cellspacing="0" background="img/loginzone_bg.png" style="background-repeat:no-repeat; background-position:center"> <table width="184" height="174" border="0" cellpadding="0" cellspacing="0" background="img/r_signin01_renewal.gif" align="center" style="background-repeat:no-repeat; background-position:center;"> <tr> <td width="180" height="20" align="center" valign="top" class="estilo1"><table width="174" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="35"></td> </tr> </table></td> </tr> <tr> <td height="69" align="center" valign="top" class="estilo1"><table width="164" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="90" align="left"><input name="login" type="text" id="login" class="Login2" style=" background-image:url(img/usrnm_bg.jpg); background-repeat:no-repeat" tabindex="1" value="" size="15"></td> <input name="account_login" type="hidden" id="account_login" value="account_login"> <td width="50" rowspan="3"></td> <td width="54" rowspan="3" align="center"><input name="Submit" type="image" class="button" src="img/r_signin_btnlogin.gif" align="right" width="54" height="38" border="0" value="Login!" title="Login"></td> </tr> <tr> <td height="4"></td> </tr> <tr> <td align="left"> <input name="pass" type="password" class="Login2" id="pass" style="background-image:url(img/pw_bg.jpg); background-repeat:no-repeat" tabindex="2" size="15"></td> </tr> <input type="hidden" name="submit" value="1"> </table></td> </tr> <tr> <td align="center" valign="top" class="estilo1"><table width="150" border="0" align="center"> <tr> <td align="center" class="estilo1" height="1"></td> </tr> <tr> <td align="center" class="estilo1"><a href="index.php?gunz=rstpass">Forgot your password?</a> </td> </tr> <tr> <td align="center" class="estilo1" height="1"></td> </tr> <tr> <td align="center"><a href="index.php?gunz=register"><img src="img/btn_free_signup.gif" width="150" height="25" border="0"></a></td> </tr> </table></td> </tr> </table> </form> <? }else{ $memb___id = $_SESSION['user']; $comanda1="SELECT UserPoint, VipPoint, UserVIP from UserInfo where UserName = '$memb___id' "; //query to get all affiliates $rezultat2=mssql_query($comanda1) or die("Can`t be executed"); while($r2=mssql_fetch_array($rezultat2)){ $UserPoint = $r2["UserPoint"]; $VipPoint = $r2["VipPoint"]; $UserVIP = $r2["UserVIP"]; } if ((isset($_SESSION['pass'])) && (isset($_SESSION['user']))) ?> <table width="184" height="245" border="0" align="center" cellpadding="0" cellspacing="0" background="img/r_signin02_renewal.gif" style="background-repeat:no-repeat; background-position:top center;"> <tr valign="top"> <td align="center" class="estilo1"><table width="160" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="10" align="left" class="estilo7"></td> </tr> <tr> <td align="left" class="estilo7">Hi, <?=$_SESSION[user]?> !!! </td> </tr> <tr> <td align="left" class="estilo6">(Not <?=$_SESSION[user]?> ? Sign in <a href="index.php?gunz=logout">here</a>)</td> </tr> <tr> <td align="right" class="estilo6" height="33" valign="bottom"><a href="index.php?gunz=clanrank"><img src="img/r_btn_more.gif" width="24" height="9" border="0"></a></td> </tr> <tr> <td align="right" class="estilo6" height="4" valign="bottom"></td> </tr> <tr> <td align="right" class="estilo6" height="50"> <? if(CheckIfExistClan($_SESSION[user])) { ?><table width="160" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="border-collapse: collapse"> <tr> <td width="77" align="left"><img id="emblem" src="./clan/emblem/" width="38" height="38" style="border: 1px #000000"></td> <td width="77" height="10" align="center"> <select onchange="UpdateClan()" id="clanlist" size="1" name="selclan" class="Login2"> <? $re = mssql_query("SELECT * FROM RanGame.dbo.GuildInfo order by ChaNum desc"); if( mssql_num_rows($re) > 0 ) { while($char = mssql_fetch_assoc($re)) { $queryc = mssql_query("SELECT * FROM RanGame.dbo.GuildInfo order by ChaNum desc"); if( mssql_num_rows($queryc) > 0 ) { $a = mssql_fetch_assoc($queryc); $b = mssql_fetch_assoc(mssql_query("SELECT * FROM RanGame1.dbo.GuildInfo WHERE = '{$a[ChaNum]}' AND DeleteFlag = 0")); $_CLAN[GuName] = $b[GuName]; $_CLAN[ChaNum] = GuName($a[ChaNum]); $_CLAN[ChaNum] = $a[ChaNum]; $_CLAN[Emblem] = ($b[EmblemUrl] == "") ? ".clan/emblem/no_emblem.png" : $b[EmblemUrl]; $info = implode("-|-", $_CLAN); if($_CLAN[GuName] <> "") echo "<option value = '$info'>{$_CLAN[GuName]}</option>"; } } } ?> </select> </td> <td width="83" align="right" class="estilo6">Leader:<br><div id="GuName"></div></td> </tr> </table></td> </tr> <? }else{ ?> <table border="0" cellpadding="0" cellspacing="0" width="160" height="100%"> <tr> <td height="50" align="center" class="Estilo6">Welcome</td> </tr> <td></td> </table> <? } ?> <tr> <td height="25" align="center" class="estilo6"><table width="150" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td class="estilo1"> Control Panel: <a href='user.php'><b>Go</b></a></td> </tr> </table></td> </tr> <tr> <td height="35" align="center" class="estilo6"></td> </tr> <tr> <td height="25" align="center" class="estilo6"><table width="164" height="50" border="0" align="center" cellpadding="0" cellspacing="0" style="background-repeat:no-repeat; background-position:center;"> <div id='mymoney_area'> <div id='ijjicoin_area'> <td class="estilo1"> G Coin</td> <td class="estilo1"><?=$UserPoint?></td> </div> </div> <tr> <td colspan="2" align="center"><a href="index.php?gunz=myitems"><img src="img/r_btn_addijjicoin.gif" width="156" height="29"></a></td> </tr> </table></td> </tr> </table></td> </tr> </table> <script language="javascript"> UpdateClan(); </script> <? } ?>
Security
Code:<? $ip = $_SERVER['REMOTE_ADDR']; $time = date("l dS of F Y h:i:s A"); $script = $_SERVER[PATH_TRANSLATED]; $fp = fopen ("InjectionLogs.txt", "a+"); $sql_inject_1 = array(";","'","%",'"'); $sql_inject_2 = array("", "","","""); $GET_KEY = array_keys($_GET); $POST_KEY = array_keys($_POST); $COOKIE_KEY = array_keys($_COOKIE); $REQUEST = array_keys($_REQUEST); $SESSION = array_keys($_SESSION); for($i=0;$i<count($GET_KEY);$i++) { $real_get[$i] = $_GET[$GET_KEY[$i]]; $_GET[$GET_KEY[$i]] = str_replace($sql_inject_1, $sql_inject_2, HtmlSpecialChars($_GET[$GET_KEY[$i]])); if($real_get[$i] != $_GET[$GET_KEY[$i]]) { fwrite ($fp, "IP: $ip\r\n"); fwrite ($fp, "Method: GET\r\n"); fwrite ($fp, "Value: $real_get[$i]\r\n"); fwrite ($fp, "Script: $script\r\n"); fwrite ($fp, "Time: $time\r\n"); fwrite ($fp, "==================================\r\n"); } } /*end clear $_GET */ /*begin clear $_POST */ for($i=0;$i<count($POST_KEY);$i++) { $real_post[$i] = $_POST[$POST_KEY[$i]]; $_POST[$POST_KEY[$i]] = str_replace($sql_inject_1, $sql_inject_2, HtmlSpecialChars($_POST[$POST_KEY[$i]])); if($real_post[$i] != $_POST[$POST_KEY[$i]]) { fwrite ($fp, "IP: $ip\r\n"); fwrite ($fp, "Method: POST\r\n"); fwrite ($fp, "Value: $real_post[$i]\r\n"); fwrite ($fp, "Script: $script\r\n"); fwrite ($fp, "Time: $time\r\n"); fwrite ($fp, "==================================\r\n"); } } for($i=0;$i<count($COOKIE_KEY);$i++) { $real_cookie[$i] = $_COOKIE[$COOKIE_KEY[$i]]; $_COOKIE[$COOKIE_KEY[$i]] = str_replace($sql_inject_1, $sql_inject_2, HtmlSpecialChars($_COOKIE[$COOKIE_KEY[$i]])); if($real_cookie[$i] != $_COOKIE[$COOKIE_KEY[$i]]) { fwrite ($fp, "IP: $ip\r\n"); fwrite ($fp, "Method: COOKIE\r\n"); fwrite ($fp, "Value: $real_cookie[$i]\r\n"); fwrite ($fp, "Script: $script\r\n"); fwrite ($fp, "Time: $time\r\n"); fwrite ($fp, "==================================\r\n"); } } for($i=0;$i<count($REQUEST);$i++) { $real_request[$i] = $_REQUEST[$REQUEST[$i]]; $_REQUEST[$REQUEST[$i]] = str_replace($sql_inject_1, $sql_inject_2, HtmlSpecialChars($_REQUEST[$REQUEST[$i]])); if($real_request[$i] != $_REQUEST[$REQUEST[$i]]) { fwrite ($fp, "IP: $ip\r\n"); fwrite ($fp, "Method: COOKIE\r\n"); fwrite ($fp, "Value: $real_request[$i]\r\n"); fwrite ($fp, "Script: $script\r\n"); fwrite ($fp, "Time: $time\r\n"); fwrite ($fp, "==================================\r\n"); } } for($i=0;$i<count($SESSION);$i++) { $real_session[$i] = $_SESSION[$SESSION[$i]]; $_SESSION[$SESSION[$i]] = str_replace($sql_inject_1, $sql_inject_2, HtmlSpecialChars($_SESSION[$SESSION[$i]])); if($real_session[$i] != $_SESSION[$SESSION[$i]]) { fwrite ($fp, "IP: $ip\r\n"); fwrite ($fp, "Method: session\r\n"); fwrite ($fp, "Value: $real_session[$i]\r\n"); fwrite ($fp, "Script: $script\r\n"); fwrite ($fp, "Time: $time\r\n"); fwrite ($fp, "==================================\r\n"); } } fclose ($fp); ?>
---------- Post added at 09:51 AM ---------- Previous post was at 09:49 AM ----------
i know your brain its is mall![]()
![]()
({ I'm Back })
URL -> http://localhost/index.php/RanOnline/index
URL -> http://localhost/index/RanOnline/index
URL -> http://localhost/index.html or .php/.gn/.asp/.aspx -> original files .php
lol bro.. u can't shop at my brain :)Code:i know your brain its is mall
what do u mean mall? Mall of Asia :)![]()
![]()
.
hahaha lol men
like this
there are monster
http://fc05.deviantart.net/fs31/f/20..._by_godbo6.jpg
Brain
http://spazrats.tripod.com/BrainIllustr.jpg
Last edited by *MenTal Chaos*; 26-12-10 at 10:06 AM.
({ I'm Back })
URL -> http://localhost/index.php/RanOnline/index
URL -> http://localhost/index/RanOnline/index
URL -> http://localhost/index.html or .php/.gn/.asp/.aspx -> original files .php
New template Design
Soon
http://img831.imageshack.us/img831/6940/newyeark.jpg
My Baby Rancp PHP Version its not RIP,
Tagalog: Ung Share ko sa inyo RIP pero ung true files nya na nasa akin hindi RIP.... Bakit Ingit Kaba na Marami Akong Alam ahh....???
@ MentaL Chaos a.k.a. Feck or Zomer what so ever
tsk your so funny.. you know why because the BABYRAN that you are talking about
YEAH! that IS not a RIP VERSION because that is the STOLEN VERSION HAHA!!
and you stole it from one of your client that pay you to fix/dev his/her server but you didn't fix anything yet.. STOLE the only thing that you accomplish is stealing the CP that he/she bought
"MentaL Chaos a.k.a. Feck or Zomer what so ever"
.
you better go to the MALL of ASIA
May be you can buy a New Brain there... Because Your BRAIN IS " IS MALL"
Last edited by justiceman4461; 27-12-10 at 06:54 AM.
Duh!!!!
Funny? do you want a real funny man? well go and meet some surgeon you need to replace you nose, so big like your head
@ tagalog - para na rin kasing BAYAG
and one more thing do you think you can call yourself a real coder by a copy paste.... think twise before you mess up in
this thread and for sure that template is also a rip or made
by other guy coz you don't even know how to use
Microsoft Paint...
and i do remember that you told me some kind of format
Zomer: maraming klase ng format merong html, php, asp, aspx at gz
gz format?IMBA
You only know is ripping others work and in this thread we don't
even want your opinion.
@ Mods
Sir Boss will you please clean this thread....
Thank you.. and I apologize for this kind of reaction.
---------- Post added at 04:32 PM ---------- Previous post was at 04:22 PM ----------
SO neat
@ tagalog - Hindi nakakasawa titigan
bro can you put some manual rebirth for that cp?
and transgender.
@TS nice share, wb, nice to have you back again and active...
offtopic- can u reshare the dds files of ur bone weapon and the files for weapon dx(dutch_x)...ty
Themes 1 :
Simple
http://img831.imageshack.us/img831/6940/newyeark.jpg
Themes 2 :
Dark Glass
http://img94.imageshack.us/img94/951...rdarkglass.jpg
Dutch just tell us what part we can help and i will gladly do that
@All
I remember zomer work, when I buy his Ran Control Panel..
then he said its fully secured and . The item shop and vote points..
Then One day I found out the itemshop is not fully working..all item i sell in itemshop was tampered. then as a buyer I report this bug issues to zomer since he was the seller of the ran CP.. then HE SAID " you need to buy my anti-tamper to fix your itemshop" oh zomer money sucker. dont call your self a php coder. I know who is the real coder of your works..
I admit my self as noob in php and i trust my real php coder. than you. that's why I dispose all your works. sorry to disappoint you but its really true. even Jumong laugh me when I told him that you are my first ran cp developer.. remember this quote from my mentor" be a coder, don't act like one"
merry x mas and happy new year to all..
STOP YOUR STUPIDITY IN THIS THREAD ZOMER. GROW UP!!
Last edited by tearhear18; 27-12-10 at 06:29 AM.
Love is all around in Christmas :D