Graal Forums  

Go Back   Graal Forums > PlayerWorlds > Bomy Island Main Forum
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-08-2002, 08:10 AM
funnylinkp2p funnylinkp2p is offline
Registered User
Join Date: Nov 2001
Location: Ohio
Posts: 105
funnylinkp2p is on a distinguished road
Send a message via AIM to funnylinkp2p
Giflist

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
Attached Files
File Type: txt textpic.txt (4.9 KB, 159 views)
__________________
[img]http://rick.*******ers.net/ss/users/funnylink/[/img]
Reply With Quote
  #2  
Old 01-08-2002, 08:12 AM
spi spi is offline
mmm cookies..
spi's Avatar
Join Date: May 2001
Location: NOT CANADA
Posts: 2,769
spi is on a distinguished road
Send a message via AIM to spi Send a message via Yahoo to spi
ahh
Reply With Quote
  #3  
Old 01-08-2002, 08:14 AM
funnylinkp2p funnylinkp2p is offline
Registered User
Join Date: Nov 2001
Location: Ohio
Posts: 105
funnylinkp2p is on a distinguished road
Send a message via AIM to funnylinkp2p
mmmm i deserve a cookie more like 2 1 vanilla and 1 ****anut cream and 1 chocklate chip....
__________________
[img]http://rick.*******ers.net/ss/users/funnylink/[/img]
Reply With Quote
  #4  
Old 01-08-2002, 08:14 AM
Zulithe Zulithe is offline
Gunslinger
Zulithe's Avatar
Join Date: Mar 2001
Location: San Francisco, CA
Posts: 3,609
Zulithe will become famous soon enough
Send a message via AIM to Zulithe Send a message via Yahoo to Zulithe
good luck, but many of the gifs are now .png or .mng so don't overlook those!
__________________
Reply With Quote
  #5  
Old 01-08-2002, 08:15 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
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);
  }
?>
__________________
Eric Kraft
Reply With Quote
  #6  
Old 01-08-2002, 08:16 AM
funnylinkp2p funnylinkp2p is offline
Registered User
Join Date: Nov 2001
Location: Ohio
Posts: 105
funnylinkp2p is on a distinguished road
Send a message via AIM to funnylinkp2p
cowgirlbeebop siggie change auto thingy? or she change it? because her kitty cat was making me look at her siggy
__________________
[img]http://rick.*******ers.net/ss/users/funnylink/[/img]
Reply With Quote
  #7  
Old 01-08-2002, 08:17 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
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
__________________
Eric Kraft
Reply With Quote
  #8  
Old 01-08-2002, 08:17 AM
funnylinkp2p funnylinkp2p is offline
Registered User
Join Date: Nov 2001
Location: Ohio
Posts: 105
funnylinkp2p is on a distinguished road
Send a message via AIM to funnylinkp2p
buttt.....all the gifs like azn_cow_little_big_thinngy_make_you_not_find_this. png wont help
__________________
[img]http://rick.*******ers.net/ss/users/funnylink/[/img]
Reply With Quote
  #9  
Old 01-08-2002, 08:18 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
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
__________________
Eric Kraft
Reply With Quote
  #10  
Old 01-08-2002, 08:22 AM
funnylinkp2p funnylinkp2p is offline
Registered User
Join Date: Nov 2001
Location: Ohio
Posts: 105
funnylinkp2p is on a distinguished road
Send a message via AIM to funnylinkp2p
gimme a good site that hosts phps then :/
__________________
[img]http://rick.*******ers.net/ss/users/funnylink/[/img]
Reply With Quote
  #11  
Old 01-08-2002, 08:41 AM
psichill psichill is offline
Where's Princess Garnet..
psichill's Avatar
Join Date: Nov 2001
Location: In my chair ;D
Posts: 1,713
psichill is on a distinguished road
That would be kinda cool haveing a picture of every webgif..
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:10 AM.


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