Hi I am wondering if there is a way for me to build a gallery without all the dead links. Here is what I got:
http://www.example.com/Sh49/dhf9/picture10.jpg
Now the picture10 part can be done [1-10;1]
But the sh49/dh49 are always the same so the next one would be sh50/dh50
if i do sh[01-50;1]/dh[01-50;1] i will get a ton of wasted links is there anyway to make it just go sh49/dh49, sh50/dh50, sh51/dh51 and so on?
[RESOLVED] Build a Gallery help
[RESOLVED] Build a Gallery help
Last edited by Tom T. on Sat Dec 17, 2011 9:54 am, edited 1 time in total.
Reason: mark as resolved
Reason: mark as resolved
Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0
Re: Build a Gallery help
Code: Select all
www.example.com/Sh[01-50]/dhf[$01]/picture[1-10].jpg
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 NT 6.1; rv:5.0) Gecko/20110706 Firefox/5.0 SeaMonkey/2.2
Re: Build a Gallery help
Awesome thank you very much!
Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0
Re: Build a Gallery help
Hi There !
I have already browsed the this forum. I have not found a working answer to my problem.
Next, I put a couple of examples
orginal address:
http://xyz.com/files/files/[01-01;1]/[27-27;1]/[84-84;1]/[00-99;1]/[1278400-1278499;1]_large.jpg (This works just fine. However, the problem is a large memory consumption, because of incorrect addresses will be much)
http://xyz.com/files/files/[01-01;1]/[27-27;1]/[84-84;1]/[$01]/[1278400-1278499;1]_large.jpg (This option not work)
http://xyz.com/files/files/[01-01;1]/[27-27;1]/[84-84;1]/[00-99;1]/[12784[$01]_large.jpg (not work..)
http://xyz.com/files/files/[01-01;1]/[27-27;1]/[84-84;1]/[$01]/[12784$01]_large.jpg (not work..)
So the problem is, the directory and filename of the one-time change does not work.
Thank you for your answer!
Sorry my bad english!
I have already browsed the this forum. I have not found a working answer to my problem.
Next, I put a couple of examples
orginal address:
Code: Select all
http://xyz.com/files/files/01/27/84/80/1278480_large.jpg
http://xyz.com/files/files/01/27/84/81/1278481_large.jpg
http://xyz.com/files/files/01/27/84/82/1278482_large.jpg
http://xyz.com/files/files/01/27/84/83/1278483_large.jpg
http://xyz.com/files/files/[01-01;1]/[27-27;1]/[84-84;1]/[$01]/[1278400-1278499;1]_large.jpg (This option not work)
http://xyz.com/files/files/[01-01;1]/[27-27;1]/[84-84;1]/[00-99;1]/[12784[$01]_large.jpg (not work..)
http://xyz.com/files/files/[01-01;1]/[27-27;1]/[84-84;1]/[$01]/[12784$01]_large.jpg (not work..)
So the problem is, the directory and filename of the one-time change does not work.
Thank you for your answer!
Sorry my bad english!

Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0
Re: Build a Gallery help
Somebody help me,please!
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0
Re: Build a Gallery help
This work, as a simple example?
Then, with a larger range:
Code: Select all
http://xyz.com/files/files/01/27/84/[80-89]/12784[$01]_large.jpg
Code: Select all
http://xyz.com/files/files/01/27/84/[00-99]/12784[$01]_large.jpg
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 NT 5.1; rv:10.0a2) Gecko/20111214 Firefox/10.0a2 SeaMonkey/2.7a2
Re: Build a Gallery help
therube wrote:This work, as a simple example?Then, with a larger range:Code: Select all
http://xyz.com/files/files/01/27/84/[80-89]/12784[$01]_large.jpg
Code: Select all
http://xyz.com/files/files/01/27/84/[00-99]/12784[$01]_large.jpg
This works fine! Thankyou! I mean it! Thankyou!
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0