Jump to content
UBot Underground

cүвεя_נυηкιε

Fellow UBotter
  • Content Count

    524
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by cүвεя_נυηкιε

  1. Thanks Bliss, its at least some comfort knowing im not going nuts lol, 

     

    I hear a few UBotters use V4 to compile, .. Is it really that much more stable ?

    or more to the point can the bots compiled with V4 last or "Run" longer without hogging resources,

    or is there another benefit im missing ?

     

    I may compile one of my projects with V4 later today and see what the fuss is all about :)

     

     

     

     

    Thanks again 

     

    Cheers

    CJ

     

     

     

    EDIT, .. Oh, Hey Bliss .. if you do come back and reply, which version of V4 would be the best to compile with ?

  2. Hey there folks, 

    As the subject states I have an odd little problem going on with ALL bots compiled with a UI Html Panel, 

     

    This problem seems to be present ONLY in UBot versions 5.9.37 and 5.9.43 

    All normal in 5.9.33 and below.

     

     

     

    To get to the juicy part, here is a picture of the top left portion of the softwares window :

    http://i68.tinypic.com/2q9gwad.png

     

    and just in case your like me and getting old :P here it is blown up a little :

    http://i66.tinypic.com/2i6jvpf.png

     

     

     

    Ok, now for those shouting at the monitor What the hell am i looking at, .. 

    What you are actually seeing are UBots default control buttons Run, Pause and Stop peeking their heads up, ..

    I have selected the "Hide Run Bar" in the "Developers Options" tab within the compile window and they should not be there, well, there technically not, but you know what i mean lol,

     

    Ive actually spent a little under 2 days trying to remove or fix it thinking I had placed a 1px margin or something at the top of the UI html, 

    and yes, in hindsight I should have compiled something else before trying to fix it, would of, should of,could of and all that :/

     

     

    anywho, it has to be a UBot problem as it is happening between project and compiled bot (and because it happens to all bots compiled)

    but then if it is a UBot issue then surely someone else has noticed it ... right ?

     

     

    Anyone had/got this ? or is it only me ?

     

     

     

     

    Cheers

    CJ

     

     

     

     

     

     

  3.  

    V3.0.7.9

    dialog html form: add support checkbox,radio,select

     

    sample code

    clear list(%Datas)
    add list to list(%Datas,$plugin function("Advanced Dialog.dll", "$dialog html form", "Login", "Center", "True", "True", "False,False,False", "True", "True", "", "480x350", "False", "<!DOCTYPE html>
    <html>
    <body>
    
    <form action=\"\">
    <input type=\"checkbox\" name=\"test\" value=\"Test\">Test<br>
    <input type=\"checkbox\" name=\"vehicle\" value=\"Bike\">I have a bike<br>
    <input type=\"checkbox\" name=\"vehicle\" value=\"Car\">I have a car <br><br>
    <input type=\"radio\" name=\"gender\" value=\"male\" checked> Male<br>
      <input type=\"radio\" name=\"gender\" value=\"female\"> Female<br>
      <input type=\"radio\" name=\"gender\" value=\"other\"> Other <br><br>
     <select name=\"select\">
      <option value=\"volvo\">Volvo</option>
      <option value=\"saab\">Saab</option>
      <option value=\"mercedes\">Mercedes</option>
      <option value=\"audi\">Audi</option>
    </select> <br>
      First name:<br>
      <input type=\"text\" name=\"firstname\" value=\"Mickey\">
      <br>
      Last name:<br>
      <input type=\"text\" name=\"lastname\" value=\"Mouse\">
      <br><br>
      <input type=\"submit\" value=\"Submit\">
    </form> 
    </body>
    </html>"),"Delete","Global")
    load html($replace(%Datas,$new line,"<br>"))
    

     

     

    WOW, .. Quick ... Again, .. 

     

    Your awesome man!

     

    Thank you very much, life saver :)

  4.  

     

    :mellow:  ..........   :blink: ..........  :wacko: .........  :o ..........  <_< ...........  :rolleyes: ......... 

     

     

    Computer-Guy-Facepalm.jpg

     

     

     

     

    Wahahahahhaahahah, ..... please forgive me, ... although you have to admit, it is biblically hilarious :lol: 

    I had simply assumed I was running as Administrator, perhaps ill check first next time, ..

     

     

    Wow, .. that embarrassing by anyones standards,

    Ok, .. of to wipe egg from face and forget this ever happened  :ph34r:

     

     

     

    Thanks Pash

     

     

    Cheers (crawling back under a rock)

    CJ

  5. Hey Pash, 

     

     

    Having an odd problem with "Editing" a Scheduled Task, 

     

    If I try to edit/modify  a scheduled Task by using the plugins command "task scheduler task edit (dialog)" then I get the following error when I try to click Ok to save the changes :

    http://i68.tinypic.com/2rxh99c.jpg

     

    After further investigating (and the obvious "Access Denied" text) the error is a User Permissions error .. but no matter what user I select/choose the error will not let me save any modifications,

    and I tried ALL available accounts (User, Admin, Administrator, Guest etc .. )

     

     

    I am only able to edit/modify an existing Task If I open the Windows Task Scheduler and edit directly.

     

     

    As it states at the top of the error "Unhandled exception has occurred in a component in your application."

    Is there anything "plugin related" you can change/modify to fix this ?

    or am i doing something wrong lol ?

     

     

     

    Any help would be appreciated :)

     

     

     

     

    Cheers

    CJ

  6. you use ubot version?

    it work only ubot 5.9.33.

     

     

    Ahaa, .. that will be the problem, .. 

    I thought i read somewhere about the version compatibility, but couldnt find it again so though i imagined it lol, 

     

    Ill revert back to 33 now check it out.

     

     

     

    Sorry about that Pash, I cant see the wood for the trees sometimes lol

     

    Cheers

    CJ

     

     

     

     

    Edit : Yep that did the trick, thanks again :)

  7. Please download new config file (Update 28-10-2016) & restart ubot after edit config file

     

    Filter and Sort use this

     

     

    Thanks for the quick reply Pash, 

    I did do that initially, but happy to try it again just in case :)

     

    .. ill come back and let you know what happens.

  8. Hey Pash, .. 

     

     

    Firstly not sure what is different in the latest version but everything is quicker/sharper .. no lag .. nothing just a pleasure to develop in again :)

     

    However, .. lol, .. 

     

    I seem to have lost my "Filter/Sort" header and 90% of the bottom buttons/controls in the "Debug" window :

    <a href="https://gyazo.com/736c4164c99df2f050703bcfd50ffff8"><imgsrc="https://i.gyazo.com/736c4164c99df2f050703bcfd50ffff8.png" alt="https://gyazo.com/736c4164c99df2f050703bcfd50ffff8" width="200"/></a>

     

     

    Ive tried multiple different settings for "Debug Window settings" in "Config file", .. Turning it to "False" does not disable anything :(

    its a shame as everything else is perfect lol

     

     

    Am i missing something ?

    perhaps ive overlooked one of the settings in the Config file ?

     

     

    Cheers

    CJ

  9. Hey Pash, 

     

    Would it be possible to add a command onto the "enable drag move" so that it will only be active within a compiled bot and not be active within UBot ?

    you know the same as some of the others with "Run on Debug" 

     

     

    nothing that needs any urgent attention just wondering for a future update :)

     

     

    Cheers

    CJ

  10. the ubot eval method only works on the main browser window

     

    check out a post I made on Eval UI method,it straight converts most ubot ui commands(all but some just dont work) into code to put into your own html panel,and great for debugging too

     

    the code for the ui list box is this,this creates a variable called selection

    ui html panel("<div class=\"uielement\">listbox<br><select size=\"4\" variable=\"#selection\" fillwith=\"value\"><option value=\"this\">this</option><option value=\"that\">that</option><option value=\"other\">other</option></select></div><",200)

     

     

    Thanks deliter, your a star :)

    there may be hope yet,

     

    Im not sure how i managed to miss that particular thread, .. I searched long enough lmao

     

     

    Ill have a play about with it and see where it goes, .

    Thanks again

     

     

    Cheers

    CJ

    • Like 1
  11. Hey there fellow UBotters, .. 

    Im having a crisis and hoping that someone can shed some light on something for me :)

     

     

    What i am trying to do is so simple its annoying, ..

     

    I have a listbox in a UI HTML "Panel" which Im trying to make "Multi selection", now i am painfully aware that only 1 value can/will be passed via the UBot variable set within the listbox code, 

    and indeed using javascript, a browser and "console.log()" have it exactly how i want it, .. perfect right ? ... NOPE :(

     

     

    I didnt think it would initially be a problem as i have used exactly the same process to extract/pass variables from within a Load HTML 1001 times ... 

    However using a UI HTML "Panel" I can NOT seem to get the javascript var to pass over to a UBot var, .. 

     

     

     

    here's what i got .....

     

    The code im using to set the javascript variable :

    http://i.imgur.com/61J3zHK.jpg

     

    Here is the code working in a browser showing the multi-selection working great in the console.log :

    https://youtu.be/TLEQGuUGvFw

     

     

    And here is the UBot variable/set that will work in Load HTML but not UI HTML Panel :

    set(#MReady,$eval("MSel"),"Global")

    Ive also used this in Load HTML but no success in UI Panel :

    set(#MReady,$eval("document.getElementById('addimager998816').options[addimager998816.selectedIndex].value;"),"Global")

    Am i missing something ? ... something necessary for it to work in a UI "Panel" ?

     

    Any help or a point in the right direction would be greatly appreciated :)

     

     

     

    Cheers

    CJ

  12. Hi,

     

    This seemed to work:

    load html("
    <form name=\"testme\">
    <select name=\"proj\" size=\"5\" variable=\"#project\" fillwith=\"value\">
    <option>Website</option><option>Domains</option><option>Directory</option>
    </select>
    </form>
    <button onclick=\"ubot.runScript(\'Load project()\')\">Load</button>
    ")
    define Load project {
        set(#project, $eval("document.testme.proj.options[document.testme.proj.selectedIndex].value"), "Global")
        alert("run {#project}")
    }
    Got the button to work. Code will now get the selected value from the page.

     

    Kevin

     

     

     

    Hey Kevin, 

     

    Sorry to bring a 4 year old post up, and sorry to the thread starter for hijacking lol, ..

    but do you (or anyone reading) know of a way to get the same result with a UI HTML "Panel" ?

     

    Ive tried a shed load of possible javascript, Jquery combinations but I can not get a js variable back into a UBot variable from a UI Panel, .. 

    no problems what so ever doing the exact same thing within a Load HTML, 

     

    There must be a way .... right ?

     

     

    Anyone please feel free to jump in and say something like "of course its possible you idiot", ... and then point out how simple it actually is, .. 

    I would rather look stupid than find out its impossible :P

     

     

     

    Cheers

    CJ

  13. Hey Pash, 

     

     

    Is there any chance you could add the same button options on the "listbox dialog" as there are in the "textbox dialog" please ?

     

     

    for example, ..

    The "textbox" dialog has the following options :

    http://i.imgur.com/4wI3Zg2.jpg

     

     

    but the "listbox dialog" only has the following options :

    http://i.imgur.com/HKZngWD.jpg

     

     

     

    Cheers

    CJ

  14. Hey Folks, 
    Im nearly done with a major update for Easy-Crypt so I thought I would come post a little update of whats to come,
     
    The next release of Easy-Crypt is a big one (thats what she said) so we are skipping strait to V2, 
    I wont bore you all to death with details but I will mention that there are a couple of additions that are worth mentioning,
    hopefully making Easy-Crypt a lot more enjoyable to use and save you more time :)
     
    The update includes ...

    • New Command line API allowing quick Encryption/Decryption of single files or files in a folder from your CMD console
    • Completely rebuilt UI while keeping original layout structure
    • Completely customisable Code Generation wizard for true copy and paste 
    • New ways to add files to be processed (Paste file paths, Manually enter or paste your code)

     

    Rather than me go on here is the current update log ...

     
     

    Easy-Crypt V2 - Including ECCL [Command Line API]

    - Completely re-built and re-designed, in keeping original design layout
    - Now includes "eccl.exe" [CMD API] Encrypt/Decrypt single files/files in folder
    - New API has small graphic display and notifications
    - New Code Generation process for true copy and paste results
    - "Remote" options added to "Gen" code generation (Web/FTP)
    - Full Setup Panel options added for code generation both Web and FTP
    - 2 sets of FTP generated code 1 UBot, 1 Alternative (Alternative method uses FREE Plugin)
    - Minimize and Maximize added
    - UI is fully responsive and resizes accordingly
    - Encryption/Decryption separated each now has its own section/tab
    - Encrypted files display is now "active" for selection to generate code
    - Ability to paste file paths "to be" processed
    - Clear buttons added to all display panels
    - Displays added to "Current chosen Encrypt/Decrypt locations"
    - Displays Current in-use Key (both sections)
    - Warning added to "Clear ALL" button
    - Now no need to clear after every process
    - Now ability to Paste and/or Write code to be processed
    - Multiple alerts and warnings to notify the user of existing files/file names
    - Multiple options available if existing file found
    - Multiple bugs fixed and tested
    - Major code reductions to ensure smooth running of new features
    - Optimised existing process
    - house keeping

     

     

     
    Beta testing is nearly complete so ill leave you with a few images and vids to get your tastebuds flowing :
     
    Main UI (Encryption Section)
    http://i64.tinypic.com/2m4vtib.png
     
     

     

     
    http://i68.tinypic.com/fxxc3r.png ECCL - [CMD Line API]

    https://www.youtube.com/watch?v=hgUCuJUMK08
     
     
    New Code Generation Options

    http://i68.tinypic.com/2zp2sdc.png

     

     

    Web/FTP Setup wizard

     

    http://i66.tinypic.com/2vv84s3.png
     
    https://www.youtube.com/watch?v=nKuaIozNaFw

     

     

     

     

    So to wrap up there are quite a few nice little bells and whistles added which I hope you enjoy using,

    and also a lot of customer feature requests implemented, a long time coming but definitely worth the wait ;)

     

     

    Easy-Crypt V2 .... Available NOW !!

     

     

     

     

     

     

     

    Cheers

    CJ 

  15. Both the original script and the current mod use the same html table created by Meter and kept by TJ+Wakar in the LockerEx theme, which is always trying to load all the data from the db_table making it slower every time a license is added.

     

    The original scrip from meter loads faster because it loads only a quarter of the parameters i created in the mod, but this also depends on the server specs.

     

    So far i never wanted to give any exact ETA as I have been extremely busy lately but already fixed all these issues for the next 2.0 version that i'm working on for some time now and want to release really soon.

     

     

    ### Next UBotLocker Unleashed version with new admin theme, PDO and PHP 7 ###

    Ubotter Unleashed 2.0 LMS
    - standalone installer (no longer needs old ubotlocker install)
    - advanced dashboard with full control over all parameters
    - ultra fast and secure PDO + PHP 7 support
    - tables ajax support for lightning fast load
    - secure file upload support
    - software bundle packs
    - more payment gateways
    - export data to PDF, Excel, CSV
    - import data from CSV file 
     
    # other add-ons
    - cross-affiliate bundle packs
    - Wordpress, Joomla, DNN support
    - Google Captcha
    - Social Locker

    Since i have joined forces with Meter on the UbotLocker and took the development for the web support if you guys have any new ideas and requests please feel free to leave them here or better in the official thread here: http://network.ubotstudio.com/forum/index.php/topic/19075-sell-ubotlocker-unleashed-licensing-complete-mod/so i can follow with them easier.

     

     

     

    Oh hey Macster, .. I wasnt complaining just empathising i guess lol

     

    Still very much 100% pleased with everything, it all works exactly how it should,

    its my patience that could do with some bug files haha ;)

     

     

     

    The next release looks pretty exciting, look forward to it :)

     

     

     

     

    Cheers

    CJ

  16. Question, I'm running the full package including the table mods but boy is my licensing slow. I'm running about 1500 active licenses and it takes about a minute for the table to come up when I click 'All Licenses'. Any way to speed this up at all?

     

     

    Yep, mine takes quite some time to load fully (with the search top right to appear)

    https://gyazo.com/862fc9d96604715b8eb1559a9f3a9e30

     

    sometimes it must time out and stays on 1 loooooooong page,

    The only way i can search for some customers license details sometimes is to use the old interface connected to the same DB,

    loads in half the time and great for just searching through for specific details, 

     

     

    It would be cool if like 100 entries would load first on 1 page, and then load the rest in the background perhaps,

    or maybe just load a couple of hundred at a time ...

     

     

    Cheers

    CJ

  17. I can't seem to open the file, it keeps saying "There was an error while verifying the files: An exception occured during a WebClient request. Contact vendor". I only get this when I right-click "run as admin" on win 8.1, when I try to open it normally it just doesn't do anything. Please assist

     

    (also tried turning firewall/antivirus off but no success)

     

     

    Hi Ettienne, 

     

    Ive had a few occasions where NOT running as Admin is the only way, .. 

    Pop open your Windows Task Manager and see if the app is mentioned there, .. 

    Its quite likely downloading support files in the background,

     

    If not then it could be a .NET problem, 

     

    either way im sure HelloInsomnia will be along shortly to sort you out ;)

     

    and when you get it working, your gonna love it, awesome app :)

     

     

     

     

    Cheers

    CJ

  18. Hi dan, any chance you guys add a "set referer" to the plugin?

     

     

    I ran into a similar scenario not long ago, after many days of searching (and finding the same damn answers) it became apparent that it is not directly possible, 

    however Dan is on to something by mentioning javascript as you can use the "pushState" command to achieve pretty much the same thing,

     

    during my research i did stumble across this little gem allowing you to manipulate the necessary values but i a round-a-bout way ....

    https://developer.mozilla.org/en-US/docs/Web/API/History_API

     

     

    and if that gets too complicated, then as suggested a plugin may be the route to take, 

    but either way, .. tasty options :)

     

     

    Hope that helps 

     

     

     

    Cheers

    CJ

  19.  

    Short Update on the ExBrowser Future

     

    I just want to give everyone a quick update on where we are with ExBrowser Plugin.

    At the moment there are two main things I focus on:

     

    ............................................................

     

    PS: The ExBrowser purchase links are currently offline. I'm working on 

    some changes on bot-factory.com

    But will be online again within the next 2-3 days. 

     

    Kindest regards

    Dan

     

     

     

    Sweet :)

     

    Are there any new bells and whistles with the new selenium engine update, or is it manly stability and efficiency ?

    no doubt ill pop over to their site and have a quick browse anyway.

     

     

     

    Cheers

    CJ

×
×
  • Create New...