Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Web]Cype Content Management System

:)
Loyal Member
Joined
Jan 21, 2009
Messages
1,787
Reaction score
93
[Web] Cype Content Management System

Horizon - [Web]Cype Content Management System - RaGEZONE Forums


Rev 242

Quick v.75 changes: http://forum.ragezone.com/f427/update-v-75-update-for-cype-609901/

Mediafire Download: -OUTDATED



Current Team
- Horizon - Leader
- Josho192837/Jawsh - Leader
- Twister1002 (Developer)


How-to
  1. SVN Checkout (http://forum.ragezone.com/f428/tut-how-to-download-from-a-svn-523048/)
  2. Go to the url where Cype is located. (usually )
  3. Follow the instructions the installer gives you.
  4. Go to MySQL->accounts->webadmin and set it to "1" for admincp access.
  5. Go to MySQL->accounts->gm and set it to "1" for gmcp access.

Current Features
PHP:
# Easy Installer Directions
# Primarily SQL powered (Almost no file editing needed)
# Login Menu
# User Control Panel
# GameMaster Control Panel (Barely)
# Administrator Control Panel
# Vote link management via ACP
# Style/Skin Management
# Profiles
# News, Events, GM Blog
# Rollover Image rankings on main page
# Flash Server Status
# Customized rankings
# IP logging
# Page/Mod adder in ACP
# GM log
# Mail System
# Ticketing System
# AresGD v.62 Character Display (Thanks, phpVana)
And much more...
 
Last edited:
:)
Loyal Member
Joined
Jan 21, 2009
Messages
1,787
Reaction score
93
Re: [Release] Cype Content Management System

If you want more tuts, request them.

FAQ

Q. How do I download this?
A. As stated earlier, do an SVN checkout. (http://forum.ragezone.com/f428/tut-how-to-download-from-a-svn-523048/)
-
Q. Can I remove your copyright?
A. No... Obviously. Things will happen if you ignore this warning =]
-
Q. My characters and emblems won't show.
A. Make sure the php_gd2 extension is enabled, then refresh a few times so that characters can be processed.
-
Q. The installer won't work!
A. Post your problem with a screenshot in this thread.
-
Q. I'm getting a crapload of MySQL errors and I use Abyss.
A. Don't use Abyss for now. We're looking into the problem. Just use Apache. Wamp is a great option.
-
Q. When I get to step 4 of the installation, it can't include database.php, but I already renamed it.
A. Vista users have common extensions disabled by default. If it still can't include it even after you've renamed it, you may have this problem. Just rename it to database instead of database.php.

How to add pages:
  1. Put your php file in sources/public/.
  2. Open sources/public/main.php.
  3. Find
    PHP:
    }elseif($main == "tos"){
            include('sources/public/tos.php');
    Add under it
    PHP:
    }elseif($main == "PAGENAME"){
            include('sources/public/FILENAME.php');
  4. Go to ?cype=main&page=PAGENAME and add that link wherever you wish.
How to change your port number to port 8080: (Wamp)


  1. Go to C:\wamp\bin\apache\Apache2.2.11\conf\
  2. Open httpd.conf
  3. Find: Listen 80
  4. Change it to: Listen 8080
  5. Save the file and restart wamp.
 
Last edited:
Junior Spellweaver
Joined
Jul 2, 2008
Messages
109
Reaction score
1
Re: [Release] Cype Content Management System

How do i get the character avatars to show?
Horizon - [Web]Cype Content Management System - RaGEZONE Forums
I alrdy have the cdimg extracted in image folder
 
Newbie Spellweaver
Joined
Jul 11, 2008
Messages
31
Reaction score
0
Re: [Release] Cype Content Management System

Noob Question...but how do i download the CMS?
 
:)
Loyal Member
Joined
Jan 21, 2009
Messages
1,787
Reaction score
93
Re: [Release] Cype Content Management System

Noob Question...but how do i download the CMS?

Do an SVN checkout to your webserver's root directory or wherever you want the CMS.

@Tardilicious: We're still looking into why character display and emblems don't work for some people.
 
Legendary Battlemage
Joined
Aug 1, 2008
Messages
635
Reaction score
4
Re: [Release] Cype Content Management System

Found out a small error, when u log in to ur account it has a error of the main page but then it connect to ur profile
 
:)
Loyal Member
Joined
Jan 21, 2009
Messages
1,787
Reaction score
93
Re: [Release] Cype Content Management System

Found out a small error, when u log in to ur account it has a error of the main page but then it connect to ur profile

Yea, I saw that earlier. I forgot what the error was though, so I'll have to take a look at that.
 
Junior Spellweaver
Joined
Jul 2, 2008
Messages
109
Reaction score
1
Re: [Release] Cype Content Management System

Do an SVN checkout to your webserver's root directory or wherever you want the CMS.

@Tardilicious: We're still looking into why character display and emblems don't work for some people.

Okay thanks =) this is a great CMS btw.]

Edit: Maybe it has something to do with the host im using Wamp 2.0 or maybe its the PHP Extension
 
Legendary Battlemage
Joined
Aug 1, 2008
Messages
635
Reaction score
4
Re: [Release] Cype Content Management System

How u get guild icon to work?
 
:)
Loyal Member
Joined
Jan 21, 2009
Messages
1,787
Reaction score
93
Re: [Release] Cype Content Management System

Go to Wamp -> PHP -> PHP Extensions -> php_gd2 and click it.

I disabled it on my wamp, and all of the images stopped working.
 
Legendary Battlemage
Joined
Aug 1, 2008
Messages
635
Reaction score
4
Re: [Release] Cype Content Management System

Go to Wamp -> PHP -> PHP Extensions -> php_gd2 and click it.

I disabled it on my wamp, and all of the images stopped working.

nope it doesnt when i disable and restarted wamp
 
Newbie Spellweaver
Joined
May 13, 2008
Messages
71
Reaction score
0
Re: [Release] Cype Content Management System

My php_gd2 was already ticked, and my Emblems and v55 characters aren't showing up, lul.
 
Experienced Elementalist
Joined
Sep 2, 2008
Messages
271
Reaction score
4
Re: [Release] Cype Content Management System

so your fixing it and updating it?
 
Banned
Banned
Joined
Apr 10, 2008
Messages
1,295
Reaction score
113
Re: [Release] Cype Content Management System

Okay thanks =) this is a great CMS btw.]

Edit: Maybe it has something to do with the host im using Wamp 2.0 or maybe its the PHP Extension

Thank you very much kind sir.
 
Joined
Jun 3, 2008
Messages
267
Reaction score
13
Re: [Release] Cype Content Management System

Meh.... Images still messed up for me. Ticked php_gd2
 
Back
Top