• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook pagefor updates, or we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.)

Web [Web]How to set up a CMS

Junior Spellweaver
Joined
Jan 14, 2011
Messages
131
Reaction score
13
Thanks for posting this, I was searching a tutorial to show my friend that setting up a CMS is Simple and EASY.
 
Newbie Spellweaver
Joined
Feb 1, 2009
Messages
10
Reaction score
0
Okay I have a question and maybe a request.

How exactly do I change around the information now that I have my site made? Like putting in the forum url to 'Community' and changing the middle banner for instance. I looked in some folders and found this, it's bigger but i'll just copy and paste a part.

`version` int(11) NOT NULL DEFAULT '0',
`forumurl` text,
`siteurl` text,
`vote` text,"

and tried filling them in by erasing text and writing the url/answer but I executed it and nothing happened. So wdf how do I do this, and you should incluce on how to change info in your Tutorial to it'd be awesome!
 
Last edited:
Junior Spellweaver
Joined
Jan 14, 2011
Messages
131
Reaction score
13
The screenshots shows that you got patience :)< nice tutorial btw
 
Newbie Spellweaver
Joined
Dec 21, 2013
Messages
17
Reaction score
3
It says cype properties.accounts does not exist. Please private message me! I don't know what to do.



The installation thing didn't show up. And when you said to make the lock and file switched, i did and still didn't work. I did that 127.0.0.1 thing and went to yahoo saying something like don't know this website. I try my own hamachi ip and it doesn't work, it just says page not found. Help!
 
Newbie Spellweaver
Joined
Dec 21, 2013
Messages
17
Reaction score
3
Re: [Tutorial]How to set up a CMS

Post your config.php
I have the same problem, cannot find the site you were talking about.There is no config.php though.... I'm using ExiledsMS source and turn it into v117.2. And the database.php says this:
Code:
<?php 
/*
    Copyright (C) 2009  Murad <Murawd>
                        Josh L. <Josho192837>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

if(basename($_SERVER["PHP_SELF"]) == "database.php"){
    die("403 - Access Forbidden");
}

/* MySQL Connection Information */
// Where is MySQL Hosted? If you aren`t sure, just leave it as "localhost"
$host = "localhost";
// Database Username - Usually "root"
$user = "root";
// Database Password - Usually "root". If you don`t have a password, or are not sure, leave it blank.
$pass = "";
// Database Name - Usually "odinms"
$database = "odinms";
// What is the server`s Wan IP
$serverip = "25.141.191.222";
// What is your server`s log in port - Don`t change if you aren`t sure.    
$loginport = "8585";
// What is your server`s world port - Don`t change if you aren`t sure.    
$worldport = "8484";

/* Don`t touch. */
$conn = mysql_connect($host,$user,$pass);
$db = mysql_select_db($database, $conn) or die(mysql_error());    

?>
I'm guessing the login port is that, but it used to say 7575 but changed it.
I'll show you a picture of what my problem looks like, pretty similar to the other person. (I changed the file thing the 1kb one into a lock and still didn't work) the picture: If I don't see your reply, please tell me on my skype: ellie.liu4 Thanks!
 
Joined
Aug 24, 2009
Messages
1,221
Reaction score
170
I have the same problem, cannot find the site you were talking about.There is no config.php though.... I'm using ExiledsMS source and turn it into v117.2. And the database.php says this:
Code:
<?php 
/*
    Copyright (C) 2009  Murad <Murawd>
                        Josh L. <Josho192837>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

if(basename($_SERVER["PHP_SELF"]) == "database.php"){
    die("403 - Access Forbidden");
}

/* MySQL Connection Information */
// Where is MySQL Hosted? If you aren`t sure, just leave it as "localhost"
$host = "localhost";
// Database Username - Usually "root"
$user = "root";
// Database Password - Usually "root". If you don`t have a password, or are not sure, leave it blank.
$pass = "";
// Database Name - Usually "odinms"
$database = "odinms";
// What is the server`s Wan IP
$serverip = "25.141.191.222";
// What is your server`s log in port - Don`t change if you aren`t sure.    
$loginport = "8585";
// What is your server`s world port - Don`t change if you aren`t sure.    
$worldport = "8484";

/* Don`t touch. */
$conn = mysql_connect($host,$user,$pass);
$db = mysql_select_db($database, $conn) or die(mysql_error());    

?>
I'm guessing the login port is that, but it used to say 7575 but changed it.
I'll show you a picture of what my problem looks like, pretty similar to the other person. (I changed the file thing the 1kb one into a lock and still didn't work) the picture: If I don't see your reply, please tell me on my skype: ellie.liu4 Thanks!
I'm surprised people are still looking at this, haha
*On Topic*
Make sure wamp is online and is green replace your database.php with this and make sure it's not database.sample.php
Code:
<?php 
/*
    Copyright (C) 2009  Murad <Murawd>
						Josh L. <Josho192837>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

if(basename($_SERVER["PHP_SELF"]) == "database.php"){
	die("403 - Access Forbidden");
}

/* MySQL Connection Information */
// Where is MySQL Hosted? If you aren`t sure, just leave it as "localhost"
$host = "localhost";
// Database Username - Usually "root"
$user = "root";
// Database Password - Usually "root". If you don`t have a password, or are not sure, leave it blank.
$pass = "";
// Database Name - Usually "odinms"
$database = "odinms";
// What is the server`s Wan IP
$serverip = "localhost";
// What is your server`s log in port - Don`t change if you aren`t sure.	
$loginport = "7575";
// What is your server`s world port - Don`t change if you aren`t sure.	
$worldport = "8484";

/* Don`t touch. */
$conn = mysql_connect($host,$user,$pass);
$db = mysql_select_db($database, $conn) or die(mysql_error());	

?>
 
Back
Top