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!

[Website] AltairCMS! | Updated with steps to add new page

Status
Not open for further replies.
Legendary Battlemage
Loyal Member
Joined
Sep 28, 2008
Messages
600
Reaction score
291
AltairCMS: Version 4.0

This is a user-friendly CMS, means most of the stuffs can be edited through config.php

Pre-Requisites:
  • PHP
  • MySQL
  • A MapleStory Database (Get from any sources)

Download Link:
* Sry, my bad, rar password is "aurox" without the "

Update Notes
AltairCMS version4: (29/1/2011)

  • Added New Registration Page with Captcha (Credits to CypeCMS for the generating of image)
  • Fixed the part of the registration where you will get a "not aligned page" if you registered wrongly.
  • New Voting Page: You won't get any errors to do with voting anymore. Just execute the new SQL. (6 hours per vote, Per IP)
  • Cleaned up some codes.

AltairCMS version3:

  • Fixed headers error, rankings and vote error
  • Rankings consists of (Multiranking.php, normalranking.php and rebornranking.php).
  • Rename the one which fits your server to ranking.php and delete the other 2.
  • Multi-rankings means that It supports multi worlds.

Screenshots?
AuroX - [Website] AltairCMS! | Updated with steps to add new page - RaGEZONE Forums


How to Add a New Page?
  • Index.php, Find:
    Code:
    default:
  • Add above it
    Code:
    case "[COLOR="Red"]new[/COLOR]":
        $getpage = "pages/[COLOR="red"]new[/COLOR]";
        break;
  • Sources/navigation.php, add this below the donate line
    Code:
    <li><a href="?page=[COLOR="red"]new[/COLOR]" title="[COLOR="Red"]New[/COLOR]">[COLOR="red"]New[/COLOR]</a></li>
  • Create a new file named new.php
    Code:
    <div id="main">
    <center>
    <div class="sidebartop">[COLOR="red"]NEW[/COLOR]</div>
    <div class="sidebarbox">
    [COLOR="red"]HTML CODE HERE[/COLOR]
    </div>
    </div>

* HTML tags are not needed as it is already in the header.php and footer.php
* Edit the red text to your page.

How to setup voting page?
  • First of all, open up vote.html and edit this word
    Code:
    "Edit Me in vote.html"
  • Also, edit your voting site in Vote.html and Vote_do.php
  • You will also have to edit your database settings in vote_do.php.
  • Right now, it is integrated with 5kNX per vote. You can simply modify it for your own likings.

Add-Ons

Credits:
  • Me (AuroX)
  • LatinCMS for the base template
  • Hatnim's since Latin's was based off it
  • some sites for some Maplestory pictures


Hope you guys like it and please report any errors/bugs/thing you would like me to add.

-AuroX
 
Last edited:
Newbie Spellweaver
Joined
Dec 10, 2009
Messages
75
Reaction score
3
Re: [Website] AltairCMS!

I like it. o.o
 
Zzzz...
Loyal Member
Joined
Dec 26, 2008
Messages
781
Reaction score
225
Re: [Website] AltairCMS!

Looks nice, I like the cleanliness of it :O

Good Job :3
 
Legendary Battlemage
Loyal Member
Joined
Sep 28, 2008
Messages
600
Reaction score
291
Re: [Website] AltairCMS!

@SeanDev
Umm. they uses the same template too.

Thanks.

-AuroX
 
Newbie Spellweaver
Joined
Oct 22, 2010
Messages
42
Reaction score
6
Re: [Website] AltairCMS!

When i followed these steps:How to install AltairCMS? Edit config/config.php to work properly with your server.
Execute the sql files in sql folder.
Rename install.php in install folder to install.lock

How to Add or Edit files? If you want to change logo, just replace the image in images folder.
If you want too add donate page, add it to pages/donate.php
If you want to edit scrolling message, edit config.php
If you want to allow vote banner pop up edit config.php where $vote = "0"; change the 0 for 1

After that i rename install into install.lock then i run the website again it say 404 forbidden.Why?Please Help
 
Last edited:
Legendary Battlemage
Loyal Member
Joined
Sep 28, 2008
Messages
600
Reaction score
291
Re: [Website] AltairCMS!

When i followed these steps:How to install AltairCMS? Edit config/config.php to work properly with your server.
Execute the sql files in sql folder.
Rename install.php in install folder to install.lock

How to Add or Edit files? If you want to change logo, just replace the image in images folder.
If you want too add donate page, add it to pages/donate.php
If you want to edit scrolling message, edit config.php
If you want to allow vote banner pop up edit config.php where $vote = "0"; change the 0 for 1

After that i rename install into install.lock then i run the website again it say 404 forbidden.Why?Please Help

Um.. Make sure that the files are in the root folder. Means your website will be and not
 
Newbie Spellweaver
Joined
Oct 22, 2010
Messages
42
Reaction score
6
Re: [Website] AltairCMS!

Well everything is correct it takes me to the page but when i click on AltairCMS it just stay there still if i didn't put install.lock.Add me in msn unlivedguys@hotmail.com and help me please?

---------- Post added at 06:33 PM ---------- Previous post was at 06:04 PM ----------

Thank you for helping me yenpooh.:)
 
Legendary Battlemage
Loyal Member
Joined
Sep 28, 2008
Messages
600
Reaction score
291
Re: [Website] AltairCMS!

Well everything is correct it takes me to the page but when i click on AltairCMS it just stay there still if i didn't put install.lock.Add me in msn unlivedguys@hotmail.com and help me please?

---------- Post added at 06:33 PM ---------- Previous post was at 06:04 PM ----------

Thank you for helping me yenpooh.:)

kk solved ^^.
 
Newbie Spellweaver
Joined
Oct 27, 2008
Messages
41
Reaction score
1
Re: [Website] AltairCMS!

thx,downloading it edi~thx for sharing
 
Newbie Spellweaver
Joined
Oct 22, 2010
Messages
42
Reaction score
6
Re: [Website] AltairCMS!

If you like Yenpooh press the thank button.Btw can i ask how do i chnage my NewBie under my ign?Please help:)
 
Revolution-Entrepreneur
Joined
Apr 2, 2009
Messages
451
Reaction score
19
THIS is good, I got to admit.
 
Initiate Mage
Joined
Feb 26, 2009
Messages
2
Reaction score
0
Re: [Website] AltairCMS!

Um.. Make sure that the files are in the root folder. Means your website will be and not

Uhm I tried that aswell but it just goes back to the local host install page help me please :(
 
Legendary Battlemage
Loyal Member
Joined
Sep 28, 2008
Messages
600
Reaction score
291
Re: [Website] AltairCMS!

Uhm I tried that aswell but it just goes back to the local host install page help me please :(

I have seen some of the computers which when you edit install.php to install.lock, it will still remains as install.lock.php

To fix that I suggest you to open notepad, Leave it blank and Save as "install.lock" and the Save as type select"All files" and put the install.lock into your install folder.
 
Initiate Mage
Joined
Feb 26, 2009
Messages
2
Reaction score
0
Re: [Website] AltairCMS!

I have seen some of the computers which when you edit install.php to install.lock, it will still remains as install.lock.php

To fix that I suggest you to open notepad, Leave it blank and Save as "install.lock" and the Save as type select"All files" and put the install.lock into your install folder.

Wow thank you so much : D
 
Status
Not open for further replies.
Back
Top