RaenCMS

Status
Not open for further replies.
I already am, but I was just gonna have an option to disable step 1. What would you like to disable?

EDIT: And I'll add in the ToS as soon as I make a parser thanks :)

No prob. In shoot it doesnt use anything other than Username,Pass,Pass verification, and birthdate. So anything else thats in the registration could be disabled.
 
Download page complete:

Might add driver downloads, but for now it's done :)

i made a cms and it looks like this
BASE ON cype currently for v 80

Hieroglyphics - RaenCMS - RaGEZONE Forums
 
27 :/ I haven't been working too much, and I've been doing alot before I commit so now I'm trying to commit more frequently. I stripped all the whitespace and comments so it now shows as one line of code:

PHP:
 <html><head><title>Raen | Home (Powered by Raen)</title><link type="text/css" href="styles/Raen/raen.style.php" media="screen" rel="stylesheet" /><link rel="shortcut icon" href="styles/Raen/images/favicon.ico"><script type="text/javascript" src="js/Raen.js"></script></head><body><div id="nav_container"><div id="nav_buttons"><ul class="nav"><li class="home_selected"><a href="?raen=home">home</a></li><li class="register"><a href="?raen=register">register</a></li><li class="download"><a href="?raen=download">download</a></li><li class="rankings"><a href="?raen=rankings">rankings</a></li><li class="media"><a href="?raen=media">media</a></li><li class="database"><a href="?raen=database">database</a></li><li class="forums"><a href="?raen=forums">forums</a></li><li class="cpanel"><a href="?raen=cpanel">cpanel</a></li></ul></div></div><div id="container"><div id="banner"></div><div id="under_banner"></div><div id="sidebar_header"><div id="sidebar_server"></div></div><div id="sidebar_body"><div id="sidebar_text"> Raen Side Bar</br></div></div><div id="toolbar"><div id="toolbar_border"></div><table id="toolbar_table"><tr><td class="toolbar_td_first"><div id="toolbar_logo"></div></td><td class="toolbar_td"> Raen Tool Bar </td></tr></table></div><div id="txtcontainer"><br /><div id="tab_container"><div class="tab" onclick="javascript: makeRequest('info', 'templates/Raen/home/info.ajax.php', '?r=news');"><h3 class="tab_text">News</h3></div><div class="tab" onclick="javascript: makeRequest('info', 'templates/Raen/home/info.ajax.php', '?r=events');"><h3 class="tab_text">Events</h3></div><div class="tab" onclick="javascript: makeRequest('info', 'templates/Raen/home/info.ajax.php', '?r=blogs');"><h3 class="tab_text">Blogs</h3></div><div class="boxholder"><div id="info"><div id="info_text"><p><strong>News</strong><br />[Update] News Goes Here</p></div></div></div></div></div></div></body></html>
 
That was before, now its more around .1, because it loads 8 queries from cache when the page is loaded. When there are more users on the site, you will see the difference, because that is when caching queries will be an advantage.
 
Maybe instead creating your own forum system, you could make it so it easily integrates with another forum, like SMF or MyBB
 
Maybe instead creating your own forum system, you could make it so it easily integrates with another forum, like SMF or MyBB

I coulddddd, but it would be more changeable and I'd be able to do more things that I want to do, if I just made my own.

Driver downloads I meant DirectX and **** on the dl page lol
 
True, and i guess it is less of a hassle to make your own, because you would need to edit every page in the forum scripts to use a different database for users xP

A suggestion would be an AJAX chat system.
 
Status
Not open for further replies.
Back