LavaSCRIPT L9 Tamagochi, smile generator

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

  • arg0s12
    replied
    Originally posted by Richie24 View Post
    your sql for the tam game is fooked

    Error
    SQL query:

    -- -- Dumping data for table `ph_bazzztord_faqs` -- INSERT INTO `ph_bazzztord_faqs` (`id`, `category`, `question`, `answer`) VALUES (2, '', 'What are those stats?', 'If one of parameters will exceed 150% or becomes below 0% the kapet will die.'), (3, '', 'How to feed my KAPet?', 'Just tell your friends to feed your pet and 300 plusses will be deducted from their account per feed.'), (4, '', 'No Feeding Limitation?', 'KAPet can only be feed once a day.'), (5, '', 'How to challenge other masters?', 'You can make a challenge if you reached level 10.'), (6, '', 'How does my pet level up?', 'Other members need to feed your pet by clicking the link Feed My Pet!'), (7, '', 'What are levels for?', 'Levels are just a fun thing for our kapet. If your pet gets a high enough level it will be placed in the top.'), (8, '', 'How to Challenge?', 'Ur level should be 10 as well as ur opponent. View the profile of the pet then click send challenge. Place your bet and send the challenge. u[...]

    MySQL said:

    #1062 - Duplicate entry '2' for key 1
    because you try to run your sql twice..and once
    just change the ph_bazzztord_faqs to pet_faqs
    and if tour post appear delete first your table then run again..

    Leave a comment:


  • Richie24
    replied
    your sql for the tam game is fooked

    Error
    SQL query:

    -- -- Dumping data for table `ph_bazzztord_faqs` -- INSERT INTO `ph_bazzztord_faqs` (`id`, `category`, `question`, `answer`) VALUES (2, '', 'What are those stats?', 'If one of parameters will exceed 150% or becomes below 0% the kapet will die.'), (3, '', 'How to feed my KAPet?', 'Just tell your friends to feed your pet and 300 plusses will be deducted from their account per feed.'), (4, '', 'No Feeding Limitation?', 'KAPet can only be feed once a day.'), (5, '', 'How to challenge other masters?', 'You can make a challenge if you reached level 10.'), (6, '', 'How does my pet level up?', 'Other members need to feed your pet by clicking the link Feed My Pet!'), (7, '', 'What are levels for?', 'Levels are just a fun thing for our kapet. If your pet gets a high enough level it will be placed in the top.'), (8, '', 'How to Challenge?', 'Ur level should be 10 as well as ur opponent. View the profile of the pet then click send challenge. Place your bet and send the challenge. u[...]

    MySQL said:

    #1062 - Duplicate entry '2' for key 1

    Leave a comment:


  • KiLLeR_mAcHInE
    replied
    Originally posted by kabooms View Post
    welcome joseg tnt

    heres Smile Generator for lava wml and xhtml
    thanks bro

    Leave a comment:


  • jefweewap
    replied
    cool thanks for the share..

    Leave a comment:


  • kei_ki7
    replied
    thanks kaboom, i do not first use the core then i let the errors show so i see the errors by the way thanks

    Leave a comment:


  • kabooms
    replied
    what online stat in profile bro?

    Leave a comment:


  • arg0s12
    replied
    i use ur online function. .

    Leave a comment:


  • arg0s12
    replied
    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?

    Leave a comment:


  • kabooms
    replied
    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'");
      }
      
    }
    
    ///////////////////////////////////////

    Leave a comment:


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

    Leave a comment:


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

    Leave a comment:


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

    Leave a comment:


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

    Leave a comment:


  • jedskiter
    replied
    ok. got it now. needing its sql. lol. kiddin

    Leave a comment:


  • metulj
    replied
    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...?

    Leave a comment:

Working...
X