Software or script that opens website for 30secs from a list

webhell

Junior Member
Joined
Apr 25, 2013
Messages
118
Reaction score
29
I have a list of 100,000 URls that I want to open in a browser window for 30 seconds. I'm not bothered about proxies. It just has to register with the analytics on that site/URl.

i.e. I enter the list somewhere and the program opens that URl for 30 seconds, closes it, then moves on to the next one in the list until the list is finished.

Thanks
 
Sorry, I'd better be clearer this time. No, I don't want to pay $1200 a year for it. (Someone actually promoted their service at that price in another forum.) And I don't want to send you the list for you to do it every time. I will want to run this once a week and the list will change slightly each time. My own traffic provider is going to charge me $10 a time, which will add up over the year. So anything that can do the job cheaper would be really, really appreciated.
 
And I don't want to send you the list for you to do it every time. I will want to run this once a week and the list will change slightly each time.
I can devlope PHP (or maybe node.js) script that can run on cheap VPS server but it will take from me cople days to prepper it , how much you welling to pay so I can start working on it .
 
Sorry, I'd better be clearer this time. No, I don't want to pay $1200 a year for it. (Someone actually promoted their service at that price in another forum.) My own traffic provider is going to charge me $10 a time, which will add up over the year.

10 x 52= $520.

That's really cheap for processing more than

5,200,000 websites.

Shit, people charge $200 to clean 500k emails.

Despite this its going to be hard for you to find someone that's really going to provide you a solution cheaper than someone running the campaign for you. At $10 per 100K.

IMO its cheaper in long run to already buy a developed solution that already exists. As you can run more sites and own and control the process not worrying about bugs etc

Anyways you'll figure out what works for your needs and budget
 
What's the purpose of this task? If it's something other people might need I'd consider coding it. What will you gain from loading this 100k list of URLs in a browser? Is this fake traffic you are selling?
 
What's the purpose of this task? If it's something other people might need I'd consider coding it. What will you gain from loading this 100k list of URLs in a browser? Is this fake traffic you are selling?

Hi. I realise this is BHW, but this is actually for a genuine white hat reason this time. That's why I don't have to worry about things like proxies. I'm not trying to scam anyone, the script will be used internally for our own network, I'm not going to be selling traffic obviously because I would need things like cloaking and proxies to go with it. This just has to open various URls we give it, keep those windows open for at least 30 seconds, then move on to the next one.

Sometimes we need to do white hats things to keep our black hat things in good running order! ;)
 
TrafficDemon will work perfectly

That actually looks exactly like what I'm asking for! Anyone know a voucher/coupon code though? There's a space for one in the checkout.
 
TrafficDemon will work perfectly

Well, I read reviews before buying and they all said that there is no more support any more. The software link is emailed automatically after purchase but then if you have problems even with the download, no-one answers emails.

I decided to ask a general sales question via email. They still haven't answered. If they cannot be bothered to answer questions to get you to buy it, then there is no way they are going to answer questions once you've already paid.

I'm not going to buy it. Shame. It looks perfect and has a low price.

Any others? Does the TrafficDemon creator go around in here?

[P.S. I won't undo the thanks though CohleRust!]
 
I have bot will be ready for sale after 2 days for $47 contains that features ...
 
Any others? Does the TrafficDemon creator go around in here?
the problem with this cheep tools they are outdate and dont take on count new mwthods that G and other corprations uses to avoid bots visits ,
e.g Google translete uses JS only to accept user input if I try to send POST command directly I'l will got 404 page , same with bing and other , but if someone Think deeply and devolpe his tool propbley he can make it act like real human and send inforamtion that this JS scripts needs .
BTW my offer still on the table you will not pay anything unless you got working ecample , + I didn't work with simple methos in PHP (Like using curl and leave it work ) , I analyies all webpage contents and send my POST commands acording to theirs alogoritem .
laste site I tried with were Yandex translator I was able to grape translated text without using their API as regular user .
 
Go to freelancer (could be BHW section) and just post a project for like $100. If you don't need proxies, then it should be fairly simple. If you wanna do it yourself without really having to learn how to code, try with iMacros.
 
Maybe imacros can do the job?
It can, easy peasy.

Make a .txt file with one url per line.
Code:
TAB T=1
TAB CLOSEALLOTHERS
SET !ERRORIGNORE YES
SET !DATASOURCE .../urls.txt
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL1}}
WAIT SECONDS=30

Play the macro in loop.

The only issue is that iMacros doesn't have multithreading capabilities, so if you want to load 100k urls and stay on the urls for 30 secs, that would take more than a month while running the bot 24/7. Multiple instances can be run of course, but even if you run 4-5 instances simultaneously, it would still take a week 24/7.

Although urls can be opened in batches too, if it's ok with the OP, that would decrease the completion time drastically: https://www.blackhatworld.com/seo/h...any-tabs-simultaneously.960686/#post-10275532
 
Last edited:
Back
Top