MR~TNT File Manager
Current Path:
/var/softaculous/conc8
var
/
softaculous
/
conc8
/
ðŸ“
..
📄
Notes.txt
(3.36 KB)
📄
_app.php
(613 B)
📄
app.php
(19 B)
📄
changelog.txt
(6.94 KB)
📄
clone.php
(8.43 KB)
📄
conc8.sql
(482.65 KB)
📄
conc8.zip
(71.24 MB)
📄
concrete.php
(738 B)
📄
data.zip
(12.23 MB)
📄
database.php
(431 B)
📄
edit.php
(4.94 KB)
📄
edit.xml
(433 B)
📄
extend.php
(16.63 KB)
📄
fileindex.php
(98 B)
📄
gen_app.php
(373 B)
ðŸ“
images
📄
import.php
(5.15 KB)
📄
info.xml
(3.69 KB)
📄
install.js
(921 B)
📄
install.php
(8.06 KB)
📄
install.xml
(841 B)
📄
md5
(5.2 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
sample_data.sql
(758.92 KB)
📄
site.php
(429 B)
📄
update_pass.php
(517 B)
📄
upgrade.php
(5.9 KB)
📄
upgrade.xml
(1.19 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