Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
19/01/2002 04:07:42
|
Anonymous
|
I have my Guestbook version 2.2 is running, and I would like to upgrade it into version 2.3. Is anyone can help me? Do I have to upgrade the whole things or I just need to upgrade some certain files?
Best regards,
Tony
|
|
19/01/2002 11:47:34
|
Webmaster
Site Admin
Joined: 10/01/2002 23:32:17
Messages: 82
Offline
|
Replace all files and update your datebase with the sql file
CREATE TABLE book_pics (
msg_id int(11) NOT NULL default '0',
book_id int(11) NOT NULL default '0',
p_filename varchar(100) NOT NULL default '',
p_size int(11) unsigned NOT NULL default '0',
width int(11) unsigned NOT NULL default '0',
height int(11) unsigned NOT NULL default '0',
KEY msg_id (msg_id),
KEY book_id (book_id)
) TYPE=MyISAM;
ALTER TABLE `book_config` ADD `thumbnail` SMALLINT(1) NOT NULL, ADD `thumb_min_fsize` INT(10) NOT NULL;
|
|
21/01/2002 15:56:31
|
Anonymous
|
Thank you for your support. The program is working just great with the newest version. I like this program very much.
|
|
|
|
|
|
Based on the open source JForum
|