403Webshell
Server IP : 10.200.247.200  /  Your IP : 216.73.216.64
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/loan_sites/fasttracktitleloans.com/php/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/loan_sites/fasttracktitleloans.com/php/form_tracking.php
<?php
session_start();
if(empty($_SESSION['form_tracking_id'])) {
	include_once($_SERVER['DOCUMENT_ROOT'].'/php/keyword_parser.php');
	include_once($_SERVER['DOCUMENT_ROOT'].'/php/mysql.php');
	/*include_once($_SERVER['DOCUMENT_ROOT'].'/php/db_config_lc_user.php');
	$db = connect_lc2user_new('title_loans');*/
	$is_mobile = 0;
	if(preg_match("/phone|iphone|itouch|ipod|symbian|android|htc_|htc-|palmos|blackberry|opera mini|iemobile|windows ce|nokia|fennec|hiptop|kindle|mot |mot-|webos\/|samsung|sonyericsson|^sie-|nintendo/",$_SERVER['HTTP_USER_AGENT'])) {
		$is_mobile = true;
	}
	$db->query("INSERT IGNORE INTO form_tracking (ip_address,company_id,customer_id,is_session,is_mobile,form_url,keyword,referer,date_hit,ts)
				VALUES (
					'".$db->clean($_SERVER['REMOTE_ADDR'])."'
					,'2'
					,'0'
					,'0'
					,'".$db->clean($is_mobile)."'
					,'".$db->clean($_SERVER['REQUEST_URI'])."'
					,'".$db->clean($_SESSION['keywords'])."'
					,'".$db->clean($_SESSION['referer_domain'])."'
					,CURDATE()
					,NOW()
				)");
	$_SESSION['form_tracking_id'] = $db->last_insert_id();
	if(empty($_SESSION['form_tracking_id'])) {
		$res = $db->get_results("SELECT id FROM form_tracking WHERE ip_address='".$db->clean($_SERVER['REMOTE_ADDR'])."' AND company_id=1 AND date_hit=CURDATE()");
		if(!empty($res)) {
			$_SESSION['form_tracking_id'] = $res[0]->id;
		} else {
			$_SESSION['form_tracking_id'] = 0;
		}
	}
}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit