Jump to content
UBot Underground

anis

Members
  • Content Count

    22
  • Joined

  • Last visited

Posts posted by anis

  1. 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

    post-11391-0-09226500-1433965425_thumb.png

  2. 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)

  3. 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

  4. 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)

  5. 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=\"stylesheet\" media=\"screen\">
       <link href=\"http://127.0.0.1/style/style.css\" rel=\"stylesheet\" media=\"screen\">
       <link rel=\"stylesheet\" href=\"http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css\" />
        <script>
            function OpenDiv() \{
                document.getElementById(\"recherche\").style.display = \"none\";
                $(\'#envoi_message\').fadeIn(2000);
            \}
            
        </script> 
      </head>
      <body>
        <div class=\'container\'>
            <p>
                <a href=\'#\' class=\"btn btn-primary btn-lg btn-block\" style=\"margin-bottom:30px\">Dream</a>
            </p>
            <div id=\'recherche\'>
                <div class=\"row\" style=\"margin-bottom:20px\">
                    <div class=\"col-md-4\">    
                        <div class=\"row input-group\">
                                <span class=\"input-group-addon fond_bouton\">Mot Clé</span><input type=\"text\" name=\"MotCles\" id=\"MotCles\" class=\"form-control\" variable=\"#MotCles\" placeholder=\"MotCles\">
                        </div>
                    </div>
                    <div class=\"col-md-4\">
                        <div class=\"row input-group\">
                                <span class=\"input-group-addon fond_bouton\">Pays</span><input type=\"text\" name=\"Pays\" id=\"Pays\" class=\"form-control\" variable=\"#Pays\" placeholder=\"Pays\">
                        </div>
                    </div>
                    <div class=\"col-md-4\">
                        <div class=\"row input-group\">
                                <span class=\"input-group-addon fond_bouton\">Ville</span><input type=\"text\" name=\"Ville\" id=\"Ville\" class=\"form-control\" variable=\"#Ville\" placeholder=\"Ville\" onfocus=ubot.runScript(\'ChangeVille\')>
                    </div>
                </div>
           </div>
       </div>
        <script src=\"http://code.jquery.com/jquery-1.9.1.js\"></script>
        <script src=\"http://code.jquery.com/ui/1.10.3/jquery-ui.js\"></script>
        <!-- jQuery (necessary for Bootstrap\'s JavaScript plugins) -->
       </body>
    </html>", 350)

  6. 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

  7. 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/jquery.mobile-1.3.2.min.js\"></script>

    </head>

    <body>

    <div data-role=\"name2\" id=\"toto\">

    <fieldset data-role=\"controlgroup\" data-type=\"horizontal\" data-mini=\"true\">
        <legend>Taille de l\'entreprise</legend>
    <input name=\"TailleEntreprise1\" id=\"TailleEntreprise1\" type=\"checkbox\" variable=\"#myvar15\" fillwith=\"checked\">
    <label for=\"TailleEntreprise1\" checked>No choice</label>
    <input name=\"TailleEntreprise2\" id=\"TailleEntreprise2\" type=\"checkbox\">
    <label for=\"TailleEntreprise2\" checked>1-10</label>

    </fieldset>

    </div>

    </body>
    </html>", 400)

    i have the same problems when i want to check this checkbox i have nothing (sorry for my english).

  8. 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/jquery.mobile-1.3.2.min.js\"></script>

    </head>

    <body>

    <div data-role=\"name2\" id=\"toto\">

    <fieldset data-role=\"controlgroup\" data-type=\"horizontal\" data-mini=\"true\">
        <legend>Taille de l\'entreprise</legend>
    <input name=\"TailleEntreprise1\" id=\"TailleEntreprise1\" type=\"checkbox\" variable=\"#myvar15\" fillwith=\"checked\">
    <label for=\"TailleEntreprise1\" checked>No choice</label>
    <input name=\"TailleEntreprise2\" id=\"TailleEntreprise2\" type=\"checkbox\">
    <label for=\"TailleEntreprise2\" checked>1-10</label>

    </fieldset>

    </div>
    </body>
    </html>

     

     

     

     

×
×
  • Create New...