Results 1 to 10 of 1988

Threaded View

  1. #11
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by Jerry5763837 View Post
    Hi, clydejones,

    thanks for your quick response.

    Sorry for my confusion again. Maybe i did not make my question clear.

    Follow your previou instruction, i did creat a link to www.example.com. it works.

    On the contrary, when i requesting my partner to links to my site, he request me to add the following code to my own site.

    what should i do, mank appreciated.

    HTML Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE>Wholesale - China Wholesale - Buy Electronics from China Wholesaer  <?=$_GET['cnm']?> Partners</TITLE>
    <META NAME="Description" CONTENT="Buy China Wholesale Electronics with wholesale Cell Phones, MP3 and MP4 Players, China Mobile phones, Digital Cameras, Car Electronics and other Wholesale Dropship products from Chinese Wholesaler on topalways.com 
    ">
    
    <STYLE type="text/css" media="screen">
    .link { margin-bottom: 3px;  margin-top: 3px;}
    .cattable { width: 700px; border:1px solid black; }
    .linktable { width: 700px; border:1px solid black; }
    .catcell { border:1px solid black; text-align: center; }
    .keywordsearch { font-size:9pt; font-family: arial, helvetica, sans-serif; }
    .navlinks { color: blue; font-family: arial, helvetica, sans-serif;}
    .topnavlinks { color: blue; font-family: arial, helvetica, sans-serif;}
    .submitsearch { font-size:9pt; font-family:verdana, arial, helvetica, sans-serif; }
    .url { font-weight: bold; font-family: arial, helvetica, sans-serif; font-size:10pt; color: blue;}
    .catlink { font-weight: bold; color: blue; font-family:verdana, arial, helvetica, sans-serif; font-size:10pt; }
    .description { font-size:10pt; color: black; margin-bottom: 5px; font-family: arial, helvetica, sans-serif; margin-top: 5px; }
    .title { color: blue; margin-bottom: 5px; font-weight: bold; font-size:10pt; font-family:arial, helvetica, sans-serif; margin-top: 5px;}
    .topnav { text-align: left; color: black; margin-top: 5px; font-family: arial, helvetica, sans-serif; margin-bottom: 5px; font-size:10pt;}
    .navigationtext { font-size:10pt; margin-bottom: 5px; color: black; font-family: arial, helvetica, sans-serif; margin-top: 5px; text-align: center;}
    </STYLE>
    
    </HEAD>
    
    <BODY>
    
    <?php
    
    // ********************************************************************
    // You may change the variables below to customize the look and feel of 
    // your links page
    // ********************************************************************
    
    // This option defines the number of columns used to display categories
    $GLCatCol = "2";
    
    // This option defines the number of links displayed per page
    $GLLPP = "25";
    
    // This option defines whether links are opened in a new web browser window
    // (1 = Yes, 0 = No)
    $GLNW = "1";
    
    // This option determines whether the search function is enabled
    // for your links page (1 = Yes, 0 = No)
    $GLAS = "1";
    
    $GLKey = "8TUD-EABO-39G6";
    
    // ********************************************************************
    // *****Please DO NOT make any edits or changes to the code below******
    // ********************************************************************
    
    $PageName = $_SERVER["PHP_SELF"];
    
    $GLQS  = "script=php&UserKey=".urlencode($GLKey)."&ScriptName=".urlencode($PageName)."&CatCols=" .urlencode($GLCatCol)."&LinksPerPage=".urlencode($GLLPP)."&OpenInNewWindow=" .urlencode($GLNW)."&AllowSearch=".urlencode($GLAS);
    
    if(!is_array($_GET)) $_GET = $HTTP_GET_VARS;
    
    foreach ($_GET as $key => $value) {
        $GLQS .= "&$key=".urlencode(stripslashes($value));
    }
    
    if(intval(get_cfg_var('allow_url_fopen')) && function_exists('readfile')) {
        if(!@readfile("http://www.gotlinks.com/engine2.php?".$GLQS)) {
            print "Error processing request";
        }
    }
    elseif(intval(get_cfg_var('allow_url_fopen')) && function_exists('file')) {
        if(!($content = @file("http://www.gotlinks.com/engine2.php?".$GLQS))) {
            print "Error processing request";
        }
        else {
            print @join('', $content);
        }
    }
    elseif(function_exists('curl_init')) {
        $ch = curl_init ("http://www.gotlinks.com/engine2.php?".$GLQS);
        curl_setopt ($ch, CURLOPT_HEADER, 0);
        curl_exec ($ch);
    
    
        if(curl_error($ch))
            print "Error processing request";
    
        curl_close ($ch);
    }
    else {
        print "It seems that your web host has disabled all functions for handling remote pages and as a result the GotLinks software will not function on your web site. Please contact your web host and ask them to enable PHP curl or fopen.";
    }
    ?>
    
    </BODY>
    </HTML>
    Judging from the code above, Your "link partner" is asking you to insert a complete page on your site.

    This is not possible using links manager.

    All you really need is:

    site title
    site url
    site description

    And the other required fields on the form in either

    admin -> extras -> links

    or the

    links submit page.
    Last edited by clydejones; 17 Nov 2008 at 06:08 AM.

 

 

Similar Threads

  1. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  2. v154 News Box Manager v2.0.0 [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 19 Jan 2021, 04:17 PM
  3. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  4. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  5. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 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
  •  
disjunctive-egg