LavaSCRIPT L9 Tamagochi, smile generator

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

  • kei_ki7
    replied
    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

    Leave a comment:


  • riderz
    replied
    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.

    Leave a comment:


  • jedskiter
    replied
    the gsm.pinoy3g.info script is corrupted??

    Leave a comment:


  • kabooms
    replied
    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.

    Leave a comment:


  • wapmetal
    replied
    Welcome br0!

    Leave a comment:


  • kabooms
    replied
    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.

    Leave a comment:


  • wapmetal
    replied
    Originally posted by arg0s12 View Post
    Hello again everyone! Will anyone have an sql of chapel? Coz, when im trying to put the link of chapel.php in my mainpage, then when im trying to click the link, blank page appear, help me pls. Thanks in advance,
    hey it is easy!

    Leave a comment:


  • wapmetal
    replied
    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 keanpogi_vampires 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,$xuser_id);
                        $_SESSION['xuser_id'] = $user_data['id'];
                        $xuser_id=$_SESSION['xuser_id'];
    
                        $update_user_login="UPDATE keanpogi_vampires SET udatetime='$datetime' WHERE id='$xuser_id'";
                        $result_update_user_login=mysql_query($update_user_login);
    
    echo "hey vampire your'e now login !<br/>";
                        
                        
                    }
    }
    when you login
    Last edited by wapmetal; 29.11.09, 10:40.

    Leave a comment:


  • wapmetal
    replied
    add @ the top of yah page
    Code:
    <?php
        session_start();
    
        if (isset($_SESSION['xuser_id']))
         {
            $xuser_id=$_SESSION['xuser_id'];
         }
        else 
         {
            $xuser_id=False;
         }
    
        $sid=session_id();
    ?>
    
    
    
    
    
    
    
    ////////////////////
    usage in page to place the cookie 
    
    if ($xuser_id) {
            
    ////true
    
            }
        else {
           ////// false
            }
    something like that
    Last edited by wapmetal; 29.11.09, 10:39.

    Leave a comment:


  • arg0s12
    replied
    Hello again everyone! Will anyone have an sql of chapel? Coz, when im trying to put the link of chapel.php in my mainpage, then when im trying to click the link, blank page appear, help me pls. Thanks in advance,

    Leave a comment:


  • friend
    replied
    any example abt joses script?

    Thanks in advance

    Leave a comment:


  • wapmetal
    replied
    W0t i mean is when u leave the site u wl n0t be loggout in few mins so it wl takes effect in long time so u will have to code timeout session
    Last edited by wapmetal; 29.11.09, 00:23.

    Leave a comment:


  • wapmetal
    replied
    Dude 4 the cookie use the script of jose. . i already use hs script and already applied without sesid in lava u can also do it br0. itS simple and working but problem is when u loggin u muzt logout so sesion wil be cutted

    Leave a comment:


  • kabooms
    replied
    Ahe welcome al,l n0w i work for lava in my off line server editing full script and sql will be edit and add some function like (int)
    Code:
    $who = (int) $_GET["who"];
    to avoid Test sql inject in index.php?action=viewuser&sid=$sid&who=1 Test injection index.php?action=viewuser&sid=$sid&who=1 OR 2 now in $who = (int) $_GET["who"]; and other one in sql statement .intval($uid). Sql query ahehe.. My problem is the Cookies i dont kn0w how to create cookies in login.php i hope somebody will post tutorial in how to create cookies ahehe..

    Leave a comment:


  • wapmaster2
    replied
    Thanks Kabooms, SubZero &amp; Gum !

    Yep i got it nd working very well, Thanks 2 ALL !

    i got the ip_files from gums replies 10-05-2007

    Here is the files,

    Country identification based on IP address

    Leave a comment:

Working...
X