In Your Tummy?
April 2nd, 2005 • Geeking Out / Goodies / MySQLicious / Software
Just a quick note that MySQLicious 1.1 is out. What’s new? I thought you’d never ask!
- Fixed an issue with URLs that have single quotes in them.
- Added the
setOutputMode()function to change between command line, html, and silent modes. - Dramatically improved error handling and reporting.
- Various internal improvements.
So grab it and enjoy the deliciousness.
♫ Wagon Christ - Saddic Gladdic
sebastian
June 27th, 2005 at 8:07 am
Great Tool….but I don't have access to the cron and I'm not sure if I want to use he pseudo-cron thing…am I right that cron is only starting the mirror-process every 2 hours…so if I would start it manually it would be allright…? (excuse my english-knowledge..)
adam
June 27th, 2005 at 6:05 pm
Running it manually is totally fine. :-)
Bane
June 30th, 2005 at 3:19 am
Just a quick note, in your tutorial the script your provided has a wee error. It won't be able to connect to the database.
$linkid = mysql_connect($MySQL_Host , $MySQL_Username, $MySQL_Username) or die("Could not connect to database server.");
Should be
$linkid = mysql_connect($MySQL_Host , $MySQL_Username, $MySQL_Password) or die("Could not connect to database server.");
adam
June 30th, 2005 at 6:01 am
Good catch! I thought I had fixed that in the past but I guess not. It's fixed now.
baumer
July 5th, 2005 at 9:46 am
Mysqlicious was working great, but now it says no update needed, but the MySQL DB is missing about 5 entries.
umich2.com del.icio.us
Notice the ones tagged AJAX are missing. I have it set to display 100 bookmarks at umich2.com
cem gencer
July 14th, 2005 at 8:22 am
how about putting the .sql dump of the table into the zip? :P
Chris
August 17th, 2005 at 11:42 pm
I believe I have found a bug.
My cron was failing and I noticed the entry that it was failing on had an exclamation(!) in the description. I removed the exclamation and the cron ran fine. Then today, I noticed it also failed. I fount a description that had a pipe(|). I removed the pipe and it ran fine. I hope this helps.
Chris
August 22nd, 2005 at 12:41 am
Your script also has problems with commas…
Walter Cruz
September 5th, 2005 at 1:41 pm
What about put a clear license, like LGPL ?
Richard Miller
September 26th, 2005 at 4:45 pm
Thanks for a good script! FYI, when I downloaded it, I had to change several instances of "$this->$newline" to "$this->newline". Also, I don't use delicious's "extended" field, so when it imported my bookmarks, it issued a PHP warning for each bookmark: "undefined index
extendedon lines 189 and 408." Regards,Richard.Clay
November 14th, 2005 at 8:09 pm
I'm curious. If I set a del.icio.us bookmark, then my mysql table is updated sometime later, then I go back and add a tag or a description to the original bookmark, will the next update reflect those changes?
Drew
December 2nd, 2007 at 12:57 pm
Hey,
I have made no changes to the source code. However, as of recently, I have been getting the following error when accessing mirrorlog.php:
#!/usr/bin/php -q del.icio.us API Error:
That's all that is written to the screen.
Any help is appriciated.
Regards,
Drew
Greg
February 27th, 2008 at 7:08 am
Hi
I have been using the program for a few months and its great. However I am getting the same problem (I have 1.2) where everything gets deleted randomly (although more its happening more lately)
I have commented out the code where it does the delete to solve it for now.
Regards
Greg
Maxime
March 5th, 2008 at 3:42 pm
Hi.
I get the same error Drew is getting.
No explaination of the API error.
I did lot of debugging, and it can't get the file (curl is installed). Might be some new changes in delicious API, or in a new PHP version?
Thx,
Maxime