Search results

  1. S

    Anyone using the FaucetCollector?

    If anyone can get me the legit exe file, I'll see if I can reverse engineer the license.
  2. S

    Login with WebBrowser Control

    The best advise I can give is to not use a webbrowser control and use webrequests instead.
  3. S

    Permanently Closed Marketplace Sales Thread

    Is the 5 day trial still available?
  4. S

    Microsoft Excel Question

    I stopped using VLOOKUP in favor of INDEX & MATCH, I find it a much better function.
  5. S

    Buying 1000 private working proxies for $50

    ^^ Who actually pays for public proxies lol
  6. S

    Buying 1000 private working proxies for $50

    There is some truth in that to a certain degree but if you were to use our unique service and purchased one of our packages, we have had users auto replace their dead proxies in the range of 1632% of their purchased quantity. But yes I do agree to a certain extent.
  7. S

    Proxies give error

    When creating accounts you should always use Private Proxies, the use of public proxies could leak your real IP and get you added to the websites blacklist. Try SolidProxies.
  8. S

    Buying 1000 private working proxies for $50

    With our top packages @ SolidProxies: Semi Dedicated 100 @ 1.25/proxy Dedicated 100 @ 2.40/proxy When used in GSA SER with our API or in our stand alone application, when a dead proxy is found it is automatically replaced at no extra cost! Our prices are pretty much average, but we give you...
  9. S

    Buying 1000 private working proxies for $50

    It all depends on the service, you could try Solidproxies. They auto replace dead proxies on the fly so if you count the replacements you could quite easily get over 1000 for that price.
  10. S

    some small help with PHP contact form

    Hope this helps.
  11. S

    Close on Awesomium Url.ToString.Contains

    Hope this helps.
  12. S

    Permanently Closed Marketplace Sales Thread

    http://solidproxies.com/ is working for me.
  13. S

    Want to count number of textboxes on the form in the windows application

    I have not tested this, it is just from my codebank so it may need tweaking:
  14. S

    Control all checkboxes

    I'm not 100% sure what you mean, but I think this may help:
  15. S

    Captcha with Webrequest

    I have used this simple snippet in the past: Dim client As WebClient = New WebClient() Dim thePic As Byte() = client.DownloadData("http://192.168.1.110/Captcha.jpg") Dim stream As System.IO.MemoryStream Dim img As Image stream = New System.IO.MemoryStream(thePic) img =...
  16. S

    Help a newbie with Visual Studio

    Just a quick one using your code, you could do this in progressbar1 value changed:
  17. S

    Httpwebrequest enable cookies

    You could always use the HTMLAgilityPack.
  18. S

    Need help with VisualBasic

    It can be done via gmail. I found this code somewhere a long time ago (cannot remember where so I am unable to give credits) so it may not work, but if it still does its a bonus lol There is an issue that your exe can be decompiled and your email details can be seen.
  19. S

    Login to a site using HttpWebRequest VB.NET Issue!

    Here is an example: Dim postData As String = "Post Data Here" Dim tempCookies As New CookieContainer Dim encoding As New UTF8Encoding Dim byteData As Byte() = encoding.GetBytes(postData) Dim postReq As HttpWebRequest =...
  20. S

    Google Maps Scraping?

    Ok, pm me with your Skype ID and lets see what we can do. Sent from my iPhone.
Back
Top