Quote:
Originally Posted by fatfoo
Surfer trolls don't know nothin' about this business. It's the business trolls that contribute.
|
Code:
<?php
require('./lib/gfy/troll_food.class.php');
$Troll = new Troll_Food;
$Troll->Login('Killswitch', '********');
$Troll->Follow_User('MrMaxwell');
$Troll->Do_Actions();
if($Troll->Action_Count % 2)
{
$Troll->Post_Pictures(array('Category' => 'ThreadBombing'));
}
$Troll->Sign_Off();
?>