Welcome to the RaGEZONE - MMORPG development forums.

[Share] My Rancp

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 ...

Page 5 of 11 FirstFirst 1234567891011 LastLast
Results 61 to 75 of 159
  1. #61
    Member
    Rank
    Member
    Join Date
    Jun 2010
    Location
    PHILIPPINES
    Posts
    88
    Liked
    6

    Re: [Share] My Rancp

    Click
    Quote Originally Posted by Dutch_X View Post
    tagalog:

    bkit ganito >>><?php echo "Home"; ?>

    pwd naman HOME lng hnd ko na kaylangan i echo
    Tagalog:

    yup galing kasi sa gunz section kaya ganyan den convert ko sa ran codes
    ({ 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

  2. #62
    Trust No One
    Rank
    Member +
    Join Date
    Jun 2010
    Location
    at my crib.
    Posts
    716
    Liked
    199
    Gamertag: PplayOz

    Re: [Share] My Rancp

    Quote Originally Posted by *MenTal Chaos* View Post
    what do you mean??

    that its gunz code and edit to ran code
    i know .. gunz code to ran " bk code" right?

  3. #63
    Member
    Rank
    Member
    Join Date
    Jun 2010
    Location
    PHILIPPINES
    Posts
    88
    Liked
    6

    Re: [Share] My Rancp

    Quote Originally Posted by Bianx View Post
    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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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("", "","","&quot;");
    $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 ----------

    Quote Originally Posted by Bianx View Post
    i know .. gunz code to ran " bk code" right?
    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

  4. #64
    Trust No One
    Rank
    Member +
    Join Date
    Jun 2010
    Location
    at my crib.
    Posts
    716
    Liked
    199
    Gamertag: PplayOz

    Re: [Share] My Rancp

    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 :)
    .

  5. #65
    Member
    Rank
    Member
    Join Date
    Jun 2010
    Location
    PHILIPPINES
    Posts
    88
    Liked
    6

    Re: [Share] My Rancp

    Quote Originally Posted by Bianx View Post
    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 :)
    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

  6. #66
    Hardcore Member
    Rank
    Member
    Join Date
    May 2010
    Location
    Pampanga, PH
    Posts
    100
    Liked
    162

    Re: [Share] My Rancp


  7. #67
    Registered
    Rank
    Member
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    10
    Liked
    19

    Re: [Share] My Rancp

    Quote Originally Posted by *MenTal Chaos* View Post
    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 by justiceman4461; 27-12-10 at 06:54 AM.

  8. #68
    Quited
    Rank
    Member +
    Join Date
    Aug 2009
    Location
    On My Desktop
    Posts
    261
    Liked
    44

    Re: [Share] My Rancp

    Quote Originally Posted by *MenTal Chaos* View Post
    @grahambert

    like this




    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&amp;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&amp;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 &bull; Download");
      }elseif($act == "register"){
       include("includes/register.php");
       Title("$gunz_name &bull; Register");
      }elseif($act == "rankings"){
       include_once("includes/rankings.php");
       Title("$gunz_name &bull; Player Rankings");
      }elseif($act == "crankings"){
       include_once("includes/crankings.php");
       Title("$gunz_name &bull; Clan Rankings");
      }elseif($act == "userpanel"){
       include_once("userpanel.php");
       Title("$gunz_name &bull; UserPanel");
      }elseif($act == "login"){
       include_once("includes/login.php");
       Title("$gunz_name &bull; Login");
      }elseif($act == "logout"){
       include_once("includes/logout.php");
       Title("$gunz_name &bull; 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
    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 ----------

    Quote Originally Posted by Dutch_X View Post
    SO neat

    @ tagalog - Hindi nakakasawa titigan

    bro can you put some manual rebirth for that cp?
    and transgender.
    RageZone Free Subscription

  9. #69
    Hell Yeah!
    Rank
    Alpha Member
    Join Date
    Apr 2009
    Posts
    1,712
    Liked
    146

    Re: [Share] My Rancp

    Quote Originally Posted by *MenTal Chaos* View Post
    better to shut up than receiving cookies on your username
    Last edited by laklakbangi; 26-12-10 at 04:59 PM.
    Quote Originally Posted by Abry View Post
    Simply use the "like" button instead of actually posting "like" to the thread.
    Pm me if you have a problem.

  10. #70
    [PSF]NasTyVash
    Rank
    Member +
    Join Date
    Apr 2008
    Location
    Karakura Town
    Posts
    375
    Liked
    27

    Re: [Share] My Rancp

    @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

  11. #71
    Hardcore Member
    Rank
    Member
    Join Date
    May 2010
    Location
    Pampanga, PH
    Posts
    100
    Liked
    162

  12. #72
    Quited
    Rank
    Member +
    Join Date
    Aug 2009
    Location
    On My Desktop
    Posts
    261
    Liked
    44

    Re: [Share] My Rancp

    Quote Originally Posted by Dutch_X View Post
    Theme 1 - Clean and neat

    Theme 2 - Attractive but you need to change the white color
    to make it more attractive.
    RageZone Free Subscription

  13. #73
    Hell Yeah!
    Rank
    Alpha Member
    Join Date
    Apr 2009
    Posts
    1,712
    Liked
    146

    Re: [Share] My Rancp

    Quote Originally Posted by Dutch_X View Post
    continue sharing buddy! i appreciated all of your works.
    Quote Originally Posted by Abry View Post
    Simply use the "like" button instead of actually posting "like" to the thread.
    Pm me if you have a problem.

  14. #74
    Quited
    Rank
    Member +
    Join Date
    Aug 2009
    Location
    On My Desktop
    Posts
    261
    Liked
    44

    Re: [Share] My Rancp

    Dutch just tell us what part we can help and i will gladly do that
    RageZone Free Subscription

  15. #75
    QT is better than VS
    Rank
    Member +
    Join Date
    Jul 2009
    Location
    earth
    Posts
    817
    Liked
    285

    Re: [Share] My Rancp

    @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

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •