Results 1 to 8 of 8

Thread: Exchanging Links for Thrid Party Websites

  1. #1
    Join Date
    Nov 2006
    Posts
    11

    Default Exchanging Links for Thrid Party Websites

    Does Indexu supports exchanging links for other website?

    In broad; I have installed Indexu in beaddirection.com and when people ask for a listing in my beaddirection.com can I ask them a link back to my another website at beadbead.com (not to beaddirection.com). And can this process be made automated such as verifying reciprocal links in my customer's website?

    A reply will be appreciated. Specially by Dody.
    Last edited by beaddirectory; 11-11-2006 at 10:13 PM.

  2. #2
    Join Date
    May 2004
    Location
    New Zealand
    Posts
    600

    Default

    His name is Dody

    Currently I dont believe it can be done with the current script but maybe you could make a mod for it....

    Or maybe find a way to intergate a full reciprocal link script into your site...

  3. #3
    Join Date
    Nov 2006
    Posts
    11

    Default

    Where can I find mod for it? I don't know php. I would appreciate a help.

    Quote Originally Posted by ezykiwi View Post
    His name is Dody

    Currently I dont believe it can be done with the current script but maybe you could make a mod for it....

    Or maybe find a way to intergate a full reciprocal link script into your site...

  4. #4
    Join Date
    May 2004
    Location
    New Zealand
    Posts
    600

    Default

    You would have to come up with a way of doing it, there currently isnt a mod for this.... so if you cant intergate another script yourself or make up the code, then you might have to get a coder to help ya....

    Off topic, whats the purpose of getting the links to the other site? is that the main one, surely it will have a impact on SEO...

    Cheers Ezy

  5. #5
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Is it reciprocal link? You can force the submitter to add reciprocal link to your website before they submit a link. You can set it in admin panel > Option > Setup > Reciprocal Check

  6. #6
    Join Date
    Nov 2006
    Posts
    11

    Default

    Thanks for the reply Ezykiwi & Dody.

    Yes, I will force the submitter to add a reciprocal link to my website first but it will not be the website where I have installed indexu, it will be one of my "other" website and I want to confirm automatically if they have added a reciprocal link to my other website. Is that possible, Dody. Can you help me out.

    I damn need it, its my first criteria before I make purchase. And yes it will bring a great impact to my website in terms of SEO as my "other" website will get one way links and I will also provide one way link to submitter's website. And in this way search engines could not determine as link exchange coz these days exchanging links isn't making a difference rather than a one way link. So this feature is a worth while in adding to Indexu.

    And I would also want Sitemap for Yahoo and for Viewers to be added to Indexu in coming years. Just a suggestion.

    Quote Originally Posted by dody View Post
    Is it reciprocal link? You can force the submitter to add reciprocal link to your website before they submit a link. You can set it in admin panel > Option > Setup > Reciprocal Check

  7. #7
    Join Date
    May 2004
    Location
    New Zealand
    Posts
    600

    Default

    I would be interested in knowing how many people would like this feature (well more who would use a directory script in this manner)

    Im wondering how many users are trying to get 1 way traffic to one site, thru another... and how many users are happy just trying to get traffic to 1 main site...

    Cheers Ezy

  8. #8
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    I see. The solution is hacking the code to check the repicprocal link to certain url. It should be very easy by modifying /lib/misc.lib.php
    Code:
      function IsValidReciprocalURL($url, $reciprocal_url) {
        global $site_url;
        $site_url2 = "http://www.your-other-domain.com";
        $p_url = parse_url($url);
        $p_reciprocal_url = parse_url($reciprocal_url);
        if ($p_url['host'] != $p_reciprocal_url['host']) {
          return FALSE;
        }
        $content = HttpRequest($reciprocal_url);
        if (!ereg($site_url2, $content['html'])):
          return FALSE;
        endif;
        return TRUE;
      }
    We'd be happy to assist you if you have any problems.

Similar Threads

  1. Any 3.2E websites?
    By yorweb in forum Sites in Action
    Replies: 30
    Last Post: 02-25-2005, 03:32 PM
  2. integrate links engine into 3rd party site
    By inspireme in forum v5.x
    Replies: 1
    Last Post: 12-23-2004, 02:15 PM
  3. Selling third party hack for Indexu.
    By aladdin in forum v5.x
    Replies: 6
    Last Post: 11-03-2003, 06:43 PM
  4. invitation to thirt party support
    By dody in forum Announcements
    Replies: 0
    Last Post: 04-12-2003, 06:59 PM
  5. Search Box on third party sites !
    By ideavirus in forum v3.2
    Replies: 0
    Last Post: 08-31-2002, 07:59 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •