EDIT: Suggestions for simple CMS scripts

MBony

Platinum Member
Sep 16, 2003
2,990
0
76
Sorry if I am being too vague, please let me know if you have questions, but here is what I'd like to know.

Lets say I created a CMS (content management system) site and integrated Gallery into it. I got a desired layout and stopped working on the design. Then I wanted others to be able to have access on my server to create a duplicate site for their own use and have it named theirsite.domain.com.

Is this what cron jobs are used for?
 

Drakkon

Diamond Member
Aug 14, 2001
8,401
1
0
if your server allows for it (mine will at least) you can do it all with PHP and a little bit of directory creation.
Like my site allows you to create directories on the root called (theirsite.domain.com) whcih will in turn become subdomains. Then you just take the orig site folder (or just a config file /w redireects) and copy it there with the correct variables and bam your good to go.
 

MBony

Platinum Member
Sep 16, 2003
2,990
0
76
Any suggestions for simple CMS scripts? I don't think I need all the bells and whistles, but easy customization for end users would be nice.
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
cron is a *nix daemon that runs user commands at specified time intervals. I don't think it has anything to do with what you're asking.