Jump to content
UBot Underground

anis

Members
  • Content Count

    22
  • Joined

  • Last visited

Community Reputation

0 Neutral

About anis

  • Rank
    Member

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

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