IO: Useless

The friendliest place on the web for anyone that follows U2.
If you have answers, please help by responding to the unanswered posts.

JessicaAnn

ONE love, blood, life
Joined
Sep 20, 2001
Messages
11,743
Location
Milwaukee, WI (USA)
Ummm ... this website make no useful contribution other than it's pretty damn freaky ... it's a listing of the most recent pictures uploaded to livejournals.com.

If you keep hitting refresh, you get new pictures ... kind of addicting

http://adcott.net/ljimages/

You get all sorts of interesting stuff, like this
cat6.gif
 
:hmm: henry's log is on livejournal...i suppose that means there were pics of henry on that thing too? :laugh: :uhoh:
 
eww eww eww, my eyes my eyes! :eek: :eek:
i won't even post that last image that someone posted on livejournal...i just really didn't want to see that right now :yikes:
 
um what? :eyebrow:

The CPU load is killing the site. Back soon...

This is the source for the page (it's hacky, but I wasn't expecting people to use/link to it!)

<?php

$n = 30; // this is the number of images displayed on the page, the maximum is 250

// The following is needed to comply with LJ's bot policy (livejournal.com/bots/)

$s = 'http://www.adcott.net/ljimages/'; // the address of your page
$e = 'adcott@livejournal.com'; // your email address

$fp = fsockopen('www.livejournal.com', 80);
if ($fp) {
fputs($fp, "GET /stats/latest-img.bml HTTP/1.0\r\n".
"Host: www.livejournal.com\r\n".
"User-Agent: ".$s."; ".$e."\r\n\r\n");
$data = '';
while(!feof($fp)) {
$data .= fgets($fp);
}
fclose($fp);

preg_match_all("<recent-image img=\'([^\']+)\' url=\'([^\']+)\' />", $data, $out);

for ($i=0; $i<$n; $i++) {
echo "<a href='".$out[2][$i]."'><img src='".$out[1][$i]."' alt='' /></a><br /><br />\n";
}
} else {
echo 'connecting to LJ failed';
}

?>
 
let me translate for you ABEL....it means that too many people were looking at the site, and his server or something could not handle it. :|
 
Back again. Didn't have time to ask everyone, but here are a few.

Martijn
Jan
Timothy (my English me)
Jenny (my female me)
??? (my shy me didn't want to say his name)
Roger

:wink:
 
Back
Top Bottom