uawdijnntqw1x1x1
IP : 216.73.217.126
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
/
advertiser-trackers.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 . '/lib/OA/Dal.php'; require_once MAX_PATH . '/www/admin/config.php'; require_once MAX_PATH . '/www/admin/lib-statistics.inc.php'; require_once MAX_PATH . '/lib/max/other/html.php'; // Register input variables phpAds_registerGlobal ('listorder', 'orderdirection'); /*-------------------------------------------------------*/ /* Advertiser interface security */ /*-------------------------------------------------------*/ OA_Permission::enforceAccount(OA_ACCOUNT_MANAGER); OA_Permission::enforceAccessToObject('clients', $clientid); /*-------------------------------------------------------*/ /* Store preferences */ /*-------------------------------------------------------*/ $session['prefs']['inventory_entities'][OA_Permission::getEntityId()]['clientid'] = $clientid; phpAds_SessionDataStore(); /*-------------------------------------------------------*/ /* Get preferences */ /*-------------------------------------------------------*/ if (!isset($listorder)) { if (isset($session['prefs']['advertiser-trackers.php']['listorder'])) $listorder = $session['prefs']['advertiser-trackers.php']['listorder']; else $listorder = ''; } if (!isset($orderdirection)) { if (isset($session['prefs']['advertiser-trackers.php']['orderdirection'])) $orderdirection = $session['prefs']['advertiser-trackers.php']['orderdirection']; else $orderdirection = ''; } /*-------------------------------------------------------*/ /* HTML framework */ /*-------------------------------------------------------*/ if (OA_Permission::isAccount(OA_ACCOUNT_ADMIN) || OA_Permission::isAccount(OA_ACCOUNT_MANAGER)) { addAdvertiserPageToolsAndShortcuts($clientid); $oHeaderModel = buildAdvertiserHeaderModel($clientid); phpAds_PageHeader(null, $oHeaderModel); } /*-------------------------------------------------------*/ /* Main code */ /*-------------------------------------------------------*/ require_once MAX_PATH . '/lib/OA/Admin/Template.php'; $oTpl = new OA_Admin_Template('advertiser-trackers.html'); $doTrackers = OA_Dal::factoryDO('trackers'); $doTrackers->clientid = $clientid; $doTrackers->addListOrderBy($listorder, $orderdirection); $doTrackers->find(); $aTrackers = array(); while ($doTrackers->fetch() && $row_trackers = $doTrackers->toArray()) { $aTrackers[$row_trackers['trackerid']] = $row_trackers; } $oTpl->assign('clientId', $clientid); $oTpl->assign('aTrackers', $aTrackers); $oTpl->assign('listorder', $listorder); $oTpl->assign('orderdirection', $orderdirection); $oTpl->assign('url', 'advertiser-trackers.php?clientid=' . $clientid); $oTpl->assign('canAdd', OA_Permission::isAccount(OA_ACCOUNT_ADMIN) || OA_Permission::isAccount(OA_ACCOUNT_MANAGER)); $oTpl->assign('canEdit', OA_Permission::isAccount(OA_ACCOUNT_ADMIN) || OA_Permission::isAccount(OA_ACCOUNT_MANAGER)); $oTpl->assign('canLink', OA_Permission::isAccount(OA_ACCOUNT_ADMIN) || OA_Permission::isAccount(OA_ACCOUNT_MANAGER)); $oTpl->assign('canDelete', OA_Permission::isAccount(OA_ACCOUNT_ADMIN) || OA_Permission::isAccount(OA_ACCOUNT_MANAGER)); /*-------------------------------------------------------*/ /* Store preferences */ /*-------------------------------------------------------*/ $session['prefs']['advertiser-trackers.php']['listorder'] = $listorder; $session['prefs']['advertiser-trackers.php']['orderdirection'] = $orderdirection; phpAds_SessionDataStore(); /*-------------------------------------------------------*/ /* HTML framework */ /*-------------------------------------------------------*/ $oTpl->display(); phpAds_PageFooter(); ?>
/home/pressec/www/ads--temp-pour-eviter-les-spams/etc/../www/admin/advertiser-trackers.php