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 ?
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.
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.
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 !
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
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.