Server IP : 149.255.58.128 / Your IP : 216.73.216.73
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/joomla30//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.
//////////////////////////////////////////////////////////////
function formcheck(){
//Check the Admin Email
if(window.check_punycode){
if(!check_punycode($('admin_email').value)){
alert('{{err_ademail}}');
return false;
}
return true;
}
return true;
};
// Update the in dir
function update_joomla30_indir(){
if(joomla30_retries >= 5){
return;
}
if(typeof jQuery('#softdirectory').val() == "undefined"){
joomla30_retries++;
setTimeout('update_joomla30_indir();', 500);
return;
}
var softdirectory = jQuery('#softdirectory').val();
if(softdirectory == 'joomla30'){
jQuery('#softdirectory').val('joomla');
}
}
var joomla30_retries = 0;
update_joomla30_indir();
jQuery(document).ready(function(){
// Joomla requires password to be minimum 12 chars so generate random accordingly
if(globals_rand_pass > 0){
setTimeout('joomla30_rand_pass();', 500);
}
jQuery( ".generate-password" ).on( "click", function(){
joomla30_rand_pass();
});
});
function joomla30_rand_pass(){
try{
jQuery("#admin_pass").val(randstr(12, 1, globals_pass_strength));
check_pass_strength();
}
catch(e){}
}
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | May 23 2025 09:37:16 | 0 / root | 0755 | |
images | -- | April 17 2025 09:37:22 | 0 / root | 0755 | |
languages | -- | April 17 2025 09:37:23 | 0 / root | 0755 | |
php53 | -- | April 17 2025 09:37:23 | 0 / root | 0755 | |
php56 | -- | April 17 2025 09:37:23 | 0 / root | 0755 | |
php71 | -- | April 17 2025 09:37:22 | 0 / root | 0755 | |
php81 | -- | April 17 2025 09:37:22 | 0 / root | 0755 | |
php82 | -- | April 17 2025 09:37:22 | 0 / root | 0755 | |
| | | | | |
clone.php | 3.977 KB | April 16 2025 08:44:12 | 0 / root | 0644 | |
configuration.php | 2.161 KB | April 16 2025 05:01:36 | 0 / root | 0644 | |
edit.php | 5.84 KB | April 16 2025 08:44:12 | 0 / root | 0644 | |
edit.xml | 0.614 KB | April 28 2023 05:12:04 | 0 / root | 0644 | |
extend.php | 8.793 KB | April 16 2025 08:44:12 | 0 / root | 0644 | |
fileindex.php | 0.236 KB | April 16 2025 05:01:36 | 0 / root | 0644 | |
import.php | 8.654 KB | April 16 2025 08:44:12 | 0 / root | 0644 | |
info.xml | 7.024 KB | April 16 2025 05:01:36 | 0 / root | 0644 | |
install.js | 1.75 KB | November 21 2023 03:00:16 | 0 / root | 0644 | |
install.php | 21.409 KB | April 16 2025 08:44:12 | 0 / root | 0644 | |
install.xml | 3.063 KB | February 19 2025 04:12:50 | 0 / root | 0644 | |
joomla30.sql | 319.35 KB | April 16 2025 05:01:36 | 0 / root | 0644 | |
joomla30.zip | 29.26 MB | April 16 2025 05:01:36 | 0 / root | 0644 | |
md5 | 10.969 KB | April 16 2025 08:44:12 | 0 / root | 0644 | |
notes.txt | 3.746 KB | April 09 2025 04:42:02 | 0 / root | 0644 | |
restore.php | 2.243 KB | April 16 2025 08:44:12 | 0 / root | 0644 | |
sign_on.php | 2.347 KB | April 28 2023 03:40:46 | 0 / root | 0644 | |
update_pass.php | 0.485 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
upgrade.php | 54.171 KB | April 16 2025 08:44:12 | 0 / root | 0644 | |
upgrade.xml | 0.615 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |