- Joined
- Jul 1, 2008
- Messages
- 206
- Reaction score
- 0
ok ill go on now
You're the one that fucked it up in the first place, I fixed it. Don't tell the other people what to do --"dude dont ask pickle for permission.. ask me.. i made this cms.. so he cant say nothing any ways im working on it ( im improving it.)
You need to leave the footer intact. Do NOT change the text.you you mind if i edit this like completly dif jst the layout the same ? LOL
I have done many things to the orriginal SinStory CMS to fix it up! It has many new features including some that have never been seen in a CMS before, such as a WYSIWYG Text Editor for the news, events, and GM blog! I also fixed the Events column on the homepage where it would only show one type of event. There are many other fixes that I have done too! Just see for yourselfPS: This IS a v55 CMS.
Demo (Stable Version):To view the content, you need to sign in or register
Download:To view the content, you need to sign in or register
Just if you're wondering, I DID fix the Profiles in it, so everytime you update it you don't need to set a new profile name and I also made it so you can make a new profile after you sign up. These are the config files that you need to edit:
Before you start using the CMS, run this MySQL query:Code:config.php config2.php connect.txt ranking/config.php
Code:CREATE TABLE `web_profile` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT , `accountid` INT( 10 ) NOT NULL , `name` VARCHAR( 16 ) NOT NULL , `mainchar` INT( 10 ) NOT NULL , `realname` VARCHAR( 32 ) NOT NULL , `age` INT( 2 ) NOT NULL , `country` VARCHAR( 100 ) NOT NULL , `motto` VARCHAR( 255 ) NOT NULL , `favjob` VARCHAR( 50 ) NOT NULL , `text` TEXT NOT NULL , PRIMARY KEY ( `id` ) ) ENGINE = MYISAM ; CREATE TABLE `web_pcomments` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT , `accountid` INT( 10 ) NOT NULL , `commenter` VARCHAR( 16 ) NOT NULL , `feedback` INT( 1 ) NOT NULL , `date` VARCHAR( 32 ) NOT NULL , `comment` TEXT NOT NULL , PRIMARY KEY ( `id` ) ) ENGINE = MYISAM ; CREATE TABLE `web_ncomments` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT , `nid` INT ( 10 ) NOT NULL , `author` VARCHAR( 16 ) NOT NULL , `feedback` INT( 1 ) NOT NULL , `date` VARCHAR( 32 ) NOT NULL , `comment` TEXT NOT NULL , PRIMARY KEY ( `id` ) ) ENGINE = MYISAM ; CREATE TABLE `web_ecomments` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT , `eid` INT ( 10 ) NOT NULL , `author` VARCHAR( 16 ) NOT NULL , `feedback` INT( 1 ) NOT NULL , `date` VARCHAR( 32 ) NOT NULL , `comment` TEXT NOT NULL , PRIMARY KEY ( `id` ) ) ENGINE = MYISAM ; CREATE TABLE `web_bcomments` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT , `bid` INT ( 10 ) NOT NULL , `author` VARCHAR( 16 ) NOT NULL , `feedback` INT( 1 ) NOT NULL , `date` VARCHAR( 32 ) NOT NULL , `comment` TEXT NOT NULL , PRIMARY KEY ( `id` ) ) ENGINE = MYISAM ; CREATE TABLE `web_news` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT , `title` VARCHAR( 50 ) NOT NULL , `author` VARCHAR( 16 ) NOT NULL , `date` VARCHAR( 32 ) NOT NULL , `type` VARCHAR( 50 ) NOT NULL , `content` TEXT NOT NULL , `views` INT ( 10 ) NOT NULL DEFAULT '0', PRIMARY KEY ( `id` ) ) ENGINE = MYISAM ; CREATE TABLE `web_events` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT , `title` VARCHAR( 50 ) NOT NULL , `author` VARCHAR( 16 ) NOT NULL , `date` VARCHAR( 32 ) NOT NULL , `type` VARCHAR( 100 ) NOT NULL , `status` VARCHAR( 32 ) NOT NULL , `content` TEXT NOT NULL , `views` INT ( 10 ) NOT NULL DEFAULT '0', PRIMARY KEY ( `id` ) ) ENGINE = MYISAM ; CREATE TABLE `web_gmblog` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT , `title` VARCHAR( 50 ) NOT NULL , `author` VARCHAR( 16 ) NOT NULL , `date` VARCHAR( 32 ) NOT NULL , `content` TEXT NOT NULL , `views` INT( 10 ) NOT NULL DEFAULT '0', PRIMARY KEY ( `id` ) ) ENGINE = MYISAM ; ALTER TABLE `accounts` ADD `gm` INT( 1 ) DEFAULT '0'; ALTER TABLE `accounts` ADD `webadmin` INT( 1 ) DEFAULT '0'; ALTER TABLE `accounts` ADD `nick` VARCHAR( 16 ) NOT NULL ; ALTER TABLE `accounts` ADD `mute` INT( 1 ) DEFAULT '0'; ALTER TABLE `accounts` ADD `sitelogged` VARCHAR( 255 ) NOT NULL ;
Have fun!
I would love for people to give me ideas for the next releasett:
In the next release (v1.1):
Removed PMS links.
Server status
Clear banner with tut on how to make a PMS style banner.
Map fixer (hopefully if I get it working)
User notes (Still in beta! Might be stable once I come to release it)
One Config file to change server name, download link, scrolling message, rates, etc..
And more!
CREDITS:
Credits for the original CMS given to erick33321.
DO NOT PM ME
I will not respond to any PMs that ask me questions on how to change/fix something on the CMS. Please just ask in this thread.
Server StatsUnknown column 'sitelogged' in 'where clause'