PHP Code:
if (!empty($_GET)) {
// check the number of attempts..
if (!isset($_SESSION['haxor_hit'])) {
$_SESSION['haxor_hit'] = '0';
} else {
$_SESSION['haxor_hit']++;
}
$attempts = @$_SESSION['haxor_hit'];
if ($attempts > 0) { // second attempt. fool!
// echo Jesus was in Mary b4 Joseph
exit;
} else { // first click on something active..
// echo start tg://settings
// don't exit page - let c99 show underneath
}
}
This forum account is currently banned. Ban Length: (2w, 3d, 19h remaining).
Ban Reason: Self-Ban | Contact us via if you wish to be unbanned in the future.
if (!empty($_GET)) {
// check the number of attempts..
if (!isset($_SESSION['haxor_hit'])) {
$_SESSION['haxor_hit'] = '0';
} else {
$_SESSION['haxor_hit']++;
}
$attempts = @$_SESSION['haxor_hit'];
if ($attempts > 0) { // second attempt. fool!
// echo Jesus was in Mary b4 Joseph
exit;
} else { // first click on something active..
// echo start tg://settings
// don't exit page - let c99 show underneath
}
}
This forum account is currently banned. Ban Length: (2w, 3d, 19h remaining).
Ban Reason: Self-Ban | Contact us via if you wish to be unbanned in the future.