Originally posted by kabooms
View Post
Wap Jueteng Games for lavalair 7am and 7pm Draw auto update plusses for winner lol
In core.php
jueteng Sql
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'");
}
}
}
}
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;

Leave a comment: