Jump to content
UBot Underground

anis

Members
  • Content Count

    22
  • Joined

  • Last visited

Everything posted by anis

  1. i do this for change default directory in google chrome but it does not work : plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Generic Chrome Parameter", "--default_directory:\"C:\\test\\test2\""))
  2. hi i have a problem when i simulate a click for download a file. i want to put this file in specific folder and i don't know how i can do this. i can't download this file with direct url because is protected, i can only simulate a click. thanks for your response ( sorry for my english)
  3. Hi when i open my ubot 5.9.19 i can't see database commands. when i look in tools/plugins i have nothing... what is problems thanks a lot of for your response ( i have windows 10)
  4. i have a problem when i use database mysql with new ubot 5.7.1. the connexion is good but i have this message (attach files) : A connection attempt failed because the connected party did not properly respond after a certain time, or established connection failed because connected host has failed to respond
  5. Hi i have a problem with shared browser, when i navigate in shared browser with command navigate, main browser change also and navigate in the same adress. i have ubot 5.5.6 thanks a lot for your response.
  6. Hi i need your help for uploading file with Aymen's http plugin using this api http://api.catsone.com/api/add_candidate problem i dont know how i do for upload resume with Aymen's http plugin thanks a lot of for your response.
  7. hi I buy PDF creator i want to convert text to pdf, But my text have 13000 characters. Text is cut. i see that PDF creator only Max 5000 characters. How i can do this? (sorry for my english i am french i don't speak very well)
  8. sorry dan i don't explain very well what i want, i want the name of my list is dynamic in loop: for exemple : loop($list total(%Liste1)) { set(#NameListe, "toto{#IndexListe}", "Global") add list to list(%NameListe, "toto", "Delete", "Global") increment(#IndexListe) } %nameliste= toto1 %nameliste= toto2 %nameliste= toto3 it's what i want, the name of my list must be dynamic in my loop (sorry for my english) thanks dan for your help
  9. Hi i want to create a dynamic name list in loop, the liste have the name of one variable which change in loop like this: loop($list total(%Liste1)) { thread { set(#NameListe, "toto{#IndexListe}", "Global") add item to list(%NameListe, #EmailFinale, "Delete", "Global") } increment(#IndexListe) } thanks for your response (sorry for my english i am french)
  10. i have a big problem fields that are initialized when I leave the field (jquery) only when i produce .exe, bot work without producing .exe. i use bootstrap: my code is : ui html panel("<!DOCTYPE html> <html> <head> <title>Dream</title> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> <!-- Bootstrap --> <link href=\"http://127.0.0.1/bootstrap/dist/css/bootstrap.min.css\" rel=\"stylesheet\" media=\"screen\"> <link href=\"http://127.0.0.1/bootstrap/dist/css/bootstrap-responsive.css\" rel=\"styleshe
  11. thanks lot for your ask. if i understand is a problem with ui html panel in ubot.
  12. sorry for my later response my files ubot it's here : http://www.screencast.com/t/xNmqPIj3s .. sorry when i paste link you have space between http: and // and for this we dont have the same things http: // code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css, it's my fault sorry and thanks a lot for your help
  13. the problem is only in ui html panel. when i put the same code in load html it's good
  14. sorry for the last link http: //code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js
  15. thanks in your code you have problems with links of jquery and css : <link rel=\"stylesheet\" href=\"http://code.jquery.c...-1.3.2.min.css\" /> <script src=\"http://code.jquery.c...y-1.9.1.min.js\"></script> <script src=\"http://code.jquery.c...e-1.3.2.min.js\"></script> try with the complete links and you see my problem : http: // code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css http: //code.jquery.com/jquery-1.9.1.min.js http: //code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js%5C
  16. I want to thank you for your help. even when I did as you said, the error is always the same. the checkbox does not want to check
  17. thanks for your response i need both versions of jquery loaded. when i try to move script parts bellow last div/before </body> tag. it's the same thing. the full code is : ui html panel("<html> <head> <title>Page Title</title> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <link rel=\"stylesheet\" href=\"http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css\" /> <script src=\"http://code.jquery.com/jquery-1.9.1.min.js\"></script> <script src=\"http://code.jquery.com/mobile/1.3.2/jqu
  18. when I put the word in a variable checkbox, checkbox did not check there is a problem with the word variable. anyone have a solution please? my script is : ui html panel("<!DOCTYPE html> <html> <head> <title>Page Title</title> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <link rel=\"stylesheet\" href=\"http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css\" /> <script src=\"http://code.jquery.com/jquery-1.9.1.min.js\"></script> <script src=\"http://code.jquery.com/mobile/1.3.2/jq
×
×
  • Create New...