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
User-agent: * | |
# disallow all files in these directories | |
Disallow: /cgi-bin/ | |
Disallow: /z/j/ | |
Disallow: /z/c/ | |
Disallow: /stats/ | |
Disallow: /dh_ | |
Disallow: /about/ | |
Disallow: /contact/ | |
Disallow: /tag/ |
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 | |
/** @package WordPress */ | |
if ( file_exists( dirname( __FILE__ ) . '/local.php' ) ) { | |
include( dirname( __FILE__ ) . '/local.php' ); | |
define( 'WP_LOCAL_DEV', true ); // We'll talk about this later | |
} else { | |
/** Hardened database loop */ | |
$dbvalues = array('DB_HOST', 'DB_NAME', 'DB_USER', 'DB_PASSWORD'); | |
/** -------------------------------------------------------------*/ |
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
<div id="sorter"> | |
<ul class="option-set selector"> | |
<li><a class="" href="#filter=*">View All</a></li> | |
<li><a class="" href="#filter=.commercial">Commercial</a></li> | |
<li><a class="" href="#filter=.music">Music</a></li> | |
<li><a class="" href="#filter=.live">Live</a></li> | |
<li><a class="" href="#filter=.web">Web</a></li> | |
<li><a class="" href="#filter=.editorial">editorial</a></li> | |
<li><a class="" href="#filter=.docu">Docu</a></li> | |
</ul> |
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
#!/usr/local/bin/php -q | |
<?php | |
// Set username and password for your twitter account | |
$username = 'user'; | |
$password = 'password'; | |
//Setup to curl jabberland to get your status | |
$ch = curl_init(); |
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
cname01.phpfog.com | |
50.19.115.173 | |
184.72.222.30 | |
107.22.161.126 |
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
<div id="fb-root"></div> | |
<script>(function(d, s, id) { | |
var js, fjs = d.getElementsByTagName(s)[0]; | |
if (d.getElementById(id)) return; | |
js = d.createElement(s); js.id = id; | |
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=127028314083264"; | |
fjs.parentNode.insertBefore(js, fjs); | |
}(document, 'script', 'facebook-jssdk'));</script> |
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
<div class="fb-like" data-send="true" data-width="450" data-show-faces="true"></div> |
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
<script type="text/javascript"> | |
!function(d, s, id) { | |
var js, fjs = d.getElementsByTagName(s)[0]; | |
if (!d.getElementById(id)) { | |
js = d.createElement(s); | |
js.id = id; | |
js.src = "http://platform.twitter.com/widgets.js"; | |
fjs.parentNode.insertBefore(js, fjs); | |
} | |
}(document, "script", "twitter-wjs"); |
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
<script type="text/javascript"> | |
function() { | |
var po = document.createElement("script"); | |
po.type = "text/javascript"; | |
po.async = true; | |
po.src = "https://apis.google.com/js/plusone.js"; | |
var s = document.getElementsByTagName("script")[0]; | |
s.parentNode.insertBefore(po, s); | |
})(); | |
</script> |