View RSS Feed

Lee G

  1. Adding social bookmarks to Vbulletin Blog VB3.8

    by , 08-25-2010 at 03:29 PM
    This is an adaptaion of this code found for VB4 for adding social bookmarks to VB blog on VB3.8 forums

    http://www.vbulletin.org/forum/showp...0&postcount=16

    Go to blog_show_entry

    Find
    PHP Code:
    <if condition="$bookmarksites">
       <
    div style="float:$stylevar[right]">$bookmarksites</div>
      </if> 
    Direcly above add
    PHP Code:
    <!-- / social media button --> 
    <
    br /> 
    ...
    Categories
    Uncategorized
  2. Adding social bookmarks to VB3.8 including facebook like

    by , 08-25-2010 at 02:02 PM
    Original code taken from a VB4 hack found on the following
    http://www.vbulletin.org/forum/showt...manager&page=5

    This will add a new button below the post reply button for your members to submit threads to any social networking site like facebook, Twitter, digg...any of them!

    Find in SHOWTHREAD
    PHP Code:
    <!-- / controls above postbits --> 
    Add below
    PHP Code:
    <!-- / social media button -->
    <
    br 
    ...
    Tags: social
    Categories
    Uncategorized
  3. Banning Cuil Bot also known as Twiceler bot via robots txt and htaccess

    by , 05-11-2010 at 07:33 AM
    Cuil Bot also known as Twiceler bot, can bleed your server resources.
    The likes of google has a simple user interface to slow it down via google webmasters, Cuil Bot also known as Twiceler bot, you dont have that pleasure.

    This one single search engine is a menace on eating resources and bringing servers to their knees

    Having found my DDS at almost a standstill, with dire page loads times, I had to investigate and found Cuil Bot also known as Twiceler bot, hitting ...
    Categories
    Uncategorized
  4. VBA links directory, better SEO on the link to us page

    by , 05-03-2009 at 09:42 AM
    Well all know having anchor words on incoming links to your forum helps with SEO.

    One of the big downfalls IMO is the link to us page on the VBA links directory. By default you can only add banners.

    Banners will add a nice image, plus a link. But I like many others do not do images of any great standard, plus search engines can not read any text displayed on the image.

    To gain maximum returns from your link to us page, its far better to give the HTML code ...
    Categories
    Uncategorized