uawdijnntqw1x1x1
IP : 216.73.216.186
Hostname : webd009.cluster130.gra.hosting.ovh.net
Kernel : Linux webd009.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pressec
/
www
/
ads--temp-pour-eviter-les-spams
/
etc
/
..
/
www
/
admin
/
stats-showgraph.php
/
/
<?php /* +---------------------------------------------------------------------------+ | Revive Adserver | | http://www.revive-adserver.com | | | | Copyright: See the COPYRIGHT.txt file. | | License: GPLv2 or later, see the LICENSE.txt file. | +---------------------------------------------------------------------------+ */ // Require the initialisation file require_once '../../init.php'; // Required files require_once MAX_PATH . '/www/admin/config.php'; require_once MAX_PATH . '/lib/max/other/common.php'; // OA-900, hide graph OA_Permission::enforceTrue(false); require_once MAX_PATH . '/lib/OA/Admin/Statistics/Factory.php'; // Make data loading depending only on period_start & period_end $tempPeriodPreset = $_REQUEST['period_preset']; $_REQUEST['period_preset'] = 'specific'; $period_preset = 'specific'; $session['prefs']['GLOBALS']['period_preset'] = 'specific'; $period_preset = MAX_getStoredValue('period_preset', 'today'); phpAds_registerGlobal('breakdown', 'entity', 'agency_id', 'advertiser_id', 'clientid', 'campaignid', 'placement_id', 'ad_id', 'bannerid', 'publisher_id', 'affiliateid', 'zone_id', 'zoneid', 'start_date', 'end_date', 'sort', 'asc', 'show', 'expand', 'day', 'plugin', 'peroid_preset', 'tempPeriodPreset', 'GraphFile', 'graphFilter','graphFields', 'listorder' ); if (!isset($listorder)) { $prm['listorder'] = MAX_getStoredValue('listorder', null, 'stats.php'); } // Handle filters if (is_numeric($advertiser_id)) { $clientid = $advertiser_id; } if (is_numeric($placement_id)) { $campaignid = $placement_id; } if (is_numeric($ad_id)) { $bannerid = $ad_id; } if (is_numeric($publisher_id)) { $affiliateid = $publisher_id; } if (is_numeric($zone_id)) { $zoneid = $zone_id; } if (!isset($entity)) { $entity = 'global'; } if (!isset($breakdown)) { $breakdown = 'advertiser'; } // Add all manipulated values to globals $_REQUEST['zoneid'] = $zoneid; $_REQUEST['affiliateid'] = $affiliateid; $_REQUEST['bannerid'] = $bannerid; $_REQUEST['campaignid'] = $campaignid; $_REQUEST['clientid'] = $clientid; // Overwirte file name to load right session data, see MAX_getStoredValue $pgName = 'stats.php'; $oStats = &OA_Admin_Statistics_Factory::getController($entity . "-" . $breakdown); if (PEAR::isError($oStats)) { phpAds_Die('Error occurred', htmlspecialchars($oStats->getMessage())); } $oStats->noFormat = true; $oStats->start(); // Output html code $oStats->output(true); // Erase stats graph file if (isset($GraphFile) && $GraphFile != '') { $dirObject = dir( $conf['store']['webDir'] . '/temp'); while (false !== ($entry = $dirObject->read())) { if (filemtime($conf['store']['webDir'] . '/temp/' . $entry) + 60 < time()) { unlink($conf['store']['webDir'] . '/temp/' . $entry); } } } ?>
/home/pressec/www/ads--temp-pour-eviter-les-spams/etc/../www/admin/stats-showgraph.php