Why doesn't the following work? http://blah.blah.blah/gallery/displayimage.php?pid=XXX ? The offending code is in
if (!isset($_GET['pos'])) cpg_die(ERROR, $lang_errors['non_exist_ap'], __FILE__, __LINE__);
in displayimage.php line 308.
Sure pos is missing, but if pid is defined you have everything you need to pull a picture. The current method requires fullsize,slideshow, or pos to be defined. $pos was defined back around 261 (using only pid)
FR
that's not the intended usage of pid
try to add &fullsize=1
...or use pos=-[pid]
....or wait for future release in which pid will replace pos ;)