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
  #42  
Old 12-01-2006, 04:40 AM
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
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
You have only to enter your 404.php Path to vbseo.cp at the 404 Managesection.
Reply With Quote
  #43  
Old 12-01-2006, 08:28 AM
Spikeman Spikeman is offline
 
Join Date: Aug 2006
Location: UK
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by redlabour View Post
You have only to enter your 404.php Path to vbseo.cp at the 404 Managesection.
Yeah, thats what I thought, but it would not work, thats is where the errors came from, had to change the 404.php script and all is good again, will include that for next release.
Reply With Quote
  #44  
Old 12-01-2006, 04:03 PM
da420 da420 is offline
 
Join Date: Nov 2005
Posts: 1,232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im using Zoints and it works fine for me.
Reply With Quote
  #45  
Old 12-06-2006, 09:08 PM
MaestroX MaestroX is offline
 
Join Date: Aug 2006
Location: UK
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A problem, when testing, i got an error 404 and my CSS didn't load. ?
Please help
Reply With Quote
  #46  
Old 12-07-2006, 02:51 PM
4yBak 4yBak is offline
 
Join Date: Apr 2004
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bug:
1) try go to example link http://yuorboardname/bla/bla.php (directory BLA not exist)
2) so, if this directory not exist we can see vbulletin page with error 404 that did this hack, BUT:
- we also lost all style graphics
- we also has broken links on forum, example:
a) Contact Us - http://yourboardname/bla/sendmessage.php
b) Archive - http://yourboardname/bla/archive/index.php
c) FAQ - http://yourboardname/bla/faq.php

So, as you can see we has broken style and links. Hope, you fix it.

Thanks for hack!
Reply With Quote
  #47  
Old 12-08-2006, 05:40 AM
Slash_ Slash_ is offline
 
Join Date: Sep 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed

thanks man!
Reply With Quote
  #48  
Old 12-27-2006, 11:11 PM
adonfun adonfun is offline
 
Join Date: Jul 2006
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Clicked install.

I'll be waiting for the updated version before actually installing it
Reply With Quote
  #49  
Old 12-27-2006, 11:20 PM
SaN-DeeP's Avatar
SaN-DeeP SaN-DeeP is offline
 
Join Date: Jun 2002
Location: Mumbai, India
Posts: 1,195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you for this addon
Reply With Quote
  #50  
Old 12-29-2006, 11:55 AM
maxicep maxicep is offline
 
Join Date: Oct 2006
Location: California
Posts: 288
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks installed
Reply With Quote
  #51  
Old 12-30-2006, 03:08 PM
Brew's Avatar
Brew Brew is offline
 
Join Date: Sep 2002
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One other person has posted this problem so at least I know it's not just me :P

I recently migrated to vB from another system. Since vB has new URLs from the old system visitors are being taken to this error pages mod.

The problem is that since the bad page call is in a different directory than vB folder the css is not called correctly.

As an example try these:
1: http://www.politicalforums.net/oldforum/index.php
2: http://www.politicalforums.net/forums/badpage.php

Link 1 is similar to what people going to the old forums get. All graphics are missing.

Link 2 is the error page under the current vB folder where it can find the css data to generate the graphics.

I've trying to figure out a way around this but haven't had any luck. The only thing left I can think of is to put the css info directly into the error.php file but this would make it a real pain to change every time I update the forums.

Thanks for any help with this.

Brew
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 06:38 AM.


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.04927 seconds
  • Memory Usage 2,307KB
  • 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
  • (2)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