Skip to main content.
Tuesday, August 9th, 2005

Users Online

I added the UsersOnline plugin, which was a fairly complicated install by WordPress standards, and it required a little tweaking to get it to work with my setup. I’ve already modified the code that the author suggested to insert in the theme template files to invoke the function, wrote to him, and he said he would put the new code in his instructions.

Just as I was writing this post, I realized why the usersonline only works in the root page – it’s because I’m using the Permalinks option. Should be a fairly easy fix, and I’ll have to send it in to the author.

It’s cool seeing someone else online while I’m working here, but having just an IP address makes it a little mysterious. Who did I catch looking at my blog?

Posted by Greg as My Website at 08:03 PST

1 Comment »

Wednesday, August 3rd, 2005

Busted!

I couldn’t figure out why my parse_google function wasn’t working (which is the root code of my GFame plugin) and went back a few steps and put in some debugging code to see exactly what Google was returning when I called file_get_contents. And this is it:


G
 Error  

We’re sorry…

… but we can’t process your request right now. A computer virus or spyware application is sending us automated requests, and it appears that your computer or network has been infected.

We’ll restore your access as quickly as possible, so try again soon. In the meantime, you might want to run a virus checker or spyware remover to make sure that your computer is free of viruses and other spurious software.

We apologize for the inconvenience, and hope we’ll see you again on Google.


So I did some checking and found the Google Terms of Service, which specifically prohibit what my GFame plugin was trying to do. The only authorized automated requests are through the Google API, which is what I started with, but rejected because the results came out so differently than what you get if you type the same terms into a regular Google interface. I suppose I might have read something about this when I first started playing with the API, but forgot it by the time I decided to try parsing the search results instead. I was never intentionally trying to violate the TOS.

So I guess my little project is going to die. Bummer. I was learning a lot. I’ll have to come up with a new one.

Posted by Greg as My Website, Programming at 15:05 PST

No Comments »

Tuesday, August 2nd, 2005

Trying To Do Too Much

Probably the biggest problem I have with computers is that I try to learn how to do everything. For example, here’s a list (I’ll try to keep it short) of the things that have been plaguing me recently.

Oh crap, this isn’t going to work – I could just go on and on, trying to figure out where to draw the line as to what constitutes “recently”. Ok, here’s what I did today:

I know I’m forgetting stuff, but then it’s way after bedtime. Just keep in mind that I’m not a computer professional. I had to go to work today, too.

Posted by Greg as My Website, Posts About Me at 00:37 PST

No Comments »

Monday, August 1st, 2005

OpenID Server Working

I was able to log into LiveJournal by presenting my OpenID. Apparently, it just needed a little time to kick in. I’m dying to hear back from Bruce Schneier, though.

Posted by Greg as My Website at 12:42 PST

No Comments »

OpenID, or How to Waste a Whole Morning Without Even Trying

While trying to interact with Brni’s LiveJournal blog, it seemed that I wasn’t getting full access (I was looking for a mailto link), and suspected that it was because I wasn’t logged in. I ran into the same problem in Yahoo 360° and had to beg an invite and create an account there just to comment on Web’s blog. It all seems silly, but I guess it’s a way for the big portals to boost their membership and drive their advertising revenues.

But when I looked at LiveJournal’s log in, they had a mysterious option to instead use OpenID. It’s a distributed identity verification system, and looks extremely interesting.

The concept sounded good, but it’s not fleshed out. In order for me to use my own blog as my identity, I would have to host an OpenID server. They don’t have this function prebuilt for WordPress yet, and the links that I followed to some developers’ PHP scripts looked more complicated than could be absorbed in a quick read. OpenID offers its own sign in, public use server that apparently links to your website and I signed up. I got a two-digit user number, which might be really cool later on, but worried me as to how feasible the whole idea is. I had to insert some header information in my blog, which I did, but it didn’t work. It looked like the system expected you to have a subdomain.domain.tld format, so I put the same headers in my root index, but that didn’t work either. Hrmph!

I searched Bruce Schneier’s blog for anything about it and got no hits, so I’m writing him an email to see what he thinks. As far as I’m concerned, Bruce is the man on security issues. Strangely, he doesn’t post his public key, at least in his “Contact Me” area, so I had to email the MIT PGP keyserver to get it (damn work firewall!)

The whole thing looks really new – I’ve stumbled across it at a very early stage. So I thought maybe I could get the scoop into Slashdot, but nothing doing. They have posts July 5th and May 9th already. As soon as I’m done finishing this post, writing Bruce, and closing out my website page mods, I’m off to read them. Oh yeah – I still need to find Brni’s email. Maybe the one I have in my address book is still good.

Posted by Greg as My Website at 11:02 PST

1 Comment »

Old Friends

Here’s Brni Mojzes’ blog, and here’s a page with some possibly interesting links. I couldn’t figure out how to add Brni to Bloglines, which has by default turned into my RSS feed reader, but Googling “livejournal rss” gave me an answer. Here’s Brni’s RSS feed.

Posted by Greg as Family & Friends at 09:14 PST

1 Comment »

« Previous Page  Next Entries »