Jump to content
UBot Underground

Net66

Fellow UBotter
  • Content Count

    559
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by Net66

  1. i am using ESET Smart Security for long time it's was working fine ... but no idea why i am getting this warning signs again and again i did scan nothing wrong what's wrong can anyone please help..

     

    http://a.imagehost.org/0740/Untitled-1_21.jpg

     

    That is nothing to do with ubot. It is to do with the site you are making ubot navigate to. I suspect that site has been blacklisted for installing a trojan or something like that.

     

    I use eset (by far the best AV and I've tried a few) and don't have problems, but I have seen these warnings.

     

    Andy

  2. Whenever I power up ubot now I get this page:

     

    https://secure.ubotstudio.com/botstore/default.aspx

     

    And it makes the app open more slowly, hanging before the page loads.

     

    Can it be made optional on startup in preferences, by having a preference checkbox which when click starts ubot with nothing in the Browser window.

     

    Ninjaman.

     

    Yeah I've noticed the new start page makes ubot take about three times longer to start because its waiting for that page to load. Why not just have a 'splash page' there which is something like "Click here to enter the store" with a small but pretty graphic and make sure the page loads javascript. That way Ubot still can promote its store but it needn't slow us down like it does.

     

    Andy

  3. I got the attached image from a client of mine who bought a compiled bot from me. He's running on XP SP3 with dot-Net 3.5 SP1. He has IE8.

     

    Any ideas what could be wrong on his computer? What actions can he take to make ubot compiled bots work on his computer?

     

    Thanks for any help,

     

    --Joe

    This happens. It has been reported as a bug numerous times but there has never been a fix. I refund around 15% of sales of my super auto blogger bot because of this. I've tried getting people to uninstall and reinstall .net, and a bunch of other things. There is no apparent rhyme or reason to this, I've even had someone who has ubot buy a compiled bot from me and it does this even though their install of ubot works fine!

     

    Search the bug reports and you'll find threads about this but sadly no sign of a solution from the dev team.

     

    Andy

  4. As some in here know I have created a bot to interface to a particular Facebook game.

     

    Now here is the question.

     

    It would be REALLY easy to add the logic to the bot to automatically add the current active Facebook user to a Fan/Group page and do the necessary click to the Send request.

     

    I was thinking this could be a sort of Self-Registration or even a type of security step (run the bot if you are a member of a group or Stop the bot if not).

     

    What do you guys think? (No I have not implemented it)

     

    Good idea <evil grin>.

     

    Actually there is no ethical dilemma if you make it part of the terms of the license of your bot. I don't know that I'd join anyone to a group without their knowledge or without some kind of agreement even if it is buried in some small print.

     

    Andy

  5. My experience is this...

     

    If the machine had 3.5 and it was upgraded to 4.0 then it works. If the machine has never had 3.5 and has just had 4.0 loaded then (most of the time) it doesn't.

     

    If I come across a customer who has 4.0 and a bot isn't working if I get them to uninstall 4.0, install 3.5 and then upgrade back to 4.0 (optional) then 85% of the time this sorts the issue out.

     

    Andy

  6. Thanks guys... the site is diigo.com and the problem is actually in the users area after logging in. I am basically submitting a bookmark but the ubot is not recognizing the "add new bookmark" button.

     

    Thanks for the PM. I have sent you back a sample ubot that calls the javascript to trigger the button.

     

    For anyone else who wants to know...

     

    I viewed the page in a regular browser and viewed the source. Even if you don't know much about html its still easy to figure out where the button code is in the page.

     

      <div class="buttonRow">
           <div class="buttonRowInner">
             <a class="promptButton" href="javascript:void(0);" onclick="return submit_add_bookmark()" style="width:160px;"><span><strong>Add New Bookmark</strong></span></a>
             <div class="clear"></div>
       

     

    From that we can see the button is being called with the onclick event

    onclick="return submit_add_bookmark()"

     

    Ignore the word return and just grab the rest of the js call and then in ubot use a run javascript node to call that:

    post-732-12823802705054_thumb.jpg

     

    Andy

  7. I do 95% of my work on a laptop. It's a modern wide screen Sony Viao, but the problem is that the maximum height I can get on the built in screen is 768 pixels.

     

    When you create a bot with a few UI boxes the UI section takes up a lot of space and reduces the editing area by loads. It would help loads if we could minimize or hide the UI area while editing bots.

     

    At the moment I work around this by building the main bot in another script and calling all those subs from the main script with the UI but would be nice to have a better way.

     

    Andy

    • Like 1
  8. One of the key ways of helping people and posting questions here is to show screen snippets of bots and sometimes to upload a ubot file. But the forum has a global upload limit of 500k which I hit weeks ago. Can this be increased?

     

    This is what I see next to the upload box...

     

    Used 497.74K of your 500K global upload quota (Max. single file size: 2.26K)

     

    2.26k isn't enough to upload even a tiny ubot file.

     

    Andy

  9. New version released today, it's in the download area for anyone who has purchased it.

     

    Latest changes;

     

    1) Security enhancements. I spotted a couple of potential areas that someone might try to exploit, probably being paranoid but that's no bad thing when it comes to security. Have put some extra 'escaping' in to be safe.

     

    2) As requested by users: Paypal IPN scripts now generate the database entry regardless of whether the user clicks to return to merchant and attempts to send them an email (although the success of this will depend on your php/server config, but its clear where in the php the mail sending takes place so if you need to replace the mail() code with something else this should be no issue).

     

    3) A couple of tiny fixes which were affecting a really minute percentage of licenses issued (thanks to Praney who helped track this down).

     

    Andy.

  10. Clickbank are some B****** when it comes to black hat software. I have tried to get 3 different bots approved through them, and every time they tell me my bot breaks the TOS of the site it's programmed to manipulate. Bastards!

    LOL - yeah I've run into that on occasion. The best approach is to get an account approved for something that isn't black-hat and once you've got an account with an approved product everything else auto-approves (provided you don't have to request a max price increase).

     

    Andy

  11. Thanks a lot for the kind words guys..

     

    I think I might take your advise on clickbank as well.. :)

     

    All the best..

     

    Gary..

     

    I use Clickbank to sell some of my products and it is ideal for this kind of thing. If you have a good product with good sales copy then you soon get CB affiliates start promoting for you and sales can go through the roof.

     

    Andy

    P.S. Protect66 which you use for this is super-simple to make work with Clickbank :-)

  12. Hmm interesting.. I'll have to look into that to... great info Irobot..

     

    Thanks!

     

    In ubot you must have gone to a javascript enabled page before using javascript or $eval. When you run a bot in ubot itself it has always loaded the ubot blog page which is java enabled, a compiled bot loads nothing. I made a blank page on my own web space that calls some simple javascript to start the engine and I go to that first in everything I do so I don't run into the problem.

     

    This is what is in the html I use;

     

    <head>
     <title>Initializing Bot...</title>
    </head>
    <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
    <script type="text/javascript">
    document.write("Loading...");
    </script>
    </body>
    </html>

     

    Andy

×
×
  • Create New...