I've struck a few probs getting mega-pun-final installed on my local WAMP test server - errors like:
Parse error: syntax error, unexpected $end in C:\wamp\websites\megapun1\include\user\newsbox.php on line 77
when I want to go to the forum index page, or
Parse error: syntax error, unexpected $end in C:\wamp\websites\megapun1\Links.php on line 301
when I want to browse the links page. it looks to me like there is something amiss in the way that footer.php is beeing pulled in or called.
The contact form also shows its PHP code to me:
\n"; echo "\n"; foreach ($fields as $field){ echo " ".$field[0].$field[4]." \n "; switch ($field[2]){ case "line": echo ""; if (isset($error[$field[1]])) echo "
".$error[$field[1]]."
etc etc, which is not useful to me
And when I login I always get wonderful stuff like this in the header above most pages:
; ?>'; ?>query('SELECT COUNT(id) FROM '.$db->prefix.'messages WHERE showed=0 AND owner='.$pun_user['id']) or error('Unable to check for new messages', __FILE__, __LINE__, $db->error()); if ($db->result($result_messages, 0)){ $tpl_temp .= "\n\t\t\t\t".'
Apache also shows up many many 404 errors like this:
[Tue May 08 08:16:34 2007] [error] [client 127.0.0.1] File does not exist: C:/wamp/websites/megapun/img/'.$pun_user['style'].', referer: http://localhost/megapun/index.php
[Tue May 08 08:17:02 2007] [error] [client 127.0.0.1] File does not exist: C:/wamp/websites/megapun/img/'.$pun_user['style'].', referer: http://localhost/megapun/admin_index.php
[Tue May 08 08:17:34 2007] [error] [client 127.0.0.1] File does not exist: C:/wamp/websites/megapun/img/'.$pun_user['style'].', referer: http://localhost/megapun/admin_loader.php?plugin=AP_Adsense_Options.php
[Tue May 08 08:18:09 2007] [error] [client 127.0.0.1] File does not exist: C:/wamp/websites/megapun/img/'.$pun_user['style'].', referer: http://localhost/megapun/admin_loader.php?plugin=AP_Private_messaging.php
[Tue May 08 08:18:24 2007] [error] [client 127.0.0.1] File does not exist: C:/wamp/websites/megapun/img/'.$pun_user['style'].', referer: http://localhost/megapun/admin_loader.php?plugin=AP_Adsense_Options.php
[Tue May 08 08:18:29 2007] [error] [client 127.0.0.1] File does not exist: C:/wamp/websites/megapun/img/'.$pun_user['style'].', referer: http://localhost/megapun/admin_loader.php?plugin=AP_Links_with_category.php
etc x 100.
So some bits work, but most of it doesn't, at least locally on Win32 WAMP. If I browse as a guest, most of it works. But if I logon as admin, lots of things start to go wrong.
I don't really want to test it out on any live web server yet.
You should also probably modify the digg linker thingo too, so that it doesn't always try and pull down the Digg favicon every time the page loads. It's a pain when you are off-line.
Oh, and it is worth noting that mega-pun home page generates about 17-18 SQL queries, as opposed to the standard 7 or 8 for a basic punBB board. That's a lot. Something for folks to keep in mind.