Warning: Undefined array key "openid" in /home/davidbar/public_html/openid/index.php on line 8
Login › davidbarber

Sign in with OpenID

OpenID:

Ganked from here

You can easily get an OpenID in less than 30 seconds and access a wealth of web sites.

was test successful?

In building this file, I had to modify the openID class. My first error was:
Fatal error: Call to undefined function: stripos() in E:\inetpub\vhosts\davidbarber.org\httpdocs\openid\SimpleOpenID.class.php on line 369

Hunting around on the internet, I found code courtesy of Skiffie to replace the call to stripos with strpos(strtolower($haystack), strtolower($needle), $offset), which seemed to do the trick. I'm speculating this means my server is doing php4 rather than 5.