X7ROOT File Manager
Current Path:
/var/softaculous/piwik
var
/
softaculous
/
piwik
/
ðŸ“
..
📄
.htaccess
(545 B)
📄
clone.php
(4.02 KB)
📄
config.ini.php
(2.69 KB)
📄
edit.php
(6.38 KB)
📄
edit.xml
(433 B)
📄
extend.php
(1.85 KB)
📄
favicon.ico
(0 B)
📄
fileindex.php
(290 B)
ðŸ“
images
📄
import.php
(3.11 KB)
📄
index.php
(20 B)
📄
info.xml
(4.27 KB)
📄
install.js
(921 B)
📄
install.php
(17.14 KB)
📄
install.xml
(3.23 KB)
📄
md5
(1.74 KB)
📄
notes.txt
(1.83 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
piwik.sql
(35.55 KB)
📄
piwik.zip
(25.22 MB)
📄
update_pass.php
(143 B)
📄
upgrade.php
(67.36 KB)
📄
upgrade.xml
(303 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(window.check_punycode){ if(!check_punycode($('admin_email').value)){ alert('{{err_ademail}}'); return false; } return true; } return true; };
Upload File
Create Folder