GoodPRLinks Review

Review on SEO and web evelpment tools and resources.

Make eBay affiliate site with PHPLD

October 1st, 2007 by Pankaj

There are hundreds of scripts to create an eBay affiliate site. So, I thought why not to create a such site with our favorite phpLD script.

So, here is a demo site : http://www.portal4stamps.com/

How is this mod works:

From admin panel, select niche of your site, enter your PID, add relevant categories and done. Each category will show relevant eBay auction ads with your referral link. You can also add articles/contents to each categories to optimize it for your visitors and Search Engines.

This mod is tested on PHPLD V2.x

If you are interested, You can get this mod for $30 only.

Contact Me here or PM Me at DP forum or phpLD Forum.

PHPLD Coupon Mod: Updated

July 3rd, 2007 by Pankaj

I have made some updates in my previous coupon mod for phpld. In previous version it was not possible to create different coupons for regular listing and featured listings. There was only one option to create coupon which were allowed on both types of listings. But in this updated version you can create two different coupon for regular and featured listings.
Read the rest of this entry »

PHPLD Coupon Mod

June 1st, 2007 by Pankaj

How it works?

This mod will add an extra “Coupon” field in submit page of phpld directory (any version from 2.0 to 3.2). When a submitter will enter a correct coupon code, he will be eligible to get some discount on the review price The amount of discount can be either fix (e.g. $2.99) or a percentage amount (30%), which can be set from PHPLD admin section.
Read the rest of this entry »

Link Detail Mod for PHPLD v2.0

May 24th, 2007 by Pankaj

I have made some modification in my previous LinkDetail mod for PHPLD v2.0. Now you can install it very easily.

Download updated version of Link Detail Mod for PHPLD v2.0

Here is instruction how to install it.

1. Copy link-detail.php to main folder
============================
2. copy link-detail.tpl to templates folder
============================
3. Open link.tpl add following line after {$link.DESCRIPTION}

- <a xhref="{$smarty.const.DOC_ROOT}/details/link-{$link.ID}">Read More</a>

==========================
4. Open .htaccess file

i) Add following line at top of the .htaccess file:

Options +FollowSymLinks

ii) After the line ‘RewriteEngine On’ add following line

RewriteRule ^details/link-([^/]+)/?$ link-detail.php?lid=$1 [QSA,L]

Now your .htaccess files first 3 lines should like this:

Options +FollowSymLinks
RewriteEngine On
RewriteRule ^details/link-([^/]+)/?$ link-detail.php?lid=$1 [QSA,L]