Archive for April, 2006
Matt Cutts Wants Simplified Apache Configuration (Including Mod_Rewrite)
2 views Published 2 years, 4 months ago in vBSEOApache Configuration is Too Complex (including Mod_Rewrite) – Matt Cutts Wants Simplification…
In this recent blog, Matt Cutts is encouraging developers to create solutions that will simplify Apache web server configurations for webmasters. He notes that while Apache is the world’s leading web server, it can be tricky to configure and set-up redirects, mod_rewrite, and .htaccess, etc.
Google and Matt Would Like vBSEO’s CRRs!
A few of us were talking about this at Google. … Maybe a tool to take a list of desired redirects or rewrites, then output the correct syntax that you could cut and paste into a web server config file?
vBSEO’s Custom Rewrite Rules (CRR) takes this a step further.
We recognize that the average forum admin is not going to be an expert at manipulating the intricacies of mod_rewrite, .htaccess, or http.conf – that’s for certain.
While vBSEO fully converts vBulletin into a 1-URL-Per-Resource SEO powerhouse, the number of vBulletin custom hacks that are available now (and will be in the future) make a system to extend our users ability to convert all of their URLs to static an absolute necessity.
Thus, we created CRRs to address that need. And, it seems that we’re one step ahead of the gang at Google in this context:
We do not require the cut-and-paste!
Unless of course, you’re sharing a CRR contribution provided by our members in the Custom Rewrite Rules forum.Notes on vBSEO
CRR stands for “Custom Rewrite Rule”. vBSEO’s admin control panel (vbseocp.php) allows users to specify simplified regular expression codes that will convert other common vBulletin hacks from dynamic to static URLs.
With some tweaking, anything that is plugged into your vBulletin forum can be rewritten… But the real power in CRR rewriting is not just changing a .php for it’s equivalent, but unifying multiple (complex) URLs into leading to the same content… into a single URL!Let’s take vBA Links Directory as an example. The default URLs allow access to the same record via 6 different URLs:
/links/showlink.php?do=showdetails&l=ABC
/links/showlink.php?do=showdetails&l=ABC&catid=newlinks
/links/showlink.php?do=showdetails&l=ABC&catid=poplinks&orderby=views
/links/showlink.php?do=showdetails&l=ABC&catid=poplinks&orderby=rating
/links/showlink.php?do=showdetails&l=ABC&catid=poplinks&orderby=posts
/links/showlink.php?do=showdetails&l=ABC&catid=searchresults&searchid=1
A SINGLE CRR rule will create ONE URL for all of the above URL variations, replacing them wherever they occur on your forum with:
/links/link-ABC.html
This brings you even closer to 1-URL-Per-Resource link consensus.
Does Google prefer static URLs to dynamics?
Although Google itself says statics are preferred, some people still debate the necessity.
However, this is no doubt that providing a single, unified URL for each unique page on your forum is the absolute best scenario for SEO purposes!
For Discussion
Prior to vBSEO, the complexity of configuring .htaccess, mod_rewrite, etc. made free mod_rewrite based hacks prone to error – and too difficult to support for non-dedicated teams.
As the vBSEO community grows larger everyday, should vB hack developers now seek to format their dynamic URLs in a way that facilitates more advanced CRRs?Source:
Matt Cutts: Gadgets, Google, and SEO » Simplifying Apache configuration?
vBSEO’s Custom Rewrite Rule Interface:
http://www.vbseo.com/images/vbseo-crrs.gif
Tags: No tags for this post.This release of vBulletin fixes an unpleasant cross-site scripting flaw in the 3.0.x branch. We recommend all customers running previous versions of…
Tags: No tags for this post.This post outlines the steps required to update your IPB 2.0.x or IPB 2.1.x for this security update.
If you’ve downloaded IPB 2.1.5 since the time of this post, there is no need to update your installation as the main download has been updated.
It has come to our attention that Invision Power Board 2.0.x and Invision Power Board 2.1.x contains potential vulnerabilities:
- A bug in Internet Explorer 5.0+ which allows a JPEG image to be uploaded with a GIF header containing malicious HTML / javascript code. (IPB 2.1.x only)
- Potential SQL injection (limited to 32 characters)
- Potential arbitrary PHP code execution
The attached files below contain the required files to update your installation to protect against these vulnerabilities. Simply download the relevant security update ZIP package and upload the files over the ones in your IPB installation effectively overwriting the files on your server.
Invision Power Board 2.1.x Update Package
http://forums.invisionpower.com/index.php?act=Attach&type=post&id=9981
Invision Power Board 2.0.x Update Package
http://forums.invisionpower.com/index.php?act=Attach&type=post&id=9980
“Crawl Caching Proxy” (BigDaddy Update) Discussed by Matt Cutts
16 views Published 2 years, 4 months ago in vBSEO“Crawl Caching Proxy” (BigDaddy Update) Discussed by Matt Cutts
Matt Cutts talks about the “Crawl Caching Proxy” Google has introduced with the BigDaddy update. With this new caching proxy, they will reduce bandwidth consumption (for both themselves and site owners).
How does it work?
Google has multiple independent bots that will crawl your site (Main index, AdSense, News Search, Blog Search, etc).
By using a “crawl caching proxy”, pages crawled by any one of these bots can be shared with the other services, without having to hit the website again (and, thereby, naturally consuming less bandwidth).Conspiracy theorists should note that Matt emphasizes:
Just as always, participating in AdSense or being in our blogsearch doesn’t get you any “extra” crawling (or ranking) in our web index whatsoever.
FYI - Having a page get stored in the crawl caching proxy will not help it to be prioritized for crawling by the other Google crawl services. Apparently, they will still determine their crawling list independently.
Quick Notes
robots.txt directives for each bot type will still be respected even if the page is pulled from the caching proxy instead of directly from the site.
The caching proxy is not to be confused with Google’s “Cached” links in the SERPs.Notes on vBSEO
vBSEO also focuses on reducing bandwidth consumption for faster and more efficient indexing.
vBSEO includes a HTML comment stripping feature that helps to reduce bandwidth consumption by a significant amount.
vBSEO includes gzip compression compatibility.
vBSEO works similar to the Google caching proxy. Our focus on 1-URL-Per-Resource helps to eliminate redundant URLs to the same content therefore also eliminating duplicate content. In addition to its other SEO advantages, this is a major bandwidth saver.If Google agreed to crawl 100 of your pages per day, would you prefer:
(a) it crawled 100 unique content pages, or
(b) it crawled 100 pages with a significant level of redundant/duplicate content?
The answer is obvious: With vBSEO Option (a) is a reality. Without vBSEO, a vBulletin forum is loaded with redundant URLs to the same content.
For Discussion
Why didn’t they have such a mechanism in place a long time ago?
No specific mention of how the freshness of crawled content will be affected when pulled from the caching proxy or how long a page will be stored there.
One might hope that they would also try (in addition to saving bandwidth) to also eliminate processing redundancy for the multiple crawling services.Source:
Matt Cutts: Gadgets, Google, and SEO » Crawl caching proxy
NBSdesignz Multi-Forums phpBB 1.0.0 Beta 3 Released
45 views Published 2 years, 4 months ago in NBSdesignzHi Everyone,
The next beta version of the NBSdesignz Multi-Forums phpBB script has been released.
The only major changes are the Ajax Access Name Check feature and a few bug fixes. We plan to add multiple skin support to the script itself, as well as have the templates be separate from the php…
Tags: No tags for this post.Please be aware that when the shop re-opens and GARS 2.0 hits RC, there will be a price increase to £19.95 for new purchases.
Furthermore I will be…
Tags: No tags for this post.I’ve released the vRocking Flash banner… simply have a look at our vRocking skin and you will see it.
IPB Fixed: http://www.transversestyles.com/ipb/?skinid=88
IPB Fluid: http://www.transversestyles.com/ipb/?skinid=89
vBulletin Fixed: http://www.transversestyles.com/vB/?styleid=83
vBulletin Fluid: http://www.transversestyles.com/vB/?styleid=84
It is now possible to buy or sell secondhand licenses on vBFans
7 views Published 2 years, 4 months ago in vBFansPlease read the full thread before replying to it, please use our site feedback for any private questions and please understand that there’s a risk…
Tags: No tags for this post.As of today vBhackers.com will not be supporting FXP related hacks anymore. This change has been something the staff and myself have been talking about for quite some time, and we feel that this change will help the community grow stronger, attract new users, and even new coders. Remember, new…
Tags: No tags for this post.As I was working through the forums trying to identify bugs to be fixed, it suddenly struck me that I needed a quick and decent bug tracker - and…
Tags: No tags for this post.Search
Delve Deeper
You are currently browsing the The Staff Lounge weblog archives for April, 2006.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.Latest Threads
- vBulletin 3.7.3 Released
- vBulletin 3.6.11 Released
- Windows XP SP2 cheap purchase online
- Adobe Acrobat cheap order online
- Windows Vista discount order online
- Modification pre validator open for public usage
- Windows XP SP2 discount purchase online
- Adobe Acrobat cheap order online
- Windows XP SP2 discount order online
- Windows Vista cheap purchase online
Archives
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- September 2005
- August 2005
- July 2005
- May 2005
- November 1999
- December 1969
Categories
- CinVin (39)
- Extreme Pixels (40)
- Forum Monkeys (286)
- Forum Software (69)
- Invision Power Board (19)
- NBSdesignz (24)
- PhotoPost (46)
- The Staff Lounge (490)
- The vB Geek (49)
- Themes By Design (45)
- Transverse Styles (74)
- vBadvanced (26)
- vBArticles (6)
- vbDrupal (508)
- vBFans (37)
- vBHackers (62)
- vBModder (143)
- vBSEO (104)
- vBSkinworks (88)
- vBStyles (91)
- vBulletin Tips (16858)
- vBulletin.com (4989)
- vBulletin.org (1770)
- Wordpress (1)







About Us
The Staff Lounge has one aim, simply to help collect and convert together all vBulletin information into one accessible, coherant and organised resource. By providing a daily updated blog, a community forum and resource directory we hope to become your vBulletin Resource.