LavaSCRIPT L9 Tamagochi, smile generator

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

    #31
    Originally posted by wapmetal View Post
    Code:
    if ($_POST['submit']) {
            $username = trim($_POST['username']);
            $password = trim($_POST['password']);
            $legalchars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
            $datetime = date('Y-m-d h:i:s');
    
            if (strlen($username) > 3 | strlen($username) < 17 | strlen($password) != 0) {
                if (strspn($username,$legalchars) != 0) {
                    $password = sha1($password);
    
                    $select_user = "SELECT * FROM ph_bazzztord_users WHERE username='$username' and password='$password'";
                    $select_user = mysql_query($select_user);
                    $user_found = mysql_num_rows($select_user);
                    $user_data = mysql_fetch_array($select_user);
    
    
    if ($user_found > 0 && $select_user) {
    
                        kill_user_session($sid,udatetime);
                        $_SESSION['xuser_id'] = $user_data['id'];
                        $xuser_id=$_SESSION['xuser_id'];
    
                        $update_user_login="UPDATE ph_bazzztord_users  SET lastact='$datetime' WHERE id='$xuser_id'";
    
    //changes "udatetime" to "lastact"
    
    
    // change $uid to $xuser_id global
                        $result_update_user_login=mysql_query($update_user_login);
    
    echo "<a href=\"index.php?action=main\">Enter Wapworld</a><br/>";
                        
                        
                    }
    }
    when you login
    nyaheheheh thanks dude
    Last edited by kabooms; 29.11.09, 11:13.

    Comment


      #32
      Welcome br0!
      com site: http://vampist.net
      download site: http://wapdloads.net
      fb: http://www.facebook.com/pmplx

      Comment


        #33
        Heres my chapel http://wapadik.net/chapel.zip sorry i cant upload file,, error when i upload i dont know why .


        Usage


        echo "<a href=\"chapel.php?action=chapel&amp;sid=$sid\">Cha pel Menu</a>";



        Code:
        CREATE TABLE IF NOT EXISTS `couple` (
          `id` int(100) NOT NULL auto_increment,
          `who` int(100) NOT NULL default '0',
          `partner` int(100) NOT NULL default '0',
          `req` int(100) NOT NULL default '0',
          `accept` int(100) NOT NULL default '0',
          `joined` int(100) NOT NULL default '0',
          `time` int(100) NOT NULL default '0',
          PRIMARY KEY  (`id`)
        ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
        Last edited by kabooms; 29.11.09, 12:28.

        Comment


          #34
          the gsm.pinoy3g.info script is corrupted??

          Comment


            #35
            Originally posted by kabooms View Post
            demo script of gsm.pinoy3g.info create your own sql okey
            its working for me kabooms thanx for all the shares
            Last edited by riderz; 03.12.09, 18:42.
            ________________
            Jacques
            jacques@gw-designs.co.za
            http://coding.biz.tm
            Come join and lets make it a place to learn all the noobies how to code
            __________________

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

            Comment


              #36
              Originally posted by kabooms View Post
              Wap Jueteng Games for lavalair 7am and 7pm Draw auto update plusses for winner lol

              In core.php
              Code:
              /////////////////jueteng draw
              function drawnow()
              {
                 $nopop = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
                 return $nopop[0];
              }
              
              function win($attack, $attack1)
              {
                  $noi = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng WHERE no1 LIKE '%".$attack."%' AND no2 LIKE '%".$attack1."%'"));
                 return $noi[0];
              }
              ///end jueteng draw
              
              ///////////////////clear data
              
              
              function cleardata()
              {
              
                       ////jueteng
              $now = time();
              $start=date("Y-m-d")." 07:00:00";
              $end=date("Y-m-d")." 07:00:10";
              $tstamp1=strtotime($start);
              $tstamp2=strtotime($end);
              if($now>$tstamp1 && $now<$tstamp2)
              {
                  if(drawnow())
               {
                  $rand = mysql_query("SELECT no1 FROM ph_bazzztord_juetengnum ORDER by RAND() LIMIT 1");
                  while($rands=mysql_fetch_array($rand))
                  {
                  $attack1 =$rands[0];
                  }
                  $rand = mysql_query("SELECT no2 FROM ph_bazzztord_juetengnum ORDER by RAND() LIMIT 1");
                  while($rands=mysql_fetch_array($rand))
                  {
                  $attack =$rands[0];
                  }
                  if(win($attack, $attack1))
                  {
              $ilan = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
              $noil = $ilan[0]*90;
              $noi2 = $noil*0.10;
              $noi = mysql_fetch_array(mysql_query("SELECT uid FROM ph_bazzztord_jueteng WHERE no1 LIKE '%".$attack."%' AND no2 LIKE '%".$attack1."%'"));
              $res = mysql_query("DELETE FROM ph_bazzztord_jueteng");
              if($res)
              {
              $noi2plus = $noi2+500;
              $unick4 = getnick_uid($noi[0]);
              $msg = "You won $noi2plus plusses in wap jueteng draw!"."[br/][small]Note: This is an automatic PM[/small]";
              autopm($msg, $noi[0]);
              mysql_query("INSERT INTO ph_bazzztord_shouts SET shout='Congratulations! $unick4 your wap jueteng numbers matched to our winning numbers $attack and $attack1. $noi2plus plusses has been added!', shouter='332', shtime='".time()."'");
              mysql_query("UPDATE ph_bazzztord_users SET plusses=plusses+'$noi2plus' WHERE id='".$noi[0]."'");
              mysql_query("UPDATE ph_bazzztord_juetengset SET value='".$noi[0]."', no1='".$attack."', no2='".$attack1."', time='".time()."' WHERE name='lottonum'");
              }
                 }else{
                  $random = mysql_query("SELECT uid FROM ph_bazzztord_jueteng ORDER by RAND() LIMIT 1");
                  while($randsom=mysql_fetch_array($random))
                  {
                  $attack3 =$randsom[0];
                  }
              $non = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
              $noin = $non[0]*60;
              $noen = $noin*0.40;
              $res2 = mysql_query("DELETE FROM ph_bazzztord_jueteng");
              if($res2)
              {
              $unick3 = getnick_uid($attack3);
              $msg = "You won $noen plusses. Consolation prize in wap jueteng draw!"."[br/][small]Note: This is an automatic PM[/small]";
              autopm($msg, $attack3);
              $res = mysql_query("INSERT INTO ph_bazzztord_shouts SET shout='WAP Jueteng winning number combinations are $attack and $attack1. Consolation Prize goes to $unick3, You will received $noen plusses. congratulations -yay-', shouter='332', shtime='".time()."'");
              mysql_query("UPDATE ph_bazzztord_users SET plusses=plusses+'$noen' WHERE id='".$attack3."'");
              mysql_query("UPDATE ph_bazzztord_juetengset SET value=' ', no1='".$attack."', no2='".$attack1."', time='".time()."' WHERE name='lottonum'");
              }
                 }
               }
              }
              
                $nw = time(); 
                $strt=date("Y-m-d")." 12:00:00";
                $nd=date("Y-m-d")." 12:00:10";
                $stamp1=strtotime($strt);
                $stamp2=strtotime($nd);
                if($nw>$stamp1 && $nw<$stamp2) 
                {
              if(drawnow())
               {
                  $rand = mysql_query("SELECT no1 FROM ph_bazzztord_juetengnum ORDER by RAND() LIMIT 1");
                  while($rands=mysql_fetch_array($rand))
                  {
                  $attack1 =$rands[0];
                  }
                  $rand = mysql_query("SELECT no2 FROM ph_bazzztord_juetengnum ORDER by RAND() LIMIT 1");
                  while($rands=mysql_fetch_array($rand))
                  {
                  $attack =$rands[0];
                  }
                  if(win($attack, $attack1))
                  {
              $ilan = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
              $noil = $ilan[0]*90;
              $noi2 = $noil*0.10;
              $noi = mysql_fetch_array(mysql_query("SELECT uid FROM ph_bazzztord_jueteng WHERE no1 LIKE '%".$attack."%' AND no2 LIKE '%".$attack1."%'"));
              $res = mysql_query("DELETE FROM ph_bazzztord_jueteng");
              if($res)
              {
              $noi2plus = $noi2+500;
              $unick4 = getnick_uid($noi[0]);
              $msg = "You won $noi2plus plusses in wap jueteng draw!"."[br/][small]Note: This is an automatic PM[/small]";
              autopm($msg, $noi[0]);
              mysql_query("INSERT INTO ph_bazzztord_shouts SET shout='Congratulations! $unick4 your wap jueteng numbers matched in our winning numbers $attack and $attack1. $noi2plus plusses has been added!', shouter='332', shtime='".time()."'");
              mysql_query("UPDATE ph_bazzztord_users SET plusses=plusses+'$noi2plus' WHERE id='".$noi[0]."'");
              mysql_query("UPDATE ph_bazzztord_juetengset SET value='".$noi[0]."', no1='".$attack."', no2='".$attack1."', time='".time()."' WHERE name='lottonum'");
              }
                 }else{
                  $random = mysql_query("SELECT uid FROM ph_bazzztord_jueteng ORDER by RAND() LIMIT 1");
                  while($randsom=mysql_fetch_array($random))
                  {
                  $attack3 =$randsom[0];
                  }
              $non = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
              $noin = $non[0]*60;
              $noen = $noin*0.40;
              $res2 = mysql_query("DELETE FROM ph_bazzztord_jueteng");
              if($res2)
              {
              $unick3 = getnick_uid($attack3);
              $msg = "You won $noen plusses. Consolation prize in wap jueteng draw!"."[br/][small]Note: This is an automatic PM[/small]";
              autopm($msg, $attack3);
              $res = mysql_query("INSERT INTO ph_bazzztord_shouts SET shout='WAP Jueteng winning number combinations are $attack and $attack1. Consolation Prize goes to $unick3, You will received $noen plusses. congratulations -yay-', shouter='332', shtime='".time()."'");
              mysql_query("UPDATE ph_bazzztord_users SET plusses=plusses+'$noen' WHERE id='".$attack3."'");
              mysql_query("UPDATE ph_bazzztord_juetengset SET value=' ', no1='".$attack."', no2='".$attack1."', time='".time()."' WHERE name='lottonum'");
              }
                 }
               }
              }
              
                $nw = time(); 
                $strt=date("Y-m-d")." 19:00:00";
                $nd=date("Y-m-d")." 19:00:10";
                $stamp1=strtotime($strt);
                $stamp2=strtotime($nd);
                if($nw>$stamp1 && $nw<$stamp2) 
                {
              if(drawnow())
               {
                  $rand = mysql_query("SELECT no1 FROM ph_bazzztord_juetengnum ORDER by RAND() LIMIT 1");
                  while($rands=mysql_fetch_array($rand))
                  {
                  $attack1 =$rands[0];
                  }
                  $rand = mysql_query("SELECT no2 FROM ph_bazzztord_juetengnum ORDER by RAND() LIMIT 1");
                  while($rands=mysql_fetch_array($rand))
                  {
                  $attack =$rands[0];
                  }
                  if(win($attack, $attack1))
                  {
              $ilan = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
              $noil = $ilan[0]*90;
              $noi2 = $noil*0.10;
              $noi = mysql_fetch_array(mysql_query("SELECT uid FROM ph_bazzztord_jueteng WHERE no1 LIKE '%".$attack."%' AND no2 LIKE '%".$attack1."%'"));
              $res = mysql_query("DELETE FROM ph_bazzztord_jueteng");
              if($res)
              {
              $noi2plus = $noi2+500;
              $unick4 = getnick_uid($noi[0]);
              $msg = "You won $noi2plus plusses in wap jueteng draw!"."[br/][small]Note: This is an automatic PM[/small]";
              autopm($msg, $noi[0]);
              mysql_query("INSERT INTO ph_bazzztord_shouts SET shout='Congratulations! $unick4 your wap jueteng numbers matched to our winning numbers $attack and $attack1. $noi2plus plusses has been added!', shouter='332', shtime='".time()."'");
              mysql_query("UPDATE ph_bazzztord_users SET plusses=plusses+'$noi2plus' WHERE id='".$noi[0]."'");
              mysql_query("UPDATE ph_bazzztord_juetengset SET value='".$noi[0]."', no1='".$attack."', no2='".$attack1."', time='".time()."' WHERE name='lottonum'");
              }
                 }else{
                  $random = mysql_query("SELECT uid FROM ph_bazzztord_jueteng ORDER by RAND() LIMIT 1");
                  while($randsom=mysql_fetch_array($random))
                  {
                  $attack3 =$randsom[0];
                  }
              $non = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
              $noin = $non[0]*60;
              $noen = $noin*0.40;
              $res2 = mysql_query("DELETE FROM ph_bazzztord_jueteng");
              if($res2)
              {
              $unick3 = getnick_uid($attack3);
              $msg = "You won $noen plusses. Consolation prize in wap jueteng draw!"."[br/][small]Note: This is an automatic PM[/small]";
              autopm($msg, $attack3);
              $res = mysql_query("INSERT INTO ph_bazzztord_shouts SET shout='WAP Jueteng winning number combinations are $attack and $attack1. Consolation Prize goes to $unick3, You will received $noen plusses. congratulations -yay-', shouter='332', shtime='".time()."'");
              mysql_query("UPDATE ph_bazzztord_users SET plusses=plusses+'$noen' WHERE id='".$attack3."'");
              mysql_query("UPDATE ph_bazzztord_juetengset SET value=' ', no1='".$attack."', no2='".$attack1."', time='".time()."' WHERE name='lottonum'");
              }
                 }
               }
              }
              jueteng Sql

              Code:
              CREATE TABLE IF NOT EXISTS `ph_bazzztord_jueteng` (
                `uid` int(100) NOT NULL default '0',
                `no1` int(60) NOT NULL default '0',
                `no2` int(60) NOT NULL default '0',
                `actime` int(100) NOT NULL,
                PRIMARY KEY  (`uid`)
              ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
              
              
              CREATE TABLE IF NOT EXISTS `ph_bazzztord_juetengnum` (
                `no1` int(50) NOT NULL,
                `no2` int(50) NOT NULL
              ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
              
              --
              -- Dumping data for table `ph_bazzztord_juetengnum`
              --
              
              INSERT INTO `ph_bazzztord_juetengnum` (`no1`, `no2`) VALUES
              (1, 1),
              (2, 2),
              (3, 3),
              (4, 4),
              (5, 5),
              (6, 6),
              (7, 7),
              (8, 8),
              (9, 9),
              (10, 10),
              (11, 11),
              (12, 12),
              (13, 13),
              (14, 14),
              (15, 15),
              (16, 16),
              (17, 17),
              (18, 18),
              (19, 19),
              (20, 20),
              (21, 21),
              (22, 22),
              (23, 23),
              (24, 24),
              (25, 5),
              (26, 26),
              (27, 27),
              (28, 28),
              (29, 29),
              (30, 30),
              (31, 31),
              (32, 32),
              (33, 33),
              (34, 34),
              (35, 35),
              (36, 36),
              (37, 37);
              
              
              CREATE TABLE IF NOT EXISTS `ph_bazzztord_juetengset` (
                `no1` varchar(50) NOT NULL,
                `no2` varchar(50) NOT NULL,
                `value` int(100) NOT NULL default '0',
                `time` int(100) NOT NULL default '0',
                `lottonum` varchar(100) NOT NULL
              ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
              core.php code not working, i saw that the function cleardata() is not close then i close by using } at the bottom, but still not working
              Did I help you?
              You can help me too
              Your donations will help me finance my studies.

              Comment


                #37
                Originally posted by kei_ki7 View Post
                core.php code not working, i saw that the function cleardata() is not close then i close by using } at the bottom, but still not working
                you could at least post what kind a error you get...?
                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


                  #38
                  ok. got it now. needing its sql. lol. kiddin

                  Comment


                    #39
                    Me too, my jueteng not work, why? But other script working at my site, thanks kaBoom, , your such great, ,

                    Comment


                      #40
                      I forgot, , the error is blank page when i enter at the page. . And the tamagochi bbcode, ,
                      Last edited by arg0s12; 04.12.09, 05:52.

                      Comment


                        #41
                        PHP Code:
                        $unick3 getnick_uid($attack3);
                        $msg "You won $noen plusses. Consolation prize in wap jueteng draw!"."[br/][small]Note: This is an automatic PM[/small]";
                        autopm($msg$attack3);
                        $res mysql_query("INSERT INTO ph_bazzztord_shouts SET shout='WAP Jueteng winning number combinations are $attack and $attack1. Consolation Prize goes to $unick3, You will received $noen plusses. congratulations -yay-', shouter='332', shtime='".time()."'");
                        mysql_query("UPDATE ph_bazzztord_users SET plusses=plusses+'$noen' WHERE id='".$attack3."'");
                        mysql_query("UPDATE ph_bazzztord_juetengset SET value=' ', no1='".$attack."', no2='".$attack1."', time='".time()."' WHERE name='lottonum'");
                        //line 1
                           
                        //line 2
                         
                        //line 3
                        //line 4 
                        i got error from line 4, and i saw in the function of cleardata() is not close so i add "}" to line 5

                        PHP Code:
                        //line 1
                           
                        //line 2
                         
                        //line 3
                        //line 4
                        //line 5 
                        then the errors is in line 5
                        Did I help you?
                        You can help me too
                        Your donations will help me finance my studies.

                        Comment


                          #42
                          @kei_ki7 this too easy. code already posted and make some effort on it basic php tags

                          Code:
                           function()
                          { //start
                          } //end
                          
                          
                          function cleardata()
                          {
                          My code that i posted
                          
                          NEXT THE REST OF YOUR CODE UNDER CLEARDATA() FUNCTION AND CLOSE it ..
                          
                          
                          }

                          Comment


                            #43
                            try to update yours



                            Code:
                            /////////////////jueteng draw
                            function drawnow()
                            {
                               $nopop = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
                               return $nopop[0];
                            }
                            
                            function win($attack, $attack1)
                            {
                                $noi = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng WHERE no1 LIKE '%".$attack."%' AND no2 LIKE '%".$attack1."%'"));
                               return $noi[0];
                            }
                            ///end jueteng draw
                            
                            ///////////////////clear data
                            
                            
                            function cleardata()
                            {
                            
                                     ////jueteng
                            $now = time();
                            $start=date("Y-m-d")." 07:00:00";
                            $end=date("Y-m-d")." 07:00:10";
                            $tstamp1=strtotime($start);
                            $tstamp2=strtotime($end);
                            if($now>$tstamp1 && $now<$tstamp2)
                            {
                                if(drawnow())
                             {
                                $rand = mysql_query("SELECT no1 FROM ph_bazzztord_juetengnum ORDER by RAND() LIMIT 1");
                                while($rands=mysql_fetch_array($rand))
                                {
                                $attack1 =$rands[0];
                                }
                                $rand = mysql_query("SELECT no2 FROM ph_bazzztord_juetengnum ORDER by RAND() LIMIT 1");
                                while($rands=mysql_fetch_array($rand))
                                {
                                $attack =$rands[0];
                                }
                                if(win($attack, $attack1))
                                {
                            $ilan = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
                            $noil = $ilan[0]*90;
                            $noi2 = $noil*0.10;
                            $noi = mysql_fetch_array(mysql_query("SELECT uid FROM ph_bazzztord_jueteng WHERE no1 LIKE '%".$attack."%' AND no2 LIKE '%".$attack1."%'"));
                            $res = mysql_query("DELETE FROM ph_bazzztord_jueteng");
                            if($res)
                            {
                            $noi2plus = $noi2+500;
                            $unick4 = getnick_uid($noi[0]);
                            $msg = "You won $noi2plus plusses in wap jueteng draw!"."[br/][small]Note: This is an automatic PM[/small]";
                            autopm($msg, $noi[0]);
                            mysql_query("INSERT INTO ph_bazzztord_shouts SET shout='Congratulations! $unick4 your wap jueteng numbers matched to our winning numbers $attack and $attack1. $noi2plus plusses has been added!', shouter='332', shtime='".time()."'");
                            mysql_query("UPDATE ph_bazzztord_users SET plusses=plusses+'$noi2plus' WHERE id='".$noi[0]."'");
                            mysql_query("UPDATE ph_bazzztord_juetengset SET value='".$noi[0]."', no1='".$attack."', no2='".$attack1."', time='".time()."' WHERE name='lottonum'");
                            }
                               }else{
                                $random = mysql_query("SELECT uid FROM ph_bazzztord_jueteng ORDER by RAND() LIMIT 1");
                                while($randsom=mysql_fetch_array($random))
                                {
                                $attack3 =$randsom[0];
                                }
                            $non = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
                            $noin = $non[0]*60;
                            $noen = $noin*0.40;
                            $res2 = mysql_query("DELETE FROM ph_bazzztord_jueteng");
                            if($res2)
                            {
                            $unick3 = getnick_uid($attack3);
                            $msg = "You won $noen plusses. Consolation prize in wap jueteng draw!"."[br/][small]Note: This is an automatic PM[/small]";
                            autopm($msg, $attack3);
                            $res = mysql_query("INSERT INTO ph_bazzztord_shouts SET shout='WAP Jueteng winning number combinations are $attack and $attack1. Consolation Prize goes to $unick3, You will received $noen plusses. congratulations -yay-', shouter='332', shtime='".time()."'");
                            mysql_query("UPDATE ph_bazzztord_users SET plusses=plusses+'$noen' WHERE id='".$attack3."'");
                            mysql_query("UPDATE ph_bazzztord_juetengset SET value=' ', no1='".$attack."', no2='".$attack1."', time='".time()."' WHERE name='lottonum'");
                            }
                               }
                             }
                            }
                            
                              $nw = time(); 
                              $strt=date("Y-m-d")." 12:00:00";
                              $nd=date("Y-m-d")." 12:00:10";
                              $stamp1=strtotime($strt);
                              $stamp2=strtotime($nd);
                              if($nw>$stamp1 && $nw<$stamp2) 
                              {
                            if(drawnow())
                             {
                                $rand = mysql_query("SELECT no1 FROM ph_bazzztord_juetengnum ORDER by RAND() LIMIT 1");
                                while($rands=mysql_fetch_array($rand))
                                {
                                $attack1 =$rands[0];
                                }
                                $rand = mysql_query("SELECT no2 FROM ph_bazzztord_juetengnum ORDER by RAND() LIMIT 1");
                                while($rands=mysql_fetch_array($rand))
                                {
                                $attack =$rands[0];
                                }
                                if(win($attack, $attack1))
                                {
                            $ilan = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
                            $noil = $ilan[0]*90;
                            $noi2 = $noil*0.10;
                            $noi = mysql_fetch_array(mysql_query("SELECT uid FROM ph_bazzztord_jueteng WHERE no1 LIKE '%".$attack."%' AND no2 LIKE '%".$attack1."%'"));
                            $res = mysql_query("DELETE FROM ph_bazzztord_jueteng");
                            if($res)
                            {
                            $noi2plus = $noi2+500;
                            $unick4 = getnick_uid($noi[0]);
                            $msg = "You won $noi2plus plusses in wap jueteng draw!"."[br/][small]Note: This is an automatic PM[/small]";
                            autopm($msg, $noi[0]);
                            mysql_query("INSERT INTO ph_bazzztord_shouts SET shout='Congratulations! $unick4 your wap jueteng numbers matched in our winning numbers $attack and $attack1. $noi2plus plusses has been added!', shouter='332', shtime='".time()."'");
                            mysql_query("UPDATE ph_bazzztord_users SET plusses=plusses+'$noi2plus' WHERE id='".$noi[0]."'");
                            mysql_query("UPDATE ph_bazzztord_juetengset SET value='".$noi[0]."', no1='".$attack."', no2='".$attack1."', time='".time()."' WHERE name='lottonum'");
                            }
                               }else{
                                $random = mysql_query("SELECT uid FROM ph_bazzztord_jueteng ORDER by RAND() LIMIT 1");
                                while($randsom=mysql_fetch_array($random))
                                {
                                $attack3 =$randsom[0];
                                }
                            $non = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
                            $noin = $non[0]*60;
                            $noen = $noin*0.40;
                            $res2 = mysql_query("DELETE FROM ph_bazzztord_jueteng");
                            if($res2)
                            {
                            $unick3 = getnick_uid($attack3);
                            $msg = "You won $noen plusses. Consolation prize in wap jueteng draw!"."[br/][small]Note: This is an automatic PM[/small]";
                            autopm($msg, $attack3);
                            $res = mysql_query("INSERT INTO ph_bazzztord_shouts SET shout='WAP Jueteng winning number combinations are $attack and $attack1. Consolation Prize goes to $unick3, You will received $noen plusses. congratulations -yay-', shouter='332', shtime='".time()."'");
                            mysql_query("UPDATE ph_bazzztord_users SET plusses=plusses+'$noen' WHERE id='".$attack3."'");
                            mysql_query("UPDATE ph_bazzztord_juetengset SET value=' ', no1='".$attack."', no2='".$attack1."', time='".time()."' WHERE name='lottonum'");
                            }
                               }
                             }
                            }
                            
                              $nw = time(); 
                              $strt=date("Y-m-d")." 19:00:00";
                              $nd=date("Y-m-d")." 19:00:10";
                              $stamp1=strtotime($strt);
                              $stamp2=strtotime($nd);
                              if($nw>$stamp1 && $nw<$stamp2) 
                              {
                            if(drawnow())
                             {
                                $rand = mysql_query("SELECT no1 FROM ph_bazzztord_juetengnum ORDER by RAND() LIMIT 1");
                                while($rands=mysql_fetch_array($rand))
                                {
                                $attack1 =$rands[0];
                                }
                                $rand = mysql_query("SELECT no2 FROM ph_bazzztord_juetengnum ORDER by RAND() LIMIT 1");
                                while($rands=mysql_fetch_array($rand))
                                {
                                $attack =$rands[0];
                                }
                                if(win($attack, $attack1))
                                {
                            $ilan = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
                            $noil = $ilan[0]*90;
                            $noi2 = $noil*0.10;
                            $noi = mysql_fetch_array(mysql_query("SELECT uid FROM ph_bazzztord_jueteng WHERE no1 LIKE '%".$attack."%' AND no2 LIKE '%".$attack1."%'"));
                            $res = mysql_query("DELETE FROM ph_bazzztord_jueteng");
                            if($res)
                            {
                            $noi2plus = $noi2+500;
                            $unick4 = getnick_uid($noi[0]);
                            $msg = "You won $noi2plus plusses in wap jueteng draw!"."[br/][small]Note: This is an automatic PM[/small]";
                            autopm($msg, $noi[0]);
                            mysql_query("INSERT INTO ph_bazzztord_shouts SET shout='Congratulations! $unick4 your wap jueteng numbers matched to our winning numbers $attack and $attack1. $noi2plus plusses has been added!', shouter='332', shtime='".time()."'");
                            mysql_query("UPDATE ph_bazzztord_users SET plusses=plusses+'$noi2plus' WHERE id='".$noi[0]."'");
                            mysql_query("UPDATE ph_bazzztord_juetengset SET value='".$noi[0]."', no1='".$attack."', no2='".$attack1."', time='".time()."' WHERE name='lottonum'");
                            }
                               }else{
                                $random = mysql_query("SELECT uid FROM ph_bazzztord_jueteng ORDER by RAND() LIMIT 1");
                                while($randsom=mysql_fetch_array($random))
                                {
                                $attack3 =$randsom[0];
                                }
                            $non = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_jueteng"));
                            $noin = $non[0]*60;
                            $noen = $noin*0.40;
                            $res2 = mysql_query("DELETE FROM ph_bazzztord_jueteng");
                            if($res2)
                            {
                            $unick3 = getnick_uid($attack3);
                            $msg = "You won $noen plusses. Consolation prize in wap jueteng draw!"."[br/][small]Note: This is an automatic PM[/small]";
                            autopm($msg, $attack3);
                            $res = mysql_query("INSERT INTO ph_bazzztord_shouts SET shout='WAP Jueteng winning number combinations are $attack and $attack1. Consolation Prize goes to $unick3, You will received $noen plusses. congratulations -yay-', shouter='332', shtime='".time()."'");
                            mysql_query("UPDATE ph_bazzztord_users SET plusses=plusses+'$noen' WHERE id='".$attack3."'");
                            mysql_query("UPDATE ph_bazzztord_juetengset SET value=' ', no1='".$attack."', no2='".$attack1."', time='".time()."' WHERE name='lottonum'");
                            }
                               }
                             }
                            }    
                            
                            $timeto = 500;
                              $timenw = time();
                              $timeout = $timenw - $timeto;
                              $timeto = 120;
                              $timenw = time();
                              $timeout = $timenw - $timeto;
                              $exec = mysql_query("DELETE FROM ph_bazzztord_chonline WHERE lton<'".$timeout."'");
                              $timeto = 300;
                              $timenw = time();
                              $timeout = $timenw - $timeto;
                              $exec = mysql_query("DELETE FROM ph_bazzztord_chat WHERE timesent<'".$timeout."'");
                              $timeto = 60*60;
                              $timenw = time();
                              $timeout = $timenw - $timeto;
                              $exec = mysql_query("DELETE FROM ph_bazzztord_search WHERE stime<'".$timeout."'");
                              
                            
                              ///delete expired rooms
                              $start2 = mktime(0, 0); // midnight today
                              $gettime = mysql_fetch_array(mysql_query("SELECT MAX(value) FROM ph_bazzztord_settings WHERE name='reset'"));
                              $timenw = time() + (14 * 3600);
                             $timeto = mktime(0, 0); // midnight today
                              $timeto -= 24*60*60;
                                $start = $gettime[0]+57600;
                              $timeto = 5*60;
                              $timenw = time();
                              $timeout = $timenw - $timeto;
                              $rooms = mysql_query("SELECT id FROM ph_bazzztord_rooms WHERE static='0' AND lastmsg<'".$timeout."'");
                              while ($room=mysql_fetch_array($rooms))
                              {
                                $ppl = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_chonline WHERE rid='".$room[0]."'"));
                                if($ppl[0]==0)
                                {
                                    $exec = mysql_query("DELETE FROM ph_bazzztord_rooms WHERE id='".$room[0]."'");
                                }
                              }
                              $lbpm = mysql_fetch_array(mysql_query("SELECT value FROM ph_bazzztord_settings WHERE name='lastbpm'"));
                              $td = date("Y-m-d");
                              //echo $lbpm[0];
                            
                              $tm = time();
                              $antiflood = 86400;
                              $lastpm = mysql_fetch_array(mysql_query("SELECT MAX(value) FROM ph_bazzztord_settings WHERE name='resetsht'"));
                              $pmfl = $lastpm[0]+$antiflood;
                              if($pmfl<$tm)
                              {
                              $time_to = 7*24*60*60;
                              $timenw = time();
                              $inactive_time = $timenw - $timeto;
                              $sql2 = "SELECT id FROM ph_bazzztord_users WHERE lastact<'".$inactive_time."'";
                                    $ppl2 = mysql_query($sql2);
                                    while($mem2 = mysql_fetch_array($ppl2))
                                    {
                            $blg = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ph_bazzztord_tamagotchi WHERE uid='".$who."'"));
                            if($blg[0])
                            {
                              $res3 = mysql_query("DELETE FROM ph_bazzztord_tamagotchi WHERE uid='".$mem2[0]."'");
                              if($res3)
                              {
                            $text = "Your Tamagotchi died because you are Inactive for 7 days. :( [b]Note: This is an automatic pm[/b]";
                            mysql_query("INSERT INTO ph_bazzztord_private SET text='".$text."', byuid='334', touid='".$mem2[0]."', timesent='".time()."'");
                              }
                            }
                                    }
                                  
                                    $sql3 = "SELECT id, uid FROM ph_bazzztord_tamagotchi WHERE feed<=0";
                                    $ppl3 = mysql_query($sql3);
                                    while($mem3 = mysql_fetch_array($ppl3))
                                    {
                              $res1 = mysql_query("DELETE FROM ph_bazzztord_tamagotchi WHERE id='".$mem3[0]."'");
                              if($res1)
                              {
                            $text = "Your Tamagotchi died because of hunger. :( [b]Note: This is an automatic pm[/b]";
                            mysql_query("INSERT INTO ph_bazzztord_private SET text='".$text."', byuid='334', touid='".$mem3[1]."', timesent='".time()."'");
                              }
                                    }      
                              }      
                              
                              if ($td!=$lbpm[0])
                              {
                               //echo "boo";
                               $sql = "SELECT id, name, birthday  FROM ph_bazzztord_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][i]p.s: this is an automated pm[/i][/small]";
                                  autopm($msg, $mem[0]);
                               }
                            
                               $sql2 = "SELECT id FROM ph_bazzztord_tamagotchi";
                               $ppl2 = mysql_query($sql2);
                               while($mem2 = mysql_fetch_array($ppl2))
                               {
                               mysql_query("UPDATE ph_bazzztord_tamagotchi SET feed=feed-1, play=play-1, learn=learn-1, health=health-1, clean=clean-1, vanna=vanna-1 WHERE id='".$mem2[0]."'");
                               }
                            
                               mysql_query("UPDATE ph_bazzztord_settings SET value='".$td."' WHERE name='lastbpm'");
                              }
                              
                            }
                            
                            ///////////////////////////////////////

                            Comment


                              #44
                              This scripts working at my site, from lucky9 to Jueteng, , maybe theres some error but i'll try to learn and understand, thanks bro, nwei, will you post the code in profile bout online stat?

                              Comment


                                #45
                                i use ur online function. .

                                Comment

                                Working...
                                X