Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.115.120 | : 216.73.216.96
Cant Read [ /etc/named.conf ]
5.6.40
midwsfoc
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
midwsfoc /
swift-xpc.com /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
animated.headline.js
5.4
KB
-rw-r--r--
bootstrap.min.js
47.8
KB
-rw-r--r--
contact.js
2.95
KB
-rw-r--r--
jquery.ajaxchimp.min.js
4.71
KB
-rw-r--r--
jquery.form.js
40.13
KB
-rw-r--r--
jquery.magnific-popup.js
19.74
KB
-rw-r--r--
jquery.nice-select.min.js
2.87
KB
-rw-r--r--
jquery.paroller.min.js
3.45
KB
-rw-r--r--
jquery.slicknav.min.js
8.22
KB
-rw-r--r--
jquery.sticky.js
9.85
KB
-rw-r--r--
jquery.validate.min.js
20.57
KB
-rw-r--r--
mail-script.js
1.2
KB
-rw-r--r--
main.js
5.92
KB
-rw-r--r--
one-page-nav-min.js
3.16
KB
-rw-r--r--
owl.carousel.min.js
41.76
KB
-rw-r--r--
plugins.js
760
B
-rw-r--r--
popper.min.js
18.74
KB
-rw-r--r--
price-range.js
81.15
KB
-rw-r--r--
slick.min.js
41.86
KB
-rw-r--r--
wow.min.js
8.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contact.js
$(document).ready(function(){ (function($) { "use strict"; jQuery.validator.addMethod('answercheck', function (value, element) { return this.optional(element) || /^\bcat\b$/.test(value) }, "type the correct answer -_-"); // validate contactForm form $(function() { $('#contactForm').validate({ rules: { name: { required: true, minlength: 2 }, subject: { required: true, minlength: 4 }, number: { required: true, minlength: 5 }, email: { required: true, email: true }, message: { required: true, minlength: 20 } }, messages: { name: { required: "come on, you have a name, don't you?", minlength: "your name must consist of at least 2 characters" }, subject: { required: "come on, you have a subject, don't you?", minlength: "your subject must consist of at least 4 characters" }, number: { required: "come on, you have a number, don't you?", minlength: "your Number must consist of at least 5 characters" }, email: { required: "no email, no message" }, message: { required: "um...yea, you have to write something to send this form.", minlength: "thats all? really?" } }, submitHandler: function(form) { $(form).ajaxSubmit({ type:"POST", data: $(form).serialize(), url:"contact_process.php", success: function() { $('#contactForm :input').attr('disabled', 'disabled'); $('#contactForm').fadeTo( "slow", 1, function() { $(this).find(':input').attr('disabled', 'disabled'); $(this).find('label').css('cursor','default'); $('#success').fadeIn() $('.modal').modal('hide'); $('#success').modal('show'); }) }, error: function() { $('#contactForm').fadeTo( "slow", 1, function() { $('#error').fadeIn() $('.modal').modal('hide'); $('#error').modal('show'); }) } }) } }) }) })(jQuery) })
Close