From: Nathanial H. <eq...@ya...> - 2001-09-04 16:53:14
|
Evandro, That's fixed in the new tarball 0.6.01 which can be found on the homepage of http://retards.org. Although, 0.6.01 is still very much beta as the lead developer hasn't had a chance to go over it yet. If you don't want to use 0.6.01, you can use the following SQL to create bm_hits in your apb database... CREATE TABLE bm_hits ( bookmark_id int(10) unsigned NOT NULL default '0', user_id int(10) unsigned NOT NULL default '0', hit_time datetime NOT NULL default '0000-00-00 00:00:00', ip char(15) NOT NULL default '', KEY bookmark_id(bookmark_id), KEY user_id(user_id), KEY hit_time(hit_time) ); You may want to wait, as the stable version of Active PHP Bookmarks should be coming out by the end of next weekend. Please let us know if you run into any other problems. Nathanial Hendler APB Developer http://retards.org/ --- "L. Brandon Stone" <st...@lb...> wrote: > And here's some other info that we might need to consider... > > -- > L. Brandon Stone > st...@lb... > http://www.lbstone.com/ > > ----- Original Message ----- > From: "Evandro Luis Dalben" <da...@cp...> > To: <st...@lb...> > Sent: Monday, September 03, 2001 9:23 AM > Subject: bug on > > > Hi , L. Brandon Stone > > > I liked that your Active PHP Bookmarks , but you forgot CREATE TABLE bm_hits > on the sql_table_structures.txt .... > > > please can you help ??? I test the script, it is very good > > > http://orion.cpa.unicamp.br/ebook/index.php > > I create table bm_hits : > > bookmark_id user_id hit_time ip > > > 1 0 2001-09-03 12:56:34 143.106.4.254 > > > > > but doesn´t work very well .... > > please send-me the CREATE TABLE bm_hits > > > > thanks > > Evandro Dalben > > __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com |