X7ROOT File Manager
Current Path:
/var/softaculous/conc85
var
/
softaculous
/
conc85
/
📁
..
📄
Notes.txt
(2.46 KB)
📄
_app.php
(459 B)
📄
app.php
(19 B)
📄
changelog.txt
(4.39 KB)
📄
conc85.sql
(379.46 KB)
📄
conc85.zip
(46.61 MB)
📄
concrete.php
(493 B)
📄
data.zip
(9.32 MB)
📄
database.php
(419 B)
📄
edit.php
(5.09 KB)
📄
edit.xml
(433 B)
📄
fileindex.php
(98 B)
📄
gen_app.php
(373 B)
📁
images
📄
import.php
(5.14 KB)
📄
info.xml
(3.61 KB)
📄
install.js
(921 B)
📄
install.php
(8.6 KB)
📄
install.xml
(841 B)
📄
md5
(1.5 KB)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
sample_concrete.php
(569 B)
📄
sample_data.sql
(665.82 KB)
📄
site.php
(429 B)
📄
update_pass.php
(6.97 KB)
📄
upgrade.php
(5.74 KB)
📄
upgrade.xml
(1.21 KB)
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(window.check_punycode){ if(!check_punycode($('admin_email').value)){ alert('{{err_ademail}}'); return false; } return true; } return true; };
Upload File
Create Folder