Server IP : 149.255.58.128 / Your IP : 216.73.216.158
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /var/softaculous/magento241//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;
};
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | May 23 2025 09:37:16 | 0 / root | 0755 | |
images | -- | December 06 2024 10:38:24 | 0 / root | 0755 | |
php53 | -- | December 06 2024 10:38:24 | 0 / root | 0755 | |
php56 | -- | December 06 2024 10:38:24 | 0 / root | 0755 | |
php71 | -- | December 06 2024 10:38:24 | 0 / root | 0755 | |
php81 | -- | December 06 2024 10:38:24 | 0 / root | 0755 | |
php82 | -- | December 06 2024 10:38:24 | 0 / root | 0755 | |
| | | | | |
.htaccess | 10.991 KB | March 01 2023 08:03:18 | 0 / root | 0644 | |
Notes.txt | 3.015 KB | March 01 2023 08:03:18 | 0 / root | 0644 | |
_config.php | 13.556 KB | March 01 2023 08:03:18 | 0 / root | 0644 | |
changelog.txt | 85.569 KB | March 01 2023 08:03:18 | 0 / root | 0644 | |
check_elasticsearch.php | 3.646 KB | March 01 2023 08:03:18 | 0 / root | 0644 | |
clone.php | 5.33 KB | December 05 2024 06:09:46 | 0 / root | 0644 | |
config.php | 12.756 KB | March 01 2023 08:03:18 | 0 / root | 0644 | |
di.xml | 123.465 KB | March 01 2023 08:03:18 | 0 / root | 0644 | |
edit.php | 4.376 KB | December 05 2024 06:09:46 | 0 / root | 0644 | |
edit.xml | 0.423 KB | December 04 2024 08:17:30 | 0 / root | 0644 | |
env.php | 1.991 KB | March 01 2023 08:03:18 | 0 / root | 0644 | |
fileindex.php | 0.315 KB | March 01 2023 08:03:18 | 0 / root | 0644 | |
import.php | 5.903 KB | December 05 2024 06:09:46 | 0 / root | 0644 | |
info.xml | 4.273 KB | December 04 2024 08:17:30 | 0 / root | 0644 | |
install.js | 1.813 KB | March 01 2023 08:03:18 | 0 / root | 0644 | |
install.php | 28.379 KB | December 05 2024 06:09:46 | 0 / root | 0644 | |
install.xml | 2.563 KB | March 01 2023 08:03:18 | 0 / root | 0644 | |
md5 | 3.486 KB | December 05 2024 06:09:46 | 0 / root | 0644 | |
pub_.htaccess | 6.061 KB | March 01 2023 08:03:18 | 0 / root | 0644 | |
pubstatic_.htaccess | 3.712 KB | March 01 2023 08:03:18 | 0 / root | 0644 | |
remove.php | 2.531 KB | December 05 2024 06:09:46 | 0 / root | 0644 | |