Google Site Cache or Ban Checker Modifications For Directory.

Discussion in 'Directories' started by paidhosting, Jan 1, 2007.

  1. #1
    Hello,
    Just created my custom modification to the codes to display google site cache or in short run the command site: website.com in google to check if a site is blacklisted or not, if the site doesnt show up it means 2 things : Site is Banned by google or totally new, but i like to be cautious and do not approve those sites that do not display any information when site:domain.com is run on google.

    I was getting tired to copy and pasting sites url in google to do the same thing, but now have edited my file to do it for me with just one single click.

    So if you like to use the same feel free to do so.

    Steps:

    1. Open admin/manage-links.php file.
    2. Locate String :
    
    echo "<td onMouseOver=\"showTooltip(event, '{$out}');\" onMouseOut=\"hideTooltip();\">{$crossed}<a href=\"{$l['url']}\" target=\"_blank\">{$l['title']}</a></td>";
    
    Code (markup):
    Replace with :
    
    echo "<td onMouseOver=\"showTooltip(event, '{$out}');\" onMouseOut=\"hideTooltip();\">{$crossed}<a href=\"{$l['url']}\" target=\"_blank\">{$l['title']}</a><p>Google: <a href=http://www.google.ca/search?q=site:{$l['url']} target=\"_blank\">{$l['title']}</a></p></td>";
    
    Code (markup):
    3. You can Change text Google to anything you like. It will display only in admin panel so do not fear of it breaking your directory.

    I hope esy. team would next time include it in the new version cause its a feature i have been looking for long, cause pageranks do not display on some servers. Not only esy. but maybe phpld team might also want to include the same cause like i said not all servers show pageranks and checking if site is banned on google can be cumbersome, this just makes process for admins a bit easier.

    Attached are some screenshots of above in action.
    [​IMG]


    Enjoy, a new year gift from me to you all (ps this is valid for esy. pro 2 and possibly free version of the same too, have posted same on their forums too but since their forums are not active,so posted here it might reach more esy. users.).

    Regards
     
    paidhosting, Jan 1, 2007 IP