Hi,
some time ago, i have tried to do something like that.
(i'vent more time to spent with preg_XXX functions...).
You can load any page with file() function if your server accept url.
Then you have to use regular expression to change:
- all post into get
- all href="page_url" into href="myproxy.php?page=page_url"
- all target="framename" into target="yourframename"
- all src="page_url" into src="http://complete_url/page_url"
etc...
etc...
etc...
It's a really big project...