1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Deeplink mod

Discussion in 'Directories' started by chinadirectory, Jul 1, 2007.

  1. #1
    I know this is repeated question, but I still couldn't find deeplink mod until now.

    my version of phpld is 3.2, desperately need to install deeplink mod for feature (5 links ) and regular listing (3 links).

    is there any free mod out there? please give me some advise, thanks!
     
    chinadirectory, Jul 1, 2007 IP
    kiviniar likes this.
  2. britishguy

    britishguy Prominent Member

    Messages:
    7,949
    Likes Received:
    892
    Best Answers:
    0
    Trophy Points:
    360
    #2
    britishguy, Jul 1, 2007 IP
  3. SasaVtec

    SasaVtec Notable Member

    Messages:
    1,588
    Likes Received:
    150
    Best Answers:
    0
    Trophy Points:
    275
    #3
    SasaVtec, Jul 1, 2007 IP
  4. enQuira

    enQuira Peon

    Messages:
    1,584
    Likes Received:
    250
    Best Answers:
    0
    Trophy Points:
    0
    #4
    enQuira, Jul 1, 2007 IP
  5. chinadirectory

    chinadirectory Peon

    Messages:
    174
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Checked your tutorial, it is great , I will test it on my directory and see if it works/
     
    chinadirectory, Jul 1, 2007 IP
    enQuira likes this.
  6. dhruv37

    dhruv37 Well-Known Member

    Messages:
    3,222
    Likes Received:
    195
    Best Answers:
    0
    Trophy Points:
    165
    #6
    I am using the same mod which is provided by - mhamdi on my directory http://www.zendir.net and its phpld version 3.2.0
     
    dhruv37, Jul 1, 2007 IP
    enQuira likes this.
  7. chinadirectory

    chinadirectory Peon

    Messages:
    174
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Hi, your validating links function doesn't seems to be working.

    this is my code in submit.tpl


    </td>
    </tr>
    <tr id="field1_title" style="display:none">
    <td class="label">TITLE 1</td>
    <td class="field"><input type="text"
    name="TITLE1" value="{$TITLE1|escape|trim}"
    size="40" maxlength="255" class="text"/></td>
    </tr>
    <tr id="field1_url" style="display:none">
    <td class="label">URL 1</td>
    <td class="field"><input type="text"
    name="URL1" value="{$URL1|escape|trim}"
    size="40" maxlength="255" class="text"/>
    {validate form="submit_link" id="v_URL1"
    message=$smarty.capture.invalid_url}
    {validate form="submit_link" id="v_URL1_ONLINE"
    message=$smarty.capture.url_not_online}</td>
    </tr>
    <tr id="field2_title" style="display:none">
    <td class="label">TITLE 2</td>
    <td class="field"><input type="text"
    name="TITLE2" value="{$TITLE2|escape|trim}"
    size="40" maxlength="255" class="text"/></td>
    </tr>
    <tr id="field2_url" style="display:none">
    <td class="label">URL 2</td>
    <td class="field"><input type="text"
    name="URL2" value="{$URL2|escape|trim}"
    size="40" maxlength="255" class="text"/>
    {validate form="submit_link" id="v_URL2"
    message=$smarty.capture.invalid_url}
    {validate form="submit_link" id="v_URL2_ONLINE"
    message=$smarty.capture.url_not_online}</td>
    </tr>
    <tr id="field3_title" style="display:none">
    <td class="label">TITLE 3</td>
    <td class="field"><input type="text"
    name="TITLE3" value="{$TITLE3|escape|trim}"
    size="40" maxlength="255" class="text"/></td>
    </tr>
    <tr id="field3_url" style="display:none">
    <td class="label">URL 3</td>
    <td class="field"><input type="text"
    name="URL3" value="{$URL3|escape|trim}"
    size="40" maxlength="255" class="text"/>
    {validate form="submit_link" id="v_URL3"
    message=$smarty.capture.invalid_url}
    {validate form="submit_link" id="v_URL3_ONLINE"
    message=$smarty.capture.url_not_online}</td>
    </tr>
    <tr id="field4_title" style="display:none">
    <td class="label">TITLE 4</td>
    <td class="field"><input type="text"
    name="TITLE4" value="{$TITLE4|escape|trim}"
    size="40" maxlength="255" class="text"/></td>
    </tr>
    <tr id="field4_url" style="display:none">
    <td class="label">URL 4</td>
    <td class="field"><input type="text"
    name="URL4" value="{$URL4|escape|trim}"
    size="40" maxlength="255" class="text"/>
    {validate form="submit_link" id="v_URL4"
    message=$smarty.capture.invalid_url}
    {validate form="submit_link" id="v_URL4_ONLINE"
    message=$smarty.capture.url_not_online}</td>
    </tr>
    <tr id="field5_title" style="display:none">
    <td class="label">TITLE 5</td>
    <td class="field"><input type="text"
    name="TITLE5" value="{$TITLE5|escape|trim}"
    size="40" maxlength="255" class="text"/></td>
    </tr>
    <tr id="field5_url" style="display:none">
    <td class="label">URL 5</td>
    <td class="field"><input type="text"
    name="URL5" value="{$URL5|escape|trim}"
    size="40" maxlength="255" class="text"/>
    {validate form="submit_link" id="v_URL5"
    message=$smarty.capture.invalid_url}
    {validate form="submit_link" id="v_URL5_ONLINE"
    message=$smarty.capture.url_not_online}</td>
    </tr>
    <tr>
    <td class="label">{l}Description{/l}:</td>
    <td class="field">
     
    chinadirectory, Jul 2, 2007 IP
  8. sabian1982

    sabian1982 Notable Member

    Messages:
    2,028
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    210
    #8
    And thats why its best to buy from An0n... then all you do is sit back, relax and he does all the hard work for you...
     
    sabian1982, Jul 2, 2007 IP
  9. overdrive

    overdrive Active Member

    Messages:
    969
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    80
    #9
    Isn't that the truth. What great service from him. I recommend him whenever someone asks me about that kind of stuff!
     
    overdrive, Jul 2, 2007 IP
  10. chinadirectory

    chinadirectory Peon

    Messages:
    174
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #10
    i send him email, but he seems to be too busy to reply .

    btw, how much he charges people for doing this?
     
    chinadirectory, Jul 2, 2007 IP
  11. sabian1982

    sabian1982 Notable Member

    Messages:
    2,028
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    210
    #11
    An0ns deep link mod... $100!!! (last i heard).

    And yes he usually is busy... installing his deep link mod for people :p
     
    sabian1982, Jul 2, 2007 IP
  12. kendall

    kendall Peon

    Messages:
    547
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I would go for Anons. Well worth the $
     
    kendall, Jul 2, 2007 IP
  13. enQuira

    enQuira Peon

    Messages:
    1,584
    Likes Received:
    250
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Did you edit submit.php as well? please post in the blog as I dont provide support here. I actually provide limited support even there because the mods are well explained and easy to follow.
     
    enQuira, Jul 2, 2007 IP
  14. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #14
    I haven't received any emails/PMs. But feel free to do so at your convenience.

    Rob.
     
    an0n, Jul 2, 2007 IP
  15. sabian1982

    sabian1982 Notable Member

    Messages:
    2,028
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    210
    #15
    When are you starting your commission/affiliate program again??? ;)
     
    sabian1982, Jul 2, 2007 IP
  16. choice

    choice Prominent Member

    Messages:
    5,444
    Likes Received:
    490
    Best Answers:
    0
    Trophy Points:
    350
    Digital Goods:
    2
    #16
    Bit of advice from some one who has tried both An0ns and the one by mhamdi


    Go with an0ns by far the better and safer of the 2 and he wont rip u off like mhamdi does
     
    choice, Jul 2, 2007 IP
    an0n likes this.
  17. Brian1970

    Brian1970 Notable Member

    Messages:
    2,886
    Likes Received:
    416
    Best Answers:
    1
    Trophy Points:
    290
    #17
    I’m encouraged to submit to directories that have the paid version, I feel my investment is safer if someone is prepared to spend on there directory.

    I saw a directory today using the free deeplink mod, the logo was still default and no Meta tags were used.

    The Title “Your Title goes here”

    Having deeplinks will help your sales and let buyers know that you are serious about your directory; your investment will be returned in no time.

    Thanks Brian
     
    Brian1970, Jul 2, 2007 IP
  18. paidhosting

    paidhosting Peon

    Messages:
    4,822
    Likes Received:
    483
    Best Answers:
    0
    Trophy Points:
    0
    #18

    Try that if you get lost and its too overwhelming try this instead :p same deal though but works for me , just slightly different code at certain places.
     
    paidhosting, Jul 2, 2007 IP
  19. chinadirectory

    chinadirectory Peon

    Messages:
    174
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #19
    thank you all , guys, i have got it work in my Free SEO Directory.

    check signature.
     
    chinadirectory, Jul 3, 2007 IP
  20. kiviniar

    kiviniar Notable Member

    Messages:
    1,964
    Likes Received:
    256
    Best Answers:
    0
    Trophy Points:
    255
    #20

    Which code did u use ???
     
    kiviniar, Jul 3, 2007 IP