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
/
AgencyInfo.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_AgencyInfo class extends the OA_Info class and contains information * about the agency. * */ class OA_Dll_AgencyInfo extends OA_Info { /** * This field contains the ID of the agency. * * @var integer $agencyId */ var $agencyId; /** * This field contains the ID of the agency account. * * @var integer $accountId */ var $accountId; /** * This field provides the name of the agency. * * @var string $agencyName */ var $agencyName; /** * The password variable is the password for the agency. * * @var string $password */ var $password; /** * This field provides the name of the contact for the agency. * * @var string $contactName */ var $contactName; /** * This field provides the email address of the contact for the agency. * * @var string $emailAddress */ var $emailAddress; /** * This method returns an array of fields with their corresponding types. * * @access public * * @return array */ function getFieldsTypes() { return array( 'agencyId' => 'integer', 'accountId' => 'integer', 'agencyName' => 'string', 'password' => 'string', 'contactName' => 'string', 'emailAddress' => 'string' ); } } ?>
/home/pressec/www/ads--temp-pour-eviter-les-spams/lib/Zend/../OA/Dll/AgencyInfo.php