fatinfo.com


Archive for the 'Directory Mod' Category



A little background, Receivelinks is a permanent link exchange program similar to Linkvault and Digital Point Coop with everything automated. eSyndicat is a directory script.

Open up index.php and add the following code:
ini_set (”include_path”, ini_get (”include_path”) . ‘:../:../../:../../../:../../../../:../../../../../’);
include (’rlxxxxxxxxxxclient.php’);
$show_lrlinks = RECEIVE_LINKS_GetAds();
$gDirSmarty->assign(’receivelinks’, $show_lrlinks);
rlxxxxxxxxclient.php is your unique file from Receivelinks. The last two lines of code assigns all […]

Alexa Thumbnails Alternative

Ever since Alexa thumbnails switched over to a paid service, directory owners have been scrambling to seek out alternatives. Alexa thumbnails had offered site visitors the visual input to make quick decisions in skipping over plain sites without clicking on them, or click on the link without reading the description text. These thumbnails also made […]

Automatic Keyword Generator

Tired of writing meta keywords for every submission? The solution is to auto generate the keywords based on the descriptions supplied by the submitted site. Unless you are a very good PHP programmer, is it probably best to work with a script that had already been created for the same purpose.

It took a good amount […]