uawdijnntqw1x1x1
IP : 216.73.216.237
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
/
lib
/
xajax
/
lib
/
..
/
.
/
..
/
OA
/
Central
/
Common.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_once RV_PATH . '/lib/RV.php'; require_once MAX_PATH . '/lib/OA.php'; require_once MAX_PATH . '/lib/OA/Dal.php'; require_once MAX_PATH . '/lib/OA/Dal/ApplicationVariables.php'; require_once MAX_PATH . '/lib/OA/Central.php'; require_once MAX_PATH . '/lib/OA/PermanentCache.php'; /** * OAP binding to the common OAC API * */ class OA_Central_Common { /** * @var Cache_Lite */ var $oCache; /** * Class constructor */ function __construct() { $this->oDal = new OA_Dal_Central_Common(); $this->oCache = new Cache_Lite_Function(array( 'cacheDir' => MAX_PATH . '/var/cache/', 'lifeTime' => 86400, 'defaultGroup' => get_class($this), 'dontCacheWhenTheResultIsFalse' => true )); } /** * A method to retrieve the permanently cached result in case of failures * * @param string $cacheName The cache name * @return mixed The cached content */ function retrievePermanentCache($cacheName) { $oCache = new OA_PermanentCache(); return $oCache->get($cacheName); } }
/home/pressec/www/ads--temp-pour-eviter-les-spams/lib/xajax/lib/.././../OA/Central/Common.php