Results 1 to 4 of 4

Thread: May anyone help plz Im looking for the CARD BBcode the is sent Auto in wapdesire when

  1. #1
    Member carebear's Avatar
    Join Date
    Aug 2009
    Location
    Leeton Australia
    Posts
    68
    Thanks
    106
    Thanked 18 Times in 9 Posts
    Rep Power
    4

    Thumbs up May anyone help plz Im looking for the CARD BBcode the is sent Auto in wapdesire when

    its someone's birthday.. so if u can share that be gr8 thanks

  2. #2
    Senior Member ozziemale31's Avatar
    Join Date
    Jan 2007
    Location
    Sydney Australia
    Posts
    819
    Thanks
    27
    Thanked 265 Times in 90 Posts
    Rep Power
    0

    Default

    Code:
    function cleardata()
    
    {
    
      $timeto = 120;
    
      $timenw = time();
    
      $timeout = $timenw - $timeto;
    
      $exec = mysql_query("DELETE FROM ibwf_chonline WHERE lton<'".$timeout."'");
    
      $timeto = 300;
    
      $timenw = time();
    
      $timeout = $timenw - $timeto;
    
      $exec = mysql_query("DELETE FROM ibwf_chat WHERE timesent<'".$timeout."'");
    
      $timeto = 60*60;
    
      $timenw = time();
    
      $timeout = $timenw - $timeto;
    
      $exec = mysql_query("DELETE FROM ibwf_search WHERE stime<'".$timeout."'");
    
      
    
      ///delete expired rooms
    
      $timeto = 5*60;
    
      $timenw = time();
    
      $timeout = $timenw - $timeto;
    
      $rooms = mysql_query("SELECT id FROM ibwf_rooms WHERE static='0' AND lastmsg<'".$timeout."'");
    
      while ($room=mysql_fetch_array($rooms))
    
      {
    
        $ppl = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_chonline WHERE rid='".$room[0]."'"));
    
        if($ppl[0]==0)
    
        {
    
            $exec = mysql_query("DELETE FROM ibwf_rooms WHERE id='".$room[0]."'");
    
        }
    
      }
    
      $lbpm = mysql_fetch_array(mysql_query("SELECT value FROM ibwf_settings WHERE name='lastbpm'"));
    
      $td = date("Y-m-d");
    
      //echo $lbpm[0];
    
      
    
      if ($td!=$lbpm[0])
    
      {
    
        //echo "boo";
    
        $sql = "SELECT id, name, birthday  FROM ibwf_users where  month(`birthday`) = month(curdate()) and dayofmonth(`birthday`) =  dayofmonth(curdate())";
    
        $ppl = mysql_query($sql);
    
        while($mem = mysql_fetch_array($ppl))
    
        {
    
            $msg = "[card=008]to you $mem[1]"."[/card] $sitename team wish  you a day full of joy and happiness and many happy  returns[br/]*fireworks*[br/][small]p.s: this is an automated  pm[/small]";
    
            autopm($msg, $mem[0]);
    
        }
    
        mysql_query("UPDATE ibwf_settings SET value='".$td."' WHERE name='lastbpm'");
    
      }
    
    
    
    }







    Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..


  3. #3
    Senior Member
    Join Date
    Mar 2009
    Posts
    176
    Thanks
    84
    Thanked 42 Times in 18 Posts
    Rep Power
    5

    Default

    Quote Originally Posted by carebear [Only registered and activated users can see links. Click Here To Register...]
    its someone's birthday.. so if u can share that be gr8 thanks
    i think the original lavalair script has it in

  4. #4
    Member carebear's Avatar
    Join Date
    Aug 2009
    Location
    Leeton Australia
    Posts
    68
    Thanks
    106
    Thanked 18 Times in 9 Posts
    Rep Power
    4

    Default

    Thanks Andy I worked out away around it..

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 11-03-12, 04:37
  2. Auto Link and Auto Mail BBCode in Lavalair
    By Dj_ThimirA in forum Coding Forum
    Replies: 3
    Last Post: 27-01-11, 12:58
  3. PAN card need plz help
    By Mr-59 in forum General Discussion
    Replies: 7
    Last Post: 14-01-11, 05:27
  4. anybody got the id card code
    By bijaybd in forum REQUEST FORUM
    Replies: 4
    Last Post: 26-10-09, 20:23
  5. Bbcode At Wapdesire
    By sweetangel in forum Coding Forum
    Replies: 11
    Last Post: 14-06-08, 17:35

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19