Turn a .txt URL list into hyperlinks on mass - Great for AMR author box URL spinning

wannabie

Elite Member
Joined
Mar 11, 2009
Messages
3,798
Reaction score
2,971
I am hoping that this quick guide will save you all quite a lot of time, it has me :)

Anyway to cut a long story short I normally have to work with massive lists of URLs in a simple .txt format that I need to convert into well written hyper-linked author boxes so I can use it for software like AMR so here is my way if doing it under a minute.

Right here goes :

First you need a bit of software called pspad (google it, yes its free!!)

Open up your URL list in pspad and click edit and follow the screen shot :

bjfxn5.jpg



You will get a box open up like the screen shot below

On the bit that states "at lines begin" put in <a href="

On the "At line ends" put ">Keyword/text</a>



2yvt89s.jpg



Right that's the hyper link bit done and dusted and I'm hoping that you are getting the hang of this already


Once you have done that, click "file, save as" and save it as "index.html" this is just to check in your browser that it all looks right and the links work and it should hopefully look like:

2yju6wn.jpg


Right now go back to PSPAD

Lets add some text to to the file so it looks like a proper author box file

Open up the line manipulation once again and put some text to go before the hyper-link and after the hyper-link (basically building a sentence around the link)

TIP : Remember to put a space at the end of the first entry and a space at the start of the end entry ( you will thank me for this tip)

11jp7bs.jpg


Now you have added more text you should see something like this:

21e9vdj.jpg


If you save it as a index.html and open in your browser you should see :

29ll0y9.jpg


I am hoping you have got the basic idea of this little tool and tutorial, this has saved me HOURS of time!!!!!

If you want to make this {spin-able} then simply put a { right at the start of the list and } at the end of the list, and to add the | between the lines simply use the line manipulation feature!


Enjoy and let me know if it saves you some time :)
 
Nice one. I have been looking for something to insert like this for a while now.
 
Did anyone else find this useful as I might do a quick video for it
 
thanks for sharing this. Stuff like this can really be a pain in the ass if you don't know the right shortcuts...
 
thanks for sharing this. Stuff like this can really be a pain in the ass if you don't know the right shortcuts...
]

Took me a while to work it out, but now its my everyday tool!

I only use pspad for mass editing but it has loads more stuff
 
Thanks for the tip.

Great tool.

Does Notepad++ has a feature similar to PSPads "insert text into lines"?
 
Thanks for the tip.

Great tool.

Does Notepad++ has a feature similar to PSPads "insert text into lines"?

Not that I have found to be honest, although notepad++ allows you to connect all lines using something like <r then <n when using search and replace
 
Wannabe lazy like me? :D Eh?

Just wanted to contribute so I just wrote this script to automate the whole shit OP just explained above. Thanks to OP for this thread. I hope my effort of an hour will save lots of time for you guys.

Here is the link. I have also included the instructions in the script. Just host it on your server, run it, read the instructions, input the links, keywords and spinned text and hit the button.

This script will spin text and hyperlink the keyword with all the URLs provided.

Enter all your links each one being on a new line eg. http://link1.tld, http://link2.tld, http://link3.tld, http://link4.tld.
Enter the text in spintax format {I am|We are|more|and more} %keyword% in the second box with %keyword% as the keyword tag. This tag will be replaced by a random keyword that you enter.
Enter keywords in the third box, one on each line. These keywords are going to take the place of %keyword% tag, eg. kw1, kw2.

Output will be -

HTML:
and more <a href='http://link1.tld'>kw1</a>
We are <a href='http://link2.tld'>kw1</a>
We are <a href='http://link3.tld'>kw2</a>
more <a href='http://link4.tld'>kw2</a>

If you want to import this directly into tools, check the "Check to get the output as a spintax" option to get everything as spintax.

Output -

HTML:
{I am <a href='http://link1.tld'>kw1</a>|I am <a href='http://link2.tld'>kw1</a>|and more <a href='http://link3.tld'>kw2</a>|and more <a href='http://link4.tld'>kw2</a>}

Download link:
HTML:
http://www.mediafire.com/?4xtw5rtjl6e14rl

VT Scan -

HTML:
http://www.virustotal.com/file-scan/report.html?id=e167a7a4f3b63c816b3a4edb0d23168ab110a40aa282d96af5fa27f2d18234da-1305271292

File name:
generator.php
Submission date:
2011-05-13 07:21:32 (UTC)
Current status:
finished
Result:
0/ 42 (0.0%)

Reply to this thread if you want any more feature or edit. I will be more than happy to help you guys. :)

-Red
 
Last edited:
Stick a vt on that dude, I'm on my iPhone so I can't do it for ya till tomorrow

You know some noob gonna bitch about it not being theere ;)
 
Stick a vt on that dude, I'm on my iPhone so I can't do it for ya till tomorrow

You know some noob gonna bitch about it not being theere ;)

Looks like VT is facing some problem. Site isn't loading 50% of the time and other than it, I am getting redirected back to the home page. I will stick VT asap. Anyways its justs a plain text php file. :)
 
Thanks to both Wannabie and Redstone for sharing this great tool
 
Looks like VT is facing some problem. Site isn't loading 50% of the time and other than it, I am getting redirected back to the home page. I will stick VT asap. Anyways its justs a plain text php file. :)

Wicked little script ;)
 
Back
Top