Jump to content
UBot Underground

v_ladimir

Members
  • Content Count

    131
  • Joined

  • Last visited

  • Days Won

    1

v_ladimir last won the day on August 17 2015

v_ladimir had the most liked content!

Community Reputation

2 Neutral

About v_ladimir

  • Rank
    Advanced Member
  • Birthday November 14

Profile Information

  • Gender
    Male

System Specs

  • OS
    Windows 10
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

3582 profile views
  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
×
×
  • Create New...