Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
insepet /
libromaster /
mod /
survey /
[ HOME SHELL ]
Name
Size
Permission
Action
backup
[ DIR ]
drwxrwxrwx
db
[ DIR ]
drwxrwxrwx
lang
[ DIR ]
drwxrwxrwx
pix
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxrwxrwx
download.php
13.34
KB
-rwxrwxrwx
graph.php
28.6
KB
-rwxrwxrwx
index.php
2.8
KB
-rwxrwxrwx
lib.php
25.15
KB
-rwxrwxrwx
mod_form.php
1.72
KB
-rwxrwxrwx
report.php
19.67
KB
-rwxrwxrwx
save.php
3.73
KB
-rwxrwxrwx
styles.css
696
B
-rwxrwxrwx
survey.js
980
B
-rwxrwxrwx
version.php
1.19
KB
-rwxrwxrwx
view.php
7.91
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : survey.js
M.mod_survey = {}; M.mod_survey.init = function(Y) { if (document.getElementById('surveyform')) { var surveyform = document.getElementById('surveyform'); Y.YUI2.util.Event.addListener('surveyform', "submit", function(e) { var error = false; if (document.getElementById('surveyform')) { var surveyform = document.getElementById('surveyform'); for (var i=0; i < surveycheck.questions.length; i++) { var tempquestion = surveycheck.questions[i]; if (surveyform[tempquestion['question']][tempquestion['default']].checked) { error = true; } } } if (error) { alert(M.str.survey.questionsnotanswered); Y.YUI2.util.Event.preventDefault(e); return false; } else { return true; } }); } };
Close