This is a free mod for PhpLD v3+
If displayed site listing in YahooDir and Dmoz , logos shown on detail page.
Download :ydmod.rar
ScreenShot :

Installation :
1- Upload check_dmoz_yahoo.php to the same folder as your index.php.
2- Upload images to your template/images folder.
3- Open detail.php
Find this code before (?>):
//Make output echo $tpl->fetch('detail.tpl', $id);
Replace this :
include("check_dmoz_yahoo.php");
//Make output echo $tpl->fetch('detail.tpl', $id);
4- Open detail.tpl
Add this code nice place for you.
{if $valueyahoo eq 1}
<img src="{$smarty.const.FULL_TEMPLATE_PATH}/images/yahoo_dir.gif" alt="Yahoo Directory">
{/if}
{if $valuedmoz eq 1}
<img src="{$smarty.const.FULL_TEMPLATE_PATH}/images/dmoz.gif" alt="DMOZ">
{/if}
Compatible With: phpLD V3+
Recommend you to take backup of your files and data before you add or install any mod.
|