Jump to content
UBot Underground

cob007

Members
  • Content Count

    352
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by cob007

  1. If I wanted to have a select all/select none button for the datagrid, how would I go about looping through each row to set the checkbox column as checked/unchecked?

     

    Or even better, would it be possible to have a checkbox in the column header that selected/deselected all when clicked?

    I think what you are referring to is something like this would be highly helpful if updated for ultimate UI in column header

     

     

    XvYhWSy.png

    Between great job nick with all updates, also when you get a chance can u check some of my PM's i had sent you

    • Like 2
  2. i did that , it still does not load it shows up breifly in task manager and something is preventing communicating with ubot server all of sudden that bot does not load.

    i had a windows update of .net framework and im not sure if that  caused this problem,

     

    however ive 2 accounts in the system, when i used my alternate user account ( new user where ubot was not installed) it works there but not working at all in my original user account where

    it was working previously.

  3. I have never faced this issue, please see my video, all of sudden compiled bots wont run

     

    ive blocked firewall and antivirus as you can see in the video.

     

    how to solve this? ive seen my own customers complain about it in the past about compiled bots not loading but i never solved their problem myself,

     

    and today im facing the same thing and i tried many of my other bots , all facing same issue.

  4. Thanks man i will definitely buy the database module if bubble is added.

    An example is when the user sign up to the bubble page the data will go to ubot locker.

    We can make our bots also web based. The bots will work on the vps and bubble will be the interface for the users so they can run the bots even on mac or mobile phones.

     

    This will take our bots to another level.

     

    yes but you still have to pay bubble correct?

     

     

    Bubble scales as your app grows. Apps on a Professional, Team or Production plan start with 2 units of reserved server capacity, and can add more as they scale. Pricing for additional units is $20 / unit / month.

  5. I have not replied because it is working just fine and I cannot control nor know every hosting setup, nor can help everyone to set the hosting.

    However the phpmail is a known third party universal add-on and works out of the box in most environments but you can check and update it yourself very easy from GitHub.

    i.e I cannot update the mod Everytime they update phpmail extension as it is not under my control

     

    [uBotter Labs]

     

    I have not replied because it is working just fine and I cannot control nor know every hosting setup, nor can help everyone to set the hosting.

    However the phpmail is a known third party universal add-on and works out of the box in most environments but you can check and update it yourself very easy from GitHub.

    i.e I cannot update the mod Everytime they update phpmail extension as it is not under my control

     

    [uBotter Labs]

     

     

    ok so i know my host worke for 3 years, so the thing im asking you is do we need to set up the config.php example or can i ask my host to add some records and no need to setup php config because it is not clear in the guide, it says to edit the config.php file and add stuff in the end, but say my host has smtp, do i need to add those inside config-php or should i ask my host, because on purchase license is getting generated but no automatic email is going through

  6. Great. Thanks. I'm out and will check it Sunday or Monday.

     

    [uBotter Labs]

    I did not get any reply from you, i did manage to new domain so do we need to configure email host again like in th config.php example? because no email is being sent automatically on purchase instantly although new license is getting generate in my dashboard?

     

    function send_mail($to, $subject, $body){

            require_once('PHPMailer/class.phpmailer.php');

            $email = new PHPMailer();

            $email->IsSMTP();                                                     // telling the class to use SMTP

            //$email->SMTPDebug  = 2;

            $email->SMTPAuth       = true;                                          // enable SMTP authentication

            $email->Host           = 'in.mailjet.com';                             // sets the SMTP server

            $email->Port           = 25;   

            $email->Priority     = 1;                                             // set the SMTP port for the GMAIL server

            $email->Username       = '07539vy0t943ynv093y4n0t9rnyv3049';             // SMTP account username

            $email->Password       = '98vy03948yv0394yv03t94nvy0394yvn';            // SMTP account password

            $email->From          = 'noreply@WEBSITE.com';

            $email->FromName      = 'WEBSITE NAME';

            $email->Subject       = $subject;

            $email->Body          = $body;

            //$email->IsHTML(true);

            $email->AddAddress( $to );

            //$email->CharSet = 'UTF-8';

            $email->Send();

        }

    ?>

  7. Although i am query escaping my bots , when i used sqlite error to check, im getting unrecognised token error for one of the things im trying to scrape as you can see in the screenshot(it says unrecognised token near amazon best seller), im not sure if its the title or description but i am posting the concerned test and link as below. any sqlexpert as to why this issue, although for most part im replacing all ' with '' and with other text ive not faced any issue

     

    Link:

    https://www.amazon.com/Movie-Quotes-All-Occasions-Unforgettable/dp/1633536637

     

     Movie Quotes for All Occasions: Unforgettable Lines for Life's Biggest Moments

     

    #1 Amazon Best Seller! ─ Great Movie Quotes for All Occasions Whether blockbuster megahits or forgotten indies, we’ve got the right quote for the right occasion. Movie quotes. We all do it. Every day, with or without noticing, we quote movies. Hit a search engine and you can find thousands of lists of the best movie quotes of all time. From Rhett Butler to Obi-Wan Kenobi, movie quotes have become an integral part of expression. But, the movie quotes on these “best of” lists rarely lend themselves to important moments in life or provide personal motivation. Open any typical movie quote list and you’re likely to see “May the Force be with you,” or “I’ll have what she’s having.” Does that really provide inspiration, motivation, or a beautiful phrase? Best movie quotes for all occasions. That’s where I come in. I’ve scoured the movie world for the most appropriate, best movie quotes for every occasion. From weddings to pre-game pep talks, I’ve found quotes that are moving, inspirational, or just plain hilarious. Looking to rally your team? Try this quote of Capt. Malcom Reynolds from the science-fiction film Serenity (2005): “You all got on this boat for different reasons, but you all come to the same place. So now I'm asking more of you than I have before. Maybe all… So no more running. I aim to misbehave.” Need a quote for your humorous wedding speech? Try some wisdom from Juno… from Juno (2007): “Look, in my opinion, the best thing you can do is find a person who loves you for exactly what you are. Good mood, bad mood, ugly, pretty, handsome, what have you. The right person is still going to think the sun shines out of your ass. That’s the kind of person that’s worth sticking with.” If you enjoyed 1001 Smartest Things Ever Said, Uncle John's New & Improved Funniest Ever, or The Big Book of Quotes you'll love Movie Quotes for All Occasions which provides hidden gems from a variety of film genres.

    post-16700-0-69226400-1561361374_thumb.png

  8. Chose Trial. Yes it will lock the bot when the trial expires. Its self explanatory on the dash

     

    [uBotter Labs]

     Yes i got that, but say

     

    1. I want to distribute the bot free to 100 people with same license but if i choose 100 activations for the same and let license disable after 10 days free trial but can each person come at different time and use the same license email and password , so even if for one person the license disables but since there are 100 activations the other 99 people can come at different times and use same trial for 10 days because i set the activation to 100 to begin with?

     

    2. Also what are the trial days secondary option as in screenshot?

    post-16700-0-25783300-1558949216_thumb.png

  9.  

    API not working
    Try translating into the language you want, such as
    dog training = 犬の訓練

     

     

    API is working and thanks for your good support, yes thanks i can translate but many regions use english

     

    so english usa and english London -UK how will i know top videos for UK and top videos for US fo keyword "dog training"

     

    Also can u add this in the API for video basic info? the video definition , whether it is HD or SD?

     

    videoDefinition string

    The videoDefinition parameter lets you restrict a search to only include either high definition (HD) or standard definition (SD) videos. HD videos are available for playback in at least 720p, though higher resolutions, like 1080p, might also be available. If you specify a value for this parameter, you must also set the type parameter's value to video.

  10. is it possible to get video list from region by searching via keyword? so i request API with keyword "dog training" from region japan it then shows top videos from japan? Then i do different request as region uinted states and choose same keyword and it will show different top videos for that niche in that region?

     

    And ive checked commands, what i see is this one;

     

    plugin command("Advanced Google YouTube V3.dll", "youtube search list", "dating", 10, "Date", &report, "", "Any")

     

    but it not have a option for region, im not sure if youtube api is providing that but i just thought i will ask you about same
     

×
×
  • Create New...