I was trying to get Gallery remote to work… but kept getting an error saying that it couldn’t find gallery_remote2.php. After searching the Gallery forums for a few I foudn a few things, and it fixed the problem.
You need to find the “GalleryRemote.properties”, mine was located at “C:\Documents and Settings\Shelby\.GalleryRemote\GalleryRemote.properties”. Open that file and add “forceGalleryVersion.n=2” to the top line and then save it,
Next create a file named “gallery_remote2.php”, in that file add this following information.
< ?
header(“HTTP/1.0 404 Not Found”);
exit;
?>
Save that file and upload it to your gallery2/ directory and then you should be all set to use the gallery remote.