Author Topic: Dynamic loveUAL PHP INTERCOURSE Images  (Read 1868 times)

Most of them are random image generators, but I did write a few more useful ones.
The title is misleading to get you friends to look.


My first random image.

Requested.

Requested.

Another random image, a variation of the first.

Just messin' around with random lines, still.

A hit counter.  It works and I'm working on making the maker work again.

My name hidden in a flurry of lines (Requested by Sabbin23)
« Last Edit: July 21, 2009, 03:51:35 PM by Azimuth »


Also, please give me something to make.  I'm bored out of my   minddddd. ! ! !

"Azimuth" hidden in a flurry of colorful lines.


"Azimuth" hidden in a flurry of colorful lines.

It's a bit obvious but it is a bit hard at first without a good eye ;)

Block Builder:  Lol'd

Moar requests please.

Make a Hard hidden one that says "BLOCKALND ROOLS"

Fjeld multi colored in a flurry of lines



It's a little harder.

Lol'd at the name change.

Fjeld multi colored in a flurry of lines
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: [Select]
<?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);
?>

Yes I know it sucks but I don't care.



It's a little harder.
i only see BLOCK         LS

i only see BLOCK         LS
thats because its hidden

WHERES THE INTERCOURSE FFFFFFFFFFFFFFFFFF


No really, not bad. Creative way of making art.