Alright went ahead and moved the edited files. Still came up with an error saying "geek_articles" wasn't created.
Ran this query found in another post:
Code:
CREATE TABLE `geek_articles` ( `threadid` int(11) NOT NULL default '0', `byline` varchar(150) NOT NULL default '', `userid` int(11) NOT NULL default '0', `iconpath` varchar(255) NOT NULL default '', `synopsis` varchar(255) NOT NULL default '', `feature_untill` int(11) NOT NULL default '0', PRIMARY KEY (`threadid`)) TYPE=MyISAM;
After running that. Everything worked fine. Great Job ... cliccs install.
Is there a way I can have a page like articles.php that shows all the articles?