X7ROOT File Manager
Current Path:
/var/softaculous/oscom
var
/
softaculous
/
oscom
/
ðŸ“
..
📄
admin_configure.php
(2.01 KB)
📄
edit.php
(4.86 KB)
📄
edit.xml
(447 B)
📄
extend.php
(9.62 KB)
📄
fileindex.php
(215 B)
ðŸ“
images
📄
import.php
(4.06 KB)
📄
includes_configure.php
(331 B)
📄
info.xml
(2.59 KB)
📄
install.js
(942 B)
📄
install.php
(9.41 KB)
📄
install.xml
(1.74 KB)
📄
md5
(3.35 KB)
📄
notes.txt
(1.96 KB)
📄
oscom.sql
(40.64 MB)
📄
oscom.zip
(307.69 MB)
📄
params-local.php
(152 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
update_pass.php
(691 B)
Editing: 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(!(/^([a-zA-Z0-9])+([a-zA-Z0-9\._-])*@([a-zA-Z0-9_-])+([.])+([a-zA-Z0-9\._-]+)+$/.test($('admin_email').value))){ alert('{{err_ademail}}'); return false; } return true; };
Upload File
Create Folder