The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
HTTP Error Pages PRO (NOW FREE) Details »» | |||||||||||||||||||||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !Brought to you by eRepTalk.co.uk (http://www.ereptalk.co.uk)! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SUGGESTIONS/FEEDBACK WELCOME FOR ADDITIONAL FEATURES its been a long time since this MOD was released as PRO, now i have decided to offer this to everyone FREE just to let people know that 95% of the time a 404 error message will appear due to 2 things 1) how your webhost if configured 2) if you have a VPS/Dedicated server if this is the case all error codes will work for the domain you want, you may need to contact your VPS/Dedicted Server Provider for support on this issue Stylvars Re-Added due to testing features more will be added in the next release Please remember to click Mark as Installed if you use this product. Support requests from members who have not marked this as installed will be considered low priority. Name: HTTP Error Pages Version: 4.0.2 Description: This hack allows you to use vBulletin template driven pages for 400, 401, 403, 404 and 500 webserver error pages that will perfectly match your own forum's design. Compatible with: 4.0.2+ vBulletin versions. Requirements: vBulletin version 4.0.x Specific Features:- AdminCP Options: Change Title Colour using HEX or names (E.g FFFF00). (Through Stylevars) Change content Colour using HEX or names (E.g FFFF00). (Through Stylevars) Change Title for Standard HTTP Error (401,403,404,405). (Admincp) This is not phrased and easier for you to change the titles of each error, no need to edit phrases in language and phrases section. Change Content of Standard HTTP Error (401,403,404,405) (Admincp) This is not phrased and easier for you to change the titles of each error, no need to edit phrases in language and phrases section. Online Location and Who's Online Viewable. More desciptive, easier to userstand the layout. 2 Stylars Added. (ErrorPages) (Through Stylevars) Other Info: Header and Title Removed our team decided to remove this due to a request made by a vbulletin member, understanding that reason makes the error pages more organised and not just a standard vbulletin page as it has been customised to look more like an HTTP Error page using alot of vbulletin template features. Removed vbulletin Notices for HTTP Error pages due to this already being available in the header, this was not meant to be part of the MOD, therefore our team removed it W3C Validated Donation Welcome Requested Features Addtions for next release please PM or leave a message on this section, information will be added or considered for th next release Show Your Support
|
2 благодарности(ей) от: | ||
danswano, Teascu Dorin |
Comments |
#12
|
|||
|
|||
Where exactly should I be editing the files to display my own messages?
|
#13
|
|||
|
|||
This throws up errors on the who's online when I deactivate the mod the errors go away.
The error when trying to view who's online Error1 Code:
Parse error: syntax error, unexpected T_CASE in /home/myfolder/public_html/forums/includes/functions_online.php(2197) : eval()'d code on line 18 Code:
Parse error: syntax error, unexpected T_CASE in /home/myfolder/public_html/forums/includes/functions_online.php(1214) : eval()'d code on line 38 |
#14
|
|||
|
|||
Quote:
but will make it editable in admincp on next version |
#15
|
||||
|
||||
Quote:
HTTP Error Pages Pro -> Who's Online List: Online Location Unknown replace with code with: Code:
if ($userinfo['activity'] == '400') { $userinfo['action'] = "Viewing 400 Bad Request"; $userinfo['where'] = '<a href="400_forum.php?'.$vbulletin->session->vars[sessionurl].'">400 Bad Request</a>'; $handled = true; } if ($userinfo['activity'] == '401') { $userinfo['action'] = "Viewing 401 Unauthorized"; $userinfo['where'] = '<a href="401_forum.php?'.$vbulletin->session->vars[sessionurl].'">401 Unauthorized</a>'; $handled = true; } if ($userinfo['activity'] == '403') { $userinfo['action'] = "Viewing 403 Forbidden"; $userinfo['where'] = '<a href="403_forum.php?'.$vbulletin->session->vars[sessionurl].'">403 Forbidden</a>'; $handled = true; } if ($userinfo['activity'] == '404') { $userinfo['action'] = "Viewing 404 Not Found"; $userinfo['where'] = '<a href="404_forum.php?'.$vbulletin->session->vars[sessionurl].'">404 Not Found</a>'; $handled = true; } if ($userinfo['activity'] == '500') { $userinfo['action'] = "500 Internal Server Error"; $userinfo['where'] = '<a href="500_forum.php?'.$vbulletin->session->vars[sessionurl].'">500 Internal Server Error</a>'; $handled = true; } replace code with: Code:
if ($filename == 'forum_400.php') { $userinfo['activity'] = '400'; } if ($filename == 'forum_401.php') { $userinfo['activity'] = '401'; } if ($filename == 'forum_403.php') { $userinfo['activity'] = '403'; } if ($filename == 'forum_404.php') { $userinfo['activity'] = '404'; } if ($filename == 'forum_500.php') { $userinfo['activity'] = '500'; } |
#16
|
|||
|
|||
Quote:
sorry about this issue guys, i changed the filenames thats why the error messages appears, i will ensure that this is fixed for next release |
#17
|
||||
|
||||
I added the ErrorDocument lines in my .htaccess and the forum_XXX.php files are in my forum root but whenever I go to a bad page or a page I know I don't have I keep getting the IE error screen "The webpage cannot be found"
Any idea why it's not redirecting to the forum_404.php? Jim |
#18
|
|||
|
|||
Do HTTP:// error 404 pages help boost SEO or something? I hear alot of ppl talking about optimizing those pages. I have no clue why.
|
#19
|
|||
|
|||
this mod doesn't work if you are using the .htaccess files for friendly URL rewrites supplied by vbulletin
|
#20
|
||||
|
||||
Added the lines to the .htaccess,
Uploaded files and uploaded product and no go, It managed to change from my hosts standard ad parked 404 page to now a plain page containing "Not Found The requested URL /forums/ouch was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." Does this mod work with 4.1.4? |
#21
|
||||
|
||||
Why don't u guys simply use cPanel to make your own error page???
Just a remark |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|