Off Topic > Off Topic
Dynamic loveUAL PHP INTERCOURSE Images
|Shadow:
Lol'd at the name change.
Azimuth:
--- Quote from: Fjeld on July 21, 2009, 03:53:39 PM ---Fjeld multi colored in a flurry of lines
--- End quote ---
No, come up with something more intresting. I'm god damn bored and I only have to change a few lines of code from this:
--- Code: ---<?php
$image = ImageCreate(250,100);
$randc = ImageColorAllocate($image,rand(0,255),rand(0,255),rand(0,255));
$nrand = ImageColorALlocate($image,rand(0,100),rand(0,100),rand(0,100));
ImageFill($image,0,0,$nrand);
for($i=0;$i<150;$i++)
{
ImageLine($image,rand(0,249),rand(0,99),rand(0,249),rand(0,99),ImageColorAllocateAlpha($image,rand(0,255),rand(0,255),rand(0,255),127));
}
ImageString($image,rand(0,200),rand(0,85),50,"Azimuth",$randc);
for($j=0;$j<50;$j++)
{
ImageLine($image,rand(0,249),rand(0,99),rand(0,249),rand(0,99),ImageColorAllocateAlpha($image,rand(0,255),rand(0,255),rand(0,255),rand(0,127)));
}
header("Content-type: image/png");
ImagePNG($image);
ImageDestroy($image);
?>
--- End code ---
Yes I know it sucks but I don't care.
Ozkia:
--- Quote from: Azimuth on July 21, 2009, 03:54:45 PM ---
It's a little harder.
--- End quote ---
i only see BLOCK LS
Azimuth:
--- Quote from: Ozkia on July 21, 2009, 03:59:46 PM ---i only see BLOCK LS
--- End quote ---
thats because its hidden
General Nick:
WHERES THE INTERCOURSE FFFFFFFFFFFFFFFFFF
No really, not bad. Creative way of making art.