• Archives

  • Archive for the ‘Miscellaneous’ Category

    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

    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

    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

    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

    Getting a definition of something with ease

    Monday, February 4th, 2008

    We always need a definition of one or the other thing

    google has the capability to perform search and found out actually what you want’s

    go to www.google.com

    in the search box type exactly

    define:[search terms]

    like

    define:nose

    a page will come with many definitions of the search term you have entered

    Thanks

    krates