Recent content by kbrouder

  1. K

    Contact form Submitter! - Coder For Hire ?

    sorry, just saw it on similar pages, not making any profit on the download so I thought it was helpful advice...
  2. K

    Contact form Submitter! - Coder For Hire ?

    you can try ours, just released for free in the member downloads: /blackhat-seo/member-downloads/625151-get-contact-form-submitter.html
  3. K

    Contact Form Scraper / Submitter

    youre welcome to try ours, we just released it free, it might not be as feature packed as you are looking for I cant post links just yet, but its on bhw in the member downloads section called get contact form submitter /blackhat-seo/member-downloads/625151-get-contact-form-submitter.html
  4. K

    VB.NET Bot License Options?

    You guys were talking about it being sniffed with fiddler - Im pretty sure this is really easy to prevent, your webservice needs to expect certain parameters from the program and return certain params. Dont just pass the license key, pass other useless information, a good one is the current...
  5. K

    Seriouse 3 Problems makes Me Crazy ! VB.NET

    first problem is : how to user private proxy in webbrowser control ^ the short answer is you cant. The easy but not super great solution is you need to adjust the users settings to use a proxy. A webbrowser is basically IE, so that is really the only way I know to do it with a webbrowser. Of...
  6. K

    VB.NET Bot License Options?

    This, use a webservice and make sure it cannot be spoofed.
  7. K

    need smtp service to send mails

    You can probably just use google, I think their limit is 2000 a day. Of course if your email is spammy and they figure it out that could be a problem if you need the account. Do you have hosting? Most hosting comes with free emails and usually the smtp limits are over 1000 per day.
  8. K

    Programmer for Simple Scraper

    This is why these bots break all the time. You could code this in under an hour if you had a framework for a similar bot and just needed to make some adjustments, but even something as simple as this, you should be sanitizing any user input and handling any possible errors. Most people skip over...
  9. K

    ⚡ SquidProxies.com ⚡ 25M+ Rotating Residential & Dedicated Datacenter IPs ⭐ $0.50/IP (Bulk Plans) ⭐ FREE Trial + Up to 75% OFF

    Support replaced all non-working proxies, time to resolve 6 hours, not bad but not amazing
  10. K

    ⚡ SquidProxies.com ⚡ 25M+ Rotating Residential & Dedicated Datacenter IPs ⭐ $0.50/IP (Bulk Plans) ⭐ FREE Trial + Up to 75% OFF

    Just ordered 25 today, 18 are google blocked. have a ticket open but havent heard back.
  11. K

    SEOMoz api vb net

    Does anyone have a class to use the free seomoz api in vb net? dont want to re-invent the wheel if someone has it already.
  12. K

    Converting Links to index

    Weird, its working fine for me. If you want send me a sample file or list and ill send you a spreadsheet that works :). Or you can use one of the proposed solutions above.
  13. K

    Converting Links to index

    Theres a few ways to do it, I could build a tool that would do it. But you could also easily accomplish this with excel: Put the full url in column A In column B use this forumla: =LEFT(A1,SEARCH("/",A1)-1) This will only work if you dont have the http : //, if you have the http : // then use...
  14. K

    Need SMTP server to remove bounces

    Im pretty sure I could write a quick script to do this if you cant find a program. The net smtp library already has that built in, let me know if you cant find something, If i can write it in a few hours ill offer it for free.
Back
Top