Welcome to Gaia! ::

Reply Meri & Kimi's Inc.
The Chatterbox: Where business is busy. Goto Page: [] [<<] [<<] [<] 1 2 3 ... 1306 1307 1308 1309 1310 1311 ... 6124 6125 6126 6127 [>] [>>] [>>] [»|]

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

Miriam The Bat

PostPosted: Fri Aug 05, 2005 7:44 pm


Ah, I''ll deal with that later, the cheap script is good enough for me now.
PostPosted: Fri Aug 05, 2005 7:50 pm


*ish playing around with the word bubbles on the new storyline stuff* whee


Tiana Sidhe


Invisible Exhibitionist

42,725 Points
  • Toy Drive Tycoon 400
  • Wing Mastery 100
  • Alchemy Level 10 100

Unknown Variable
Crew

Familiar Citizen

PostPosted: Fri Aug 05, 2005 7:50 pm


Roffles.


$folder = '.';

$extList = array()
$extList['gif'] = 'image/gif';
$extList['jpg'] = 'image/jpeg';
$extList['jpeg'] = 'image/jpeg';
$extList['png'] = 'image/png';

$img = null;

if (substr($folder,-1) != '/') {
$folder = $folder.'/';
}

if (isset($_GET['img'])) {
$imageInfo = pathinfo($_GET['img'])
if (
isset( $extList[ strtolower( $imageInfo['extension'] ) ] ) &&
file_exists( $folder.$imageInfo['basename'] )
) {
$img = $folder.$imageInfo['basename']
}
} else {
$fileList = array()
$handle = opendir($folder)
while ( false !== ( $file = readdir($handle) ) ) {
$file_info = pathinfo($file)
if (
isset( $extList[ strtolower( $file_info['extension'] ) ] )
) {
$fileList[] = $file;
}
}
closedir($handle)

if (count($fileList) > 0) {
$imageNumber = time() % count($fileList)
$img = $folder.$fileList[$imageNumber]
}
}
if ($img!=null) {
$imageInfo = pathinfo($img)
$contentType = 'Content-type: '.$extList[ $imageInfo['extension'] ]
header ($contentType)
readfile($img)
} else {
if ( function_exists('imagecreate') ) {
header ("Content-type: image/png")
$im = @imagecreate (100, 100)
or die ("Cannot initialize new GD image stream")
$background_color = imagecolorallocate ($im, 255, 255, 255)
$text_color = imagecolorallocate ($im, 0,0,0)
imagestring ($im, 2, 5, 5, "IMAGE ERROR", $text_color)
imagepng ($im)
imagedestroy($im)
}
}
?>


Copy and paste the code into a new file, and name it "random.php". Place the file inside a seperate folder with the images you want to be randomized. Then use an image tag in your signature where the url leads to random.php. 3nodding

It should work on Gaia~
PostPosted: Fri Aug 05, 2005 7:52 pm


*looks at alex's file* ooh... eek


cardi


Cat


Unknown Variable
Crew

Familiar Citizen

PostPosted: Fri Aug 05, 2005 7:54 pm


4laugh
PostPosted: Fri Aug 05, 2005 8:51 pm


ninja *randomness*
User Image


Tiana Sidhe


Invisible Exhibitionist

42,725 Points
  • Toy Drive Tycoon 400
  • Wing Mastery 100
  • Alchemy Level 10 100


cardi


Cat

PostPosted: Fri Aug 05, 2005 9:02 pm


rofl that's a good one 3nodding
PostPosted: Fri Aug 05, 2005 10:11 pm


*bricks cardi*

@___x;; a monocle for every slime?!

LadyDelaidra
Crew

Romantic Prophet



cardi


Cat

PostPosted: Fri Aug 05, 2005 10:13 pm


LadyDelaidra
*bricks cardi*

@___x;; a monocle for every slime?!

gonk if it's not possible, that's okay gonk
PostPosted: Fri Aug 05, 2005 10:14 pm


cardi
LadyDelaidra
*bricks cardi*

@___x;; a monocle for every slime?!

gonk if it's not possible, that's okay gonk


xD it's fine. It'll just take a while. ^___^
And I may have to cheat. >>;;

LadyDelaidra
Crew

Romantic Prophet



cardi


Cat

PostPosted: Fri Aug 05, 2005 10:17 pm


LadyDelaidra
cardi
LadyDelaidra
*bricks cardi*

@___x;; a monocle for every slime?!

gonk if it's not possible, that's okay gonk


xD it's fine. It'll just take a while. ^___^
And I may have to cheat. >>;;

yayness! heart

cheat? uh...dunk the monocled green slime into buckets of paint? ninja
PostPosted: Fri Aug 05, 2005 10:17 pm


xD Something like that.

LadyDelaidra
Crew

Romantic Prophet


LadyDelaidra
Crew

Romantic Prophet

PostPosted: Fri Aug 05, 2005 10:36 pm


ninja
PostPosted: Fri Aug 05, 2005 10:53 pm


*pictures slimes bobbing and splashing paint everywhere* whee


cardi


Cat


sailornorthstar

Generous Giver

PostPosted: Fri Aug 05, 2005 11:33 pm


hugs all
Reply
Meri & Kimi's Inc.

Goto Page: [] [<<] [<<] [<] 1 2 3 ... 1306 1307 1308 1309 1310 1311 ... 6124 6125 6126 6127 [>] [>>] [>>] [»|]
 
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum