Posted on January 6th, 2008 in Facebook
If you’re tired of refreshing this page every day like a d-bag, you should probably subscribe to the RSS feed.If you have been doing facebook ads, you have probably noticed that every week, starting Sunday all impressions stop unless you bid a ridiculously high amount per click and then slowly during the week you have [...]
Published by nickycakes //
For a recent project, Nickycakes had to code a Wikipedia scraper. Here’s a simplified version of the function for you to use if you want. This code requires a few library files, which are included in LIB_http.zip.
Enjoy:
include(’LIB_http.php’);
include(’LIB_parse.php’);
function wikiscrape($topic){
$target = “http://en.wikipedia.org/wiki/”.urlencode($topic);
$results = http_get($target,”");
$paragraphs = [...]
Published by nickycakes //
<img src=’https://www.fusionquest.com/cgi-bin/main/hotlinks.cgi?aflt=nickycakes&client=affsum’ width=’1′ height=’1′ border=’0′> Affiliate Summit West is an affiliate marketing conference being held at the Rio in Las Vegas, Feb 24-26. If, like Nickycakes, you’ve never been to been to one of these things before, here’s what you can expect. Tons of affiliate marketers from around the country (and probably world) [...]
Published by nickycakes //
Posted on January 3rd, 2008 in Cloaking
For those who don’t know about the art of Rickrolling, it’s one of the most hilarious internet passtimes of the decade. The idea is to plant a link on a website, forum, blog comment, whatever that people will want to click out of curiosity, but when they click it, they will be redirected to a [...]
Published by nickycakes //