Jump to content
UBot Underground

Fotis32

Fellow UBotter
  • Content Count

    64
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Fotis32

  1. Hello!

    Well i want to open a discussion about how the sites can know if we are using bots or not.

     

    On my bots i am using different user agents, tons of proxies but i am still keep busted from the sites. After some research that i made, i figurated out that sites using javascript in order to get more information about the browser which i am using as browser dimensions.

     

    So, there is any way to fully hide our identity and if we are using bots or not?

     

     

    Thanks!

  2. Great update, but the 2captcha.com command is not working anymore. it gives me:

      Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index

     

    Also, if you can write a script about how we can handle this:
     

    456456

    1

    2

    3

    4

     

    (From the deathbycaptcha new command).

     

    Thanks

  3. Hello people,

    i have a problem with my ubot and i am searching for help. If someone can help me i would be gratefull!

     

    Well, i have a code on my ubotstudio which works perfect inside studio. But when i compile the bot it doesn't work.

     

    After some debugging which i did i found that the bot cannot run? the $find regural expression command.

     

    What might be wrong ? Any ideas? I am using IE 8 on win2k3 x64

  4. I have a question aymen. Well i am using the $html get fuction for scraping a site. Well the point is that i need to get the recaptcha_challenge_key. I cannot scrape the value with the $find regural expression because is not inside the return of the $http get. In other case if i do load html with the result and do right-click on the page area and select the "View Generated Source" it is inside. You know what i mean ? What i can do to get the same result on http get fuction with the "view generated code" on the html ?

  5. I've attached an example that shows how you could navigate to yahoo, then navigate to any site and say that your referrer is yahoo.com. I know this isn't the most ideal solution, but for now it is what is available. As far as in the future, I think it's a good suggestion, we'll have to see if we can do it on our end though.

     

    Referrer.ubot

     

    the thing is that with this extra referral change, we can limit up the commands. Ex voting for some sites need only one command "navigate with postdata". If i have the referrer there i can vote to any site with 1 command and not wait browser to get load first page and then the second page and then the third and etc... You got my meaning? And ofc this is just an example this feature can help everyone here ;).

     

    Also implemented it is not something hard... It is just a piece of cake for you. It could be a nice feature for ubot studio 4.

     

    Thanks!

  6. Here is a good plan for you.

     

    Rent somewhere a site (it cost 3usd per month - pick a cheap one).

    And make a php file which will write "valid".

     

    Then on your bot, put a navigate to your site and do a "search page" to find the "valid" word. If all good then continue with the proccesing of the bot. If not then stop the script. I am using it with success over 1 month. And it cost nothing.

     

    The bad side on this is that you cannot limit the copies of where the bot running. The same person can run it on many places at same time.

     

    But you can keep the bad ones out of it. ;)

  7. It looks like you've got three questions there.

     

    The answer to question 1) is Yes

     

    Question two's answer is yes - we could add that feature into a future version, without too much difficulty.

     

    And for question 3 - the Clear Cookies command in the Action menu does exactly what you need.

     

    about q2 when we can wait this feature?

×
×
  • Create New...