Uridium Posted December 16, 2009 Posted December 16, 2009 This Mod which is small will wllow the owner to setup their Meta Tags so Search Engines can find your game quickly aswell as users who type in a words into say google.. SQLS [mysql]CREATE TABLE IF NOT EXISTS `meta` ( `metaid` int(11) NOT NULL auto_increment, `charset` varchar(10) NOT NULL default 'UTF-8', `authorname` varchar(90) NOT NULL default '', `copyright` varchar(90) NOT NULL default '', `slogan` varchar(255) NOT NULL default '', `keywords` text NOT NULL default '', PRIMARY KEY (`metaid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;[/mysql] Call this file staff_meta.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Now open up header.php and under the global add You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. In the same file where the <html xmlns="http://www.w3.org/1999/xhtml"> Is underneath add You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. now opene smenu.php and add You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. And thats it makes finding your site on search engines a lot easier... Quote
Uridium Posted December 16, 2009 Author Posted December 16, 2009 there is no EDIT function yet but when i get chance i will add one Quote
Zero-Affect Posted December 16, 2009 Posted December 16, 2009 your mods are interesting as always mate Quote
Jordan Palmer Posted December 17, 2009 Posted December 17, 2009 your mods are interesting as always mateCouldn't of said it better myself. Good work Illusions 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.