Jump to content
UBot Underground

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

Fellow UBotter
  • Content Count

    524
  • Joined

  • Last visited

  • Days Won

    14

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

  1. Thanks for the info! But the link to the plugin is dead there too :-/

     

     

    Hey, 

    oh, ... good call lol, .. ill have a dig around my hard drive and see if i can find it and update the link (im not around my PC until tomorrow afternoon).

     

    In the mean time someone may chirp in with another link, im probably not the only person who has it.

     

     

     

     

    Cheers

    CJ

  2. Hey, 

    Thanks for the reply, and cool, i presumed it would be ok but just wanted to make absolutely sure you know.

     

    Lol, "not really interested getting back into your dashboard which i'm confused bytheway" ..

    A couple of months back someone was hell bent in trying to get into my admin sections, so at the time i figured if i can't get in then nobody else can, and then i just got used to it.

     

    I may get back in touch with you again about it at one point down the road, but at the moment it's not a necessity.

     

     

    Cheers

    CJ

  3. Hey Macster, 

     

    Quick question, .. I still cant get into my admin section (still not really a problem which is why i havent been back in touch, that, and i hate bothering people lol), anywho, .. 

    Ive reached a point that i need to create new projects but run out of spaces and adding a new project is the only thing i cant do without the admin section.

     

    My question is, can i safely "Copy" an existing project row (and change the entries) or "Insert" a new row in my PHPmyAdmin ?

    or more to the specifically, are there ANY other things added to any other parts of the DB when a new project is created  ?

     

    My original plan is to Copy an existing Project row and change the project fields, but i was worried that i might fudge it up (been there a few months back, not a great feeling).

    So i figured best to ask before i go fiddling.

     

     

    Thanks in advance.

     

    Cheers

    CJ

  4. Hey nkjackson, 

     

    I had a similar problem to this a few months back with glitchy or just not working checkboxes, .. 

    The fix for me was simply moving the javascript to a different location (after hous of checking, double and triple chcking lol).

     

    Try moving the code between the <script> tags to above the </body> tag, .. if that doesnt work try placing it in and/or below the <header> tags, you should find a sweet spot.

     

     

     

    Cheers

    CJ

    • Like 1
  5. Hi,

    Same here the free xaml code nick shared is priceless.

     

    1. You cannot use datagrid context to work, but a workaround would be a button to use and run a custom define

     

    2. Also individual rows don't get deleted in datagrid xaml UI, I tried to delete but never worked! did it work for u when  u run a custom define to delete a row

     

    Hey, 

    Thats a damn shame if we cant, not the end of the world but still a litte dissappointing :/

     

    In regards to some datagrid commands not working from a define, .. This one can get tricky, 

     

    I found that "some" of the data grid commands will simply not work from a define, ...... unless the define is run from hitting the Start button in uBot.

    Sounds funky i know, however i have tested this extensively, ill explain ... 

     

    I first noticed this happen when i was coding some simple datagrid control buttons and after some tests found that a few other commands behaved the same way,

    It was very weird, I even placed alerts before and after just to see if I had done something wrong and the alerts would fire but the datagrid commands between were ignored.

    This also happens to me using the advanced dialoge plugin.

     

    So the way that i had to work around this was :

    - Create a define that contains 1 Variable and the "main button click" command

    - Use the Var to state what process you are about to start

    - Place a "If" at the very top of my main project tab (eg. If Var = Delete)

    - Then have the define/commands that will actually do the process 

    - And an "end script" immediately after that define you want to run 

     

    Then when a button is clicked it will set the Var and fire UBot process, hit your IF code and run the define/commands without any problems

     

     

    lol, sorry, I may have made that sounds a bit more complicated that it is

     

     

     

     

    Cheers

    CJ

  6. Here is how you can make it readonly so they can't edit the cells

    plugin command("XAMLUI.dll", "Load Xaml UI", "<StackPanel>
                <StackPanel.Resources>
                    <Style TargetType=\"\{x:Type DataGrid\}\">
                        <Setter Property=\"IsReadOnly\" Value=\"True\"/>
                    </Style>
                </StackPanel.Resources>
                <Slider Foreground=\"Beige\" Minimum=\"0\" Maximum=\"100\" TickFrequency=\"5\" Ticks=\"20\"/>
                <Grid x:Name=\"dg\"/>
            </StackPanel>", "", "", "Basic")
    plugin command("DataGridUI.dll", "add datagrid to xaml ui", "1|2|3", "dg")
    plugin command("DataGridUI.dll", "add datagrid row", "one|two|three")
    

    For the second question I'd have to take a deeper look at it one day to see what exactly is going on.

     

    Oh and you don't need the slider in the code there it was just in my scratchpad already and I left it in.

     

     

    Hey,

     

    You are a saint man! .. thank you for that, very much appreciated.

     

    I can live with the lack of context menu, nothing that cant be done with buttons, thanks for the help.

     

     

     

    Cheers

    CJ

  7.  

    $task dialog in library no this option.

    you can use.

    wait(3)
    thread {
        wait(1)
        plugin command("Advanced Screen and Windows.dll", "app window layer", "Help: Task dialog sample", "Top Most")
        comment("plugin command(\"Advanced Screen and Windows.dll\", \"app window to top\", \"Windows Title\", \"Help: Task dialog sample\", \"#32770\")")
    }
    alert($plugin function("Advanced Dialog.dll", "$task dialog", "Help: Task dialog sample", "Help: This is an example task dialog.", "Help: Task dialogs are a more flexible type of message box. Among other things, task dialogs support custom buttons, command links, scroll bars, expandable sections, radio buttons, a check box (useful for e.g. \"don\'t show this again\"), custom icons, and a footer. Some of those things are demonstrated here.", "Help: Task Dialog doesn\'t just provide a wrapper for the native Task Dialog API; it is designed to provide a programming interface", "Help: Task Dialogs support footers and can even include <a href=\"http://www.google.com\">hyperlinks</a>.", "Help: Do not show again", "Yes,No", "Warning", "Yes,No,Ok,Cancel,Retry,Close,A,B", "Standard", 0, "False", "False"))
    

     

     

    Nice!...

    Thats genuis mate, I didnt even consider trying that, .. pearl of wisdom right there ;)

     

     

    Cheers

    CJ

     

     

     

    EDIT :

    Awe man, .. hows that for typical, its one of the only plugins i havent had off you yet, .. gutted lol

    Ill grab that one at one point in the near future.

  8. Hey Pash, 

     

     

    There are a few of this plugins dialoges I would prefer to use but they often popup behind or underneath other windows, .. 

    Would it be possible to add the option to make all dialoge boxes, popups etc "TopMost" or "On Top" ?

     

     

    Cheers

    CJ

     

    EDIT:

    It would probably be useful if i mentioned which dialoge function i was referring too lol, .. 

    Its the "$task dialog" in particular that I would like the "Top Most" option for if possible.

  9. Hey HelloInsomnia,

    Firstly just wanted to point out that the code for making a bots UI dynamic is priceless, i had actually stopped using the xaml plugin because of it, but now with your littel snippet of code at the top all is groovy :)

     

    Anywho, ill get to the point, ... 

     

    I know the data grid and xaml plugins are not yours but you seem to have your head into the little tricks that can make the difference so i figured i would throw you a quick question or two.

     

    Q1)

    Is there a way to make the data grid rows selectable but NOT editable ?

     

    Q2)

    Is there a way to get the Context menu working on the datagrid when using an xaml UI ?

     

     

    No worries if you havent any pearls of wisdom on these, no doubt ill pop over and fire the same questions to Aymen.

     

     

     

     

    Cheers

    CJ

  10. Do you have any idea how much time I have put into this software? how many lines of code I have written to build this? All to help you guys build better bots? Not to mention all the help I have given on the forum for free? I cannot just simply give away something that has taken me over 8 months to develop.

     

     

    SSUB will be fixed its not as straight forward as you think. You are right I did neglect my loyal customers but for a better more stable application that works properly. 

     

     

    SSUB has been fixed now and working as expected. 

     

     

     

    "You are right I did neglect my loyal customers but for a better more stable application that works properly. "  ... Very interesting, .. Thanks BTW.

  11. Hey Dan, 

     

    Does the new command to download the support files need to be run 'every' time within the a bot ?

     

    Because I'm getting the 'not initialized correctly' error if the command is not run regardless that the files are present in the correct folder.

     

     

     

     

    Cheers

    CJ

  12. @Matani - Thats interesting you should mention that .....

     

    UStrap will not be an update but SSUB code can be imported and converted into components for the new application and I will be offering a big discount to users using SSUB. 

     

     

     

    @LazyBotter - So what happens when you release this new 'Ustrap' ? .. 

     

    Will you be updating 'SSUB' for existing customers ?

    or

    Telling cutomers they need to purchase the new one if we want to be able to continue using our SSUB built UI's ?

     

     

     

    Cheers

    CJ

  13. Reach me tomorrow afternoon and will assist you, over Skype, not going to hunt emails or forum messages. Reseting the password it takes a min but if emails are not sent anymore then that is an issues with your host.

     

     

    Will do mate, thanks.

     

    I did initially think the email thing was a host problem because it was working up til today, perhaps there is a blockage, its happened before, ill wait and see.

     

    Thanks again, ill catch you tomorrow ;)

     

     

     

     

     

    Cheers

    CJ

  14. Well, if you´re not much of a skype use hwo you want me to help you? Yes it is possible to manually create projects if needed but would be a lot easier to reset your password but you need to reach me over skype and will assist you.

    Well, if you´re not much of a skype use hwo you want me to help you? Yes it is possible to manually create projects if needed but would be a lot easier to reset your password but you need to reach me over skype and will assist you.

     

     

    I wasnt being funny mate, just not a lover of it (skype), .. and figured if i could manage the way it was then i would - and yes that always bites me in the @$$ lol.

     

    I do understand what your saying, and i will suck it up lol because the automated emails not sending out is going to cause havok, 

    but ill have to do it tomorrow if thats ok with you ? (these things always happen to me right at the end of the day lmao) 

     

    Will you be available tomorrow late morning (ish) GMT ?

     

     

     

     

    Cheers

    CJ

  15. You should be able to install MySQL extension in PHP.

    Even though it was remove from latest PHP versions it does not represent a security risk since all inputs are escaped.

     

    However i will upgrade with PHP 7 and PDO soon.

     

    [uBotter Labs]

     

     

    Hey @Macster, .. Im back, 

     

    Apologies for not getting back to you, at the time it wasnt that important and my logic was that if I cant get in to my license admin then nobody else can either lol.

    Im not much of a skype user/talker either so ive left it as long as humaly possible.

     

     

    Anyways, that ship has sailed and its becoming a problem .. Ive come to the point that i can not add any new projects because i can not log in to the admin.

    Can you please help me out mate ?

     

    Even if you cant provide updated code/pages, ..  are you able to help me or show me how to insert a new project into the DB if its possible to add manually ?

     

     

    EDIT : This is more serious that i thought, .. no admin lgin, no proejct creation, emails not being sent out etc ..

    The ONLY thing working is license activations, and how long that is going to last is kind worrying me, functions are dropping like dominoes and ive got a hell of a lot of customers.

     

     

     

     

     

     

    Cheers

    CJ

  16. Hello, 

     

    i am running into a newbie problem that is probably very easy to fix for you guys, but a pain for me. As i just started using the ExBrowser i ran into a problem that i easily fixed with the UBot Browser, but with XPath Expressions, i just don't seem to get the clue.

     

    Heres the problem : I need to click into a textbox that has an id which is always changing after refreshing/reloading the page. Now i thought it would be the best way to use the "ExBrowser Change Attribute" so the textbox always gets changed to certain value when reloading the page. However, i do have trouble in the Change Attribute with the "Element to Change". The Attribute to change would be "id" if i am right and but how do i locate the element to change? I watched this video https://www.you............................,but i just don't seem to get the clue. 

    In the source code, this is the id that i want to scrape : https://prnt.sc/hjpojg- If anyone has any clue please help! 

     

    Thank you

     

     

    Hey, 

    Couple of ideas that popped into mind, .. 

     

     

    - Have you tried the "Starts with" xpath or are there more of the same textbox on the page ?

    eg. 

    x://input[starts-with(@id,"description")]

    - Are there other elements on the same page with the tags below ?..

    class="form-control input trololo"
    eg. x://input[@class="form-control input trololo"]

    or 

    placeholder="Enter your caption here and press publish"
    eg. x://input[@placeholder="Enter your caption here and press publish"]

    If its the only text box on the page with either of the above tags then that might work.

     

     

     

    Or alternatively you could use the xpath AND operator (not sure what it is offhand, somthing like pipe "|" could be wrong too many coding languages in my head lol)

     

    May help, may not, .. worth a shot.

     

     

     

    Cheers

    CJ

  17. Thanks for the info Dan, 

     

     

    For anyone reading and thinking ... "what" .. perhaps this can help you :

     

    1. Copy the "exb" folder from within your %appdata% directory
    2. Paste the "exb" folder into your bots folder
    3. Paste the define below into your bot and run it in from an "onload" command (any method)
    4. Compile and save Dan money :)
    define exb_Support {
        if($folder exists("{$special folder("Application Data")}\\exb")) {
            then {
                delete folder("{$special folder("Application")}\\exb")
            }
            else {
                move folder("{$special folder("Application")}\\exb",$special folder("Application Data"))
            }
        }
    }
    

    P.S. You could do it with a zip file and unzip it straight into the %appdata% directory but this takes longer (much longer on slow PC's).

     

    P.P.S You could do it with a batch file too, but this was aimed at the less advanced.

     

     

    Cheers

    CJ

    • Like 1
  18. Is this an obfuscator for ubot?

     

    Hey, 

     

    Yes, .. It will encrypt your UBot code which you can then use in a couple of different ways, including the ability to use external encrypted files that will lighten a bot project size and MEM usage, 

    Also worth pointing out that it you can use it to update a "public released" bot silently via define or onload.

     

    Check out the vids, I cover most scenarios for possible usage ;)

     

     

     

    Cheers

    CJ 

  19. @Meter

    @Macster (UBotter Labs)

     

    Hey guys, wasnt sure which to call so Ill ask both of you lol,

     

    Literally just this morning I am unable to log into my license admin, keeps telling me the user/pass is wrong, 

    However I went through the "reset password" process, you know just in case, .. got my new password and still cant log in :(

     

    My host is indeed up to PHP 7 but my PHP version is set to "5.6" which is what its been on for quite some time now so dont think it is that.

     

    After a little panic I logged into my ftp and checked for an error log, and in the error_log file I have this (starting from the 2nd-NOV) :

     
    [04-Nov-2017 11:42:39 UTC] PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/******/public_html/ulok/VerifyLicense.php on line 123
    [04-Nov-2017 11:42:39 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/******/public_html/ulok/config.php on line 12
    [04-Nov-2017 11:42:39 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/******/public_html/ulok/config.php on line 12
    [04-Nov-2017 11:42:39 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/******/public_html/ulok/config.php on line 12
    [04-Nov-2017 11:42:39 UTC] PHP Notice:  Undefined variable: country in /home/******/public_html/ulok/VerifyLicense.php on line 201
    [04-Nov-2017 11:42:39 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/******/public_html/ulok/config.php on line 12
    [04-Nov-2017 11:42:39 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/******/public_html/ulok/config.php on line 12
    [04-Nov-2017 11:43:19 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/******/public_html/ulok/CheckLogin.php on line 4
    [04-Nov-2017 11:43:25 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/******/public_html/ulok/CheckLogin.php on line 4
    [04-Nov-2017 11:43:43 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/******/public_html/ulok/CheckLogin.php on line 4

     

     

     

    Ive read plenty of articles regarding the "The mysql extension is deprecated" but unfortunately my MySQL knowledge is extremely limited, and of course from past experiece I tend to stay away from touching anything mysql related.

     

     

    Can someone help me please, im literally at a loss  :unsure:

     

     

     

     

    Thanks in advance

    CJ

  20. How did you hide the menu-bar mate? 

     

     

    That ones a UBot bug my friend, .. been like that for AGES now, .. not entirely sure why it hasnt been fixed in the last few updates, its not for lack of complaints ahem, I mean reports in the UBot bug tracker.

     

    Anywho, .. with that tiny little rant over, lol, .. 

     

    You can resolve this with Heopas free plugin : 

    http://network.ubotstudio.com/forum/index.php/topic/20002-free-heopas-custom-plugin-thread-lock-sqlite-thread-variables-email-ini-clipboard/?do=findComment&comment=124950

     

     

    Once added to UBot look for "Heopas Button State" and set Visibility to "Hide" ..

    And then hey presto the biblically annoying strip at the top will go away :)

     

    1 downside is that the Play, Pause and Stop buttons will dissappear completely in UBot, not a big deal tho.

     

     

     

    Hope that helps ;)

     

     

    Cheers

    CJ

    • Like 1
  21. Hey, 

     

    I get a LOT of customers who have this exact problem, the issue 100% of the time (at least for my customers) is that something either blocks/prevents the "UBot Studio" folder being created, or creates that folder and blocks the files being downloaded into it, which then causes the infinate "Loading .." in task manager.

     

     

     

    If deleting the "UBot Studio" folder within the %appdata% folder does not fix it then I use two ways to get around this, .. 

     

    1 - Include ALL relevant URL's and File Dir's to ALL AV, Firewall, Windows defender, UAC and any other "Protection" software whitelists/allowed lists INCLUDING the stars (*) as wildcards to cover all files and/or url extensions, .. 

    This includes :

    - Your bots program folder : eg " C:\Your_Bot\* "

    - Your bots license URL (if using a license system) : eg " *.your_license_server.com/* "

    - Your bots update URL (if using a license system) : eg " *.your_update_server.com/* "

    - The actual "UBot Studio" folder in your appdata dir : eg " C:\Users\YOUR_WIN_USER\AppData\Roaming\UBot Studio\* "

     

     

    2 - Provide the "UBot Studio" folder containing the "Browser" folder ONLY, ..  containing the correct version number folder, ..  

    - Make a note of which version of UBot you are using

    - Create a folder on your desktop called "UBot Studio"

    - Go into your %appdata% folder 

    - Then into the "UBot Studio" folder

    - Then into the "Browser" folder

    - You will see 1 or multiple folders, each with a number as the folder name (UBot versions)

    - Copy the folder named the same as the version of UBot used to compile your bot

    - Place/Paste the folder into the "UBot Studio\Browser\" folder you created on your desktop

    - Zip up the "UBot Studio" folder on your desktop

    - Unzip and place the folder directly in your customers %appdata% folder

    - Start your bot

    * Its a good idea to navigate into the "UBot Studio\Browser\UBOT_VERSION FOLDER\" and keep the window open to make sure that the files remain and nothing removes them.

     

     

    If the 2nd method works then you should be able to include the folder/files into any setup file creator and have them installed/placed upon bot installation, .. 

     

    And if either above doesnt fix it, then they must have some serious stealth sh*t going on lol.

     

     

     

    Hope that helps ;)

     

     

     

    Cheers

    CJ

    • Like 3
×
×
  • Create New...