Jump to content
UBot Underground

Aymen

Fellow UBotter
  • Content Count

    1346
  • Joined

  • Last visited

  • Days Won

    57

Posts posted by Aymen

  1. In a week or so after i gather enough feedback and requests and see the sales status (if it is encouraging to add more features :D ) i will see about making another update , also i have a plan to work on a.NET style UI for Ubot , but all depends on the sales status of course (not trying to push you guys hands :D ) , if it is not encouraging there is no need to add serious features , at least not right now !

    I'll let you know the ETA in couple of days from now.

  2. And as soon as the Columns are set via "Show Datagrid" I can't add new columns. 

    A generic reset would be nice. Or disable datagrid. So that we then can use Show Datagrid again. 

     

    Because I would like to show different tables in the Datagrid. But all of them have different Columns with different names. And I would like to switch between all of them. 

     

    Thanks

    Dan

     

    Sure, i'll look into that

  3. Looks good! Will purchase this in a few hours when i get home.

    Question:

    Will this work along with the uihtml above it?

    Why is there a blank space above the grid header?

     

    Yes it should work with uihtml above it!

    Yes i'll make sure to fix that in the future for now you can choose to hide the navigation bar when you compile and that space will go away :)

     

     

     

    Here are some suggestions:

     

     

     

    Sure that can be done , i'll see about that!

     

     

    This is brilliant it takes so much code out of my bots and is easy to use. I recommend everyone gets it.

     

    could you consider the below please

     

    features

    • remove white bar at top so sits under ui
    • ability to edit columns names add new etc
    • scroll bars please
    • alternative row colors (every odd row is a different color) please add some very light colors for this
    • sort function by clicking on header
    • page function eg a set number of records per page
    • ability to set max width before scroll so it matches are UI
    • A couple more format such as full table border,cell border,few more colours,padding
    • ability to add images such as ticks etc

     

    small issues

    • when you click on the table after setting row color it changes back to default
    • the auto size doesnt auto size correctly it seems to go to a max size and needs to be rerun
    • the right click menu seems to lock when trying to run a define

     

     

    I'll look into that!

     

    Great plugin as usual Aymen!! :) I have one question: Is this replacing the browser? It would be great to be able to incorporate it in the UI part of the bot not in the browser part ... Can you make it incorporable in the HTML UI panel? :D

     

    Yes it does replace the browser , but the browser object is still there so you can use browser functions just fine it is just in the background!

    And sorry there is no plans right now to integrate teh grid in the UI area , maybe with the .NET UI plugin :D

    • Like 1
  4. I missed a few updates as I had not been making bots.

    Downloaded the newest version from link you sent me in email (2.5.3)

    Now my old bots don't work because "HTTP Post" has been moved from a command to a parameter...

    A parameter of what? there were no new examples in the update just a DLL

    I have a few very simple scripts like poll voters that simply visit a page, scrub it for the data it needs to submit and "used" to just do a post command like this:

     

    plugin command("HTTP post.dll", "HTTP POST", #serverlink, #postData, #UserAgent, #referrer, #ret) 

     

    Ubot loads the script in code view with an error in that line since it not valid anymore. I can't get back to node view to see the new syntax because you can't leave code view with errors in it.

     

    How do I do just a simple POST now???

     

    thank you

     

    In a lot of previous update emails i said that the commands under discontinued will be deleted in a future update and you should use the most current updatable commands and functions , bonus package is full of source codes that uses $http post and $http get , make sure to check them out :)

    Anyways here is a sample code related to what you posted (make sure to replace it)

    set(#ret, $plugin function("HTTP post.dll", "$http post", #serverlink, #postData, #UserAgent, #referrer, "", ""), "Global")
    
  5. Feature Request:

     

    We discussed this via Skype already. Just wanted to document it here. So that it's not forgotten.

    Validate and "fix" $http cookie response 

     

    Sometimes this is somehow messed up. So that you can't use the result with "http cookies string"

     

    That's probably also the reason why sometimes not all cookies are forwarded automatically. 

     

    Happens in cookiecontainer mode Basic and Advanced

     

     

    Thanks in advance for your help

    Dan

     

    Sure i'll take a look at that!

     

    Hi Aymen,

     

    For the next update would you be so kind as to take a minute to think about a possible fix, so this error doesn't pop up (even in compiled bots now) when there is nothing to clear?

     

    http://www.ubotstudio.com/forum/public/style_images/master/attachicon.giferror.png

     

    Hopefully a "fix" for this should be easier than adding IFs in the code every time we need to use it for complex bots where there are multiple http request commands in the same thread (and not all get used).

     

    I'm talking about the http clear objects command (so we can safely put it at the end of the thread, even if sometimes http request are not executed).

     

    If it's too much trouble, don't worry about it, obviously there are workarounds for this, and it's not a major thing.

     

    All the best,

    Marton

     

     

    Yea sure i can do that!

  6. Since the containers have gone do you need to do 'smtp open' before you use 'send smtp email'?

    and if so do you need to do 'smtp open' before sending every email?

     

    Yes that's right!

     

     

     

    Also emails seem to be sent with a blank attachment even when not using the attchment command.

    Am I doing something wrong?

     

    I'll check that out , that may be a bug!

×
×
  • Create New...