Fake GPS

Bryant 20 [tiki20]
2 years ago

0

Sorry, is there a fake gps that really isn’t detected by the server, I’ve used everything from playstore, pure apk, aptoide all detected by the work server, please help to get fake gps that can’t be detected, thank you****

2replies
2voices
255views
1image
amonyous77
2 years ago

0

<?php
define(“PAGE_PUBLIC”, true);
define(“LANDING_PAGE”, true);

require_once('init.php');  
$minifier->add_file('home.scss', 'css');  

// Set canonical link  
$app->page->canonical = "https://www.hackthis.co.uk";  

if (isset($_GET['api']) && isset($_GET['key'])) {  
    header("Content-type: text/plain");  

    // Make call to api  
    try {  
        $api = new api($app, $_GET['key']);  
        $api->handleRequest($_POST['action'], null);  
    } catch (Exception $e) {  
        echo $e->getMessage();  
    }  

    die();  
}  

if ($app->user->loggedIn) {  
    require_once("home.php");  
} else {  
    define("_SIDEBAR", false);  

    require_once('header.php');  

?>


HackThis!! - The hackers playground

<?php
if (isset($_GET[‘deleted’])) {
$app->utils->message(‘Your account has been successfully deleted. Painful though parting be, I bow to you as I see you off to distant clouds. ’, ‘info’);
}
?>

Want to learn about hacking and network security? Discover how hacks, dumps and defacements are performed and secure your website against hackers with HackThis!!


















                    <?php include('elements/home_articles.php'); ?>  
                </div>  

<?php
$visible = true;
if (isset($COOKIE[“member”]) && $COOKIE[“member”])
$visible = false;
if (isset($GET[‘login’]))
$visible = false;
if (isset($
GET[‘register’]))
$visible = true;
?>


<?php
if (isset($GET[‘request’])):
?>

<?php include(‘elements/widgets/request.php’); ?>

<?php
endif;
?>

Login


<?php
if(isset($SESSION[‘g_auth’])) {
include(‘elements/widgets/login_google_auth.php’);
} else {
include(‘elements/widgets/login.php’);
}
?>


Register


<?php include(‘elements/widgets/register.php’); ?>



<?php
}  
require_once('footer.php');  

?>

amonyous77
2 years ago

0

}
require_once(‘footer.php’);

You must be logged in to reply to this discussion. Login
1 of 3

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss