Search results

  1. simpleonline1234

    Been gone-but back and out of the loop. What's working when it comes to-

    Hey guys, I haven't been able to do any marketing lately and so I've fell behind on the what's working and what is not working when it comes to methods. Last time I was around these methods were working. Are they still working today or has Google unleashed a new zoo animal to knock them out...
  2. simpleonline1234

    Open Site Explorer- where's that data coming from? Do they scrape in real time or just no?

    Hey guys, It late here so this may be a really dumb ass question but where do places like OpenSiteExplorer get their data from to show you everything from backlinks, to authority? Also is it possible to obtain the same informaiton as far as the backlinks go by using a search query in Google...
  3. simpleonline1234

    This for all Service provider out there- do you create new accounts?

    I see quite a bit of packages on the BHW which is awesome. My question is what are majority of the account being used come from in their services? Are these guys creating new accounts for each of their accounts they use or are they creating new accounts per each customer? I believe this is a...
  4. simpleonline1234

    GoDaddy giving 30% any renewal or new product for next 7 days

    GoDaddy had some major server issues globally a few days back and as a result they are giving their current customers 30% off any renewal or new product for the next seven days. Code: Apology4a
  5. simpleonline1234

    Anyone know what's going on with Scrapebox's website being down?

    I just moved everything from my previous hardware over to my new hardware and I am needing to re-download scrapebox however the main website for Scrapebox is down. Anyone have any ideas on where I can download a copy of Scrapebox where I can enter my details to activate my copy? Thanks
  6. simpleonline1234

    VB.NET Created an instance of a form that contains a web browser ~ how do I access the doc

    I have create a form with a web browser on it. I create an instance of that form that contains web browser. how can I edit the web browser document completed on the new instance? Thanks
  7. simpleonline1234

    Creating a web form filler but not sure where to begin

    Hey guys I actually updated my previous post because why buy it if you can build it right? But I'm trying to figure out how to build a web form filler similar to Roboform that allows the user to create a series of values like username, password, etc and then be able to navigate to a website...
  8. simpleonline1234

    Programically added new form with button - Click even't doesn't see textbox

    I have created my new window, textbox, and button and I can have my button display a messagebox.show("Hello") when I set the code under the click event. My Window has a button and a textbox. My issue is when I try to reference my new window's textbox in the code under that click event that I...
  9. simpleonline1234

    Need Regular Expressions help with my expression

    I have a string of text that I am trying to match in my application. This is the series that I am matching //images.slashdot.org/hc/45/7ee10c139d5a.jpg The only constant is going to be the amount of digits between the first two backslashes but then the actual jpg can vary. I've tried this...
  10. simpleonline1234

    Social Bookmarking Sites - Pligg vs. non scripted Platforms

    I've been out of the game for a while and I'm jumping back into the groove. When it comes to social bookmarking sites are you guys find that using those scripting sites like pligg are more powerful over those stand alone sites like Digg, StumbleUpon? Thanks
  11. simpleonline1234

    Create Multiple Background workers with HttpWebRequest

    Okay so I've dug around all day and found that using multiple "background workers" would do what I would need for my application. How can I create 4 background workers and then feed the urls to the webrequest from a listbox? Dim request As HttpWebRequest = HttpWebRequest.Create(URLGOESERE)...
  12. simpleonline1234

    Creating an OCR application - where should I begin?

    I am starting to REALLY get the hang of programming (but still have a lot to learn). I am moving on up the ladder and now I'm ready to take on OCR (optical character recognition). I know there are few apps out there but they don't really solve any captcha's so to speak. Does anyone know where I...
  13. simpleonline1234

    Ultimate Demon ~ does it post to the popular social sites like Digg, Stumbeupon, etc?

    What type of social bookmarking websites come stock with Ultimate? Any the major players with high PR coming stock with the software? Also is the software able to post to these type sites or do they have to only post to the software type sites like Scuttle, Plugg? Thanks
  14. simpleonline1234

    Ultimate Demon & SeNuke X are they using Web Browsers to register accounts?

    I'm on the fence to purchase between these two. I know that Ultimate Demon has more convience since it automates majority of the process of setting up accounts. SeNuke X also offers some of the same options but needs user intervention at different intervals. Do both of these applications use...
  15. simpleonline1234

    Need some more help with RegEx to grab everything between apstrophes.

    My app needs to Parse the text to grab only the numbers, letters inside the apstrophes as seen below. challenge : '03AHJ_VusHZDEr-qZYnfmRm4QbevEdYMXPLUibIP-bInEgiAPc0tk4e5MAVntRv_JbvD0q51aJOQp1FZ8RmIaMGt-Te9CSwkZyJhvSK70ZvdOA0AhPJz76t1FhXekXWIuor6YqdVwbqXSFlUSQvi9eL455ojSBkoQW_w' My current...
  16. simpleonline1234

    Need RegEx help with my expression. Currently Not working.

    I currently have a richtext (GetIt.text) that contain source code from a page. In the below example I am trying to grab anything between the two tags but I'm not sure how to set this up. My current Regex doesn't return a result. I am trying to grab anything between the value tags...
  17. simpleonline1234

    DeathbyCaptcha - how are they getting the captcha to solve?

    When it comes to using an automated bypass captcha service like DeathbyCaptcha how are they getting the captcha image? Is it possible to use webrequest to get these images? And is everything built into their API? Thanks
  18. simpleonline1234

    Using sockets to sign into website - or registering for website - Need example

    Sockets - anyone know of an example of logging into a website? I am looking to move up in my programming skills (fingers crossed-god willing) and I'm just looking for an example of logging into a website using socket programming. I can achieve this using the Web browser component and webrequest...
  19. simpleonline1234

    Using WebRequest and captcha's - Stuck on this Recaptcha - "Your Answer was correct."

    I have my app setup to solve captcha's manually using webrequest. With Re-captcha is something that I have to request myself from the server. Enter the noscript version of the recaptcha code and it directs me to the re-captcha website. I solve the code they give me there and it gives me the...
  20. simpleonline1234

    Building a bot to register accounts on 1000+ sites - what language would you use?

    I am somewhat okay at VB.NET and I can most likly be able to build something like this on a large scale but would it be better to use a scripting language like python or ruby or does it really matter? For the registration aspect of the bot I am going to be using the webbrowser control because...
Back
Top