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.

Free Deep Links Mod

Discussion in 'Directories' started by enQuira, Apr 23, 2007.

  1. popotalk

    popotalk Notable Member

    Messages:
    4,840
    Likes Received:
    522
    Best Answers:
    0
    Trophy Points:
    260
    #41
    No problem I think there Richie. Go ahead. There are Mystik-al reviews going on right now. That's all I can say and my guess. :D
     
    popotalk, Apr 24, 2007 IP
  2. enQuira

    enQuira Peon

    Messages:
    1,584
    Likes Received:
    250
    Best Answers:
    0
    Trophy Points:
    0
    #42
    I already did this here: phpld deeplinks mod additional features

    Enjoy!
     
    enQuira, Apr 24, 2007 IP
    jmort732 and iceberg like this.
  3. SilkySmooth

    SilkySmooth Well-Known Member

    Messages:
    1,583
    Likes Received:
    269
    Best Answers:
    0
    Trophy Points:
    180
    #43
    Thanks NeoGen, at the risk of sounding dumber (and no I did not read every word in the wiki) but what, An0n, would you do if the owner of that site didn't reside in the US. I see there is an EU version called the EUCD but I don't think this would apply either, if lets say the owner lived in China or somewhere outside of the jurisdiction of the aforementioned acts.

    Sorry, I know I am taking the thread away from it's original subject but this is something that interests me. And no, before anyone asks I do not own that site :p

    No I agree, but there are obvious markers as to whether or not someone has just copy and pasted the code... same comments left in place, using the exact same structure in the code.

    Every programmer has preferences, for example An0n could prefer to use a "while" loop where I would prefer to use a "for" loop. Or I could use an "if...else...if" block where An0n may prefer a "switch" statement. There are also different code indentation practices, opening and closing tags, C style comments, C++ style comments or Shell style comments, etc, etc, etc...

    So even though the code may only be a few dozen lines, it is still possible to code the same thing in many different ways.
     
    SilkySmooth, Apr 24, 2007 IP
  4. jmort732

    jmort732 Peon

    Messages:
    543
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    0
    #44
    Very small contribution to mhamdi's mod:

    If you only want to show the URLs for featured links, and only if they are populated

    on detail.tpl add:
    {if $FEATURED eq 1 and isset($URL1)}  mhamdi's detail.tpl code additions here {/if}
    Code (markup):
    and to detail.php add:
    $data['FEATURED']  = $rdata['FEATURED'];
    Code (markup):
    to mhamdi's detail.php additions.

    Would love to see an example of javascript to post on the submit.tpl to pop out the additional URL fields is featured is selected. This is my next step in my own mod and haven't gotten to it, then after that incorporating the Smarty.Validate stuff. (I got half way through it, and got stuck :) )
     
    jmort732, Apr 24, 2007 IP
    enQuira likes this.
  5. enQuira

    enQuira Peon

    Messages:
    1,584
    Likes Received:
    250
    Best Answers:
    0
    Trophy Points:
    0
    #45
    Thanks Jmort
    I am working on adding a small javascript to hide two fields when regular is selected. Won't take too long.
     
    enQuira, Apr 24, 2007 IP
  6. jmort732

    jmort732 Peon

    Messages:
    543
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    0
    #46
    Cool! If you do that, I might have some time today to take that and play with the validation stuff. :)
     
    jmort732, Apr 24, 2007 IP
  7. LeopardAt1

    LeopardAt1 Well-Known Member

    Messages:
    880
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #47

    paidhosting, does that mean your not going to build a version of your own now?
     
    LeopardAt1, Apr 24, 2007 IP
  8. enQuira

    enQuira Peon

    Messages:
    1,584
    Likes Received:
    250
    Best Answers:
    0
    Trophy Points:
    0
    #48
    enQuira, Apr 24, 2007 IP
  9. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #49
    there seems some problem with the regular links - hiding fields..
     
    MeetHere, Apr 24, 2007 IP
  10. enQuira

    enQuira Peon

    Messages:
    1,584
    Likes Received:
    250
    Best Answers:
    0
    Trophy Points:
    0
    #50
    Could you elaborate? I see no problems here.

    EDIT: Display issue with firefox resolved! Thanks for the heads up MeetHere.
     
    enQuira, Apr 24, 2007 IP
  11. vegabond

    vegabond Shabu Anower

    Messages:
    1,656
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    240
    #51
    Nice Try, Keep going...

    I will check your mod when i get a free hour :)
     
    vegabond, Apr 24, 2007 IP
    Richie_Ni likes this.
  12. enQuira

    enQuira Peon

    Messages:
    1,584
    Likes Received:
    250
    Best Answers:
    0
    Trophy Points:
    0
    #52
    Thanks Vegabond,
    Yes please try it and report results. Now it is pretty much complete, might add validation though.
    1. validate url syntax, it is online (just copy and paste from phpld code), and
    2. probably check if the additional urls are from the same domain submitted.
     
    enQuira, Apr 24, 2007 IP
  13. enQuira

    enQuira Peon

    Messages:
    1,584
    Likes Received:
    250
    Best Answers:
    0
    Trophy Points:
    0
    #53
    enQuira, Apr 24, 2007 IP
  14. smub

    smub Notable Member

    Messages:
    3,443
    Likes Received:
    375
    Best Answers:
    0
    Trophy Points:
    230
    #54
    lol yea i already know about that mod :p

    btw its smub not snub

    also his mod is not free .... i emailed just out of curiosity and got a reply that it cost $100 to get it installed or you can subscribe for their hosting play for a YEAR.

    and they are using Rob's JavaScript, so they are ripping of codes.
     
    smub, Apr 24, 2007 IP
  15. dvduval

    dvduval Notable Member

    Messages:
    3,369
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #55
    While it is great to have competition, I hope mahmdi will try to develop some other contributions that are unique. I don't know you very well, mahmdi. I don't know about your reputation. Hopefully, over time we will learn more about you, and what is important to you. I don't think there is enough to be learned at this point to make a personal judgement. And I am not judging, simply stating that it is my hope that you will indeed build a reputation that is commendable.

    One thing that struck me as a little odd is you are running esyndicat directories, yet releasing mods for phpLD. I have no problem with people releasing mods that help other phpLD users. I am just a little confused about the circumstances here, so hopefully, you will clarify.
     
    dvduval, Apr 24, 2007 IP
  16. enQuira

    enQuira Peon

    Messages:
    1,584
    Likes Received:
    250
    Best Answers:
    0
    Trophy Points:
    0
    #56
    Why would I need the reputation for?
    I am not selling anything and I won't be in your payroll.
    I am just helping everybody with a free mod that I wrote myself. If even you can't understand that this is not ripping off then ...
     
    enQuira, Apr 24, 2007 IP
    ! Ask ! and paidhosting like this.
  17. Misato

    Misato Guest

    Messages:
    313
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #57
    then why you not write a mod for e-syndicat why phpld.
     
    Misato, Apr 24, 2007 IP
  18. Majnoon

    Majnoon Active Member

    Messages:
    585
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    70
    #58
    He already wrote a MOD for esyndicat.
     
    Majnoon, Apr 24, 2007 IP
  19. dvduval

    dvduval Notable Member

    Messages:
    3,369
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #59
    If you don't have good answer to the question you just raised, I think the answer is evident already. I hope you will think carefully about why you would want to build a reputation of honesty and good will. A desire to help others, as you just expressed, is certainly something worthwhile, and if this is truly your desire, it will be quite evident over time. As I said, I don't know very well, but sincerely hope that your intentions are good, and if they are, I'm sure you will have many good friendships and will prosper.
     
    dvduval, Apr 24, 2007 IP
  20. wwws

    wwws Notable Member

    Messages:
    3,385
    Likes Received:
    285
    Best Answers:
    0
    Trophy Points:
    225
    #60
    He has both version:rolleyes:


     
    wwws, Apr 24, 2007 IP