Jump to content
UBot Underground

quickregister

Members
  • Content Count

    44
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by quickregister

  1. I really love Ubot and I have been very successful in creating my bots without having any programming experience.

    I would like now to be able to create my own bots as well coding from scratch.

     

    I was wondering what language and platform I should learn.

    I have no programming experience except Ubot but I have

    been successful with Ubot and I am a fast learner.

     

    I have seen some articles saying that Python and IronPython

    are good choices. Others say VB.net.

     

    My goal is first to create bots like Ubot. Bots that run on my computer not

    web based apps. (I do eventually want to learn php as many of my websites

    use php though)

     

    However, my first goal is to create simple Ubot type apps from scratch.

     

    Would you suggest learning VB.net or Python for this purpose?

     

    Thank you for your input.

     

    I definitely plan to keep on using Ubot as well as it is very efficient there

    is a great community here. However, I would like to eventually have more

    control over my projects.

  2. Pash, I purchased the Advanced Image Plugin back in September. I now get a pop up message on Ubot saying something about you being cheated by Paypal and it crashes Ubot. I paid for the plugin. Can you please send me a version that works and does not crash Ubot? I sent you an email. Maybe I missed a thread somewhere but this is my issue. Thank you. Matt.

  3. Hi Dan,

     

    I purchased your Exbrowser plugin specifically to solve the image Recaptcha from Google.

     

    I have thoroughly looked and all your videos.

    I have also thoroughly reviewed the 40 minute captcha video.

     

    I downloaded your sample code from the forum.

     

    When I run your code with my 2captcha credentials the alert will give

    me an occasional correct answer which is great.

     

    However, the code fails when it comes to clicking the images. It stops at 

    x:(//div[@id=rc-imageselect-target]/div/div[@class=rc-image-tile-target])[#workingnumber]

     

    The error I get is " Object not set to an instance of an object"

     

    I tried looking at inspect element but it is difficult to tell is something has changed.

     

    Do you have any ideas how to get to by this?

     

    The entire reason I purchased this plugin was to solve this problem though I am sure it will be useful for other projects as well.

    For now I am stuck here

     

    Thank you,

     

    Matt
  4. Yes I saw your very good Captcha tutorial  but I was confused on the Xpath expressions. I do not even know what they are. I just use what is built into ubot to click on elements or to scrape elements. I am not sure why I need  Xpath expressions. Is there some tutorial you have explaining the basics of this? Thank you.

  5. Dan, great tutorial. I am confused about X Path Builder that you use. Do I need this software to use Exbrowser? Can't I select elements without Ex Path Builder? I am looking to solve the Google Multiple Image Recaptcha. You seem to come the closest to solving this. I have purchase all the other codes to solve this problem on the forum and none work so far.

  6. I am trying to test the code with DBD

     

     

    Under Command or Function

    Parameters

    What do I put there? It is blank in the code.

    Set DBC poll
    What do I put under New Value? there is nothing there and nothing in the comments for this.

     

    When I run the DBD test I get the following error.


    INvalid URL
    the format of the url could not be determined

    Sourcce GoogleCaptchaSolver
    DeathByCatpcha set $run plugin function

     

    Ideas?

     

    Thank you.

     

    I now have all the plugins and I am able to run in node view.

  7. I have purchased this code and the advanced image plugin. I have installed the advanced image plugin. When I upload the code it appears in code view. When I try to switch to node view it says " There is an error in your code please fix before switching to node view" There is no underlined code or indication where ther error is. Any ideas? thank you.

     

    I purchased this July 28 and I am just now getting going working on this. Is there a newer version of the code?

  8. Thank you for your help. The Standard Version does not have Get Files but I found a work around that worked for me here.

    http://www.ubotstudio.com/forum/index.php?/topic/11412-get-a-list-of-file-names-from-folder/

     

    Then I used this

     

    http://wiki.ubotstudio.com/wiki/Change_File_Field

     

    and it seems to be working. I am able to upload my videos to YouTube.

     

    Seeing how the Get Files function worked even though I do not have that specific function got me looking in the right direction. Thank you.

  9. I have created a bot to upload videos to multiple youtube accounts.

     

    1 have 50 youtube accounts and 50 individual videos.

    The bot uploads 1 video to one account and then

    moves on to the next youtube account, logs in and

    uploads another video.

     

    All the 50 videos are in a folder on my computer.

     

    The problem is when the bot clicks the upload button

    the browse window opens on my hardrive where the

    videos are but I have to manually click on one of the

    videos to upload it to YouTube.

     

    I cannot figure out how to have Ubot click the

    video file on my hardrive and upload it. This

    part I have to do manually.

     

    Ideally I would like to have maybe a list of videos that I can

    rotate through and upload.

     

    Does anybody have an idea how I can get ubot

    to click on videos on my computer and upload

    them to YouTube?

     

    I have the Ubo basic version.

     

    Thank you.

×
×
  • Create New...