Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Make Fourm Faster Details »»
Make Fourm Faster
Version: 2.0.0, by TheSupportForum TheSupportForum is offline
Developer Last Online: May 2017 Show Printable Version Email this Page

Category: Board Optimization - Version: 3.7.0 Rating:
Released: 05-20-2008 Last Update: 05-20-2008 Installs: 19
Additional Files Is in Beta Stage  
No support by the author.

after upload test hotlink protection using this site
http://altlab.com/hotlinkchecker.php

if you already have a .htaccess file, just add or replace the code

upload both files to your forum root

Info
==============================
This mod can make your vbulletin seem faster.

It works only with apache. It works with VB 3.7.0 ...

How it works: http://developer.yahoo.com/yslow/


Easy Install
==============================
1. Upload all the content to your forum directory.


Update
==============================
V2beta1 - Fixed Cookie Control

Known Bugs
==============================
does not work with VBAttach
Cookie Control - Keeps you loged after logging out

Testing
==============================



Time for Holiday
==============================
i am taking for time off work, and working on my won site for the week
my mod is will in experiemental stage and members can use it

However i will be working with another coder to get his working better for other people
this could take a couple of weeks

i'll be online, but not supporting

edit the following in the .htaccess file highlighted in red

RewriteCond %{HTTP_REFERER} !^[url]http://site URL/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^[url]http://site URL$ [NC]
RewriteCond %{HTTP_REFERER} !^[url]http://site URL/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^[url]http://site URL$ [NC]

this is mine after edit

RewriteCond %{HTTP_REFERER} !^http://dungeonlordsrpg.co.uk/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://dungeonlordsrpg.co.uk$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.dungeonlordsrpg.co.uk/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.dungeonlordsrpg.co.uk$ [NC]

V2 removed due to a bug reported by some users
tested today at 18:05 GMT Time London

Show Your Support

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

Comments
  #32  
Old 05-21-2008, 01:22 PM
hilfe-forum hilfe-forum is offline
 
Join Date: Sep 2005
Location: http://www.alpha-board.eu
Posts: 198
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by simonhind View Post
just change index.php to forum.php
:up: THX
Reply With Quote
  #33  
Old 05-21-2008, 01:36 PM
Super Jinni Super Jinni is offline
 
Join Date: Mar 2008
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what about subdomains?

my forum subdomain is like this
http://forum.my-site.com

and my website is like this:
http://www.my-site.com

so which one to put in the .htaccess file?

the website's or the forum's?

maybe my question seems to be dumb but I want things to be much clear here ^^

thanks

Reply With Quote
  #34  
Old 05-21-2008, 01:45 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is an example you would add below RewriteCond %{HTTP_REFERER} !^$

RewriteCond %{HTTP_REFERER} !^http://johnp.opendns.com/.*$ [NC]

just remplace it with your subdomain details

get bakc to me once tested
Reply With Quote
  #35  
Old 05-21-2008, 01:45 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you would put both is just add the code above
Reply With Quote
  #36  
Old 05-21-2008, 01:47 PM
soundbarrierpro soundbarrierpro is offline
 
Join Date: Nov 2007
Posts: 767
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmm. I'd like to use it, but how's it different than YSLOW? I installed that and a couple of my mods stopped working and my CSS would go all out of whack when I F5 or manually refreshed.
Reply With Quote
  #37  
Old 05-21-2008, 01:52 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

belive me, this one has not erros that do that
look through my replies to others, you'll find it works better that his
Reply With Quote
  #38  
Old 05-21-2008, 01:56 PM
soundbarrierpro soundbarrierpro is offline
 
Join Date: Nov 2007
Posts: 767
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I'm backing up now, and trying. Now as for the htaccess. I already have one. Do I just copy the contents and add to my existing?

Thank you for responding.
Reply With Quote
  #39  
Old 05-21-2008, 02:19 PM
Jack0919's Avatar
Jack0919 Jack0919 is offline
 
Join Date: Dec 2005
Location: China
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm the author of YSLOW 1.0.3

I'll be happy if my mod has been advanced by NOT this way.

I feel my mod was stolen.
Reply With Quote
  #40  
Old 05-21-2008, 02:22 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

By forums root, do you mean domain/forums or just domain?
Reply With Quote
  #41  
Old 05-21-2008, 02:33 PM
soundbarrierpro soundbarrierpro is offline
 
Join Date: Nov 2007
Posts: 767
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, if it's any consolation to anybody, this one too blew everything out of whack. I deleted it.
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:27 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09589 seconds
  • Memory Usage 2,301KB
  • 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_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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