Archive for the ‘VBulletin’ Category

VBulletin Password Encryption

Just in case if anyone is looking how the VB password encryption is done, it’s not like;
$hash=MD5($password)
the way that I thought at first, but it’s done in this way;
$hash=MD5(MD5($password)+$salt)
so that no identical encrypted strings are stored in the database.

Posted August 27th, 2006 by mightyhitter under VBulletin | 7 Comments »

 

VBAdvanced Additional Module

It should be simple. I was looking for a way to add a Google site search module with the VBAdvanced and found this thread; Google Module.
Everything was OK until the adv_portal_google template. I used the exact code specified and ended up having 2 “Site Search” block on the main page. One of them […]

Posted August 27th, 2006 by mightyhitter under VBulletin | No Comments »

 

2 Weeks & 500,000 Pages

Now I’m coming online after a week of leaves. With a lot of sweet things and some sweet-sour’s What a wonderful & happening time.
The first thing I did today was checking out the how the forum pages were doing with the VBSEO. It’s just great! Starting out with 480 pages, for a duration […]

Posted August 26th, 2006 by mightyhitter under SEO, VBulletin | 3 Comments »

 

Bad days over now?

I’ve been real busy lately with forum jobs and running between some personal projects. Running out of time and getting myself sleeping on the keyboard at nite were not that bad, but watching the decreasing trend of the ads revenue was quite scary. Why yes? It’s a dedicated machine that the forum is in, […]

Posted August 14th, 2006 by mightyhitter under Google Adsense, VBulletin | No Comments »

 

VBulletin Styles

I spent few hours looking for places where to buy/download vbulletin styles. Here are some of those:
http://www.vbulle…um/modifications.php
http://www.cinvin…roducts&catid=4
http://www.forumt…mes.com/products.php
http://www.transv…sv=products&p=2
http://www.forumt…lates.com/vbulletin/
http://forummonkeys.com/
http://www.vbstyl…p?do=vbulletin-skins

Posted August 5th, 2006 by mightyhitter under VBulletin | No Comments »

 

Tips for Adsense Placement in Forum

Asceth suggests webmasters to use javascript to do better Adsense placement. While it is a little tricky to do that, webmasters can try to edit forum styles/templates/skins. Most open source or paid forum are skinnable.
Changes to those styles or skins may vary, depend on what type of forum one is using. I have written […]

Posted April 10th, 2006 by mightyhitter under Google Adsense, VBulletin | No Comments »

 

vbseo 1.6.1

This version solves the problem with LOC tag which is required by Google Sitemap.
If you are running vbulletin, have it a try. Doing this may help Google to know which time is the best for them to crwl your site.
Download the plugin here.

Posted March 19th, 2006 by mightyhitter under Google, VBulletin | No Comments »

 

How to insert Google Adsense in first and last post of Vbulletin?

I have wrote once about this trick here, but the content messed up with the sample coding.
Let start again, so you got an Adsense account and wish to insert the code in your forum? I’m talking about Vbulletin, I’m not sure about phpBB and other CMS. For xoops, please refer here.
For Vbulletin;
1. Go to […]

Posted March 17th, 2006 by mightyhitter under Google Adsense, VBulletin | 8 Comments »

 

New server & vbulletin postbit mod - putting google adsense in vbulletin forum


Posted February 15th, 2006 by mightyhitter under Google Adsense, VBulletin | No Comments »