A cartoon created by artist Rob Cottingham.

If you have an idea for a future comic or would like to submit your own BlueFur cartoon let us know in a comment.
A cartoon created by artist Rob Cottingham.

If you have an idea for a future comic or would like to submit your own BlueFur cartoon let us know in a comment.

If there is a script that you can dream up there is a programmer that can make it. To make evil scripts you do not need to have any development knowledge just an idea of what you want. Here is how you do it…
Have fun with your new evil scripts.
Please read our warnings about these posts.

Facebook everyday puts out new coupons which allows you to test their advertising. You can game Facebook to get lots of free advertising. This is how…
Sit back and wait for your $1 million dollar affiliate cheque to come in.
Please read our warnings about these posts.

Yes we all hate spam on twitter but it is really easy to do and according to most it is 90% profitable.
The people that do this say it converts 90% of the time.
Please read our warnings about these posts.

Earlier I talked about twitter software that allows you to add and remove followers automatically on twitter. If you amass a large following you can sell these accounts for cash. Here is how…
So far there is no TOS against selling accounts on twitter but that might change.
Please read our warnings about these posts.

If you post your email on line expect it to be spammed. Here is a script that extracts the emails from twitter posts…
<?php
$file = file_get_contents(“http://search.twitter.com/search?q=gmail.com+OR+yahoo.com+OR+msn.com+OR+aol.com+OR+hotmail.com++OR+%22email+me%22+OR+%22contact+me%22″);
$file = strip_tags($file);
preg_match_all(
“([a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+(?:[A-Z]{2}|com|org|net|gov|mil|biz|info|mobi|name|aero|jobs|museum)\b)siU”,
$file,
$matches);
echo ‘<pre>’;
print_r($matches);
echo ‘</pre>’;
?>
Please read our warnings about these posts.