NarutoPRG.com Posted June 2, 2010 Posted June 2, 2010 Hi there, Well I saw this newspaper on a game, and thought I might create the same. There might be another one around, but I haven't seen any, so what the heck. ---------------------- SQL'S: [mysql]CREATE TABLE IF NOT EXISTS `paper` ( `content` longtext NOT NULL) ENGINE=MyISAM ; INSERT INTO `paper` VALUES('XXXXX');[/mysql] [mysql]CREATE TABLE IF NOT EXISTS `npaper` ( `npID` int(11) NOT NULL auto_increment, `npADDER` int(11) NOT NULL default '0', `npTITLE` varchar(255) NOT NULL default '', `npBODY` text NOT NULL, `npTIME` int(11) NOT NULL default '0', PRIMARY KEY (`npID`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=20 ;[/mysql] ---------------------- PHP Files: Create/replace newspaper.php with this code below: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Find: staff_special.php Add in the cases. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. And just above the CASE below from the new added cased, example: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Add: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. It's been fully tested, working no problems. But if some do appear, please comment or PM. :) Sorry, it comes out weird. :S Cheers, Rasheed Saeed Quote
NarutoPRG.com Posted June 2, 2010 Author Posted June 2, 2010 Sure, Sniko. Ill post them in the first post. :) Quote
Jordan Palmer Posted June 3, 2010 Posted June 3, 2010 Not my cuppa tea. Spend more time working on it Quote
NarutoPRG.com Posted June 3, 2010 Author Posted June 3, 2010 Lol, I mostly spend 30 mins on a mod TOPS, but when I get better at PHP/MySQL/SQL ill create some decent modifications for the future hopefully. :) Quote
NarutoPRG.com Posted June 3, 2010 Author Posted June 3, 2010 You can convert it yourself. :) Tutorial: v2 - v1 Conversion Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.