PDA

View Full Version : Ack! I can't choose...


OneManArmy
2003-06-18, 11:59 AM
http://hstrial-hjones2.homestead.com/files/oma.jpg

http://hstrial-hjones2.homestead.com/files/Oma1.gif

http://hstrial-hjones2.homestead.com/files/oma2.jpg

http://hstrial-hjones2.homestead.com/files/oma3.jpg

http://hstrial-hjones2.homestead.com/files/omacolor.gif

http://hstrial-hjones2.homestead.com/files/omaH.gif

http://hstrial-hjones2.homestead.com/files/omaspace.jpg

http://hstrial-hjones2.homestead.com/files/teeth.jpg


kinda sad isnt it? too much free time, not enough of it spent playing PS...

Onizuka
2003-06-18, 12:00 PM
do what squeeky does.... i dont know how to do it though

OneManArmy
2003-06-18, 12:01 PM
yea.. neither do I... I'm a code n00b... :(

NightWalker XI
2003-06-18, 12:53 PM
I like this one

http://hstrial-hjones2.homestead.com/files/omaH.gif

And fi you wanna make me some sigs like that go right ahead...:p

ZionsFire
2003-06-18, 01:06 PM
:stupid:

Mtx
2003-06-18, 01:13 PM
http://hstrial-hjones2.homestead.com/files/omaspace.jpg

TekDragon
2003-06-18, 01:47 PM
http://hstrial-hjones2.homestead.com/files/omaspace.jpg

Nuff said. If you did that by yourself id pay you some money if you'd make me a generic sig pic like that. Only thing is id like the left side to be a *tad* less smokey and the fire to stand out a bit more.

Ill PM you details.

Airlift
2003-06-18, 02:30 PM
http://hstrial-hjones2.homestead.com/files/Oma1.gif

OneManArmy
2003-06-18, 02:31 PM
airlift is a minimalist... i like that ;)

BladeRunner
2003-06-18, 03:10 PM
Squeeky uses a php page that probably has some very short and simple random image code as his IMG in his sig.

Hey I'm such a nice guy I think I'll spend the next 10 minutes finding the code for it.

BladeRunner
2003-06-18, 03:12 PM
<?php
#This script has been developped by Nenad Motika [[email protected]]
#Please feel free to use it and to contact me for any reason

//read folder
$folder=opendir(".");
while ($file = readdir($folder))
$names[count($names)] = $file;
closedir($folder);
//sort file names in array
sort($names);
//remove any non-images from array
$tempvar=0;
for ($i=0;$names[$i];$i++){
$ext=strtolower(substr($names[$i],-4));
if ($ext==".jpg"||$ext==".gif"||$ext=="jpeg"||$ext==".png"){$names1[$tempvar]=$names[$i];$tempvar++;}
}
//random
srand ((double) microtime() * 10000000);
$rand_keys = array_rand ($names1, 2);
//random image from array
$slika=$names1[$rand_keys[0]];
//image dimensions
$dimensions = GetImageSize($slika);
if (isset($pic)){header ("Location: $slika");}
else {echo "<img src=\"$slika\" $dimensions[3]>";}
?>



Disclaimer: I didn't try this, so it may take some tweaking.

Sp3ctre
2003-06-18, 03:14 PM
I like the top one

r3d
2003-06-18, 03:24 PM
Originally posted by OneManArmy
http://hstrial-hjones2.homestead.com/files/omaspace.jpg

Fo sho.

Hamma
2003-06-18, 03:56 PM
I used my nazi admin powers to get Squeekys code while he is away.
<?php
//read folder
$folder=opendir("." );

$names = Array();

while ($file = readdir($folder))
$names[count($names)] = $file;

closedir($folder);

//sort file names in array
sort($names);

//remove any non-images from array
$tempvar = 0;
foreach ($names as $name)
{
$ext = strtolower(substr($name,-4));
if ($ext==".jpg"||$ext==".gif"||$ext=="jpeg"||$ext==".png" )
$names1[] = $name;
}
//random
srand ((double) microtime() * 10000000);
$rand_keys = array_rand ($names1, 2);
//random image from array
$slika = $names1[$rand_keys[0]];
//image dimensions
$dimensions = GetImageSize($slika);
header ("Location: http://staff.planetside-universe.com/squeeky/Sigs/$slika" )
?>

Just put all the files in the same folder, and create a file called "sig.php" or something, link to it as if it was an image.

edit: obviously change the "header"

The President
2003-06-18, 10:27 PM
Dude, you can't go wrong with Master Chief.

-The President:sniper:

�io
2003-06-18, 10:39 PM
Originally posted by OneManArmy
http://hstrial-hjones2.homestead.com/files/oma2.jpg

http://hstrial-hjones2.homestead.com/files/omaspace.jpg

One of those 2.

Also FYI Hamma requested that you but stat boxes under your sig pic not beside it. :)