Jump to content
MakeWebGames

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...