Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

SJIS room

Name: Anonymous 2009-07-11 13:26

On the off chance some actual expert programmers are lurking this board, could you write a script that would write sage in every thread ,5 times, on the first page, so the spam isn't visible?

Any exceptions?

Name: !MILKRIBS4k 2009-07-11 19:06

<?php
$sleeptime = 10; //Seconds to sleep inbetween posts!

function post($postid) {
$url = "http://dis.4chan.org/post";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_FAILONERROR, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_TIMEOUT, 3);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, "bbs=img&id=$postid& lol what 2&kotehan=sage&meiru=sage&com=sage&email=");
$result = curl_exec($ch);
curl_close($ch);
}

$myfile = "http://dis.4chan.org/img/subject.txt";
$lines = file($myfile);

for($i = 0; $i < 12; $i++)
{
list ($threadname, $author, $threadicon, $id, $replies, $last, $lasttime) = explode("<>", $lines[$i]);
for($u = 0; $u < 10; $u++)
{
post($id);
sleep($sleeptime);
};
};

echo "Done!";
?>

MILKRIBS4k: The Provider!

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List