Jump to content
UBot Underground

cүвεя_נυηкιε

Fellow UBotter
  • Content Count

    524
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by cүвεя_נυηкιε

  1. Yep absolutely correct, .. in fact you dont even need to put the "$nothing" and can be left blank although admittedly I did add a little "Please Wait ... ", you know just in case the user was watching lmao lol an no dont think you are "the world's crappiest programmer", it really depends on the process being run, most bots that have only a few processes tend to run without any problems, its when you start looping shit that it becomes unstable ... not matter how clean your code is, for example my bot Easy-Crypt only processes a couple of tasks and has never crashed or hogged memory etc,
  2. Hi Biks, Ive also created a shed load of bots and most of them will crash if left long enough, .. however, I have 1 bot that has been running for 9 months now, and by 9 months, I mean 9 months non stop (and no, i dont turn some of my PC's off ... ever lol), admittedly it doesnt do a hell of a lot of scraping but it is still running as i type, The fix for me on this occasion was a simple blank load html node at the end of its particular process/run, .. the moment the load html node is reached any browser memory is instantly cleared/reduced, Im not saying this will fix your issue but tho
  3. Ive had this only once in the past and I ended up copying the whole code into Notepad+ and then re-inserting it node by node, still never found out what caused it, ... so with that said, .. You could try removing the code in question, then switching back to node view and then re-adding them in node view. CJ
  4. Wow, .. errrmm, ... I seem to have started something here .. sorry 'bout that man CJ
  5. Hi PRO It is a pretty amazing UI builder You can indeed customise UI further, .. im not sure about charts as i havent been there "with" this builder yet, but i can say that you can add your own CSS, not really much different to adding it to a web page really, with that said you can also modify the <stye>/css of the generated output file/code for pretty much the same result, and if you want to go one further you can load your UI up in DreamWeaver and mess about with it there Of course you can throw Photoshop into the mix and then you can create each element and make it look exa
  6. I havent tested it yet, i got side tracked on a project as soon as i opened UBot to try it Ill have a bash in a bit
  7. If you compiled your bot with the latest version then that means you already have the files that its going to download, as UBot will have grabbed them when you updated UBot itself, .. Pop over to your %appdata% folder and delete/rename/move the folder with the latest UBot version number and then open your bot compiled with the latest UBot version, then you bot will check for that folder and see its not there and should start downloading them, .. I do this when im about to release an update to make sure all runs smoothly and to check what my customers will be seeing when they receive it.
  8. I agree with Brutal, if you add VM's into the equation then you are just adding more to your resource usage, plus essentially breaking your i7 up into 4 pieces making it less efficient, I guess it also depends on what the bot is doing, although if your i7 is lagging then i suspect that any VPS will probably do the same due to shared resources, but i cant comment on that to much as i dont use em lol are you using the latest version of UBot mate ? only asking as I get a lot of lagging when using the latest couple of versions (my specs are i7, 64GB RAM) so maybe just reverting back to some
  9. Another long shot, have you tried re-starting your PC ? I know your probably shouting at the screen "Of course I have you idiot" ... lol but just in case as its over looked quite often CJ
  10. Hi nicolai, Try this : http://ubotplugin.com/product/advanced-image/ Cheers CJ
  11. I get this with Chrome aswell (and only Chrome for that matter) I could be wrong (i often am lol) but i "think" that this only happens if you DONT include the support files (like when you use the compile to Installer instead of exe) something to do with the bot containing the updater to download the support files on your end users PC, .. Although im not 100% sure of the above statement, I can say that this is similar to scanning a bot at VirusTotal, i have noticed that if i DONT compile into a "Setup File Installer" then i get a couple of red flags, but with the exact same project u
  12. Hey PRO, Ill give the simple answer first lol .. Yes you should be able to encrypt the entire script if you want, I havent actually tried it with a "whole" bot script, but ill certainly test it out at my end just to make sure, ... although i cant see any reason why it wouldnt work. (*just tested and works, see bottom of post) And yes absolutely, Easy-Crypt will work alongside Meter's licensing system with no issues, all of my projects/bots are built exactly this way and to give you a more in depth explanation, .. You have a few options if you want to use this way : 1 - You
  13. Sweet Jesus, ... did i ever tell you that your the man ? .... well, .. just in case, ..... Pash, ... You are the MAN ! ahem ... what i meant to say was, Thanks Pash CJ
  14. Hi UBOTEM, I know im dragging up an old thread here but i noticed that you had a copy of this plugin stashed on your PC, any chance i could grab a copy please pretty please ... Im quite good at grovelling if that will help Cheers CJ
  15. Thanks mate, your welcome Iamddr and thanks very much for the great feedback, im glad you find it useful and like it you possibly just made my day lol CJ
  16. Hey chaps As far as i know there is no way to change the name of the folder within your %appdata% folder, it is a bit annoying having to direct a customer to a folder named UBot Studio if something goes wrong, but just something we have to live with, .. however, if you can get past that, there are other compilers you can use to make your bot setup process look pretty and are a LOT more configurable/customisable There is a one called "Inno Script Studio" (they have a free version and it does what it says on the tin) : https://www.kymoto.org/products/inno-script-studio or there is Act
  17. Cheers HelloInsomnia Just upgraded now, cant wait to play with it, Its like Christmas all over again lol CJ
  18. put your process into a define command (if you havent already) then try changing the variable in question to "Local" if multi-threading mate Global will be used/accessed botwide or "Globally" (by all commands etc.. ) Local will be used "Locally" within the define it is run from (can be passed to other defines via parameters but that another story) here you go : http://wiki.ubotstudio.com/wiki/Set Cheers CJ
  19. Oh mann, ... im drooling here with the notion of 6 monitors,... If you do get that set up ... you gotta show us a pic ! one of the best setups ive worked on was 2 x 50 inch TV's (normal tvs) .. and i know someone is shouting .. Screen Burn man.. Screen burn ! but it was sooooo worth it ! LMAO and regarding your 6 monitor setup, ... to just slightly modify your comment "Life will be good!" i think the more appropriate sentence would be ... "Life will be Abso-F*****G-lutely Biblical !"
  20. Sorry man, I literally only just noticed this reply from you, .. how ignorant of me .. Im guessing you got it sorted by now
  21. absolutely, you can make your own manual captcha popup window with a UI Html Window you can then make your code click the right images in 1 of 2 ways, .. - enter the number of the correct squares which is pretty much the same as the response from the captcha service (easiest) - or have the bot click the necessary images by comparison (slightly more complicated but fancier) Thanks CJ
  22. I noticed this too on one of my huge bots, scrolling down got annoying and quick, so i normally use the debugger filter to only show the variables/lists/tables that im working on at that time and change when working/testing other, also, if you drag the right edge of the debugger all the way to the right you will reach the end and the scroll bar is there : (not the best demo image as no project loaded ) http://i.imgur.com/K5koTaJ.png CJ
  23. Hi @robertoveilleux What exactly are you having issues with ? If you can explain in a little detail here we might be able to get you fixed up, just a thought Cheers CJ
  24. You wont regret it mate, the special commands alone dramatically improve the usability of your workflow CJ
×
×
  • Create New...