PDA

View Full Version : Making a site "rebrander"


sina94
09-21-2003, 06:05 AM
Following the same concept of an e-book rebrander...I want to be able to give my site to other people and let them be able to personalize it. (Ex. change www.website.com/user=myusername to www.website.com/user=yourusername). Does anybody know how I can do it?

oracleguy
09-21-2003, 06:12 AM
In what way?

You mean something like my.yahoo.com or something?

sina94
09-21-2003, 06:27 AM
Like for affiliate programs. The link in my signature will take you to the old version of the site. I'm trying to get a rebrander of sorts set up for the new one I'm working on. I want kind of like an MLM type thing or something...I want to give my site to other people but allow them to put their referral links within it. So far the only way to do that that I've found is to put the source in Word and highlight all the URLs that need changed.

sina94
09-22-2003, 03:09 PM
What I really need is to have a "member's page" where all the urls can be put, and then have a script that get's the urls from that page. I don't know If that works. I don't know if that works, but I need the form to save the values permanently, then have the rest of the website recall the values for the urls. Maybe this makes more sense?

oracleguy
09-22-2003, 07:08 PM
To do what you are trying, you'll need to use a server side language such as asp or php and you'll need to use a database to store the information.

sina94
09-23-2003, 01:03 AM
Perhaps somebody could get me something in Perl. I thinking about taking up Perl so that'd be the most effecient thing to get it in. If somebody can throw me something I'd be grateful.