I have a few issues with my upgraded forums. I post this after close observations, so I'm not just posting without thinking or investigating as much as I can.

OK

Language files

The online.php file.

When I edit the file in admin, it seems to update until I check. Below is how my online.php ends up when I edit things in there. So basically the file changes!

?!?

<?php
$ubbt_lang['FORUM'] = 'Forum:';
$ubbt_lang['THREAD'] = 'Thread:';
$ubbt_lang['GALLERY'] = 'Image:';
$ubbt_lang['SEARCH_BOT'] = 'R/A';
$ubbt_lang['REFERER'] = 'Referer';
$ubbt_lang['AGENT'] = 'Agent';
$ubbt_lang['ONLINE_HEAD'] = 'Who is online';
$ubbt_lang['REGED_USERS'] = 'Registered User(s).';
$ubbt_lang['USER_STATUS'] = 'Status';
$ubbt_lang['USER_TITLE'] = 'Title';
$ubbt_lang['LAST_ACTIVE'] = 'Last Activity';
$ubbt_lang['ONLINE_LOC'] = 'Location';
$ubbt_lang['USER_USER'] = 'User';
$ubbt_lang['ANON_USERS'] = ' Guest.';
$ubbt_lang['BOT_USERS'] = ' Anonymous.';
$ubbt_lang['FROM_IP'] = 'From IP';
$ubbt_lang['NO_REG_USERS_ONLINE'] = 'There are no registered users online.';
$ubbt_lang['NO_SPIDERS_ONLINE'] = 'There are no spiders online.';
$ubbt_lang['NO_GUESTS_ONLINE'] = 'There are no anonymous users online.';
?>


------------

When I re-upload the original file, it fixes itself.