5 deep links mod for site-sift directory

Posted in How to's by eazenet on Jan 18th, 2007

Example: http://www.linksjuice.com/index.php?go=addpage&catid=5

This mod is for the latest version of Site-sift 3.1, more information on downloading site-sift directory here

Note: I am not responsible for any problems that may occur on your script by using this script - you are responsible, i recommend backing up files before continuing.

So you want to make 5 deep links available for your directory customers? Here’s how to do it!

Firstly you will need to add abit of SQL to your database structure, this will store the deep link titles and url’s. Add the SQL below to your database in phpmyadmin or similar programs.

ALTER TABLE `pages` ADD `o_url1` TEXT NOT NULL ,
ADD `o_url2` TEXT NOT NULL ,
ADD `o_url3` TEXT NOT NULL ,
ADD `o_url4` TEXT NOT NULL ,
ADD `o_url5` TEXT NOT NULL ,
ADD `o_title1` TEXT NOT NULL ,
ADD `o_title2` TEXT NOT NULL ,
ADD `o_title3` TEXT NOT NULL ,
ADD `o_title4` TEXT NOT NULL ,
ADD `o_title5` TEXT NOT NULL ;

Now after once you have done that, you will need to edit some of the pages to enable to deep link mod.

Open ‘add_page.php’, find a suitable place where you would like to add the option for deep links and add;

Now presuming you haven’t already changed to SQL to insert links into the database, look for

if ((isset($_POST[”MM_insert”])) && ($_POST[”MM_insert”] == “form1″)) {

in add_page.php, now below that you will find the SQL, change the SQL to

Now you should be able to see the deep link boxes on your submit pages, and in the database. Now you just have to edit the details page to show deep links which were submitted, so open up details.php, find a suitable place to add the websites deep links and add

Your done! With some little modifications you can make it so that sponsored listings only have the deep links option etc.

9 Comments »

  1. Good article, it is true that I learn

    Comment by 空间 — April 2, 2007 @ 8:38 am

  2. nice site

    Comment by 周易 — April 18, 2007 @ 9:45 am

  3. […] One of the up and coming aggressive young directories is Links Juice.  It’s owner, Terry Bytheway, generously agreed to an interview.  Terry is also the creator of the 5 deep links mod for the Site Sift Listings Directory script, which is well worth implementing if you use the Site Sift script. […]

    Pingback by Aviva Directories Blog and Free PhpLD Templates Center » Blog Archive » When You Are Thirsty, Drink Links Juice — May 18, 2007 @ 4:53 pm

  4. […] 5 DeepLinks Mod for Site Sift Script was created by Terry Bytheway. He is the owner of popular web directory: LinksJuice.com . Terry has written a very informational tutorial on how to actually install and implement the deep link mods on the site sift powered directory of yours. You can find the complete tutorial here. The deep link mod is for the latest Site Sift script version 3.1. […]

    Pingback by DeepLinks Mod For Site Sift Directories — June 25, 2007 @ 3:31 am

  5. wowgameleveling
    [URL=http://www.wowgameleveling.com]wowgameleveling[/URL]

    Comment by asd — August 27, 2007 @ 1:28 pm

  6. Cheers mate, gona try this.

    Comment by Good Sites Directory — December 12, 2007 @ 7:20 pm

  7. cool

    Comment by alex — February 12, 2008 @ 3:59 pm

  8. Well i tryed adding the code and cann’t get it to work
    get these error
    Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE or ‘$’ in /home/findus/public_html/directory/add_page.php on line 205
    any help would be good

    Comment by Ebidnow — November 22, 2008 @ 8:26 pm

  9. learning

    Comment by 虚拟主机 — May 3, 2009 @ 1:51 am

RSS feed for comments on this post. TrackBack URI

Leave a comment