Following
Followers
  • greyhat
  • My topic can NOT retrieve/scrape the...
  • Operating System:Windows 7Operating System Bit:64bitSoftware Version:3.8.9 WhiteHatBox V1.2.1 I've spent countless hours trying to make my 1st bot, and after doing so, I finally managed to make a really simple but very useful bot.  I first noticed the problem in Editor, but ignored it so I can run my bot in Runner, only to discover the same FREAKING bug/problem. 1) In the Editor, HOW do we save the results of our variables?  Ex: Emails & Passwords I've read here: http://www.whitehatbox.com/bbs/BBSPost?postid=573#.VpI5QvkrKHs but that does NOT explain HOW to scrape the data from the variables that was entered. 2) WHERE is that info about that scraped data is being stored?  I searched the WHOLE whitehatbox install directory and there is NO SUCH DATA about any variables that were created!!! 3) WHY ON EARTH is Runner NOT SAVING to the CSV file for saved results? 4) WHY ON EARTH is Runner NOT CREATING a CSV file at all to save my desired results? 5) WHERE ON EARTH does Runner store the data from variables that is used? I am trying my best to stick with this software, like it, and learn it....but this is becoming extremely frustrating.  I've made about 20 test email accts, which were successful, but I can not find the emails & pw's from the variables to log into them with.....WHATS THE PURPOSE of spending days & weeks learning this software to make emails accts then if I cant log into them?????? The other thing that botchief should do is WRITE the data INSTANTLY, on the fly, so that if RUNNER/EDITOR crashes, at least the data was stored BEFORE hand. The 2nd thing is that when saving the results, we should have the OPTION to save to .txt file instead of csv (with out own custom delimiter would be an extra bonus) 
  • 2016-01-19 04:27
  • greyhat
  • My topic Appending Random Numbers St...
  • Operating System:Windows 7Operating System Bit:64bitSoftware Version:3.8.9 Problem: When trying to append random number(s) to string, it doubles the number. Example: Append random single digit number to word (0,1,2,3,4,5,6,7,8,9) Result= word22, word77, word33, etc., Example2: append random double digit number to word (12,13,14,15,16,17,18,19,20) Result= word1212, word1515, word2020, ect., These are the results from using both a random number variable & "processing way" random source. This bug is similar to another bug I posted yesterday, and may be related. http://www.whitehatbox.com/bbs/BBSPost?postid=2082#.VpgczfkrKHs Except in this case, its randomly selecting the number twice 100% of the time.
  • 2016-01-18 03:59
  • greyhat
  • My topic Solving ReCaptchas MANUALLY...
  • There is NO documentation/videos for this. How do I configure the "captcha" to allow me to select a combination of individual images for Recaptcha? I am able to get the iframe recaptcha pop up window to load, but I can NOT click anything in it to solve the recapcha manually. This is with GMX.com when trying to create an acct, which I have to manually create my own bot for because the gmx acct creator was removed from botchief  Please Advise me on how to proceed, thanks.
  • 2016-01-14 07:51
  • greyhat
  • My topic Botchief Runner IGNORES Run...
  • Operating System:Windows 7Operating System Bit:64bitSoftware Version:3.8.9 Whitehatbox v1.2.1 ANOTHER FREAKING BUG: 1) Botchief Runner IGNORES RunningTimes per day If I tell it to run 5 times (with multiple threads OFF) it will only run ONCE 2) Botchief Runner IGNORES Interval Time after each Run. No matter what I set that value to, it IGNORES IT 3) Botchief Runner IGNORES Number of ReRuns After Failure! I set that to "0" because after 1 failure, I want it to STOP.  It ignored that and STOPPED after a successful run!  That makes absolutely no sense!!! 2016/01/10 07:33:16  Finish tasks. 2016/01/10 07:32:38  Thread: 1.  Task: "My1stBot"  is waiting to run(2016/01/11 10:00:00). 2016/01/10 07:32:36  Thread: 1.  Task: "My1stBot"  is waiting to run(2016/01/11 10:00:00). 2016/01/10 07:32:33  Thread: 1.  Task: "My1stBot"  is waiting to run(2016/01/11 10:00:00). 2016/01/10 07:32:31  Thread: 1.  Task: "My1stBot"  is waiting to run(2016/01/11 10:00:00). 2016/01/10 07:32:29  Thread: 1.  Task: "My1stBot"  is waiting to run(2016/01/11 10:00:00). 2016/01/10 07:32:29  Thread: 1.  Task: "My1stBot"  wait for the next run. 2016/01/10 07:32:28  Thread: 1.  Task: "My1stBot"  successfully. 2016/01/10 07:31:32  Thread: 1.  Task: "My1stBot"  Process 2016/01/10 07:31:29  Thread: 1.  Task: "My1stBot"  start to run. 2016/01/10 07:31:29  Start tasks.
  • 2016-01-14 03:59
  • greyhat
  • My topic Random Number Processing BUG
  • Operating System:Windows 7Operating System Bit:64bitSoftware Version:3.8.9 Problem:  Random Processing generates random sources, but not randomly enough. Test1: I ran 10 trials, with 10 different sources, to generate 4 Columns of Random Data. Column1 = Words Column2= Words Colum3=  Words & Numbers Column4= Words & Numbers There was mostly double repeats per column of data.   I repeated the process and had the same results. Then for the final test,  I increased the sources to 20, and ran 10 trials, to generate 4 Columns of Data  (for a potential work around, to generate results more randomly til this BUG is fixed) Result:  Column1 had 1 repeating word 3 times  (firstword x3) Column2 had a set of 3 duplicate words (firstword x2,    secondword x2,     thirdword x3) Column3 had a set of triples, 2 doubles of numbers (#1 x3,    #2 x2,    #3 x2) Column4 had a quad and double (#1 x4,    #2 x2) What this means is each column had 20 potential different values to be selected. The odds of picking the same value has a 1/20 probability. The bot randomly picked the same number at least 33% percent of the time, which is a failure, considering each number had a .05% chance to be picked.  In this final test, no number should have been randomly picked twice, and even then, it should have been only 1 occurrence at maximum Solution:  Random Number Processing needs to be highly optimized for more randomly generated data. Note:  The results does show that letters/words have a lesser chance of being selected repeatedly, whereas numbers have a much higher chance of being selected repeatedly. 
  • 2016-01-14 02:14
  • greyhat
  • My topic Even Better Product In 2016
  • Hi,  I'd like to thank the team/dev/support for making this bot possible.  I do like it, and its quite handy as is.  But it could become MUCH MORE POWERFUL if you: monitored & responded more frequently on the forums quickly implement possible feature requests The biggest thing that I'd like to request for now is that you guys you use multiple server activations. I have not been able to use my bot at all today, and im sure others couldn't use theirs either.  I can only imagine how ANGRY paid customers are right about now. Under no circumstances shall customers be NOT allowed to use their PAID software.  I dont know how difficult it will be to add multiple servers, but that will make existing & future customers more confident in your product. I'd like to also THANK you for not making a product that is extremely buggy
  • 2016-01-12 09:52
  • greyhat
  • My topic Record & Save Feature does ...
  • Operating System:Windows 7Operating System Bit:64bitSoftware Version:3.8.9 I doubled checked your site to make sure that this feature is included by default in the free version. However, it tells me that I have no rights to use this feature. I really need to try to use this feature so that I can try to find how to be able to select the manual recaptchas that Im attempting to solve since I cant figure out how to use the "captcha" function to manually select the images for gmx acct creation. WhiteHatBox Software Version 1.2.1
  • 2016-01-11 09:34
  • greyhat
  • My topic Isolating BotChief Runner W...
  • Operating System:Windows 7Operating System Bit:64bitSoftware Version:3.8.9 While (debug on) & running my bot in the runner, I noticed that if the debuggin runner window is up, and if you do anything with your mouse or keyboard, it will throw the runner off of its routine. What I mean is that only way the runner will run perfectly fine is if I do not bother my keyboard or mouse while the debug runner window is open.  If the bot is inserting characters, like password, and if i move the window, or use my keyboard on a different area outside of the debug window, like my browser, notepad, ect., then the passwords will not match. The runner window needs to be completely isolated from the rest of the desktop, so that outside input on the desktop does not interfere with whats going on inside the debug window.   I know that I can minimize the debug window, but I'd like to freedom/option to visually monitor the progress whenever I deem fit. 
  • 2016-01-11 03:41
  • greyhat
  • My topic Invalid ConnectionString
  • Operating System:Windows 7Operating System Bit:64bitSoftware Version:3.8.9 Invalid ConnectionString format for parameter That is the error that I got after my bot finished its task successfully.  What is that and why did I get it?
  • 2016-01-11 06:01