Search results

  1. H

    Is PHP hard to learn for a newbie ?

    If you want to write desktop software, learn C. If you don't have a lot of programming experience, I would recommend learning HTML and CSS, then leaning PHP. Though there's a lot you need to know to make any money at coding.
  2. H

    XMLHttpWebRequest

    Thanks for the advice. This will definitely finish this bot. I am still learning all of the newer web technologies but I am competent I will learn and one day get a stable job somewhere.
  3. H

    XMLHttpWebRequest

    I am making myself a bot that collects the coins from watching YouTube videos. I am having difficulty logging into the website and the HttpResponse from the code below always returns "Sorry, bro!" when I attempt to login to the website. I do not know a lot about AJAX and XML so any advice would...
  4. H

    Working on monetizing blog

    Do you have a link to your site? In my best experience, I have found writing quality articles people want to read is the best way to get more traffic to your website. Your mentioned methods only help you achieve that goal.
  5. H

    Hi there - new to the community

    I was so accustomed to people not acknowledging new members of this forum as many forums have done but at least there's a section for it. I am a hobbyist/enthusiast programmer who is gets the odd job in the programming field. The most paid work I have coded in was Visual Basic.Net although, at...
  6. H

    [SHARE] A very simple script for testing your current proxy anonymity

    Wow. I only spent a few minutes in this thread and now I have another reference to a skill. Thanks. I'll try to implement these into some of my personal projects.
  7. H

    BTC Faucets - Any one running one?

    Most people who are serious about Bitcoin consider faucets a waste of time. It's best to invest your time and money into a different kind of bitcoin oriented website.
  8. H

    Is Crypto Mining Really Profitable?

    If you have a very powerful top-of-the line computer and free electricity, you should ask the people over at BitcoinTalk as to what coin you should mine. For the most part you're too late. Mining Bitcoin is now impossible.
  9. H

    Custom bootstrap.css cover template not behaving

    I have completely redesigned my website tommorisonwebdesign dot com and the site looks weird. I want the content section to scroll but I want the header and footer to stay at a fixed position. I have tried several things but to no avail things still look messed up. I'm a quick learner and I want...
  10. H

    Changing proxy servers automaticallt from C#

    A few years ago, I was a jounior/novice programmer for a website that doesn't existt anymore. My boss had a function that would change Tor relays programmatically. I've lost the class, and I was hoping someone can point me in the right direction to build my own. Thanks in advance.
  11. H

    Best programming language for the web

    Have you heard of CakePHP before? I hear Laravel is superior but I've only heard that from one person.
  12. H

    Best programming language for the web

    What would you consider the best programming language for Web Development. In my opinion, it's PHP/MySQL. It has several great frameworks such as CakePHP and Laraval and was at one point the most popular language on the web. It has evolved and changed overtime, and it may be criticized by other...
  13. H

    A way to make money, about to be kicked out of my house.

    There are a couple of things. First of all, you should get a psychiatrist to treat your social anxiety. I had social anxiety but I used a technique called cogitative behavioral therapy to overcome your disability. Finding a good therapist is key. If you live in the United States, it may be...
  14. H

    "400 Bad Request" - error with Cache control with bot

    Sorry about the delay. Thanks a bunch guys, a lot has been happening for me IRL. This actually might solve the problem.
  15. H

    "400 Bad Request" - error with Cache control with bot

    I am trying to download the challenge image with street signs etc. Recaptcha V2 requires the user to click certain images.
  16. H

    "400 Bad Request" - error with Cache control with bot

    I am trying to develop a method in C# that downloads Recaptcha V2 images and display them in a picturebox in a Windows Form. I asked a question previously on this and so far it's the only answer that has got me anywhere. The issue I am running into now is that whenever I try to download the...
  17. H

    CPU mining w/free energy

    Mining with CPUs is a waste of time and you are more likely to get expelled...
  18. H

    Interacting with reCAPTCHA using httpwebrequest/webresponse

    I have managed to debug this program to where I download the reCAPTCHA image. Attached is a screencap of the error I get, which is a 400 Bad request from google's Recaptcha V2 servers. EDIT: My newbie status makes it difficult to post code.
  19. H

    Interacting with reCAPTCHA using httpwebrequest/webresponse

    Thank you so much for your help and kind words. Having this class in my toolbox would make me a very valuable bot coder indeed!
  20. H

    Interacting with reCAPTCHA using httpwebrequest/webresponse

    Would this involve sniffing for packets with Fiddler and figuring out what information to send from that?
Back
Top