View previous topic :: View next topic |
Author |
Message |
Lyfa The Lonely Man
Reputation: 12
Joined: 02 Nov 2008 Posts: 743
|
Posted: Sat Aug 28, 2010 12:38 pm Post subject: New avatar |
|
|
It changes on reload _________________
|
|
Back to top |
|
 |
the the the Master Cheater
Reputation: 46
Joined: 15 Jun 2008 Posts: 429
|
Posted: Sat Aug 28, 2010 12:41 pm Post subject: |
|
|
 |
|
Back to top |
|
 |
C-Dizzle Grandmaster Cheater
Reputation: 89
Joined: 16 Mar 2008 Posts: 623
|
Posted: Sat Aug 28, 2010 1:25 pm Post subject: |
|
|
That is actually pretty cool. |
|
Back to top |
|
 |
hkkx Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2009 Posts: 656
|
Posted: Sat Aug 28, 2010 2:16 pm Post subject: |
|
|
make me a avvy like that with pokemans and i will love you forever :D |
|
Back to top |
|
 |
Maes Advanced Cheater
Reputation: 10
Joined: 09 Apr 2009 Posts: 50
|
|
Back to top |
|
 |
Nirojan How do I cheat?
Reputation: 108
Joined: 16 Sep 2008 Posts: 0 Location: seshville
|
Posted: Sat Aug 28, 2010 2:57 pm Post subject: |
|
|
Nice.
How many images together? _________________
Quote: | yo i b 22 tryna make it in dis rap game but da steetz dont got luv for no wun na mean so im out hea tryna holla at da fams on dis innernet shit u no way i sayin |
|
|
Back to top |
|
 |
Lyfa The Lonely Man
Reputation: 12
Joined: 02 Nov 2008 Posts: 743
|
Posted: Sat Aug 28, 2010 5:48 pm Post subject: |
|
|
Code: | <?php header("Content-type: image/png");
$images=array();
$dir = @opendir('images/') or die("Unable to open");
$i=0;
while($file = readdir($dir)) {
if(is_dir($file))
continue;
else if($file != '.' && $file != '..' && $file != 'index.php') {
$images[$i] = "images/".$file;
$i++;
}
}
srand((double)microtime()*1000000);
$avatar = $images[rand(0,sizeof($images)-1)];
$newavatar = imagecreatefrompng($avatar);
imagealphablending($newavatar, true); // setting alpha blending on
imagesavealpha($newavatar, true);
imagepng($newavatar);
imagedestroy($newavatar);
closedir($dir);
?> |
It takes whatever images are in the folder /images/ _________________
|
|
Back to top |
|
 |
Nirojan How do I cheat?
Reputation: 108
Joined: 16 Sep 2008 Posts: 0 Location: seshville
|
Posted: Sat Aug 28, 2010 6:13 pm Post subject: |
|
|
the pacman one should only have the right eye _________________
Quote: | yo i b 22 tryna make it in dis rap game but da steetz dont got luv for no wun na mean so im out hea tryna holla at da fams on dis innernet shit u no way i sayin |
|
|
Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Sat Aug 28, 2010 7:22 pm Post subject: |
|
|
Wait so this creates avatar.png after I run it? |
|
Back to top |
|
 |
Lyfa The Lonely Man
Reputation: 12
Joined: 02 Nov 2008 Posts: 743
|
Posted: Sat Aug 28, 2010 8:30 pm Post subject: |
|
|
No. Make a folder called avatar.png. Save the above as index.php. Upload whatever images you want into a /images/ folder in the /avatar.png/ folder _________________
|
|
Back to top |
|
 |
1929394839292057839194958 Grandmaster Cheater Supreme
Reputation: 130
Joined: 22 Dec 2006 Posts: 1509
|
Posted: Sat Aug 28, 2010 8:31 pm Post subject: |
|
|
Wow, an image rotation script, what a new and cool thing to do. |
|
Back to top |
|
 |
Lyfa The Lonely Man
Reputation: 12
Joined: 02 Nov 2008 Posts: 743
|
Posted: Sat Aug 28, 2010 11:21 pm Post subject: |
|
|
konr wrote: | Wow, an image rotation script, what a new and cool thing to do. | I didn't say it was new or cool. I just said it's my new avatar. _________________
|
|
Back to top |
|
 |
1929394839292057839194958 Grandmaster Cheater Supreme
Reputation: 130
Joined: 22 Dec 2006 Posts: 1509
|
Posted: Sat Aug 28, 2010 11:21 pm Post subject: |
|
|
F3ar wrote: | konr wrote: | Wow, an image rotation script, what a new and cool thing to do. | I didn't say it was new or cool. I just said it's my new avatar. | Not talking to you. |
|
Back to top |
|
 |
Lyfa The Lonely Man
Reputation: 12
Joined: 02 Nov 2008 Posts: 743
|
Posted: Sat Aug 28, 2010 11:23 pm Post subject: |
|
|
mk _________________
|
|
Back to top |
|
 |
Stylised Grandmaster Cheater
Reputation: 20
Joined: 04 Nov 2008 Posts: 712
|
Posted: Sat Aug 28, 2010 11:25 pm Post subject: |
|
|
konr wrote: | F3ar wrote: | konr wrote: | Wow, an image rotation script, what a new and cool thing to do. | I didn't say it was new or cool. I just said it's my new avatar. | Not talking to you. |
I fucking lold. |
|
Back to top |
|
 |
|