Jump to content
UBot Underground

unibotsi

Members
  • Content Count

    60
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by unibotsi

  1. And for the future reader: If you have 99 Items in your list - you will need 98 loops.
  2. Thanks! I will adopt this in my workflow - i thought it has to be the opposite. First define the function, then call it.
  3. I mean not to write the whole define tasks into a button. I did: Button {the whole google search define command}The working solution: Button{just the custom command} Define {the google search command}With outsourcing i mean, not putting the search tasks as define into the button command. The define is on its own and the button just calls the custom command. Why does it not work like i did it at the beginning? Is it better to have a tab, where i write down all my defines and call them as custom commands in the main tab where i have my UI?
  4. Hi Folks As i am starting to build some helping Tools which do SEO Tasks, I am into using APIs that provide SEO relevant data for checking the basic stuff. Basic metrics are meta data, text length, keyword usage, link data, socials signals (just because clients love that shit), "text quality", page speed, and so on. Basically all that stuff what is relevant for a landingpage check - or on a wider scale, using a scraper to get this data for more than one page, even sidewide. I think some of you are doing quite the same, maybe more, maybe less. I am testing some APIs right now, mostly free
  5. Yaaaay - i can answer. (Sometimes i am not able to answer to a post or like a post - i guess bcs of the permissions) Thanks a lot for this awesome hint to the heopas http get plugin. I was not aware of a free plugin which does http get - meeegaultra nice! Works like a charm. About that API, no problem, i only used it for making the example here in the forum, so everybody can try it asap. But yes, i got your point. Thanks again! For the Readers Heopas Plugin: http://network.ubotstudio.com/forum/index.php/topic/20002-free-heopas-custom-plugin-thread-lock-sqlite-thread-variables-em
  6. Ok thats weird - why does it not work if i paste it? As you can see (screenshot) it marks the first/second line of code. If something is marked as "wrong" ubot does not let me switch to node view.
  7. thanks, i will try that out. Is "outsourcing" the define generally a good idea? Is it something what should always be done?
  8. Yeah, pasted the wrong snippet. I updated my first post with an actual code example.
  9. Still having those Problems. I wrote this simple Script, where the Search should start by clicking the "Go" Button. Does not work, nothing runs. ui button("Go") { define Google Search { navigate("http://google.com","Wait") type text(<name="q">,"Hello World","Standard") click($element offset(<name="btnK">,1),"Left Click","No") } } Neither does this script run, if pressing the "Run" button in Ubot header. Also does "right click" in the define header and "Run node" not work. define Google Search { navigate("http://google.com","Wait") t
  10. That sounds like what i search for. But how does the other thread know when to start and when to stop? I remember there was something for executing/stopping a task, but i do not remember what it was.
  11. Heya Almost everytime i paste a code back into ubot, i get the "please fix code" notification. This snippet i saved in an evernote and now tried to copy it back into ubot. It is always the first line which causes "problems". Very annoying, as i everytime have to rewrite the whole bot, which is now ore than hundred lines with the following example (just a part of the whole bot). If i delete the first command, the next command will throw the error. on load("Bot Loaded") { set(#botfolder,$folder exists("{$special folder("Desktop")}\\XngVisitor"),"Global") if(#botfolder) { t
  12. Hey there Is it possible to do "something" while a specific task is running? What I´d like to achieve, is kind of an alive/status check. While performing a define wrapped task, I´d need to check if the user(bot) still is logged in. Basically: define (Search Something) Loop through pages Search and Collect DataAt the moment i navigate to a page which is only visible if logged in. Then i check the page for a string. If the string is not there, id did not get to that page, which means i am not logged in. I could check that at the end of every loop, but that feels not ri
  13. Avast does delete my compiled bots instantly (compiling without installer).
  14. Ah okay, thanks. And how can we avoid AV alerts? I do only get AV alerts until now.
  15. Is this still up2date in times of free SSL services for websites? StartSSL now takes $400 per year..
  16. Thanks for the feedback - is there a documentation where i could have a look at?
  17. Update Carl is alive, he is developing the new version with bootstrap 4 support - might take a while as he is into another project atm. Here we can find some more tutorials: https://www.youtube.com/channel/UCERYs-xnVI4FsnYziF1W0KA/videos
  18. Hey There After a lot of time investigating how things work with ubot, i got finally results regarding pulling out some data from APIs. The goal was, to get json data from APIs, saving it in a list, variable, table, etc. - without buying an extra Plugin. I want to use several APIs to build some SEO Tools for myself, automating my workflow. With ubot, this is an easy task now. Starting point was a free API call from omdbapi.com: http://www.omdbapi.com/?apikey=c388d03c&s=hello I am a #nocoder, but i do have some basic knowledge how things work regarding regex, structuring data and so
  19. unibotsi

    I second all of that. War games are not my first choice, but i like the bot gang build idea. And as new user - the forum is awesome.. found almost everything i was searching for while getting started. But somehow i am sure, that the internal search could be optimised as i never find anything helpful. I am searching only through google with search operators but i guess a lot of valuable and important content gets lost.
  20. That post did overdeliver so huge I clicked the heading and was like "yeah.. lets read a last funny one today.. another ubot millionaire script kid" But.. that content is awesome. You wrote some good, valued stuff there. Give that man a frikkn big cookie!
  21. Thanks for the input! I always appreciate that! Though it is hard to "reproduce", as i do not know where you are referring to 1. If you are referring to the first wait event - this one looks weird, but it follows a navigate from the previous step. 2. I guess you are referring to the #botfolder variable - this one is a true or false variable (checking if the save folder is available) which i use very often, so i did store the value as boolean. All files are saving perfect. Btw, do you use Ubot X? Using it "brutally" since some hours, have to restart very often now as it crashes a lot
  22. Nope - still the same with the new, personally bought Ubot X Version. Works fine in a standalone tab, but bugging with whole script in one tab. Maybe this is an known error, maybe to much script per tab? The whole script is about 400 lines, 500 List items in two lists and maybe 15 different variables. So not much i guess?!
×
×
  • Create New...