[Web]How to set up a CMS

Page 11 of 12 FirstFirst ... 3456789101112 LastLast
Results 151 to 165 of 170
  1. #151
    Apprentice Jakey is offline
    MemberRank
    Apr 2010 Join Date
    CanadaLocation
    16Posts

    Re: [Tutorial]How to set up a CMS

    dose it work for any Version?

  2. #152
    iamTheKing NyCPirate is offline
    MemberRank
    Aug 2009 Join Date
    c.getNyC.posLocation
    1,746Posts

    Re: [Tutorial]How to set up a CMS

    Quote Originally Posted by Jakey View Post
    dose it work for any Version?
    Yes it works with any version =)

  3. #153
    Member DantesRegret is offline
    MemberRank
    Jul 2010 Join Date
    Taco Land =)Location
    66Posts

    Re: [Tutorial]How to set up a CMS

    Quote Originally Posted by xHerDesire<33 View Post
    Hmm, wamp works fine in my Laptop *My former host* But when I set it up in my VPS, the wamp window still stays red, and I disabled the firewall in the VPS, all the ports were fowarded, etc... And it still stayed red. Any help?
    Stfu up rascist

  4. #154
    Enthusiast ItzKewl is offline
    MemberRank
    Aug 2010 Join Date
    28Posts

    Re: [Tutorial]How to set up a CMS

    Hey man, I got an error when I try to register :(

    Unknown column 'email' in 'field list'

    Help?

  5. #155
    Apprentice Frozen741 is offline
    MemberRank
    Aug 2010 Join Date
    6Posts

    Re: [Tutorial]How to set up a CMS

    Help please I'm not very good at this so please be patient with me but i have a few problems

    1. I cant Find Config Folder to edit my database(FOUND). How do I edit it?
    2. I'm trying to run the SQLs but for 2 of them 02_iplog.sql and 03_styles.sql it says cypems.accounts does not exist.

    I know this is old but i really need help
    Last edited by Frozen741; 19-08-10 at 08:13 PM.

  6. #156
    Enthusiast Suratix33 is offline
    MemberRank
    Sep 2010 Join Date
    Netherlands.Location
    41Posts

    thumbs down Re: [Tutorial]How to set up a CMS

    -bump- Sorry...


    Anyway here's my Question:

    I Get These Errors , Already Tried to Config but idk What i'd have to do..


    Okai i already tried to do the /config/database this was the Original Replaced in the Install.php with my Own Link.

    The Rest of the Errors where do they Come from i dont get it i checked every file , Did the whole Setup >_>


    - Sorry for Bump again.

    PHP Code:
    Warning: include(E:/JoyStoryv75 Server/Wamp Server 2.0/www/config/database.php) [function.include]: failed to open streamNo such file or directory in E:\JoyStory v75 Server\Wamp Server 2.0\www\install\install.php on line 111

    Warning
    : include() [function.include]: Failed opening 'E:/JoyStoryv75 Server/Wamp Server 2.0/www/config/database.php' for inclusion (include_path='.;C:\php5\pear'in E:\JoyStory v75 Server\Wamp Server 2.0\www\install\install.php on line 111

    Warning
    mysql_query() [function.mysql-query]: Access denied for user 'SYSTEM'@'localhost' (using passwordNOin E:\JoyStory v75 Server\Wamp Server 2.0\www\config\properties.php on line 25

    Warning
    mysql_query() [function.mysql-query]: A link to the server could not be established in E:\JoyStory v75 Server\Wamp Server 2.0\www\config\properties.php on line 25

    Warning
    mysql_fetch_array() expects parameter 1 to be resourceboolean given in E:\JoyStory v75 Server\Wamp Server 2.0\www\config\properties.php on line 26 

  7. #157
    Novice Birth is offline
    MemberRank
    Sep 2010 Join Date
    4Posts

    Re: [Tutorial]How to set up a CMS

    Erm... im having a problem with the installation its giving me this error:

    CypeCMS Installation

    Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\wamp\www\config\database.php on line 41

    Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\wamp\www\config\database.php on line 42
    Access denied for user 'root'@'localhost' (using password: YES)

    this is my database:

    <?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 = "k****r";
    // Database Name - Usually "odinms"
    $database = "wonkasource";
    // What is the server`s Wan IP
    $serverip = "71.71.249.22";
    // 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());

    ?>
    (censored pass o,o but its normal in the db)

    please help x.x

  8. #158
    Apprentice ilance is offline
    MemberRank
    Sep 2010 Join Date
    7Posts

    Re: [Tutorial]How to set up a CMS

    My wamp icon is not all white and when i go to that http://127.0.0.1, it says
    Unable to connect
    Firefox can't establish a connection to the server at 127.0.0.1
    * The site could be temporarily unavailable or too busy. Try again in a few
    moments.

    * If you are unable to load any pages, check your computer's network
    connection.

    * If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.

  9. #159
    Enthusiast firepoison35 is offline
    MemberRank
    Aug 2010 Join Date
    32Posts

    Re: [Tutorial]How to set up a CMS

    Quote Originally Posted by NyCPirate View Post
    Well after I created the thread "How to setup an SVN" I've gotten PMs requesting a tutorial on how to set up a CMS. I thought I'd make it for those people.

    Downloads you will need:
    Web Site Hoster: Wamp Server
    CMS: Download Cype CMS here

    Step One: Install both Wamp Server and Cype
    Step Two: Open up your wamp and it should be like this

    Step Three: Click on your WampServer icon and click "put online" After clicking put online then click "Start all Services" and your wamp icon should be all white now.


    Setp Four: Click on wamp and click on "www directory" then a folder should open up delete the file that's in the folder and put your Cype CMS files inside the "www directory" folder and it should look like this

    Step Five: Open up mysql and run the sql's and also open up your config folder>database
    and edit the database file with your info.
    Step Six: Open up your internet browser and type in http://127.0.0.1 and this should open up. From there just follow the tutorial to setting up your cype. If the installation doesn't open up go into your www directory>install and rename the install.lock into install.file

    Step Seven: Go into your www directory folder>install and rename the instal.file to install.lock

    You have now setup your Cms. Just distribute your ip that you put into your database to your player's and they will be able to connect. If I helped please thank me.
    Erm.It Shows IIS7 when im in 127.0.0.1
    Wad should i do now

  10. #160
    Enthusiast thegwlol2 is offline
    MemberRank
    Mar 2009 Join Date
    44Posts

    Re: [Tutorial]How to set up a CMS

    i realized that u can also access the install page through your wan-ip if you edited the database befor hand

  11. #161
    Proficient Member Swoshy is offline
    MemberRank
    Jan 2011 Join Date
    The MoonLocation
    173Posts

    Re: [Web]How to set up a CMS

    Thanks for posting this, I was searching a tutorial to show my friend that setting up a CMS is Simple and EASY.

  12. #162
    Enthusiast kevinweekends is offline
    MemberRank
    Jan 2011 Join Date
    Look downLocation
    39Posts

    Re: [Web]How to set up a CMS

    does this work for v83 too?
    Last edited by kevinweekends; 24-01-11 at 04:17 AM.

  13. #163
    Member larderlake is offline
    MemberRank
    Feb 2009 Join Date
    64Posts

    Re: [Web]How to set up a CMS

    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 by larderlake; 25-01-11 at 04:53 AM.

  14. #164
    Member no2zai is offline
    MemberRank
    Apr 2011 Join Date
    88Posts

    Re: [Web]How to set up a CMS

    Good.perfect

  15. #165
    Proficient Member Swoshy is offline
    MemberRank
    Jan 2011 Join Date
    The MoonLocation
    173Posts

    Re: [Web]How to set up a CMS

    The screenshots shows that you got patience (:< nice tutorial btw



Advertisement