Jump to content
UBot Underground

blumi40

Fellow UBotter
  • Content Count

    872
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by blumi40

  1. a loop while works fine for me wait for element needs much longer navigate("http://www.google.com", "Don\'t Wait") loop while($not($exists(<name="q">))) { wait(0.1) } type text(<name="q">, "done", "Standard")
  2. Adobe Egde with Photoshop on congret5 is the weapon! not realy big to understand and for me the best combination since years watch the tuts on there sites im sure many of u will luv it https://www.concrete5.org/ http://html.adobe.com/edge/reflow/
  3. thx nice done! viagra.dll :)
  4. dont forget to check all javascrips like google analytics and others most developer include this external sources trashy with out any validation if external source is aviable....even with analytic there are massiv problems at the moment because of the ssl bug and untrusted certs
  5. be sure your javascripts is under your html code <script> ... </script> </html> and format your inputs like that <input type="whatever" class="whatever" onClick="yourfunction();" someOtherStuff="what ever" variable="#yourvar" fillwith="value"> is very important that variable and fillwith are the last atributes in your formfields hope that fix some of your problems
  6. windev isnt trivial because of all that shit u can do with so if u wanna deal with u need time to learn and if u understand it it is much more then only a c-sharp
  7. I dont use WinDev by my self but a coworker of mine and he does automation even in Java at the end it depence on which OSplatforms u need for the automation. but as example a curl behind a proxy does near the same like UB if it scrapes Data also a wget can hold session and cookiedata to scrape behinde passwordprotected sites... by the way to show u alternates to UB Proxy as example, use Google search for "AutoIt exarp" see the tuts and jerk
  8. sure! for AutoIt there are Libs for IE FF and CHROME which u can start inside your Application, Outside or hidden. The only thing which is miss is the Proxything, which dont mean that u cant work with but u need bit more ideas and skills. Also WinDev is a good alternate to UB...Sure it is much more complexe but the idea to compile your stuff OS indepentent is massiv. At the end...if u switch u have to learn for sure but the questions does your skills and experience with UB helps u?! YES 100% Thats the only real possitiv thing on UB... it brings u more near to programminglogic for better fram
  9. Dan there are many alternates like WinDev or AutoIt or Gambas on Linux even python can do what ubot is doing. but all that dont have a visual interface for click'n'use...but be honest....do we need that. I did many special bots for my clients and in the beginning i was use allways ubot. but now the most time i use ubot to prototype the logic of my bots....and to bring that logic to c# is a small step....doit 3-4 times and u got it and by the way net framework allows u to implement multiple languages in one project and this is the mastergoal if u know how to use it is liquid gold
  10. is doable sure but it needs a bot on vps which always checks ever x minutes if there is a new order i do that too on my server by using a mysql-table which holds a status for a job if there is a new dataset inside and if that gotta status 1 then my bot knows what to do after done the bot give the status 0 on this dataset. but the database checking bot is not done with ubot because i never get ubot bots running endless there allways freeze after some hours or days. so i did it with php, which works fine for me
  11. Dan have u try BEGIN TRANSACTION and COMIT on insert your data to SQLite. im not 100% sure but i thing SQLite is setting the INDEX OFF and rebuild it after COMIT so your INSERTS should be much faster.
  12. http://www.w3schools.com/jsref/met_win_settimeout.asp Google is your friend
  13. Depence on "what kind of job" if it is a big job its near normal to give the source away too. calculation for big jobs most 40-50% of the realtime i need. so a job with 50hours realwork i charge as 20-25 hour job. This works fine for me but it depence also on things like update support and so on... The Kind of Job means also... Is this script useable for another bots or is this bot useable for sell to the masses and so on
  14. wooooiaaahhhh wrong question rodvaN be confident and tell ya price man... its your work and only u know how many times u did on that script.... and thing about...sourcecodeselling means other ppl makes money with your bots greetz
  15. sure this is possible but not a realy good idea! better u upload it to ya server per ftp and store the link in your mysql
  16. Many thx HelloInsomnia !! U made my Coderlife a bit easyer !
  17. http://www.sendspace.com/file/39syyt
  18. schau mal ob dir das was taugt schon lange nicht mehr benutzt... plugin command("Open.Framework_new.dll", "Structure Container", "JSON LIST") { clear list(%jsonlist) add list to list(%jsonlist, $list from text(#TABLE or LIST, $new line), "Don\'t Delete", "Local") clear list(%json_columnnames) add list to list(%json_columnnames, $list from text(#COLUMNNAMES, ","), "Don\'t Delete", "Global") clear list(%JSONLISTclean) set(#JSON recid name, "recid:", "Global") set(#JSON recid counter, 1, "Global") comment("HIER WERDEN DIE DATENSÄTZE ZUSAMMEN GEBAUT") loop($
  19. http://www.activestate.com/ has a good installer but by the way u even dont must install python also same with php if u got the runtimes and the lib u need u can place in every tmpdirectory where u want the only goal to install python direct is that there do a shortcut in the Win Envoirment but even that is doable by hand if needet. there are many option to use linuxtools with ubot on windows if u know a bit about cygwin u can do many things u miss with windows and ubot... what i do is... when my client starts the first time the bot the bot loads also modified php and python from my
  20. rodaN the problem here is that ubot use Net Framework 4 im not sure but in Mono we got V3 yet. I was try to run it under Linux with POL and Wine and the Programs starts but Grafik was unuseable. and by the way on Linux are many other Possibletys to automate Webstuff Python gotta nice Library for that and even Gambas with a BASIClike Language has good Libs and also a GUI for Programming. But im with you a Linuxport and Macport would be great on the other side... like dan wrote a stable version would be big! and the team has even under windows many probs for continual updates a queer noti
  21. because u can not be sure that your loop exactly runs every sec
  22. dan what i was trying to tell was that if u use hma vpn it could happend that your ubotscript not connect to your database because all except http/s is blocked.... i was getting this issue many times even i try german vpn servers this stupid germans :)
  23. try this is the latest http://www.sendspace.com/file/q8qu6x and search for Ubot free memory
×
×
  • Create New...