Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Share] My Rancp

Newbie Spellweaver
Joined
Jun 2, 2010
Messages
73
Reaction score
6
i know .. gunz code to ran " bk code" right?

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 .. gunz code to ran " bk code" right?

i know your brain its is mall :w00t: :lol:
 
Newbie Spellweaver
Joined
Jun 2, 2010
Messages
73
Reaction score
6
Code:
i know your brain its is mall

lol bro.. u can't shop at my brain :)

what do u mean mall? Mall of Asia :) :eek:tt1: :lol:

hahaha lol men

like this

there are monster


Brain
 
Last edited:
Newbie Spellweaver
Joined
May 4, 2010
Messages
95
Reaction score
152
New template Design
Soon

Dutch_X - [Share] My Rancp - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Dec 26, 2010
Messages
8
Reaction score
16
My Dekaron CP, its RIP
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....???
Gunz CP,
Tagalog: E2ng Gunz CP ko Hindi RIP Galing Sa d2 Gunz Online - Server Developments - RaGEZONE forums, Your are so Funy Man
GYRanCp, That Its not Completed, I Stop that to dev

@grahambert

you are so funny man

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:
Experienced Elementalist
Joined
Aug 26, 2009
Messages
236
Reaction score
27
@grahambert

like this

Dutch_X - [Share] My Rancp - RaGEZONE Forums



here sample code for you sucker man

Code:
<?php
@session_start();
@ob_start();
session_start();
header("Cache-control: private");
ob_start();
require_once "security.php";
require_once "sql_inject.php";
$bDestroy_session = TRUE;
$sqlinject = new sql_inject('./log_file_sql.log',$bDestroy_session,$url_redirect);
$timeStart=gettimeofday();
$timeStart_uS=$timeStart["usec"];
$timeStart_S=$timeStart["sec"];
require 'config.php';
require 'anti_dos.php';
include 'includes/clean_var.php';
include 'includes/sql_check.php';
htmlspecialchars($_REQUEST);
include 'includes/ilogin.class.php';
login();
check_inject();
logincheck();
check_user();
function delayedrefresh($page) {
    echo "<meta http-equiv='refresh' content='3; URL={$page}'>";
}
function quickrefresh($page) {
    echo "<meta http-equiv='refresh' content='.0000000000000000001; URL={$page}'>";
}
if(isset($_SESSION['user'])) {clean_var($_SESSION['user']);}
$_POST['login'] = "%%'; drop table memb_info ; update character set clevel = 350ere name = '%%";


session_start();
include("secure/config.php");
include("secure/functions.php");

$act = anti_injection($_GET['act']);

$banned = 32;
if($banned == $_SESSION['UserType']){
die("<h1 align='center'>Banned</h1>");
}
$inactive = 1000;
if(isset($_SESSION['timeout']) ) {
 $session_life = time() - $_SESSION['timeout'];
 if($session_life > $inactive){
  include_once("includes/logout.php");
 }
}
?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>//Title</title>
 <?php Title("$gunz_name"); ?>
 <script type="text/javascript" src="includes/clock.js"></script>
 <script src="http://s1.wordpress.com/wp-content/plugins/snow/snowstorm.js?ver=1" type="text/javascript"></script>
 <link href="style.css" rel="stylesheet" type="text/css" />
 <meta name="keywords" content="website,gunz,theduel,web" />
 <meta name="description" content="Gunz Website" />
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <style type="text/css">
<!--
body {
  background-color: #000;
  width: 863px;
  margin: 0 auto;
  color: #FFF;
  font-size: 12px;
  font-family: verdana;
  text-shadow: 3px 2px 3px #000;
}
-->
</style>
<script type="text/javascript">
  function confirmLogout(){
   var agree = confirm("Are you sure you wish to logout?");
    if(agree){
    return true ;
   }else {
   return false ;
  }
 }
</script>
</head>
<body>
<!-- Gunz Christmas Website Created By Rauno Leinasaar (Zewa) -->
<div id="bg">
 <div id="head_bg">
 <table width="863" border="0">
  <tr>
  <td width="357" valign="top"><div id="logo"><div class="lname"><?php echo $gunz_name; ?></div><div class="ldesc"><?php echo $description; ?></div></div></td>
  <td valign="top"><div id="status">
   <?php include("includes/status.php"); ?>
  </div><br />
  <!-- Navigation -->
  <div id="nav">
   <ul>
    <li><a href="index.php" title="Home"><?php echo "Home"; ?></a></li>
    <li><a href="index.php?act=download" title="Download"><?php echo "Download"; ?></a></li>
    <li><a href="index.php?act=register" title="Register"><?php echo "Register"; ?></a></li>
    <li><a href="index.php?act=rankings" title="Forum"><?php echo "Rankings"; ?></a></li>
    <li><a href="<?php echo $forum; ?>" title="Vote"><?php echo "Forum"; ?></a></li>
    <li><a href="<?php echo $vote; ?>" title="Donate"><?php echo "Vote"; ?></a></li>
    <li><a href="<?php echo $donate; ?>"><?php echo "Donate"; ?></a></li>
   </ul>
  </div></td>
  <!-- Navigation End -->
  </tr>
 </table>
 </div>
 <!-- New Items -->
 <div id="newitems_bg">
  <?php include("includes/newitems.php"); ?>
 </div>
 <!-- New Items End -->
 <!-- Body -->
 <div id="body">
 <table width="863"><tr><td valign="top" width="214">
  <!-- Login Panel -->
  <div id="loginpanel">
<?
if($_SESSION['user'] == "")
{
?>
<form name="login" action="" method="post" onSubmit="return checkform(this);" style="margin: 0px;" autocomplete=off>
   <table border="0" width="209">
     <tr><td height="20" style="font-weight:bold; font-size:13px; padding-bottom:4px; padding-left:6px;"><?php echo "Login Panel"; ?></td></tr>
     <tr><td height="30" align="center"><input type="text" name="login" maxlength="25" class="logusbg" /></td></tr>
     <tr><td height="29" align="center"><input type="password" name="pass" size="30" maxlength="30" class="logpwbg" /></td></tr>
     <tr><td align="center"><a href="index.php?act=register" class="reg"></a>
     <input type="hidden" name="account_login" value="account_login" id="account_login">
     <input type="submit" name="loginButton" value="" class="log" /></td></tr>
   </table>
  </form>
   <?php
   }else{
   require("config.php");
$memb___id = $_SESSION['user'];
$comanda1="SELECT UserPoint, VipPoint 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"];

$account = $db->Execute("Select UserType,UserName,UserPoint,VipPoint from userinfo where username=?",array($memb___id));
$account = $account ->fetchrow();
   $timeinfo = $db->Execute("select UserLoginState,UserAvailable from userinfo where username = ?", array($memb___id));
   $timeinfo = $timeinfo->fetchrow();
   if($account[0] == '1'){$account[0] = 'Member'; }
      elseif($account[0] == '2'){$account[0] = 'VIP Member'; }
    if($account[0] == '30'){$account[0] = '[GM] Member'; }
          elseif($account[0] == '32'){$account[0] = 'Administrator'; }

}if ((isset($_SESSION['pass'])) && (isset($_SESSION['user'])))
   ?>
   <table border="0" width="209">
     <tr><td height="25" style="font-weight:bold; font-size:13px; padding-bottom:4px; padding-left:6px;"><?php echo "Welcome, ".$_SESSION['username']; ?></td></tr>
     <tr><td><b style="color:#FF6600;"><?php echo "Name :"; ?></b> <?=$_SESSION[user]?></td></tr>
     <tr><td><b style="color:#FF6600;"><?php echo "UserPoint :"; ?></b> <?=$UserPoint?></td></tr>
     <tr><td><b style="color:#FF6600;"><?php echo "VipPoint :"; ?></b> <?=$VipPoint?></td></tr>
     <tr><td height="5" align="center"><?php  ?></td></tr>
     <tr><td align="center">
     <?php if($_SESSION['UserType'] == $admin){ ?><a href="index.php?act=admin" class="admin_b"></a> <? } ?> <a href="index.php?act=logout" onclick="return confirmLogout()" class="logout"></a></td></tr>
   </table>
  <? } ?>
  </div>
  <!-- Login Panel End -->
  <br />
  <!-- Video -->
   <div id="video_bg">
    <div class="video_title">
      <?php echo $gunz_name." Trailer"; ?>
    </div>
    <div class="video">
     <?php include("includes/video.html"); ?>
    </div>
   </div>
  <!-- Video End -->
  </td><td valign="top" width="476">
  <?php if($act == ""){ ?>
  <!-- News -->
  <div id="news_updates_h"></div>
  <div id="news_updates_b">
   <div class="news_title">
    <?php echo "Announcements"; ?>
   </div>
   <div class="news_text">
    <?php include("includes/news.html") ?>
    <?php if($_SESSION['UGradeID'] == $admin){ ?>
    <br /><a href="index.php?act=admin&do=editnews" class="editnws"><?php echo "Edit"; ?></a>
    <?}?>
   </div>
   <!-- News End -->
   <div class="linenu"></div>
   <!-- Updates -->
   <div class="updates_title">
    <?php echo "Updates"; ?>
   </div>
   <div class="updates_text">
    <?php include("includes/updates.html") ?>
    <?php if($_SESSION['UGradeID'] == $admin){ ?>
    <br /><a href="index.php?act=admin&do=editupdates" class="editupds"><?php echo "Edit"; ?></a>
    <?}?>
   </div>
   <!-- Updates End -->
  </div>
  <div id="news_updates_f"></div>
  <?php
  }elseif($act == "download"){
   include("includes/download.php");
   Title("$gunz_name • Download");
  }elseif($act == "register"){
   include("includes/register.php");
   Title("$gunz_name • Register");
  }elseif($act == "rankings"){
   include_once("includes/rankings.php");
   Title("$gunz_name • Player Rankings");
  }elseif($act == "crankings"){
   include_once("includes/crankings.php");
   Title("$gunz_name • Clan Rankings");
  }elseif($act == "userpanel"){
   include_once("userpanel.php");
   Title("$gunz_name • UserPanel");
  }elseif($act == "login"){
   include_once("includes/login.php");
   Title("$gunz_name • Login");
  }elseif($act == "logout"){
   include_once("includes/logout.php");
   Title("$gunz_name • Logout");
  }elseif($act == "admin"){
   include_once("admin.php");
  }
  ?>
  </td><td valign="top">
  <!-- Top 10 Player Rankings -->
   <div class="top7_rankings_bg">
    <div class="top7_rtitle">
     <?php echo "Player Rankings"; ?>
    </div><br />
    <div class="top7_rtext">
     <?php include("includes/top7_pr.php"); ?>
    </div>
   </div>
  <!-- Top 10 Player Rankings End -->
  <br />
  <!-- Top 10 Clan Rankings -->
   <div class="top7_rankings_bg">
    <div class="top7_rtitle">
     <?php echo "Clan Rankings"; ?>
    </div><br />
    <div class="top7_rtext">
     <?php include("includes/top7_cr.php"); ?>
    </div>
   </div>
  <!-- Top 10 Clan Rankings End -->
  </td></tr></table>
 </div>
 <!-- Body End -->
 <!-- Footer -->
 <div id="footer">
  <table border="0" style="position:relative; left:5px;">
   <tr><td width="590"><?php echo $copyright; ?></td>
   <td width="100" align="right">
    <?php
    if($_SESSION['username']){
     echo "<b><a href='index.php?act=userpanel'>User Panel</a></b>";
    }
    ?>
   </td>
   <td width="150" align="right"><div id="js_clock"><script type="text/javascript"><?php echo "js_clock()"; ?></script></div></td></tr>
  </table>
 </div>
 <!-- Footer End -->
</div>
<!-- Gunz Christmas Website Created By Rauno Leinasaar (Zewa) -->
</body>
</html>

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 :eek:tt1:
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?:lol: 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 ----------

New template Design
Soon

Dutch_X - [Share] My Rancp - RaGEZONE Forums

SO neat :eek:tt:

@ tagalog - Hindi nakakasawa titigan:thumbup1:

bro can you put some manual rebirth for that cp?
and transgender.
 
Hell Yeah!
Loyal Member
Joined
Apr 14, 2009
Messages
1,248
Reaction score
133
hahaha lol men

like this

there are monster


Brain

better to shut up than receiving cookies on your username :laugh::laugh:
 
Last edited:
Experienced Elementalist
Joined
Apr 8, 2008
Messages
298
Reaction score
26
@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
 
Experienced Elementalist
Joined
Aug 26, 2009
Messages
236
Reaction score
27
Dutch just tell us what part we can help and i will gladly do that
 
QT is better than VS
Joined
Jul 29, 2009
Messages
905
Reaction score
385
@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:
Joined
Dec 22, 2010
Messages
96
Reaction score
15
@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!!

yeah right he call them self as a mentor funny :lol:
 
Joined
Sep 16, 2007
Messages
1,206
Reaction score
541
@TS
i hope your kindness and honesty will give us lesson hehehe wanna know why?

:) coz, you are really telling the truth that you dont wanna share your scripts :) but dont worry bro xD sharing is a little bit is really enough for us :) on what you are doing, you can boost the newbies brain to pursue goals ^^ like, how to fix hackable scripts

@feck
hehe, dont be so boastful just because many of ran servers are buying your ripped files.

as what you said on Gunz CP, you not rip it, but it came from Gunz Section? LOL, then what u call that? stole? or,,, what? :)) lol
 
Newbie Spellweaver
Joined
Dec 23, 2010
Messages
21
Reaction score
0

hmmm...i still cant get the error out...ive been using xampp, but its my first time having this error...

-----------------------------------------------------------------------------------

ive been creating lan pages using xampp through kohanaphp, and sometimes wordpress, if im not wrong, when the install.php succeeds, new tables will be added in the database ( ).

---------- Post added at 11:34 PM ---------- Previous post was at 11:21 PM ----------

or does the version of xampp matter?
 
Last edited:
Back
Top