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
/
..
/
..
/
xmlrpc
/
php
/
UserInfo.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 'Info.php'; /** * The OA_Dll_UserInfo class extends the base OA_Info class and * contains information about the user. * */ class OA_Dll_UserInfo extends OA_Info { /** * This fields provides the ID of the user * * @var int */ var $userId; /** * This option provides the name of the contact for the user. * * @var string $contactName */ var $contactName; /** * This field provides the email address of the user. * * @var string $emailAddress */ var $emailAddress; /** * This option provides the username of the user. * * @var string $username */ var $username; /** * This field provides the password of the user. * * @var string $password */ var $password; /** * This field provides the default account ID of the user. * * @var int $defaultAccountId */ var $defaultAccountId; /** * This field provides the status of the user. * * @var int $active */ var $active; function getFieldsTypes() { return array( 'userId' => 'integer', 'contactName' => 'string', 'emailAddress' => 'string', 'username' => 'string', 'password' => 'string', 'defaultAccountId' => 'integer', 'active' => 'integer', ); } } ?>
/home/pressec/www/ads--temp-pour-eviter-les-spams/lib/xajax/./lib/../../xmlrpc/php/UserInfo.php