Page 1 of 1

Viewonline

Posted: 28 Feb 2012, 18:33
by TheMathematics
================

Viewonline

Posted: 28 Feb 2012, 19:34
by Stoker
Open: viewonline.php
Find:

Code: Select all

case 'viewonline':
Before add:

Code: Select all

case 'error':
				$location = $user->lang['VIEW_ERROR'];
				$location_url = append_sid("{$phpbb_root_path}error.$phpEx");
		break;
Open: language/en/common.php
Find:

Code: Select all

?>
Before add:

Code: Select all

// Stoker is my hero and I will give him all my money :o)
$lang = array_merge($lang, array(
	'VIEW_ERROR'		=> 'Viewing a 404 Error',
));

Posted: 28 Feb 2012, 19:36
by TheMathematics
================

Viewonline

Posted: 28 Feb 2012, 20:13
by Stoker
Well, not sure how to do this. But play around with the code from the .htaccess file.