Anyone knows a script that can change our site content based on the contents and time we already set. It might use database. Example...We got these plr articles and want our site content to change everyday with different article. Hope you guys understand what I meant
My guess is that you will have to write a custom script. with a little php and a good mysql db you can accomplish this. for example you could create 10 different templates and every time a user loads the page the php could randomly choose a template.