Quote:
Originally Posted by nhawk
|
Quote:
Originally Posted by Scalemotorcars
Forgive my ignorance but how exactly would I do that? Is it a white-list setting or ???
|
You would do this with a query from phpmyadmin, such as:
Code:
UPDATE post SET pagetext=REPLACE(pagetext, 'http://www.hostingpics.net/viewer.php?id=', 'http://img11.hostingpics.net/pics/')
This can be time consuming and a server killer, but then you would be able to import the pictures normally. Maybe you will have to run this query locally with a very large timeout. It isn't however a guarantee to work, and the img11 suggests there are at least 11 different solutions for one problem ...
Normally you would first run a script to see if all the images are coming from the same server and then apply a global query which solves links in bunches.