Jump to content
UBot Underground

Proven

Fellow UBotter
  • Content Count

    25
  • Joined

  • Last visited

Posts posted by Proven

  1. I am damned if I can get a PopUp and a shared browser window to go invisible :(

     

    I am convinced the syntax is good:

     

     

    in shared browser {
        set visibility("Invisible")
        navigate("http://www.mysite.com/signin.php", "Wait")
        wait for element(<username field>, "", "Appear")
        .....
        wait for element(<innertext="Done">, "", "Appear")
        set visibility("Visible")
    }
     

     

    For the pop up I am not so sure what to do to hide it...

     

    By "hide it" I mean that the little white box doesn't appear on the right...

     

    Anybody ou there can point me to the error of my ways?

     

    Thx

  2. What about this it looks like it could be integrated?

     

    http://www.php-compiler.net/

     

     

    Phalanger – the PHP compiler for .NET

    Welcome to Phalanger – full-featured PHP runtime & compiler for .NET/Mono frameworks. Phalanger is modern open-source implementation of PHP, compatible with the vast array of existing PHP code. In addition Phalanger gives PHP-application developers lot of new possibilities; from improving performance and using modern environments, to taking advantage of seamless unique .NET integration.

  3. Appreciate the plugin! :)

     

    Got a problem using it tho as I want to add x minutes to the current time to establish the scheduled next run time.

     

    I have added an eval to add the time to minutes but when I debug it all I see in the #First Run Time var is the hour with no minutes shown...

     

    It works fine if I right click and run it but it won't work in the "on load"

     

    Any ideas?

     

    Thx

     

    Here's the code:

    on load("Bot Loaded") {
        wait(10)
        set(#current time, "{$plugin function("time.dll", "$currenthour-24h")}:{$plugin function("time.dll", "$currentminute")}", "Global")
        set(#Minutes, $eval($add($plugin function("time.dll", "$currentminute"), 1)), "Global")
        if($comparison($text length(#Minutes), "=", 1)) {
            then {
                set(#Minutes, "0{#Minutes}", "Global")
            }
            else {
            }
        }
        set(#First Run Time, "{$plugin function("time.dll", "$currenthour-24h")}:{#Minutes}", "Global")
        set(#time to execute, #First Run Time, "Global")
        Schedule Next Run()
    }
    
    define Schedule Next Run {
        thread {
            loop while($comparison(#time to execute, "!=", #current time)) {
                wait(1)
                set(#current time, "{$plugin function("time.dll", "$currenthour-12h")}:{$plugin function("time.dll", "$currentminute")}", "Global")
            }
            task()
        }
    define task {
            Run Main Program()
        }
    }
    
    
    
  4. @Lily thanks I have seen the response and sent an example bot for you to try and run.

     

    For me it crashes in seconds, running on the same pc it compiled on...

     

    I am quite worried now as I see above that the proposed policy is no longer to support 4?

     

    IMHO it will take at lease 3 to 6 months to get 5 any where near stable given it's present form and I don't really see what 5 is trying to offer that could not be done in 4 with some extra plugins?

     

    I just upgraded to dev and was looking forward to a stable period of earning which now seems under threat if you are dropping support for 4 (the only ver of Ubot that seems to work)?

     

    Nobody here is criticising you guys and we all want to see Ubot succeed so the question is how best to achieve it?

     

    Chasing new clients with 5 and leaving old 4 clients by the roadside is certainly not a good plan...

     

    If I was a new client and trying 5 for the first time at the moment  I can assure you I would not have bought it and kept it whereas 4 I did and then upgraded to pro followed by an upgrade to dev...

     

    Which of these scenarios is better for you guys at Ubot?

     

    Keep and upgrade or lose for the wrong reason?

     

    I know which I would choose...

     

    For the moment I am going to stick to 4 and I hope that my support subscription gets used to improve it at the same time as you try and get 5 up to speed.

     

    Drop 4 though and I think we (your existing loyal and enthusiastic client base) risk walking as we have to be confident that when we sell a bot or use a bot that it will do the job and not just land US with a huge raft of problems and support tickets that we cannot handle due to no support for 4 by you guys...

     

    I'd dearly love it if 5 worked today but it doesn't so please don't try to hide the fact... let US help you get it working?

     

    This won't be acheivable by hiding bugs behind a trouble ticket wall - it needs open discussion and a positive vibe in the existing license holder community ;)

     

    another 2cts...

    • Like 1
  5. Hey all,

    There are actually only a few small issues that anyone has found in UBot 5 - and you can look at them here: tracker.ubotstudio.com.

     

    I recommend following this for a few days as we'll be releasing a new update rather soon to clear out the majority of any unresolved issues that a few people are having.

     

    Hi Jason I can't get 5 to compile anything I made in 4... not even the simplest of bots :(

     

    If it does compile then it crashes:

     

    http://www.mediafire.com/view/udf9q9lkj2658rm/Capture.PNG

     

    I put in a ticket 2 to 3 days ago and no-one responded to it yet.

     

    To say there are only a "few small issues" is not how I see it at all so what should I do do you think - use 5 or 4?

     

    The answer is obviously keep using 4 as 5, for me, doesn't work for anything meaningful.

     

    I appreciate you are doing your best but I do think it would be better to release this as an "alpha/beta 5" version and then we can help you fix it...

     

    Cheers and good luck bug fixin' ;)

  6. Please do not expect traffic in return, at the first day you have signed up.

     

    There are lots of hardworking members who run their Panda Smart Browsers everyday and have lots of time credits.

     

    Panda Bot Network favors the campaigns of the members who have more time credits while distributing the tasks.

     

    This does not mean that your campaigns will not run, if you provide more to the network then you will get more.

     

    The traffic from Panda Bot Network is precious since the Panda Smart Browsers browse your website deeply and visit durations/page are high (as high as you set as a website owner)

     

    Please do not prejudge. As you see above we have more than 1000 members and our unique system is really working,

     

    I think most people would expect ot see at least some results after 12 hours running it and the fact I didn't made me decide to put it on the "meh" software pile (along with many others!)...

     

    I believe you should rethink your algo and make sure that new users do see early action as you'll never get to 1M users if they all do the same as I did?

     

    I hear what you say but even with that knowledge I don't feel inclined to retrieve it from the meh pile and have to run it for goodness knows how long before getting anything.

     

    I'm now trying out weeb2rule instead to see if it does anything interesting instead which is a shame coz your idea has (had) promise...

     

     

    2cts...

  7. "IP code as password"?  Ok now I get in - I was expecting pass not zip but ok it works...

     

    However...

     

    I have left it running now for about 12 hours and I can see it has visited some stuff BUT very little activity really AND looking at the report area it just says "No records found" :(

     

    So in a nutshell in ~12 hours it earned nothing in credits even though I know (and can see) it actually did some "work"?

     

    Not a great confidence booster...

×
×
  • Create New...