This file contains 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
/* Fjern billede skygge fra Blogger Simple template */ | |
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,.BlogList .item-thumbnail img{border: 0px;-moz-box-shadow: 0px 0px 0px;-webkit-box-shadow: 0px 0px 0px;box-shadow: 0px 0px 0px;} | |
/* Emil Stahl Pedersen - emilstahl.dk */ |
This file contains 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
<style type="text/css"> | |
.wraptocenter { | |
display: table-cell; | |
text-align: center; | |
vertical-align: middle; | |
width: ...; | |
height: ...; | |
} | |
.wraptocenter * { | |
vertical-align: middle; |
This file contains 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
Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) (index):36 | |
[cycle2] --c2 init-- jquery.cycle2.min.js:7 | |
[cycle2] fx: fade (string) jquery.cycle2.min.js:7 | |
[cycle2] timeout: 10000 (number) jquery.cycle2.min.js:7 | |
[cycle2] slides: > div (string) jquery.cycle2.min.js:7 | |
[cycle2] autoHeight: container (string) jquery.cycle2.min.js:7 | |
event.returnValue is deprecated. Please use the standard event.preventDefault() instead. jquery.js:4 | |
Uncaught Error: Syntax error, unrecognized expression: http://emilstahl.dk/#tab-popular jquery.js:3 | |
at.error jquery.js:3 | |
mt jquery.js:3 |
This file contains 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
wget http://git.io/vpn --no-check-certificate -O openvpn-install.sh; chmod +x openvpn-install.sh; ./openvpn-install.sh |
This file contains 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 | |
// Step 1: Download the Twilio-PHP library from twilio.com/docs/libraries, | |
// and move it into the folder containing this file. | |
require "Services/Twilio.php"; | |
// Step 2: set our AccountSid and AuthToken from www.twilio.com/user/account | |
$accountSid = 'xx'; | |
$authToken = 'yy'; | |
// Step 3: instantiate a new Twilio Rest Client |
This file contains 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
$('input[value=notusing]').attr('checked', true); | |
$('input[name=confirm]').attr('checked', true); | |
$('input[name=confirm2]').attr('checked', true); | |
document.forms['form1']['confirmtext'].value += 'SLET DOMAIN.TLD'; | |
document.forms["form1"].submit(); |
This file contains 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 | |
// Include Twilio PHP library | |
require 'Services/Twilio.php'; | |
// Twilio REST API version | |
$version = "2010-04-01"; | |
// AccountSid and AuthToken | |
$sid = 'AC4a5463a2b9db0755e9c668b8b117fb91'; | |
$token = 'f86d4aa9e8c17cafa80cd88de7594716'; | |
This file contains 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 | |
/* | |
Recursive Image Resizer (For Wordpress) 1.0 | |
By Frands B. Hansen <[email protected]> | |
Copyright (c) 2013, Frands B. Hansen | |
All rights reserved. | |
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
This file has been truncated, but you can view the full file.
This file contains 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
2014-04-16 22:52:48 aahuset.dk SSL Connection Failed | |
2014-04-16 23:05:06 arildskov.dk SSL Connection Failed | |
2014-04-16 23:01:14 areyouready.dk Not Vulnerable | |
2014-04-16 23:04:28 art-n-image.dk Not Vulnerable | |
2014-04-16 23:02:19 antiqueshop.dk Not Vulnerable | |
2014-04-16 22:56:54 abra.dk Not Vulnerable | |
2014-04-16 22:53:36 ab-flytteforretning.dk Not Vulnerable | |
2014-04-16 23:05:00 asnames.dk Not Vulnerable | |
2014-04-16 23:00:57 andwin.dk Not Vulnerable | |
2014-04-16 23:02:01 analzone.dk Not Vulnerable |
This file contains 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
<html> | |
<head> | |
<meta http-equiv=Content-Type content="text/html; charset=UTF-8"> | |
<script type="text/javascript"> | |
function Print(){ | |
document.body.offsetHeight;window.print(); | |
} | |
</script> | |
</head> | |
OlderNewer