Viewonline
Viewonline
================
Last edited by TheMathematics on 09 Aug 2015, 10:25, edited 1 time in total.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Viewonline
Open: viewonline.php
Find:
Before add:
Open: language/en/common.php
Find:
Before add:
Find:
Code: Select all
case 'viewonline':
Code: Select all
case 'error':
$location = $user->lang['VIEW_ERROR'];
$location_url = append_sid("{$phpbb_root_path}error.$phpEx");
break;
Find:
Code: Select all
?>
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',
));
Board rules! No PM support
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Viewonline
Well, not sure how to do this. But play around with the code from the .htaccess file.
Board rules! No PM support