Jump to content
UBot Underground

Praney Behl

Fellow UBotter
  • Content Count

    2328
  • Joined

  • Last visited

  • Days Won

    94

Posts posted by Praney Behl

  1. I make big and more complex bots and times, I think an option for copying a whole Script Tab to another bot just like we can copy a node from 1 bot to another. At the moment we have to copy nodes/subs individually 1 by 1.

     

    I believe it would really helpful for people trying to import a functionality from 1 bot to another.

     

    What do you think?

     

    Praney :)

    • Like 1
  2. 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

     

    Great Andy,

     

    I check that, tomorrow..

     

    Regards,

     

    Praney :)

  3. How do i use external file content in a variable ? I'm currently using create "table from file" then "table cell" to find the correct table cell, but then i want to use it in a if or conditional statement.

     

    I.E if my table cell contains the number 2, i want to be able to say if (table cell number < 5) then do whatever, but it doesn't seem to recognize it as number. The same happens with strings...if my cell contains the word 'approved', and i say if(table cell = approved). then it fails to work. How do i get the content to the right format?

     

    All i'm trying to do is run different sub node depending on what the content of a file cell is...so if theres another way that would be spot on too.

     

    cheers :)

     

    Hi ttmw,

     

    A possible solution is to use a counter i.e. a variable to 1 and use a while loop with evaluate quatifier counter < 5 = do something in the while loop and then in the while loop increment the counter.

     

    Hope this will help,

     

    Shoot me a question if you have..

     

    Cheers!!

     

    Praney :)

    • Like 1
  4. well you can do multiple threads now, using the thread command. everything you put inside a thread command will run in a separate thread.

     

    the only real problem is that the web browser takes up a lot resources, so having too many of them will bog your computer down, no matter how many threads you are doing. one thing I'm plannign for the future is to have ubot to socket interactions. it would be a little harder to work with, but it would be many times faster than the web browsers, and you could have 100 threads if you wanted. I have some more things to do before I can work on that though.

     

    I believe this would be amazing thing for Ubot to do, I can't wait for it... !! :P

     

    But Seth if you do sockets please bump the price up to at least $1,000 because that would be epic but too powerful to release on a massive scale B)

     

    LOL that is funny!!

     

     

    But please give it to existing customers as a free upgrade :lol:

     

    I agree with Andy, I stand for that!!

     

    Praney

  5. Yes, I agree. This forum isn't wicked fire.

     

    Nothing wrong with a balanced debate or independent review, but comments like that do nothing to enhance the reputation of those selling their products/services.

     

    I completely agree with IRobot, and think everyone has and individual right to speech and express a personal review.

     

    I would suggest any existing user to come forward and review MPP.

     

    I product maker never gets only positive reviews and to my belief it is due to individual expectations from a product and their view of value of money compared to other products out there.

     

    I believe if a product is new and the provider is helpful then I will stick to it and try to resolve the problem and ask for help on how to best use the software.

     

    I will call upon all the existing user of MPP to step in front and express their personal experiences with the product and the providers service.

     

    I mean no offence to anyone out here this is just a personal opinion.

     

    Peace :D

     

    Praney

    • Like 1
  6. PM sent. Please check.

     

    Regards,

     

    Praney

     

    i ask very quality coder to make for me software like that - (not bot) that i give her list of 5000 keywords in txt file- then i give her my user and paswords of google adwords

    then the software go to interface of google adwords and give every 100 kywords to the placement tool of google adword.

    then the software collect 50 zipz files of sites that have adsense - then make 1 csv of all 50 zips sites.

    then i can have 20000 sites to promote with goole adwords content network.

    it cost to me a not little money.

    i can sell you this software - for personal use.

    it work in all languages.

×
×
  • Create New...