Hi,
I'm pretty sure this features does work.
You can test it with the following url in url.txt:
http://twg.tw.funpic.de/pictures/Davos/
image.php is not quite easy but because it's only some big swiches not that hard either (And I have cleaned it up in my local build too
.)
But the actual work is not done there!
TWG is scanning the html of the page where the remote images should be - normally this is only a files listing from a remote folder (paste the url above into your browser and you'll see).
What is the url you are using?
because the example below is of course wrong.
What TWG does is to scan for the images (*.jpg's there) and add these names to your url.txt url!! I your case this it totally nonsense because I think you have directly linked to the remote host images..
You would have to modify the function checkurl
in the inc/fielfunctions.inc.php that it would not return the url (that is added in from of the images) but an empty String !
/Michael