PLEASE ENSURE YOU AND YOUR CLIENTS
REGULARLY CHECK OUR HOSTING TERMS FOR UPDATES

CONGRATULATIONS!

Dear POPUSERVE CLIENT


3600 * $CACHETIME)) { # write feed contents to cache file $fp = fopen($CACHEFILE, 'w'); fwrite($fp, file_get_contents($BLOGURL)); fclose($fp); } include "class.myrssparser.php"; $rss_parser = new myRSSParser($CACHEFILE); # read feed data from cache file $feeddata = $rss_parser->getRawOutput(); extract($feeddata['RSS']['CHANNEL'][0], EXTR_PREFIX_ALL, 'rss'); # display leading image extract($rss_IMAGE[0], EXTR_PREFIX_ALL, 'img'); echo "

\"\"

\n"; # display feed title echo "

"; echo htmlspecialchars($rss_TITLE); echo "

\n"; # display feed items $count = 0; foreach($rss_ITEM as $itemdata) { echo "

"; echo htmlspecialchars(stripslashes($itemdata['TITLE'])); echo "
\n"; echo htmlspecialchars(stripslashes($itemdata['DESCRIPTION'])),"
\n"; echo "",date($TIMEFORMAT, strtotime($itemdata['PUBDATE'])),"

\n\n"; if(++$count >= $NUMITEMS) break; } # display copyright information echo "

© {",htmlspecialchars($rss_COPYRIGHT),"}

\n"; ?> Your new WHM RESELLER hosting account at POPUSERVE is now ready to use.
If you have not yet received your admin details,
please contact your personal account manager at POPUSERVE.

Thank you very much for choosing Popuserve.
Once you are completely satisfied with your purchase and our service,
please remember to leave feedback for us and we'll gladly do the same for you.

Kind regards,
The Popuserve Team