Build gallery help

Ask for help about FlashGot, no registration needed to post
Post Reply
ulysees

Build gallery help

Post by ulysees »

Hi anyone know how to buld galleries like for example the file may be aA7h.bmp Although time consuming is there any way to go from [a-0] ie a-z, A-Z, 1-0 case sensitive?

I hope that makes sense!
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Build gallery help

Post by therube »

I would think this to be quite inefficient & may not even accomplish what you want?

http://www.xyz.com/[a-z][A-Z][0-9][a-z].bmp

Even generating that creates about a 21 MB html document, much less loading it ;-).

Now that would cycle through each "placemarker"; aA0a ... aA0z ... aA9a ... aA9z ... zZ9z.
It would not give you an [a-z-A-Z-0-9] range in each of the four placemarkers.

Maybe with JavaScript, if there is something such as "isalphanumeric"?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8pre) Gecko/20100131 SeaMonkey/2.0.3pre
ulysees

Re: Build gallery help

Post by ulysees »

Thanks Yeah I need the second thing you said, thanks though :)
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Build gallery help

Post by Giorgio Maone »

You still didn't say whether there's an apparent "rule" in name generation which can be turned into an algorithm. If there's one, JavaScript expressions can help, otherwise Build Gallery won't work.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
Post Reply