echo Newbie


Joined: Aug 09, 2003 Posts: 13
|
Posted: Thu Oct 16, 2003 9:33 am Post subject: FlashShout beta2 |
|
|
Hi Vin, I have a little problem here, I have webspace I rent, along with a "control panel" which does the auto install of nuke , Bulletin Boards, etc... (I know it sucks but it's all I have) anyway I wanted to install the FlashShout that you have here but it says to run the shoutsetup.php through your browser and I can't do that because the SQL db is seperate from my nuke stuff...now usually I just add the sql file to the database manually, so can I do the same here for the tables needed? will this work?:
DROP TABLE IF EXISTS `nuke_flashshout`;
$query = "CREATE TABLE flashshout (
flashshoutID INTEGER AUTO_INCREMENT PRIMARY KEY,
title VARCHAR(100),
posted INTEGER,
body MEDIUMTEXT)"
Thank you,
echo |
|