Wordpress URL harvester Beta

Nice one Snowhite, anyways use your own research we aint going to go and hold your hand.
 
I have one i programmed awile back. 10 urls per second on a good connection.
 
300k?..
sstc9.jpg


5 million +
and only 30 bucks.

you work out the math.

codeing software to rip urls off of search engines is a one day project.
not a $100 a copy project.

Code:
Do Until OnWhatLink = HowManyLinks
        lstLinks.AddItem GetMid(txtSource.Text, "<CITE>", "</CITE>")
        txtSource.Text = ReplaceString(txtSource.Text, "<CITE>", "")
        txtSource.Text = ReplaceString(txtSource.Text, "</CITE>", "")
        OnWhatLink = OnWhatLink + 1
Loop
google even makes it easy by wraping the links in the search results with 'CITE' '/CITE'
 
Last edited:
Dont try fooling the big G -- it's not that lame :p
 
300k?..
sstc9.jpg


5 million +
and only 30 bucks.

you work out the math.

codeing software to rip urls off of search engines is a one day project.
not a $100 a copy project.

Code:
Do Until OnWhatLink = HowManyLinks
        lstLinks.AddItem GetMid(txtSource.Text, "<CITE>", "</CITE>")
        txtSource.Text = ReplaceString(txtSource.Text, "<CITE>", "")
        txtSource.Text = ReplaceString(txtSource.Text, "</CITE>", "")
        OnWhatLink = OnWhatLink + 1
Loop
google even makes it easy by wraping the links in the search results with 'CITE' '/CITE'

uhh..i cant do coding or anything

where can i buy a scraper cheap? or one free? with proxys
 
lmfao.
go do your research....

I did :eek: and by banned i mean .. you either get a captcha to search again or you can't search at all for some time.. lots of proxies ? wait some hours ? whatever ...

And from what i see your scraper does google for 30 bucks so this would equal around 90 bucks for google, yahoo, msn right ?

Have fun talking guys :D
 
Right, because i'm going to program software that will hit captcha :-)
 
Or you just program a cooldown in your program... People are so eager these days... You can "mislead" google by just doing only 1 search query with a random time between 10-20 seconds... The programs who get banned probably do 100 searches a second and are wondered "Hey, google found out it wasn't a human who searched, geez how could they know that..."

I had a url harvester home-programmed, placed it on a server and next day I had a couple of thousands url :-)
 
Back
Top