[SS MOD] 5 free deep links

Discussion in 'Directories' started by terryuk, Jan 18, 2007.

  1. terryuk

    terryuk Notable Member

    Messages:
    3,962
    Likes Received:
    319
    Best Answers:
    0
    Trophy Points:
    255
    #21
    Yeah i'm working on it, as i've had requests to change deep links on linksjuice.com so it's quite annoying going into phpmyadmin all the time :rolleyes: Will keep you updated
     
    terryuk, Jan 25, 2007 IP
  2. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #22
    Ouch,I'm having problems install this MOD!
    Is there anyone who has installed it successfully?
     
    Richie_Ni, Jan 27, 2007 IP
  3. mdvaldosta

    mdvaldosta Peon

    Messages:
    4,079
    Likes Received:
    362
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Actually I didn't, I had some problems displaying the links on my detail page. Figured I messed something up so I reversed it and hadn't tried again yet.
     
    mdvaldosta, Jan 28, 2007 IP
  4. coolweb

    coolweb Notable Member

    Messages:
    3,884
    Likes Received:
    426
    Best Answers:
    0
    Trophy Points:
    230
    #24
    I successfully installed it on Elegant Directory, and details pages are working fine with 5 additional URLs of sponsored listing, Here you can see General Web Directory Catch you on MSN to fix it with your directory :)

    I agree, if editing of additional links in admin area is enabled, then it will complete the mod.
     
    coolweb, Jan 28, 2007 IP
  5. terryuk

    terryuk Notable Member

    Messages:
    3,962
    Likes Received:
    319
    Best Answers:
    0
    Trophy Points:
    255
    #25
    Yeh, i will be doing that mod, and richie_ni add me on msn if you still need help!
     
    terryuk, Jan 28, 2007 IP
  6. LakeCountry

    LakeCountry Well-Known Member

    Messages:
    509
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    120
    #26
    LakeCountry, Jan 28, 2007 IP
  7. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #27
    Thank you,Asim!
    I've sent you a pm regarding my problem!
    I really appreciate your help!:)
     
    Richie_Ni, Jan 28, 2007 IP
  8. vegabond

    vegabond Shabu Anower

    Messages:
    1,656
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    240
    #28
    
    $insertSQL = sprintf("INSERT INTO pages (rLink, url, title, description, exp, keywords, active, ip, catID, email, mid, completed, reciprocalCheckText, coupon, paymentProcessor, pdate, o_url1, o_url2, o_url3, o_url4, o_url5, o_title1, o_title2, o_title3, o_title4, o_title5) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, NOW(), %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
    	GetSQLValueString(strip_tags($_POST['rLink']), "text"),
    	GetSQLValueString(strip_tags($_POST['url']), "text"),
    	GetSQLValueString(strip_tags($_POST['title']), "text"),
    	GetSQLValueString(strip_tags($_POST['description']), "text"),
    	$exp,  //fetch expire date from above
    	GetSQLValueString(strip_tags($_POST['keywords']), "text"),
    	GetSQLValueString($_POST['active'], "text"),
    	GetSQLValueString($_POST['ip'], "text"),
    	GetSQLValueString($_POST['catID'], "int"),
    	GetSQLValueString(strip_tags($_POST['email']), "text"),
    	GetSQLValueString($midvalue, "int"),
    	GetSQLValueString($completedvalue, "int"),
    	GetSQLValueString($checktext, "text"),
    	GetSQLValueString(strip_tags($_POST['coupon']), "text"),
    	GetSQLValueString($_POST['processor'], "text"),
    	[b][COLOR="Red"]GetSQLValueString($_POST['o_url1'], "text"),[/COLOR][/b]
    	GetSQLValueString($_POST['o_url1'], "text"),
    	GetSQLValueString($_POST['o_url2'], "text"),
    	GetSQLValueString($_POST['o_url3'], "text"),
    	GetSQLValueString($_POST['o_url4'], "text"),
    	GetSQLValueString($_POST['o_url5'], "text"),
    	GetSQLValueString($_POST['o_title1'], "text"),
    	GetSQLValueString($_POST['o_title2'], "text"),
    	GetSQLValueString($_POST['o_title3'], "text"),
    	GetSQLValueString($_POST['o_title4'], "text"),
    	GetSQLValueString($_POST['o_title5'], "text"));
    
    Code (markup):
    Code from 3rd box.

    Red colored line is extra that i think. When i worked for www.elegantdirectory.com i got one Link title problem for this line. I removed it and works fine.
     
    vegabond, Jan 29, 2007 IP
    1 person likes this.