AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.94
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/amisdesseniors-fr/administrator/components/com_jlexreview/tables/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/administrator/components/com_jlexreview/tables/subscribe.php
<?php
/**
 * @package		JLex Review
 * @version		4.2.3
 * @copyright	Copyright (c) 2013-2018 JLexArt. All rights reserved
 * @license		GNU General Public License version 2 or later;
 * @author		www.jlexart.com
 */

defined('_JEXEC') or die;

class TableJRSubscribe extends JTable
{
	public $id 				= null;

	public $sub_type		= null;

	public $userid 			= null;

	public $guest_name 		= null;

	public $guest_email 	= null;

	public $sub_value 		= null;

	public $created 		= null;

	public $point 			= null;

	public $point_created 	= null;

	public function __construct(&$db)
	{
		parent::__construct('#__jlexreview_subscribe', 'id', $db );
	}

	public function check()
	{
		if(!$this->userid)
		{
			if(preg_match("/^\s*$/", $this->guest_name))
			{
				$this->setError(JText::_("JR_FILL_YOUR_NAME"));
				return false;
			}

			if(filter_var($this->guest_email, FILTER_VALIDATE_EMAIL)===false)
			{
				$this->setError(JText::_("JR_EMAIL_INVALID") );
				return false;
			}
		}

		return true;
	}
}

Anon7 - 2022
AnonSec Team