AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.112
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/dansnotreville-fr/nice/libraries/CBLib/CB/Database/Table/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/dansnotreville-fr/nice/libraries/CBLib/CB/Database/Table/ComprofilerTable.php
<?php
/**
* CBLib, Community Builder Library(TM)
* @version $Id: 5/4/14 12:48 AM $
* @package CB\Database\Table
* @copyright (C) 2004-2023 www.joomlapolis.com / Lightning MultiCom SA - and its licensors, all rights reserved
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2
*/

namespace CB\Database\Table;

use CBLib\Database\Table\Table;

defined('CBLIB') or die();

/**
 * CB\Database\Table\ComprofilerTable Class implementation
 * 
 */
class ComprofilerTable extends Table
{
	/** @var int */
	public $id						=	null;
	/** @var int */
	public $user_id					=	null;
	/** @var string */
	public $firstname				=	null;
	/** @var string */
	public $middlename				=	null;
	/** @var string */
	public $lastname				=	null;
	/** @var int */
	public $hits					=	null;
	/** @var string (SQL:Date) */
	public $message_last_sent		=	null;
	/** @var int */
	public $message_number_sent		=	null;
	/** @var string */
	public $avatar					=	null;
	/** @var int */
	public $avatarapproved			=	null;
	/** @var string */
	public $canvas					=	null;
	/** @var int */
	public $canvasapproved			=	null;
	/** @var int */
	public $approved				=	null;
	/** @var int */
	public $confirmed				=	null;
	/** @var string (SQL:Date) */
	public $lastupdatedate			=	null;
	/** @var string */
	public $registeripaddr			=	null;
	/** @var string */
	public $cbactivation			=	null;
	/** @var int */
	public $banned					=	null;
	/** @var string (SQL:Date) */
	public $banneddate				=	null;
	/** @var string (SQL:Date) */
	public $unbanneddate			=	null;
	/** @var int */
	public $bannedby				=	null;
	/** @var int */
	public $unbannedby				=	null;
	/** @var string */
	public $bannedreason			=	null;
	/** @var int */
	public $acceptedterms			=	null;

	/**
	 * Table name in database
	 * @var string
	 */
	protected $_tbl				=	'#__comprofiler';

	/**
	 * Primary key(s) of table
	 * @var string
	 */
	protected $_tbl_key			=	'id';

	/**
	 * Inserts a new row in the database table
	 * Only for use by UserTable !
	 *
	 * @return boolean  TRUE if successful otherwise FALSE
	 */
	public function storeNew() {
		$ok					=	$this->_db->insertObject( $this->_tbl, $this, $this->_tbl_key );
		if ( ! $ok ) {
			$this->_error	=	strtolower(get_class($this))."::storeNew failed: " . $this->_db->getErrorMsg();
		}
		return $ok;
	}
}

Anon7 - 2022
AnonSec Team