uawdijnntqw1x1x1
IP : 216.73.216.136
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
/
Zend
/
..
/
OA
/
Dll
/
TargetingInfo.php
/
/
<?php /* +---------------------------------------------------------------------------+ | Revive Adserver | | http://www.revive-adserver.com | | | | Copyright: See the COPYRIGHT.txt file. | | License: GPLv2 or later, see the LICENSE.txt file. | +---------------------------------------------------------------------------+ */ /** * @package OpenXDll * */ // Require the base Info class. require_once MAX_PATH . '/lib/OA/Info.php'; /** * The OA_Dll_PublisherInfo class extends the base OA_Info class and contains * information about publisher * */ class OA_Dll_TargetingInfo extends OA_Info { /** * 99% will be "and" or "or", but that's not enforced * * @var string */ public $logical; /** * This is the plugin-component identifier * * @var string */ public $type; /** * String showing the operation to be applied (e.g.: '==', '!=', '>=', * 'ne') * * @var string */ public $comparison; /** * The exact structure varies from component to component * * @var string */ public $data; function getFieldsTypes() { return array( 'logical' => 'string', 'type' => 'string', 'comparison' => 'string', 'data' => 'string' ); } }
/home/pressec/www/ads--temp-pour-eviter-les-spams/lib/Zend/../OA/Dll/TargetingInfo.php