GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   script that let users customise your website (https://gfy.com/showthread.php?t=89011)

funkmaster 11-19-2002 04:27 AM

script that let users customise your website
 
looking for a script that letīs users customize the website, nothing special ... just let them choose their colors and stuff ... help me out !!

justsexxx 11-19-2002 04:56 AM

Maybe somthing like this?

http://www.scriptbreaker.com/examples/bgcchanger.asp

And over "the rest"what do you mean? That they can manage their bookrmarks and stuff or something?

Amdre

funkmaster 11-19-2002 05:05 AM

... no,no ... I just want to give them different layouts to choose from, somethin like http://www.alltheweb.com/help/alchemist/gallery.html ... but not that comlicated, only different color settings (bgcolor/linkcolor ... etc.)

I think itīs called "XML based on cookies" , so everytime they come back they will see the website like they want to ... I just canīt find anything.

DragonAss 11-19-2002 05:09 AM

function barf($stylesheet)
{
switch($stylesheet)
{
case 'red': return 'red.css';
case 'blue': return 'blue.css';
case 'ugly': return 'ugly.css';
default: return 'normal.css';
}
}


Then

<link rel="stylesheet" type="text/css" href="<?php echo barf($_COOKIE['my_style'])?>">


(sorry: php coding don't show up too pretty here)

Then have fun making style sheets. :)


All times are GMT -7. The time now is 10:31 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123