The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Link coming soon =)
$logdir='/home/<your username>/public_html/poll/logs/' EDIT:
How to Install:
1. Setting the variables.
- Open the script (pollnow.cgi) and change the following variables.
- The path to the directory containing the log and IP log files.
$logdir='/home/mydirectory/logs/';Do you know what path I should put? I think I went with
$logdir='/poll/logs/';with the poll folder in the cgi-bin folder. Hmm perhaps I needed to change the folder permissions or I did put the paths incorrectly.
Oh well I'll just click on one of his ads and we'll call it even.
@keys= keys %Rotation;
$count=@keys;
$select = $keys[($IsDST % $count)]; Using the Month day only makes sense if you have a few entries, using day of the year is better.
# pick one at random
@keys= keys %Rotation;
$select = $keys[rand @keys];to...
@keys= keys %Rotation;
$count=@keys;
$select = $keys[($Month_Day % $count)]; It'll only change daily now. Its not a random pick though, it uses the month day to rotate through the array of selections but I suppose its good enough for your purposes.
And dont pout. ;)