Jump to content
UBot Underground

Gogetta

Moderators
  • Content Count

    870
  • Joined

  • Last visited

  • Days Won

    73

Posts posted by Gogetta

  1. I suggest learning the commands as you go. There is no reason to try and learn a command until it is needed for the project you are working on. I think this is where a lot of new ubotters start to feel over whelmed. It is best to just jump in and start coding something, anything. Take a website you visit regularly and begin some sort of automation. By doing this you can search google using the search operator site:ubotstudio.com/forum/ along with some keywords defining what it is you are trying to accomplish.

     

    So say you begin your code by wanting to go to hotmail.com and you do not know what command to use.

     

    You could search google for something like this.

    site:ubotstudio.com/forum/ + how to navigate to a url

    The wiki is also a good way to learn what commands you may need for a project.

     

    Of course this is just a basic example. But I suggest learning the commands this way instead of learning them all at once. After a while you will notice that you pretty much have all of the commands down and your bots will start to become more complex.

     

    Good Luck. :)

    • Like 1
  2. I'm running win 8 and 16gb of rams. The only problem I have noticed is with the ftp commands. They currently do not work in UBot 4 or 5 on windows 8. I have reported it to the support and they are suppose to fix it.

     

    Oh, and + 1 for the UBot Launcher program.

  3. I am looking to buy an FTP Plugin so that I can upload files and folders. I am fully aware that UBot comes stocked with built in FTP Commands. However, these commands are not working correctly for me and I am willing to purchase a working solution. Please PM me if you are interested.

     

    Thanks.

  4. You can do this by using multiple lists.

     

    Try this. You can keep hitting play a few times after the pause to see whats going on.

    ui open file("Load:", #load)
    clear list(%main_list)
    add list to list(%main_list, $list from file(#load), "Delete", "Global")
    clear list(%check_list)
    add list to list(%check_list, $list from file(#load), "Don\'t Delete", "Global")
    loop($list total(%main_list)) {
        set(#item_check, $next list item(%main_list), "Global")
        clear list(%total_items)
        set list position(%check_list, 0)
        loop($list total(%check_list)) {
            set(#compare_item, $next list item(%check_list), "Global")
            if($comparison(#item_check, "=", #compare_item)) {
                then {
                    add item to list(%total_items, #compare_item, "Don\'t Delete", "Global")
                }
                else {
                }
            }
        }
        comment("The load html command is used just to display the duplicates found.")
        load html("Duplicates: {$list total(%total_items)}
    <br/><br/>
    {$text from list(%total_items, $new line)}")
        comment("Not sure what you wanted to do once the duplicates were added to %total_items. So I will just add this pause in here and you can finish coding what you need to.")
        pause script
    }
    
    
  5. I agree with quite_interesting, that it might be that you are copying and pasting a define.

     

    1) Make sure when copying and pasting a define that you delete the original copy. UBot will have problems if you have multiple defines that share the same name. Even if you have the defines in separate tabs they must all have a different name.

     

    2) After you copy a define and delete the original one click edit and then the ok button. This seems to refresh the copied define and any new code you add to that define will now register in UBot.

     

     

    I hope that helps.

    • Like 1
  6. Hmmm, not sure why you ignored my reply I was only trying to help. But anyway, the reason I asked for you to post your code is because I wanted to see if you identified the button using some innertext written in English. Because if you did then that may be the problem.

     

    Example:

     

    Post Button in French:

    <button value="1" class="_42ft _4jy0 _11b _yo _4jy3 _4jy1 selected" type="submit" aria-owns="js_4" aria-haspopup="true" aria-label="Publier">Publier</button>
    

     Post Button in English:

    <button value="1" class="_42ft _4jy0 _11b _yo _4jy3 _4jy1 selected" type="submit" aria-owns="js_4" aria-haspopup="true" aria-label="Post">Post</button>
    

  7. ui text box("Keyword:", #Keyword)
    ui stat monitor("Links:", $list total(%links))
    set(#google_results, $plugin function("HTTP post.dll", "$http get", "https://www.google.com/search?q={#Keyword}", $plugin function("HTTP post.dll", "$http useragent string", "Firefox 27.0 Win7 64-bit"), "", "", ""), "Global")
    clear list(%links)
    add list to list(%links, $plugin function("HTTP post.dll", "$xpath parser", #google_results, "//div//h3//a[contains(@onmousedown,\'rwt\')]", "href", "HTML"), "Delete", "Global")

  8. If you expect to make sales you might want to create a video showing us how it works with ubot.

    If this does work, im sure you will get a great deal of sales. But not to sure people are going to buy something without you showing it in action

    I completely agree with you there.

     

    i was interested until I seen there was no video showing exactly how this plugin works. If this is a plugin used in ubot and can break recaptcha you will have no problem getting sales.

  9. I know some of your customers might not like this. But why not charge an upgrade fee for some of the new features you have been adding in your plugins? Updates are one thing but you have been adding some amazing new features to the two plugins I have purchased.

     

    Anyway, what I would like to see added to this plugin.

     

    1) Numbers for UI Elements:

     

    The user can enter a "start value", "increment by", and an "end value".

     

    Parameters:

     

    Start Value: 5

     

    Increment by: 5

     

    End Value: 125

     

    The function returns: 5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100,105,110,115,120,125

     

     

    2) Replace x Number of Occurrences:

     

    This function can be used to replace a set number or all of the occurrences in a string.

     

    Parameters:

     

    Match by: Normal,Extended,Regex

     

    Find: UBot

     

    Replace With: UBot Studio

     

    Occurrences: All (default value) The user should also be able to set an x amount of times to replace the match instead of using All.

     

    By Order: Ascending,Descending,Random

     

     

    3) Text Converter

     

    Input: ANSI,Unicode,UT8

     

    Output: ANSI,Unicode,UT8

     

     

    4) Html Converter

     

    Input: some html

     

    Output: markdown,bbcode,xhtml,wiki markup,text

     

    With the option to preserve the links when converting from html to text.

     

    Just a few ideas. I don't mind paying or donating for these added features.

  10. I just wanted to give you a heads up.

     

    When using the html to pdf command if the image doesn't actually exists or load the

    PDF conversion will fail. This is the error you get when trying to open the file in adobe.

     

    http://i.imgur.com/QTqX9Wb.png

×
×
  • Create New...