Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Vinnie Tesla: I'll try that ;) I don't know anything about this script language, but doesn't it allow to use simple loops (like other languages- C++ or PHP etc.)? If yes, a loop like this could be added:
greetz,
|
|
|
Neme is pretty much right. Server number doesn't matter, but HDD number does. Fortunately, all items in a given gallery generally have the same HDD number, and the only values I've encountered are 1 or 2. Thus, the extremely graceless but usable workaround I've found is to keep the script open in a text editor. If a gallery doesn't load right, I toggle between 1 and 2, save the script, and reload the page. |
|
|
Unfortunately neither of these works for me :/
If someone could fix it, it would be great :)
greetz,
|
|
|
Here's a one-line quick fix that appears to get around the altered URL format: Replace line 81 of RadioK's script ("objAnchors[intAnchorsPos].href = objAnchors[intAnchorsPos].firstChild.src.match(".+//[^/]+") + "/files666/" + objAnchorQueryFile[1] + ".jpg";) with
I've only been testing it for five minutes, but it appears to work so far. In particular, it works beautifully with the DownThemAll extension. |
|
|
In the end of the script, replace: objAnchors[intAnchorsPos].href = objAnchors[intAnchorsPos].firstChild.src.match(".+//[^/]+") + "/files666/" + objAnchorQueryFile[1] + ".jpg"; with objAnchors[intAnchorsPos].href = objAnchors[intAnchorsPos].firstChild.src.match(".+//[^/]+") + "/img.php?id=" + objAnchorQueryFile[1]; ..it should work again ;) |
|
|
same problem. It is not working. Forbidden Access to this resource on the server is denied! Powered By LiteSpeed Web Server Lite Speed Technologies is not responsible for administration and contents of this web site! It is a shame because doing 1 image at a time really bites, lol. Anyone know of another solution? thank you much for this script. I hope you can get it working again soon. T |
|
|
It's not working now, seems they did something with the referers or added checks :( The page says: 403 Forbidden
|
|
|
Ha dejado de Funcionar ?? |
|
|
"you could just take all the preview images, reform their source and have the gallery load all the full images instead of thumbnails" Please do that it will be great!!!
|
|
|
How can one use this script. |