Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bomy Island Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=80)
-   -   Giflist (https://forums.graalonline.com/forums/showthread.php?t=20662)

funnylinkp2p 01-08-2002 08:10 AM

Giflist
 
1 Attachment(s)
I dont know if anyone has attempted this but i am trying to make a list of all the gifs and making a txt file that lists like what the waterfall gif is and stuff well here is how far i got

spi 01-08-2002 08:12 AM

ahh

funnylinkp2p 01-08-2002 08:14 AM

mmmm i deserve a cookie :D more like 2 1 vanilla and 1 ****anut cream and 1 chocklate chip....

Zulithe 01-08-2002 08:14 AM

good luck, but many of the gifs are now .png or .mng so don't overlook those!

Er1c 01-08-2002 08:15 AM

If you upload all of the webgifs to a web server with php, you could use this to make a list of all of the graphics... little easier then browsing through each one.
PHP Code:

<?php
  $folderpath 
"PATH/TO/FILES";
  if (
$dir = @opendir($folderpath)) {
    while ((
$file readdir($dir))!==false) {
      if (
$file!="." && $file!="..")
        echo 
"$file\n<br>\n";
    }
    
closedir($dir);
  }
?>

and if you want the graphics to show next to the name:
PHP Code:

<?php
  $folderpath 
"PATH/TO/FILES";
  if (
$dir = @opendir($folderpath)) {
    while ((
$file readdir($dir))!==false)
      if (
$file!="." && $file!="..")
        echo 
"<img src=\"$file\"> $file\n<br>\n";
    
closedir($dir);
  }
?>


funnylinkp2p 01-08-2002 08:16 AM

cowgirlbeebop siggie change auto thingy? or she change it? because her kitty cat was making me look at her siggy

Er1c 01-08-2002 08:17 AM

btw, i didn't test that yet... if it doesnt work tell me what line it said was messed up and ill fix it for you

funnylinkp2p 01-08-2002 08:17 AM

buttt.....all the gifs like azn_cow_little_big_thinngy_make_you_not_find_this. png wont help

Er1c 01-08-2002 08:18 AM

its easier then opening each graphic... you just look at one webpage and it will list all the names with a picture of the graphic next to it

funnylinkp2p 01-08-2002 08:22 AM

gimme a good site that hosts phps then :/

psichill 01-08-2002 08:41 AM

That would be kinda cool haveing a picture of every webgif..


All times are GMT +2. The time now is 03:31 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.