Random avatar
6 posts
• Page 1 of 1
- Turok
Random avatar
someone know how to make it happen, where you have a website and lets say you got 20 avatars. So when somelooks at your post the avatar changes each time he returns to your post?
Or it cycles like every 15 mins or so?
Or it cycles like every 15 mins or so?
Bingo

<?php
/*
In the forum you visit where it asks for the url
of your avatar just give the file name and address
of this script and you will have a random avatar!
Enjoy!
*/
$avatars = array (1 => "avatar1.gif", "avatar2.gif", "avatar3.gif"); //Your Avatar filenames
$url = 'http://www.yourwebaddress.com/images/avatars/'; //Your or the site/dir they are located
$avatar_number = rand(1,3); //Change 3 with the number of Avatars you have
$rand_avatar = "$avatars[$avatar_number]";
header("Location: $url" . "$rand_avatar");
?>
6 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 13 guests