This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import itertools | |
import string | |
import urllib2 | |
def guess_admin_url(url, prefix): | |
adminurl = url + prefix | |
chars = string.ascii_lowercase + string.digits | |
attempts = 0 | |
for password_length in range(1, 9): | |
for guess in itertools.product(chars, repeat=password_length): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Enable SVG mime-type | |
*/ | |
add_filter('upload_mimes', function($mimes){ | |
$mimes['svg'] = 'image/svg+xml'; | |
return $mimes; | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background: #000000; | |
} | |
#dots { | |
position: absolute; | |
top: 50%; | |
left: 50%; | |
margin-top: -95px; | |
margin-left: -375px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var resizeTimer; | |
var timeoutInterval = 100; // Timeout interval for resize timer | |
window.onresize = function(event) { | |
var status = document.getElementById("status"); | |
// ON RESIZING | |
status.innerHTML = "Resizing..."; | |
clearTimeout(resizeTimer); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1033edge.com | |
11mail.com | |
123.com | |
123box.net | |
123india.com | |
123mail.cl | |
123qwe.co.uk | |
150ml.com | |
15meg4free.com | |
163.com |
NewerOlder