Jump to content
UBot Underground

sskl

Fellow UBotter
  • Content Count

    39
  • Joined

  • Last visited

  • Days Won

    1

sskl last won the day on April 23 2010

sskl had the most liked content!

Community Reputation

3 Neutral

About sskl

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. scrape <td align="center" background="Public_HTML/images/captcha.png"><font color="white" size="3"><b>*</b></font></td> then paste it on the textbox viola, not need to decode at all ahahaha
  2. instead of use chosen attribute and click chosen, find out which javascript or ajax that makes it ticks.
  3. Well, mine would be a little more extreme. Instead of using flash as a gateway to upload the file, write a html page that will do exactly the same thing. This will save a lot of headache. Of course, another way would be tampering around with the javascript, which takes up hella lotsa time. Again, once you figure out which function does this and which functions pass the variable back to processing script, you can create another static html or custom javascript that does the same thing.
  4. var hasReqestedVersion = true; ? But even it is that's the case, how do you excecute upload.swf without flash? My getround would be writing a static html for uploading
  5. normal proxy? just use it normally. Private proxy, use it [in sub window]
  6. Is it possible to run compiled ubot on a window VPS server? anyone tried it yet?
  7. Well, i hope that ubot will add this feature as well. For now, what you can do is , find out the javascript upon hitting the enter button, and run the javascript instead.
  8. First off, My proposal for next UBOT 3.3 feature: Ability to view web page in Source code form instead of live form (It passes/post variables or maintain the cookies just like the normal website, but it just displays the page in source code form.) I had shit loads of problems with private proxy, thus here a workaround: If you are going to a public site, and those annoying ads pop up appear outta no where like THIS. You can easily get around it with the view source scripts like here. By doing that, you can actually scrape those important ids/urls or whatever, and then nav it or do what
  9. You can easily use amember + ubot, and also force the bot to retrieve certain trival parts from your server, and each retrieval require login (user and pass is saved at this point), if login error -> invalid license/no internet. Well, you get the idea, it is kinda easy to do. Or you prefer activation code method. Write some garbage loop, make sure whatever he enter gone thru a loop of +/-/* or whatever and end up this value, or else invalid and cross check the activation code with the paypal-email. It's really easy, but it does takes some time for thought process and debugging proc
  10. Never mind, if it is used with nav command, it will function properly.
  11. Due to some complicated scripting on the original website, I ripped off the site and deleted all the non-essential codes, but i do not know how to open them via ubot. I tried using file:/// but everytime i navigate it, it becomes http://file/// .... anyone?
  12. i have the same exact problem....that's what my POP UP problem thread all about. this problem does not appear if u use the proxy on IE manually, it exist only when you use the private proxy/proxies on the Ubot.
  13. i have come to a conclusion, the pop up only appears when i use private proxy in ubot. the pop up is the actual google ads, from the site banner. I just don't know why, all the ads appear in the pop up instead of appear in the site banner in ubot. I try to run the private proxy part of the script in sub window and see what happen
  14. Well, it is the actual pop up. I actually set the IE 8 security setting up to Highest possible. The pop up is gone. BUT when i click on the submit button for a normal POST html form, nothing happens in UBOT. The pop up is an actual pop up, not ajax or watsoever.
×
×
  • Create New...