Blogroll is back.

Posted by Les on Monday, May 03, 2004 at 03:49 AM. Read 406 times. Tags:
{name} pic

I’ve re-installed the blogroll to the sidebar using a PHP include instead of the JavaScript which should help a bit with cutting down on page delays due to Blogrolling.com being overwhelmed. I’ve also cleaned it up a bit removing blogs that are dead or that I don’t really read anymore.

Just a short note to explain the sudden increase in length of the sidebar.

Comments:

Page 1 of 1 pages

Etan United States Posted on 05/03/2004 at 07:32 AM

Etan pic

Does BR provide the php code you used? If not, mind posting it?

 Signature 

“An eye for an eye leaves us all blind.” - Gandhi

Etan United States Posted on 05/03/2004 at 07:37 AM

Etan pic

Nevermind, that code would be:

<?PHP
//replace the value of $url with your own link from the code generator
$url = "http://rpc.blogrolling.com/display_raw.php?r=URL";
if($my_blogroll = @fopen("$url", "r")){
while(! feof($my_blogroll)){
$blogroll = fgets($my_blogroll, 255);
echo "$blogroll";
}
}else{
echo "ERROR: $url is currently inaccessible";
}
?>

 Signature 

“An eye for an eye leaves us all blind.” - Gandhi

Les United States Posted on 05/03/2004 at 08:18 AM

Les pic

Yep, that’s pretty much it. I’m not sure if it’ll make a big difference, but I’m willing to give it a shot.

 Signature 

Gods dont kill people. People with Gods kill people. - David Viaene

Page 1 of 1 pages

Name:

Email:

Location:

URL:

Smileys


Remember my personal information

Notify me of follow-up comments?

Submit the word you see below:


<< Back to main

Stupid Evil Bastard