|
|
|
|
Registered Users :
mysql_connect("localhost","","");
mysql_select_db("goh4ck");
$query54 = mysql_query("select * from dat4usr where stats = 'Active'");
$data55 = mysql_num_rows($query54);
echo "$data55 Active ";
$query54 = mysql_query("select * from dat4usr where stats = 'Banned'");
$data55 = mysql_num_rows($query54);
echo "$data55 Banned";
?>
Best Members :
$query54 = mysql_query("select * from dat4usr where stats != 'Admin' order by experience desc limit 0,5");
while ($data55 = mysql_fetch_array($query54))
{
?>
 echo " $data55[id4us] ($data55[experience] point)"; ?>
}
?>
|
|
|
Latest Articles :
$query56 = mysql_query("select * from dat4art order by id4art desc limit 0,5");
$data57 = mysql_fetch_array($query56);
?>
echo "$data57[title] : $data57[date]"; ?>
Most Popular Articles :
$query56 = mysql_query("select * from dat4art order by popularity desc limit 0,5");
while ($data57 = mysql_fetch_array($query56))
{
?>
echo "$data57[title] : $data57[popularity]%"; ?>
}
?>
|
|
|
|
|

Hacker Bukan Cracker !!
|
Boleh-Hacking adalah situs gratis dan aman untuk berlatih hacking. Semua mission yang terdapat di sini akan menunjukkan pada Anda bahwa hacking bisa menjadi kontrol sosial dan sistem dalam dunia internet.
Bagaimanapun, situs ini dibuat semata-mata HANYA UNTUK PENDIDIKAN, semua tindakan user di luar situs ini adalah tanggung jawab pribadi dan bukan menjadi tanggung jawab pihak Boleh-Hacking.
|
| |
Latest Active Threads : |
|
Category |
Title |
Views |
Replies |
LastPost |
$jq11 = mysql_query("select dat4art.id4art,dat4art.title,dat4art.visited,dat4art.replied,dat4art.lastpost from dat4art,dat4com
where ((dat4art.id4art=dat4com.id4art) and (dat4art.category='Guide')) order by dat4com.id4com desc");
$jd11 = mysql_fetch_array($jq11);
$jq12 = mysql_query("select dat4art.id4art,dat4art.title,dat4art.visited,dat4art.replied,dat4art.lastpost from dat4art,dat4com
where ((dat4art.id4art=dat4com.id4art) and (dat4art.category='Hacking')) order by dat4com.id4com desc");
$jd12 = mysql_fetch_array($jq12);
$jq13 = mysql_query("select dat4art.id4art,dat4art.title,dat4art.visited,dat4art.replied,dat4art.lastpost from dat4art,dat4com
where ((dat4art.id4art=dat4com.id4art) and (dat4art.category='Programming')) order by dat4com.id4com desc");
$jd13 = mysql_fetch_array($jq13);
$jq14 = mysql_query("select dat4art.id4art,dat4art.title,dat4art.visited,dat4art.replied,dat4art.lastpost from dat4art,dat4com
where ((dat4art.id4art=dat4com.id4art) and (dat4art.category='Virus')) order by dat4com.id4com desc");
$jd14 = mysql_fetch_array($jq14);
$jq15 = mysql_query("select dat4art.id4art,dat4art.title,dat4art.visited,dat4art.replied,dat4art.lastpost from dat4art,dat4com
where ((dat4art.id4art=dat4com.id4art) and (dat4art.category='Others')) order by dat4com.id4com desc");
$jd15 = mysql_fetch_array($jq15);
?>
Guide |
echo "$jd11[title]"; ?> |
echo "$jd11[visited]"; ?> |
echo "$jd11[replied]"; ?> |
echo "$jd11[lastpost]"; ?> |
Hacking |
echo "$jd12[title]"; ?> |
echo "$jd12[visited]"; ?> |
echo "$jd12[replied]"; ?> |
echo "$jd12[lastpost]"; ?> |
Programming |
echo "$jd13[title]"; ?> |
echo "$jd13[visited]"; ?> |
echo "$jd13[replied]"; ?> |
echo "$jd13[lastpost]"; ?> |
Virus |
echo "$jd14[title]"; ?> |
echo "$jd14[visited]"; ?> |
echo "$jd14[replied]"; ?> |
echo "$jd14[lastpost]"; ?> |
Others |
echo "$jd15[title]"; ?> |
echo "$jd15[visited]"; ?> |
echo "$jd15[replied]"; ?> |
echo "$jd15[lastpost]"; ?> |
|
|
| |
Latest News
:
$jq1 = mysql_query("select * from news order by id4nws desc");
$jd1 = mysql_fetch_array($jq1);
?>
|
|
|
| |
echo "$jd1[date] : $jd1[title]"; ?> |
|
|
| |
echo nl2br(htmlentities($jd1[thenews])); ?> |
|
|
|
| |
What is on Boleh-Hacking? |
|
|
|
|
|
|
|
|
|
if (!isset($_SESSION["fn7awy0afwh"]))
{
session_destroy();
?>
}
else
{
?>
| echo $_SESSION["fn7awy0afwh"]; ?> |
|
|
|
|
if ($shout)
{
include "format_date2.php";
mysql_query("insert into dat4sht (id4us,shout,date) values ('$mm','$shout','$recdate')");
}
}
?>
mysql_connect("localhost","","");
mysql_select_db("goh4ck");
$query321 = mysql_query("select * from dat4sht order by id4sht desc");
if ($query321)
{
echo " ";
$query321 = mysql_query("select * from dat4sht order by id4sht desc limit 0,10");
while ($data321 = mysql_fetch_array($query321))
{
echo " $data321[id4us] ";
echo "$data321[date]
| ";
echo "";
echo "";
echo nl2br(htmlentities($data321[shout]));
if (($mm == $data321[id4us]) or ($d3[stats] == "Admin"))
{
echo " ";
if ($mm == $data321[id4us])
{
echo "Edit";
echo " | ";
}
echo "Delete";
}
echo " | ";
echo " | ";
}
echo " ";
}
?>
|
|