Del.icio.us Cache Class

I just finished my little del.icio.us (social bookmarking) cache system. It is a php class, that is actually pretty poorly coded, in some places.

It requires you to create files lastvisit.txt and cache.txt with chmod 777 (both blank), and also to give your script 777. You also need to configure the path in numerous places.

You can download the script here,
http://nokrev.com/code/delicious/index.phps

And view it here,
http://nokrev.com/code/delicious/index.php

It takes one hour before it’ll revisit the file.

Edit: Ok, fixed it so that you don’t have to edit the path is a gazillion spots. Just give your username and directory at the bottom of the page.