How to edit it?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to edit it?

    Please!!!!!!
    Attached Files

    #2
    PHP Code:
    <?php
    session_start
    ();

    require_once (
    'inc/config.php');
    require_once (
    'inc/func.php');
    require_once (
    'inc/head.php');  
    $login $_COOKIE['login'];
      if (!
    is_user())
    {
      echo 
    'Yo are not login';
    }
    else {
     
    $current time();
     
    $off $current 900;
    $query = @mysql_query("INSERT INTO `online` (`login`,`time`,`local`) VALUES('".$login."','".$current."','".$_SERVER['PHP_SELF']."')");
     
     
     
    $sql = @mysql_query("DELETE FROM `online` WHERE `time` < '".$off."');
    $show = @mysql_query("SELECT FROM `onlineWHERE `login` = '".$login."'");
     if (mysql_num_rows(
    $show) !=0)
    {
     
    while(
    $row = @mysql_fetch_array($show))
     
    {
    echo '<a href="
    /users/profile.php?user='.$row['login']">'.$row['login'].'</a> : '.$row['local'].'<br />
     }
    }
     
     }
     
    require_once ('
    inc/foot.php');
    ?>
    How? change what you need too !
    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
    Visit: WapMasterz Coming Back Soon!
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

    Comment


      #3
      Originally posted by Moderators View Post
      Please!!!!!!
      How to edit it ?
      Simple... in any text editor !
      It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
      ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
      ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
      キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

      Comment


        #4
        re

        press controll w at the same time a text editor will pop up :p









        Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
        Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

        Comment

        Working...
        X