403Webshell
Server IP : 202.61.199.114  /  Your IP : 216.73.217.139
Web Server : nginx/1.22.1
System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
User : web20 ( 1018)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/clients/client2/web6/web/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/clients/client2/web6/web//tracking.php
<?php
require_once("wp-load.php");


if(is_numeric($_GET['post_id'])) {
    $post = get_post($_GET['post_id']);
}

$analyticsID = of_get_option('google_ua');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
    <meta http-equiv="content-type" content="text/html; charset=windows-1250">
    <meta name="robots" content="noindex, nofollow">
    <title><?php if(is_numeric($_GET['post_id'])) { the_title(); } else { echo $_GET['post_id']; } ?> Tracking</title>
    </head>
    
    <body>
        <?php if(!empty($analyticsID)) { ?>
	<script>
	  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
	  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
	  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
	  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
	
	  ga('create', '<?php echo $analyticsID; ?>', 'auto');
	  ga('send', 'pageview');
	
	</script>
        <script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js"></script>
        <?php } ?>
    </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit