How much would it cost to get a program like this

(.) (.)

BANNED
Joined
Mar 22, 2009
Messages
370
Reaction score
220
Let's say i needed a bot created, a simple bot that is able to:

1- Go to hotmail.com log into an e-mail address & logout (USER & PASS Given)
2- Go to a site enter fake information in all fields except for a few like E-mail, credit cards, and names i want to provide these value to the bot as a list, so i want the bot to use the first email then use the second email then use the third email.
3- Go to hotmail.com again click on an email that will be received and get a link and put it into a notepad.

& No this has nothing to do with CPA

so How much do you think something like this would cost....this is not a WTB thread btw
 
You mean something that well create an account then click the email activation?
 
Refined:
1. It can enter values on <website>
2. Can login to hotmail (or other email client) with already given values.
3. Can check the emails and extract links --- unless given a specific link to extract exactly that link and save it in a notepad docu.

....price...my guess; a few hundred bucks if built from scratch.
should just ask the guys behind twitter to do it for u for a fee ;)
 
I wouldnt pay more than $100. It is achievable in PHP within 1-2 days work. All with PHP + cURL (I am working on a similar project)

1) Mimic a browser and log into Hotmail: hxxp://curl.haxx.se/libcurl/php/examples/ebay_login.html .. GMail is even better though since you can use IMAP/POP3 for free and fetch emails, and their messages within seconds using php imap_open() (to create connection), imap_headers, etc etc.

2) Can be done in cUrl as well, very easy

3) Fetch the link using Regex, and save it into a file. Once all is done, deliver the file using the browser.

I would certainly use Gmail (or any other free POP3/Imap) provider so it is easy to fetch emails, search them, and parse them. Seriously though, with POP3 + Gmail + cUrl this is not hard at all in PHP
 
i marco wouldn't work i tried don't ask why it just wont.
 
Shouldn't cost too much, I'd say $75-80 MAX.

Source: I'm a programmer.

Let me know if you need anything....

-BHFr3shY
 
Back
Top