I'm having the security token issue as well. Added the suggested bits and pieces, and find this in my php error log:
Code:
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined variable: specialtemplates in <snip>includes/init.php on line 223, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined index: options in <snip>includes/class_datastore.php on line 658, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined offset: 0 in <snip>includes/class_core.php on line 1463, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined index: bitfields in <snip>includes/class_datastore.php on line 658, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined offset: 0 in <snip>includes/class_core.php on line 1463, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined index: forumcache in <snip>includes/class_datastore.php on line 658, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined offset: 0 in <snip>includes/class_core.php on line 1463, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined index: usergroupcache in <snip>includes/class_datastore.php on line 658, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined offset: 0 in <snip>includes/class_core.php on line 1463, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined index: stylecache in <snip>includes/class_datastore.php on line 658, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined offset: 0 in <snip>includes/class_core.php on line 1463, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined index: languagecache in <snip>includes/class_datastore.php on line 658, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined offset: 0 in <snip>includes/class_core.php on line 1463, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined index: products in <snip>includes/class_datastore.php on line 658, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined offset: 0 in <snip>includes/class_core.php on line 1463, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined index: pluginlist in <snip>includes/class_datastore.php on line 658, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
[Wed May 12 20:14:41 2010] [error] [client <snip>] PHP Notice: Undefined offset: 0 in <snip>includes/class_core.php on line 1463, referer: <snip>/testvb/forums/arcade.php?&act=Arcade&do=play&gameid=156
This is the same in both index as well as content.
I also tried using the suggestions to make the arcade look better. I got major improvements by NOT storing my css as files, but that's a crap solution if you ask me, as it increases load times for pages. Surely there must be a better way?
Cheers.