- Joined
- Apr 3, 2008
- Messages
- 262
- Reaction score
- 0
Read if you have sister:
Here it is guys since i have shut down my server i decided to give out server files i have some nice edits to sean repack but quite easy to do you self anyways
Important Read:
This is a cms! Edit the config files and that is all! This is for odin ms!
Features: ALOT!
Known bugs:
Security image not working
Birth date not working
LIVE DEMO:
Installing: EXECUTE SQL!
Download Links:
Here it is guys since i have shut down my server i decided to give out server files i have some nice edits to sean repack but quite easy to do you self anyways
Important Read:
This is a cms! Edit the config files and that is all! This is for odin ms!
Features: ALOT!
Known bugs:
Security image not working
Birth date not working
LIVE DEMO:
To view the content, you need to sign in or register
Installing: EXECUTE SQL!
PHP:
/*
MySQL Data Transfer
Source Host: localhost
Source Database: odinms
Target Host: localhost
Target Database: odinms
Date: 8/08/2008 8:36:51 PM
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for news
-- ----------------------------
DROP TABLE IF EXISTS `news`;
CREATE TABLE `news` (
`id` int(4) NOT NULL auto_increment,
`title` varchar(100) NOT NULL,
`message` varchar(9999) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records
-- ----------------------------
To view the content, you need to sign in or register
- MediaFire
To view the content, you need to sign in or register
- Filedrop
To view the content, you need to sign in or register
- Megaupload
To view the content, you need to sign in or register
- Rapidshare
To view the content, you need to sign in or register
- My website
Last edited: