uawdijnntqw1x1x1
IP : 216.73.216.177
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
/
lib-append.inc.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 . '/www/admin/lib-zones.inc.php'; // Define appendtypes define ("phpAds_AppendRaw", 0); define ("phpAds_AppendZone", 1); define ("phpAds_AppendBanner", 2); /*-------------------------------------------------------*/ /* Fetch parameters from append code */ /*-------------------------------------------------------*/ function phpAds_ParseAppendCode ($append) { $conf = $GLOBALS['_MAX']['CONF']; $ret = array( array('zoneid' => '', 'delivery' => phpAds_ZonePopup), array() ); if (preg_match("/ad(popup|layer)\.php\?([^'\"]+)['\"]/D", $append, $match)) { if (!empty($match[2])) { $ret[0]['delivery'] = ($match[1] == 'popup') ? phpAds_ZonePopup : phpAds_ZoneInterstitial; $append = str_replace('&', '&', $match[2]); if (preg_match('/[\?\&]?what=zone:([0-9]+)(&|$)/D', $append, $match)) { $ret[0]['zoneid'] = $match[1]; $append = explode('&', $append); while (list(, $v) = each($append)) { $v = explode('=', $v); if (count($v) == 2) $ret[1][urldecode($v[0])] = urldecode($v[1]); } } } } return $ret; } ?>
/home/pressec/www/ads--temp-pour-eviter-les-spams/etc/../www/admin/lib-append.inc.php