Quote:
Originally Posted by Daisyboo
Is there a limit on how many avatars will rotate?
Sorry I'm a bit confused lol
Does this mean a member can add their own avatars to rotate or just the ones provided by me?
|
I believe it will read number one up until it ends i.e. 1.gif, 2.gif, 3.gif...33.gif etc per the code here:
Code:
srand((double)microtime()*1000000);
$picnum = rand(0, sizeof($filelist) - 1);
header("Location: " . $filelist[$picnum]);
Where I take it filelist means it's reading for the 1/2/3.gif's etc
Quote:
Originally Posted by nomoreturn@hotm
|
Quote:
Originally Posted by Frondy
At last step, when I put the link to rotate.gif following error apears:
"Imageinfo Failed: "
what could be wrong?
Thanks
Edit:
Ops, I see the same post above mine, sorry
|
See below
Quote:
Originally Posted by just.b.jealous
Likewise- I get the "Imageinfo Failed: " error message as soon as I try to upload the rotate.gif (/php'd file)
|
See below
Quote:
Originally Posted by just.b.jealous
Help from anyone would be greatly appreciated by many.
|
Make sure you have modified your current .htaccess file with this:
Code:
<Files rotate.gif>
ForceType application/x-httpd-php
</Files>
That has to be done, if your not familiar with .htaccess please post below, IF you have followed all the instructions, dotted all i's and crossed all t's then next thing we need to determine is whether it's something else in your htaccess or perhaps a avatar type of mod you have previously installed.
Mike
PM me if I do not reply promptly and provide a link to this thread - thanks!