Jump to content
UBot Underground

v_ladimir

Members
  • Content Count

    131
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by v_ladimir

  1. Hello. Somebody know how use SQLtable to database command?
  2. Hello, Aymen Can you add some examples?
  3. on load("Bot Loaded") { plugin command("Advanced Ubot 2.dll", "communication", "http://localhost:9988/", #Response, #Request, "Communication", "stop=true") } define Communication { if($contains(#Request,"getvar=")) { then { } else { set(#Response,"<html> <head> <style> </style> </head> <body> <h1>some text</h1> </body> </html>","Global") } } } This request and empty variable request with this symbol # http://localhost:9988/?##2345 http://localhost:9988/?###### All str
  4. Hello, Pash. In communication in Request Is a problem with this symbol # When I use it, It's return null. With other all ok. Whats wrong?
  5. Hello, Pash. In communication I need to add some css style from my PC to HTML. <head> <link href="assets/css/components.css" rel="stylesheet" type="text/css" /> </head> <body> Text input:<input type=\"text\" > Password input:<input type=\"password\" > <input type=\"button\" value=\"Show info\" > <br> <label>Do you like Ubot? <input type=\"checkbox\" fillwith=\"checked\"></label> <br> <textarea rows=\"5\" cols=\"22\">Write about yourself..
  6. Hello, Pash. In ui html panel I can get from input teg the string to the variable and run define command. For example: ui html panel("<html> <head> <style> </style> </head> <body> Text input:<input type=\"text\" variable=\"#name\"> Password input:<input type=\"password\" variable=\"#pass\"> <input type=\"button\" value=\"Show info\" onclick=\"ubot.runScript(\'Show Information\');\"> <br> <label>Do you like Ubot? <input type=\"checkbox\" variable=\"#ubot_question\" fillwith=\"checked\"></label> &
  7. I am interested in the source code. Pm me the details
  8. This plagin for Ubotlocker system? I need install Ubotlocker and wordpress on one host? And I need the Ubotlocker database in the plugin fields?
  9. Hello. I have some mistake. I installed script on my home local server for test (OpenServer): WordPress database error: [Table 'bot.licenses' doesn't exist] select projname,skey,status,reseted,resets from licenses WHERE email='some@yandex.ru' WordPress database error: [Table 'bot.licenses' doesn't exist] SELECT COUNT(*) FROM licenses WHERE email='some@yandex.ru' https://ibb.co/bQHDka https://ibb.co/d0Mvyv
  10. Can somebody add some code with above logics with threads?
  11. I have some code: set(#pagesCount,10,"Global") clear list(%linksPars) set(#linkCount,0,"Global") loop(#pagesCount) { increment(#linkCount) set(#links,"http://site.com/agents_{#linkCount}.html","Global") add item to list(%linksPars,#links,"Don\'t Delete","Global") } Can I do this with threads or with Smart Thread Plugin? Regards.
  12. Hello. Can somebody help me? I need fast threads loop (number) loop while condition threads (how many) 5 for example thread count increment threads define {get requests} or navigate url thread count decrement When I used this construction it's doesn't work I need fast threads and I have only 1 thread with fast increment and fast decrement. How I can solve it? ui drop down("Threads Count","1,2,3,4,5",#thread_count) ui block text("Keywords",#keywords) clear list(%keywords) set(#used_threads,$plugin function("Threads Counter.dll", "threads counter", "reset"),"Global") add l
  13. Hello. Can I use different ui html panels in bot? After load I need html panel1, and then I click on link I need ui html panel2. Regards v_ladimir
  14. Hello. And I have another question 1 tab in ubot is one program second tab is second program In one tab my program works. How I can click in ui html link in one program? I need that run my second program. And I need that both programs are worked. Regards
  15. Thanks but css and js don't work too from folder. Links from internet work best.
  16. Hello Pash I tried to add a simple code, but it's not work: <!DOCTYPE html> <html> <head> </head> <body> <div> <img src="file:///c:/plugin/team3.jpg" alt=""> </div> </body> </html>
  17. Hello Pash Can you help me with ui html panel? I need make it how in html. <link rel="stylesheet" href="bot_directory/plugins/cool.css"> <script src="bot_directory/js/cool.min.js"></script> I need that ui html panel get this files from bot directory. And second. Can ui html panel gets this files from other server? For example: <script src="https://cool.com/lib...n.js"></script> Regards
  18. I need make it how in html. <link rel="stylesheet" href="bot_directory/plugins/cool.css"> <script src="bot_directory/js/cool.min.js"></script> I need that ui html panel get this files from bot directory. And second. Can ui html panel gets this files from other server? For example: <script src="https://cool.com/libs/cool.js/5.0/cool.min.js"></script>
  19. Hello. How I can add to my ui html panel code css and js from program folder? Can you add it to course?
  20. Thank's. And what about other completed plagins? Do you have some coupon code?
  21. Hello Apichai. Were is your new plugin Advanced Facebook?
×
×
  • Create New...