[HELP] I Need BIG Help!! :D

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 25, 2009
Messages
43
Reaction score
0
I have 2 questions:

1.how do i make a irose website like everyone else.

2. how come no one can see my rose web cms website??

thanks in advance :D:

:thumbup::thumbup::thumbup:
 
1) You learn to code HTML, CSS, Javascript and PHP then make one.... Or you just use a ready made one that you can find all over the place.

2) You need to make your website public. Let people know your WAN IP address (find out what it is ) or even better get a no-ip address from . You also need to forward port 80 through your router or firewall. Some ISPs block port 80 so you might need a port redirect using some other port such as 4040. no-ip.com can set that up for you too.
 
just google for a Rose CMS.

I can let you have the source for if you are interested.
This is the one i started developing for my server a couple of years ago but I'm working with a new design now so this is up for grabs.
It's not 100% finished. there were some features i planned to add but never got around to. But it's pretty much operational and will do everything you need of a CMS

or you can torrent one

you can find these things all over the place.
 
Last edited:
here's the source for the KTRose_FreeWeb CMS

I will provide support for the code as long as you keep my google ads in place.
You can remove them if you like but if you do, don't expect any help with developments or debugging.
It took a lot of time and effort to develop this CMS so I'm really not just going to give it away for nothing.
I run a business for this kind of stuff :8:

We will give you a custom flash header if you like too :thumbup:

The zip contains the entire website in a folder.
Just place this folder into the root of your webserver.
For example if you use xampp then the path to the folder will be

C:\\xampp\htdocs\ktrose_freeweb\

if you view it from your own machine the url will be localhost/ktrose_freeweb

if you want to make it public the url will be

your IP\ktrose_freeweb

or something like this if you use no-ip.com to get yourself a no-ip address


You should obviously change the name of the folder to whatever your server is called. :P:

once you have put the folder into your root webserver, you will need to edit include\config.php
the site uses this file to get the details about your database and server. you can also set up the options for the "rankings" page to show or hide GMs and to sort by either XP or level. (other options could be added here if needed)

let me know if you need any help

If you want to set up any stuff in the main welcome page just open include\welcome.php in a text editor. (I recommend )
It is real easy to add stuff to the news scroller. Just edit one of teh existing entries or copy the entire line of code and paste in a brand new one. there's no limit to the number you can put in. The javascript code will handles them all

Well anyway. Enjoy and give me your feedback.
 

Attachments

is xampp running?
you can either install xampp as a service in which case it will start up when you boot up your computer. If it is running this way you will see a small orange icon in notifications area of your taskbar, probably next to the little speaker icon

If it is not installed as a service then you have to run it manually from xampp\xampp_start.exe

What happens when you type localhost into your browserURL bar?
You should get a xampp introduction web page. If you don't then there is a problem with xampp itself.
 
Status
Not open for further replies.
Back