Add multiple links ?

Discussion in 'HTML & Website Design' started by priyakochin, May 30, 2007.

  1. #1
    I am in the way to create +2500 directory list.I am having the list in text file.But how can I add links to all the directories using dreamweaver or others ?
     
    priyakochin, May 30, 2007 IP
  2. krt

    krt Well-Known Member

    Messages:
    829
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    120
    #2
    You would have to get into some server side scripting to add links to directories on the web. They way to do it would be to make a bot - a script that posts data in "submit site" forms. This would most likely involve a lot of work, especially as many directories frown upon automated submissions and use preventative measures - one common example is the CAPTCHA, an image showing letters and numbers that you must type into a box.
     
    krt, May 30, 2007 IP
  3. josh_coffman

    josh_coffman Peon

    Messages:
    175
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you just want to create the html for links for each directory, you can use regular expressions in a text editor like EditPlus (you can get for free)

    are you trying to create html links for a text file that looks like this?:

    directory1.com
    directory2.com
    directory3.com
    ....................
    ....................
    directory2500.com

    Let me know and I will help.
     
    josh_coffman, May 30, 2007 IP
  4. priyakochin

    priyakochin Banned

    Messages:
    4,740
    Likes Received:
    138
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I want to add the live links for all my links in text file :

    xxx.com to www.xxx.com (with live link)

    Since I have +2500 list its difficult to add the html syntax
    " <a href="xxx.com"> " to all list.

    Please help !
     
    priyakochin, May 31, 2007 IP
  5. jgjg

    jgjg Peon

    Messages:
    595
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #5
    might be a way to do it with find and replace.

    If you want me to give it a whirl send me a PM...If my method works I could probably do it in about 200 seconds
     
    jgjg, Jun 2, 2007 IP
  6. wayner

    wayner Peon

    Messages:
    684
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    0
    #6
    A quick bit of PHP will do this, if you pm me, you can email me your URL list and I'll do it for you and send the linked list back to you.
     
    wayner, Jun 2, 2007 IP