If you think the price is "too expensive", you just can't afford it, or you are just cutting yourself short. Period. If you got a proper monetization method, like my customers do, you make it make in a heartbeat.
As for the bot, I am not even targeting this toward any noobs. I had a ton of people PM me, and I clearly mentioned to them that it is not for them. You can use all the other bots you want, and never stop whining, which wouldn't effect any bit on mine.
True that youtube does change a lot, but how does that effect what the bot costs. Very illogical reasoning right there. Bot does what it's got to do - Automate the tasks. Sure, there's other costs involved in it, but anyone who's into this field must know that it's the MOST basic thing. Most of the other bots that deal with other social networking / image sites, do still require the same resources, and that doesn't make a bot "worth literally nothing". What makes it literally nothing is when you don't get any updates and you're stuck there without moving an inch.
I have already mentioned, you get unlimited updates, as well as custom features for no extra cost. For someone who knows their shit, it's worth it.
Look let me be honest with you. I was basin my statements on the fact that your bot needs a lot of work. It has huge footprints, and yet you seem to call everyone a noob when your bot literally portrays sloppy coding. More than sloppy this bot is an obvious sign of; A. The developer was someone that the project was outsourced and has no idea about youtube, since its quite obvious its coded to make it barely work even if it leaves obvious footprints and its http requests are barely working or B. The owner of the bot has no idea about programming or testing bots, especially of youtube caliber, and couldnt notice the obvious errors in the bot.
The way your bot was coded seems to me that it was done in such a hurry and with no regards to youtube. However, I have to say, this bot did give me a laugh amongst my top comments buddies who have their own bots and know wtf they are doing when it comes to top comments(they do their spamming by bots no manual work) . If you seriously spent months beta testing this bot and you haven't fixed the obvious errors that are displayed in your bot, then I am seriously wondering if your beta testers are even capable of testing a bot.
Anyone with a little bit of knowledge on the subject pertaining to http request bots, especially one that is coded around automating youtube, would know that sniffing http requests is the first thing that must be done to compare the quality of the bot by examining the http requests sent from the bot to a browser http request. Everything else comes second, thats an obvious truth.This was not done as a matter of fact.
I can seriously make a long list of everything that is wrong with your bot. The obvious flaws that your bot pertains are literally so obvious they are hard to miss if a proper evaluation is done.You need to seriously get some expert help cause your bot right now is barely working.
Also just so you know, the most important function that needs fixing more than anything is not the comment or the rating function. Those 2 functions have remained the same for almost 2 years, you obviously didn't know that cause your a noobie on the game when it comes to coding bots.The login function is the most important one and harder to code properly, your bot shows literally the worst coding of the youtube login function I have seen. Even spk's bot has a better login function .
I seriously do think now that I need to realease a free youtube comment/rater bot to show you the right way of coding a bot. Heck, my 1 threaded bot would be like 10 times better than yours. That is because, i code my own bots and have been doing that for months, especially when it comes to youtube.
All your doing is promoting a bot based on the reputation you hold here. Please get someone that knows about coding or atleast something about http requests to evaluate your bot if you can't seem to do it for yourself.
Also whats up with the static variable of
checkConnection always equaling youtube:1906:1
I am going to report your thread because as of now I can assurely predict there are going to be a lot of unhappy customers. Trying to save the shitlist from one more user. This bot was put into the market without proper testing and its clear the seller just wants to make quick money without regarding its customers . It has a lot of seriousflaws, not forgetting the bugs in where it crashes regularly.
I am going to make the most obvious and critical flaw in bold and big letters
This bot sends a different user-agent on each http request.Just the thought of applying that to a youtube bot is enough to display no knowledge when it comes to youtube bots. I mean what kind of idiot programs a youtube bot and makes it send different user-agents on each request, to the point that it sends from linux 64 bit OS from one request to a user-agent related to an ipad. Also you need to properly translate & into & from your url not just grab it from the html source and use it for your next request, thats a sign of sloppyness. Look at the url request on the checkcookie url.One more funny thing about this bot, when logging in there is a 10 second delay between http request, wtf is that for?
Again, you seem to misunderstood the concept of using sleep when coding bots, you dont put a sleep between http requests, but between each action. You really either not smart enough to realize that, or you told your developer to put a delay on your bot and took it for putting a delay after every http request. With that in mind, it takes like 30 seconds to login , or more, into youtube. While it should take like 3 seconds or less in 3-6 http requests.
Also not all cookies that belong to youtube.com will be transferred to google.com, learn the difference between 1st and 3rd party cookies, or atleast mimic the real login of youtube from a browser