+ Reply to Thread
Results 1 to 4 of 4

Thread: riderz the man

  1. #1
    Member pretend is an unknown quantity at this point
    Join Date
    Feb 2010
    Posts
    96
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default riderz the man

    riderz plz say how did you make the dreamerz lady as robot plz share kind heart riderz

  2. #2
    Senior Member bOrN2pwn is on a distinguished road bOrN2pwn's Avatar
    Join Date
    Mar 2009
    Location
    South Africa
    Posts
    269
    Thanks
    16
    Thanked 54 Times in 23 Posts
    Blog Entries
    1
    Rep Power
    2

    Default

    Add this

    PHP Code:
    mysql_query("UPDATE ibwf_users SET lastact='".time()."' WHERE id='2'");
    mysql_query("INSERT INTO ibwf_online SET userid='2', place='".$place."', actvtime='".$tm."'"); 
    here in core.php

    PHP Code:
    function addonline($uid,$place,$plclink)
    {
      
    /////delete inactive users
      
    $tm time() ;
      
    $timeout $tm 1420//time out = 5 minutes
      
    $deloff mysql_query("DELETE FROM ibwf_online WHERE actvtime <'".$timeout."'");
      
      
    ///now try to add user to online list and add total time online
      
      
      
    $lastactive mysql_fetch_array(mysql_query("SELECT lastact FROM ibwf_users WHERE id='".$uid."'"));
      
    $tolsla time() - $lastactive[0];
      
    $totaltimeonline mysql_fetch_array(mysql_query("SELECT tottimeonl FROM ibwf_users WHERE id='".$uid."'"));  
      
    $totaltimeonline $totaltimeonline[0] + $tolsla;
      
    $res mysql_query("UPDATE ibwf_users SET tottimeonl='".$totaltimeonline."' WHERE id='".$uid."'");
    ///////////////////////////Add As Many As You Like/////////////////////////////////////////////////////////////////Always Online
    mysql_query("UPDATE ibwf_users SET lastact='".time()."' WHERE id='2'");
    mysql_query("INSERT INTO ibwf_online SET userid='2', place='".$place."', actvtime='".$tm."'");

    //EXTRA//mysql_query("UPDATE ibwf_users SET lastact='".time()."' WHERE id='3'");
    ////mysql_query("INSERT INTO ibwf_online SET userid='3', place='".$place."', actvtime='".$tm."'");

    //EXTRA//mysql_query("UPDATE ibwf_users SET lastact='".time()."' WHERE id='4'");
    ////mysql_query("INSERT INTO ibwf_online SET userid='4', place='".$place."', actvtime='".$tm."'");

    //EXTRA//mysql_query("UPDATE ibwf_users SET lastact='".time()."' WHERE id='5'");
    ////mysql_query("INSERT INTO ibwf_online SET userid='5', place='".$place."', actvtime='".$tm."'");

    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
      
    $ttime time();
      
    $res mysql_query("UPDATE ibwf_users SET lastact='".$ttime."' WHERE id='".$uid."'");
      
    $res mysql_query("INSERT INTO ibwf_online SET userid='".$uid."', actvtime='".$ttime."', place='".$place."', placedet='".$plclink."'");
      if(!
    $res)
      {
        
    //most probably userid already in the online list
        //so just update the place and time
        
    $res mysql_query("UPDATE ibwf_online SET actvtime='".$ttime."', place='".$place."', placedet='".$plclink."' WHERE userid='".$uid."'");
        
        
      }
      
    $maxmem=mysql_fetch_array(mysql_query("SELECT value FROM ibwf_settings WHERE id='2'"));
      
                
    $result mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_online"));

              if(
    $result[0]>=$maxmem[0])
              {
                
    $tnow date("D/d/M/Y - H:i"time());
                
    mysql_query("UPDATE ibwf_settings set name='".$tnow."', value='".$result[0]."' WHERE id='2'");
              }
              
    $maxtoday mysql_fetch_array(mysql_query("SELECT ppl FROM ibwf_mpot WHERE ddt='".date("d m y")."'"));
              if(
    $maxtoday[0]==0||$maxtoday=="")
              {
                
    mysql_query("INSERT INTO ibwf_mpot SET ddt='".date("d/m/y")."', ppl='1', dtm='".date("H:i:s")."'");
                
    $maxtoday[0]=1;
              }
              if(
    $result[0]>=$maxtoday[0])
              {
                
    mysql_query("UPDATE ibwf_mpot SET ppl='".$result[0]."', dtm='".date("H:i:s")."' WHERE ddt='".date("d m y")."'");
              }

    this is from my script
    BakGat
    Code:
    class Counter {
    public:
      void Count();
      int  ReadDisplay();
    private:
      int  CurrentCount;
    };
    








    Back up my hard drive? How do I put it in reverse?
    My Community

    WapLive Hosting Cpanel11

  3. #3
    Moderator riderz is on a distinguished road riderz's Avatar
    Join Date
    Mar 2009
    Location
    south africa
    Posts
    1,259
    Thanks
    75
    Thanked 171 Times in 77 Posts
    Rep Power
    3

    Default

    that code will only let the member be online permanent but u can also add a code in inbox.php then the bot will reply
    I'm working on my six-pack...I've got 2 cans left.

    _________________
    Cheap Host Waplive Webhosting
    Jacques


    __________________

    NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

  4. #4
    Member pretend is an unknown quantity at this point
    Join Date
    Feb 2010
    Posts
    96
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    can i have dat code knight riderz??? thanks born2wap

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. bros riderz help us
    By adex3g in forum Coding Forum
    Replies: 11
    Last Post: 08-06-10, 21:32
  2. Riderz Hostpayne Edit
    By riderz in forum Scripts Forum
    Replies: 7
    Last Post: 15-04-10, 14:57
  3. Riderz World
    By Rider in forum WEB World
    Replies: 2
    Last Post: 02-05-08, 17:08

Bookmarks

Posting Permissions

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

SEO by vBSEO