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)
-   -   What script is this? (https://gfy.com/showthread.php?t=777019)

horvy 10-16-2007 12:08 PM

What script is this?
 
I was always wondering how TGP's rotate the images of their days, so that if its tuesday (lets say) then the image they made of their Tuesday text shows up instead of "todays galleries". Like at bunnyteens.com - thanks for the help

GrouchyAdmin 10-16-2007 12:27 PM

Probably just a crontab. It's trivial to do in any scripting language.

<?php
switch (date("n")) {
case 1:
@symlink("monday.gif", "today.gif");
break;
case 2:
@symlink("tuesday.gif", "today.gif");
break;
...
} ?>

GrouchyAdmin 10-16-2007 12:29 PM

Probably just a crontab. It's trivial to do in any scripting language.

<?php
switch (date("n")) {
case 1:
@symlink("monday.gif", "today.gif");
break;
case 2:
@symlink("tuesday.gif", "today.gif");
break;
...
} ?>


All times are GMT -7. The time now is 06:19 AM.

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