uawdijnntqw1x1x1
IP : 216.73.216.242
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
/
config.php
/
/
<?php /* +---------------------------------------------------------------------------+ | Revive Adserver | | http://www.revive-adserver.com | | | | Copyright: See the COPYRIGHT.txt file. | | License: GPLv2 or later, see the LICENSE.txt file. | +---------------------------------------------------------------------------+ */ // Required files require_once MAX_PATH . '/lib/max/language/Loader.php'; require_once MAX_PATH . '/lib/max/other/lib-io.inc.php'; require_once MAX_PATH . '/lib/max/other/lib-userlog.inc.php'; require_once MAX_PATH . '/www/admin/lib-gui.inc.php'; require_once MAX_PATH . '/lib/OA/Preferences.php'; require_once MAX_PATH . '/lib/OA/Permission.php'; require_once MAX_PATH . '/lib/OA/Auth.php'; Language_Loader::load('default'); $oDbh = OA_DB::singleton(); if (PEAR::isError($oDbh)) { // Check if UI is enabled if (!$GLOBALS['_MAX']['CONF']['ui']['enabled']) { phpAds_PageHeader(OA_Auth::login($checkRedirectFunc)); phpAds_ShowBreak(); echo "<br /><img src='" . OX::assetPath() . "/images/info.gif' align='absmiddle'> "; echo $GLOBALS['strNoAdminInterface']; phpAds_PageFooter(); exit; } phpAds_Die ($GLOBALS['strErrorDatabaseConnection'], sprintf( $GLOBALS['strErrorCantConnectToDatabase'], PRODUCT_NAME, $GLOBALS['_MAX']['CONF']['database']['type']) ); } // First thing to do is clear the $session variable to // prevent users from pretending to be logged in. unset($session); // Authorize the user OA_Start(); // Load the account's preferences OA_Preferences::loadPreferences(); $pref = $GLOBALS['_MAX']['PREF']; // Set time zone to local OA_setTimeZoneLocal(); // Load the required language files Language_Loader::load('default'); // Register variables phpAds_registerGlobalUnslashed( 'affiliateid' ,'agencyid' ,'bannerid' ,'campaignid' ,'channelid' ,'clientid' ,'day' ,'trackerid' ,'userlogid' ,'zoneid' ); if (!isset($affiliateid)) $affiliateid = (OA_Permission::isAccount(OA_ACCOUNT_TRAFFICKER)) ? OA_Permission::getEntityId() : ''; if (!isset($agencyid)) $agencyid = (OA_Permission::isAccount(OA_ACCOUNT_ADMIN)) ? '' : OA_Permission::getAgencyId(); if (!isset($bannerid)) $bannerid = ''; if (!isset($campaignid)) $campaignid = ''; if (!isset($channelid)) $channelid = ''; if (!isset($clientid)) $clientid = (OA_Permission::isAccount(OA_ACCOUNT_ADVERTISER)) ? OA_Permission::getEntityId() : ''; if (!isset($day)) $day = ''; if (!isset($trackerid)) $trackerid = ''; if (!isset($userlogid)) $userlogid = ''; if (!isset($zoneid)) $zoneid = ''; /** * Starts or continue existing session * * @param unknown_type $checkRedirectFunc */ function OA_Start($checkRedirectFunc = null) { $conf = $GLOBALS['_MAX']['CONF']; global $session; // Send no cache headers MAX_header('Pragma: no-cache'); MAX_header('Cache-Control: no-cache, no-store, must-revalidate'); MAX_header('Expires: 0'); if (OA_INSTALLATION_STATUS == OA_INSTALLATION_STATUS_INSTALLED) { phpAds_SessionDataFetch(); } if (!OA_Auth::isLoggedIn() || OA_Auth::suppliedCredentials()) { // Required files include_once MAX_PATH . '/lib/max/language/Loader.php'; // Load the required language files Language_Loader::load('default'); phpAds_SessionDataRegister(OA_Auth::login($checkRedirectFunc)); $aPlugins = OX_Component::getListOfRegisteredComponentsForHook('afterLogin'); foreach ($aPlugins as $i => $id) { if ($obj = OX_Component::factoryByComponentIdentifier($id)) { $obj->afterLogin(); } } } // Overwrite certain preset preferences if (!empty($session['language']) && $session['language'] != $GLOBALS['pref']['language']) { $GLOBALS['_MAX']['CONF']['max']['language'] = $session['language']; } // Check if manual account switch has happened and migrate to new global variable if (isset($session['accountSwitch'])) { $GLOBALS['_OX']['accountSwtich'] = $session['accountSwitch']; unset($session['accountSwitch']); phpAds_SessionDataStore(); } } ?>
/home/pressec/www/ads--temp-pour-eviter-les-spams/etc/../www/admin/config.php