• Archives

  • AddThis Social Bookmark Button

    Add to Technorati Favorites

  • Archive for February, 2008

    Free Search Engine For Your Site

    Sunday, February 17th, 2008

    TSEP is a simple, yet very powerful and fast PHP website search engine. It is built to index your site so it can be searched later within seconds. Some features: your own stopwords, logging, MySQL Boolean search, many languages, CSS formating.

    Overview

    • TSEP is a search engine for a website – for your website!
      You can put a “Search this site” anywhere on your website and let people quickly find what they are looking for.
    • TSEP is free of charge and open source software.
    • TSEP is designed to be very easy to install and use.
    • TSEP can be implemented into your layout (there is also a pre-made search page available)
      With only two lines of code you can add TSEP to your website and into your layout!
    • TSEP uses CSS for formatting.
      You can adjust any color, font, anything of the look to your needs.
    • TSEP uses indexing profiles.
      The profiles enable you to split the indexing (and in future also the searching) process.
    • TSEP is localized!
      This means if you are running a website in the English language you will probably want to show the search page as well in English – you can do this with TSEP very easily. If you are running a website in German you can see the TSEP messages in German. French, Spanish, Italian, Thai, Chinese, Russian… . None of those should be a problem for TSEP.
    • TSEP supports (MySQL-) Boolean search terms.

    Website – http://tsep.info/cms/
    Thanks

    krates

    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • NewsVine
    • Reddit
    • StumbleUpon
    • YahooMyWeb
    • Google Bookmarks
    • Yahoo! Buzz
    • TwitThis
    • Live
    • LinkedIn
    • Pownce
    • MySpace

    Free Rapidshare Premium Link Generator

    Saturday, February 16th, 2008

    Here is the all new rapidshare premium link generator

    http://mymegalink.net/

    Enter the rapidshare url there and then click on download file.

    Rapidshare is one of the world’s largest file-hosting sites with millions of files stored on the its servers. According to Alexa, Rapidshare.com is currently the 11th most visited website in the world.

    Thanks
    krates

    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • NewsVine
    • Reddit
    • StumbleUpon
    • YahooMyWeb
    • Google Bookmarks
    • Yahoo! Buzz
    • TwitThis
    • Live
    • LinkedIn
    • Pownce
    • MySpace

    Forum Without Using a Database

    Friday, February 15th, 2008

    Now you can have a forum for your website without any sort of mysql database.

    http://www.myupb.com/ has released a text db forum

    According to the myupb.com website:

    Our site is dedicated to bringing you the flat file message board system myUPB (using TextDB, an in house production). It matches existing mySQL based forums that are available. Each forum comes with a check for updates script in the admin panel which lets you know when we have updated the forums.

    So get that forum and save mysql space

    Thanks

    krates

    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • NewsVine
    • Reddit
    • StumbleUpon
    • YahooMyWeb
    • Google Bookmarks
    • Yahoo! Buzz
    • TwitThis
    • Live
    • LinkedIn
    • Pownce
    • MySpace

    Using no-archive to avoid cache

    Tuesday, February 12th, 2008

    Sometimes you create a web page without using no-archive and after many days you feel that this design is not ok and i should change it something else you change it.

    But remember bots don’t change the cached page so always use no-arch

    Syntax

    <meta name=”robots” content=”noarchive”>

    Put this in you home page  in between

    <head>

    </head>

    Thanks

    krates

    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • NewsVine
    • Reddit
    • StumbleUpon
    • YahooMyWeb
    • Google Bookmarks
    • Yahoo! Buzz
    • TwitThis
    • Live
    • LinkedIn
    • Pownce
    • MySpace

    Not banned but google adsense ads not displaying

    Saturday, February 9th, 2008

    After the new adsense version has come out it has got a very small problem when you copy the code from the adsense textbox and paste it in your website it is not going to display ads

    The ad code look somethink like below

    <script type=”text/javascript”><!–
    google_ad_client = “pub-**************”;
    /* 728×90, created 2/9/08 */
    google_ad_slot = “7222914391″;
    google_ad_width = 728;
    google_ad_height = 90;
    //–>
    </script>
    <script type=”text/javascript”
    src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
    </script>

    the problem is

    in the code see

    <script type=”text/javascript”
    src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
    </script>

    it must be

    <script type=”text/javascript”src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
    </script>

    do it and the ads will start displaying smile

    it happens because now all type of text editor are unicode supported so they copy the text as it is

    Thanks

    krates

    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • NewsVine
    • Reddit
    • StumbleUpon
    • YahooMyWeb
    • Google Bookmarks
    • Yahoo! Buzz
    • TwitThis
    • Live
    • LinkedIn
    • Pownce
    • MySpace