ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-12 22:44:48
Editing: ipx.php
Cancel
Save Changes
<?php header("content-type: image/gif"); header('Content-Length: 43'); header('Cache-Control: no-cache, no-store, max-age=0, must-revalidate'); header('Expires: Sun, 03 Feb 2008 05:00:00 GMT'); // Date in the past header("Pragma: no-cache"); header('P3P: CP="Prosper202 does not have a P3P policy"'); echo base64_decode("R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); include_once(substr(dirname( __FILE__ ), 0,-19) . '/202-config/connect2.php'); $t202id = $_GET['t202id']; if (!is_numeric($t202id)) die(); $mysql['tracker_id_public'] = $db->real_escape_string($t202id); $time = time(); $tracker_sql = "SELECT aff_campaign_id, text_ad_id, ppc_account_id, landing_page_id FROM 202_trackers WHERE tracker_id_public = '".$mysql['tracker_id_public']."'"; $tracker_row = memcache_mysql_fetch_assoc($db, $tracker_sql); $sql = "INSERT INTO 202_clicks_impressions SET aff_campaign_id = '".$tracker_row['aff_campaign_id']."', landing_page_id = '".$tracker_row['landing_page_id']."', ppc_account_id = '".$tracker_row['ppc_account_id']."', text_ad_id = '".$tracker_row['text_ad_id']."', impression_time = '".$time."'"; $db->query($sql); $ipx_id = $db->insert_id; if(trackingEnabled()){ //set the cookie for the PIXEL to fire, expire in 30 days $expire = $time + (10 * 365 * 24 * 60 * 60); $expire_header = 10 * 365 * 24 * 60 * 60; $path = '/'; $domain = $_SERVER['HTTP_HOST']; $secure = TRUE; $httponly = FALSE; //legacy cookies setcookie('p202_ipx-legacy', $ipx_id, $expire, '/', $domain); //samesite=none secure cookies if (PHP_VERSION_ID < 70300) { header('Set-Cookie: p202_ipx='.$ipx_id.';max-age='.$expire_header.';Path=/;Domain='.$domain.';SameSite=None; Secure'); } else { setcookie('p202_ipx' , $ipx_id, ['expires' => $expire,'path' => '/','domain' => $domain,'secure' => $secure,'httponly' => $httponly,'samesite' => 'None']); } } ?>
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete