Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Error Pages 1.0 Details »»
vB Error Pages 1.0
Version: 1.0, by Spikeman Spikeman is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.6.4 Rating:
Released: 11-23-2006 Last Update: 11-23-2006 Installs: 113
Uses Plugins
Additional Files  
No support by the author.

This was requested here https://vborg.vbsupport.ru/showthread.php?t=131172

What Hack does:-

When a user receives an error message they will be served one of the appropriate error pages within your vBulletin site.

Why?

More often when a user hits an error message on a site they will hit the back button and leave, this way the user is already on your site and can navigate into your site.

Creates pages for 400, 401, 403, 404 & 500 error messages
Installation:-

Important your server must be able to support .htaccess file.

1. Unzip
2. Upload the contents of forum folder to your forum folder.
2. Add the contents of text file to your .htaccess file at the root of the server, you may need to edit and or rename the paths to suit your setup.
3. Import the product file.
4. You are done.

v1.0 - First Release

If you use it please install it

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 11-24-2006, 08:02 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spikeman View Post
Thinking about this, it will need some db work for storage of urls on the redirect, input through acp for example.

redirect 301 /product.php to http://domain.com/productlist.php
redirect 301 /download.php to http://domain.com/downloadhacks.php

is this more what you had in mind?
Yes !
Reply With Quote
  #33  
Old 11-24-2006, 08:08 PM
Spikeman Spikeman is offline
 
Join Date: Aug 2006
Location: UK
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by voteforbird View Post
Hm? can't get it to work right. It shows properly for my root directory, ex:
http://www.volconvo.com/asdf
?but my forums directory still shows a plain "Page not found" message, ex:
http://www.volconvo.com/forums/asdf

Why is this?
Looking at you forum, i see that you are using vbseo, which rewrites the urls from php to html, is this interfering with the calling of the 404.php? Never used or looked at vbseo so i do not know if there are any settings to be changed? There is no reason I can see why this is not working as it works on you index page.
Reply With Quote
  #34  
Old 11-25-2006, 08:59 AM
Yorixz Yorixz is offline
 
Join Date: Jun 2005
Location: Netherlands
Posts: 284
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can slap me if I'm getting this wrong, but when I enter some random url on your website the error returned is simply the default 'Not Found
The requested URL /forums/billie.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. ' is served to me, instead of a nice-looking page, hopefully you can help me understand that
Reply With Quote
  #35  
Old 11-25-2006, 09:20 AM
Spikeman Spikeman is offline
 
Join Date: Aug 2006
Location: UK
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Yorixz View Post
You can slap me if I'm getting this wrong, but when I enter some random url on your website the error returned is simply the default 'Not Found
The requested URL /forums/billie.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. ' is served to me, instead of a nice-looking page, hopefully you can help me understand that
No this was all me, I have just spent the last 10hours moving servers from that joke company called bluehost and the only thing i forgot to do was put the .htaccess back in place but all is good now.
Reply With Quote
  #36  
Old 11-25-2006, 09:25 AM
Yorixz Yorixz is offline
 
Join Date: Jun 2005
Location: Netherlands
Posts: 284
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spikeman View Post
No this was all me, I have just spent the last 10hours moving servers from that joke company called bluehost and the only thing i forgot to do was put the .htaccess back in place but all is good now.
Allright, thanks. This indeed looks a lot better than the default errors, installed
Reply With Quote
  #37  
Old 11-27-2006, 03:54 AM
dcasux dcasux is offline
 
Join Date: May 2005
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spikeman View Post
You can not run files on windows that start with a . so unfortunatly not.

However, I do know there is alot of talk about windows, apache and .htaccess on the net, but this is mainly down to password use. Maybe you can find a solution. try here this is a web host writing about windows and apache with .htaccess http://customersupport.websiteprovid...ials/htaccess/
Hey Spikeman, you rawk!

Unfortunately, I'm in a WinBlows environment, so, alas, I cannot use this. How I wish I could!

Thanks for the great work! Keep it up!
Reply With Quote
  #38  
Old 11-28-2006, 08:45 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spikeman View Post
Looking at you forum, i see that you are using vbseo, which rewrites the urls from php to html, is this interfering with the calling of the 404.php? Never used or looked at vbseo so i do not know if there are any settings to be changed? There is no reason I can see why this is not working as it works on you index page.
Works with vBSEO !
Reply With Quote
  #39  
Old 11-29-2006, 02:31 AM
hoangminh hoangminh is offline
 
Join Date: Jan 2005
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try: http://www.internetwatchers.co.uk/fo...est/billie.php and you'll find all link is incorrect.

This will helpfull for any resource that caused error under forum folder only, sub-folder will make it trouble
Reply With Quote
  #40  
Old 11-30-2006, 06:06 PM
4yBak 4yBak is offline
 
Join Date: Apr 2004
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hoangminh View Post
Try: http://www.internetwatchers.co.uk/fo...est/billie.php and you'll find all link is incorrect.

This will helpfull for any resource that caused error under forum folder only, sub-folder will make it trouble
and see next:
HTML Code:
Warning: main(./global.php): failed to open stream: No such file or directory in /home/interne/public_html/forums/errorpages/404.php on line 26

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/interne/public_html/forums/errorpages/404.php on line 26
Reply With Quote
  #41  
Old 12-01-2006, 12:48 AM
Spikeman Spikeman is offline
 
Join Date: Aug 2006
Location: UK
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This error was generated as I installed vBSEO and it appears that it takes over the 404 errors, so i need to look in to that
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:01 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07421 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_html
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete