]*?href[\s]?=[\s\"\']+(.{16})[\"\']+.*?>" ."([^<]+|.*?)?<\/a>/"; preg_match_all($preg,$nasapage,$regs); echo '
'; echo 'Zoomified versions of released NASA MRO HiRISE images.'; echo '
Select image to view: '; echo ''; echo ' For a nice view of oppy select "TRA_000873_1780/" :)'; $count_my_page = ("hitcounter.txt"); $hits = file($count_my_page); $hits[0] ++; $fp = fopen($count_my_page , "w"); fputs($fp , "$hits[0]"); fclose($fp); echo ' Images in list: '.$counter; echo ' Visitors: '.$hits[0]; //echo '
(When i posted a link to this page on the UMSF forums my account was deleted and I was IP banned so I could not read the forums any longer. Be careful with what you say or link on UMSF!)'; echo '
(After complaints from nasa, only the released images are avaliable here. So you can aswell just visit the official zoomify website!)'; echo '
'; ?>