ImageCASH direct images

By radiok Last update Sep 23, 2005 — Installed 8,272 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 11 posts, 9 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
neme User

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:
"if hdd=1 gives "404 Not Found" try hdd2 instead" :)
The other thing which is very interesting is that most of the files are in folder:
/backups/files92802/
and not in:
/files666/
so i wonder how it works ?:)
Maybe there are just copies of files.

greetz,
neme

 
Vinnie Tesla Scriptwright

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.

 
neme User

Unfortunately neither of these works for me :/
The code posted by Vinnie Tesla might work but it's not universal because of this:
/img.php?server=4&hdd=1
as you can see it only get pics if they're on server 4 and hdd 1. Other stuff might be on different servers.

If someone could fix it, it would be great :)
There is also a script by darodi, you can try if it works for you:
http://userscripts.org/scripts/show/3837
It doesn't work for me lately but mabe it's a problem with my FF.

greetz,
neme

 
Vinnie Tesla Scriptwright

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
objAnchors[intAnchorsPos].href = objAnchors[intAnchorsPos].firstChild.src.match(".+//[^/]+") + "/img.php?server=4&hdd=1&id=" + objAnchorQueryFile[1] + ""

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.

 
darodi Scriptwright

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 ;)

 
tauras911 User

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

 
chapas User

It's not working now, seems they did something with the referers or added checks :(

The page says: 403 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!

 
Jaime User

Ha dejado de Funcionar ??

 
t3st3r User

"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!!!
thxxxx

 
maya iyer User

How can one use this script.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel