Jump to content
UBot Underground

bangali_beta

Members
  • Content Count

    133
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by bangali_beta

  1. Imagine this ....

     

    You have a membership site and you're giving away free bots or paid bots to each member who signs up to the free/paid section and the bots are named after the member.

    So, member fills in registration webform then is taken to a download page. User downloads the bot and sees it is in his/her name. User feels the membership site has personally touched their feelings and sticks to the membership site. So, how can we programmers do all this ? I don't think it's possible currently in Ubot but if Ubot starts having a SAAS type of feature then it's possible. This is where Ubot team develop a gateway (like merchant gateways like paypal) where when our membership site's registration is filled (html form takes the user's first & last name), the user's input is forwarded to a php script (processor.php) and that script forwards the inputs to the Ubot SAAS gateway so now Ubot server creates the html & css files with the user's first & last names (does the customization coding) by creating the offline page and names the bot under the member's first & last name (eg. renames the original copy's file name from browser.exe to members' names such as dirty-harry_browser.exe, malcolm-x_browser.exe) and forwards it back to the membership site's processor.php which adds the offline page to the bot.exe inside the bot.zip and downloads to the user's hdd.

    Ok, maybe there is no need for Ubot SAAS gateway here. Maybe, all this is very much DO-able on the membership site server side with the help of php (but I don't know as I don't know serverside programming yet).

    But, you must agree the idea of automatically generating bots in the membership site members' names is a good automation idea. Right ?

    LIKE my post.

     

    Thanks

    • Like 1
  2. Hi,

     

    Why doesn't Ubot sales team create 3 types of tutorials:

    Std

    Pro

    Dev

     

    That way, users can see how to program in the 3 versions.

    Ok, I know most functions in all 3 are the same but the functions that do differ from each version, how-about we get their video tutorials so we can see how good or bad or easy or hard each features are to be used in each version ? That way, people can decide which version to buy and which not.

     

    For example, right now, I have a few things in mind and I'm not sure if Ubot Dev can do them or not. Had there been tutorials on the DEV versions then just by going through the tutorials I could easily figureout if DEV's got what I want or not.

     

    Right now, I am creating special web browsers and to make my browsers/bots look and feel more personal I am trying to name the browsers/bots after the users. Eg.

     

    Seth browser

    Jason browser

    etc.

     

    Now as you know, I'm hoping there would be atleast 1 million users and so it's not possible for me to manually name 1m bots and manually compile 1m bots. And so, I figured, if I can get the bot to get it's name from an offline html page (that is residing in the same folder as the bot.exe) that way, I can just give each user an html file with his/her name and when they fire-up their special personal browsers/bots then the UI section would call the html (hence the bot's name) from the offline page. That way, I only compile the bot once but give 1m users 1m offline html pages that contain each of their bot names.

    Is this possible in Ubot Dev ? I know in the DEV you can customise the design of the UI section with html code but must that html code be compiled or can we program so the UI section goes and looks into the offline html page for the css & html code for the bot's name aswell as the css and html code for the UIs ? Would've been better if Seth putup a video tutorial on how to do all these custom gigs with the DEV that makes our bots look more flexible in design and layout and functionality compared to the STD and the PRO.

     

    PS - Frankly, If I was the owner of Ubot, this clip I'm suggesting would've been one of the very first marketing clips I would've made to make more sales. Oh well!

     

    PPS - If you LIKE my suggestion then LIKE this post.

    • Like 1
  3. Folks,

     

     

    Have you ever earned from Pay Per Click links (PPC) ?

    From experience do you know if frame banner ads or interstitial links clicks get counted if the clicks are coming from offline pages or pages saved to your hdd ? I mean, if you have ppc links on your page and an someone uses those offline page downloaders and download your pages to their hdd and then view your pages offline and click the ppc links then did the clicks get counted and did you get paid for the clicks or not ?

    If you don't know the answer and you're into ppc then maybe best to ask your ppc network whether they'll pay for such clicks or not.

  4. Hello Folks,
     
    I always use the GUI part of Ubot and that means the NODE VIEW and not the CODE VIEW. I understand whatever we do in the NODE VIEW gets translated into CODE VIEW behind the scenes in Ubot.
    Now, I saved a file that was ok. Opened the file and then Ubot auto switched from NODE VIEW to CODE VIEW saying there is error in my code (CODE VIEW) and I have to fix it or it won't be able to show the NODE VIEW.
    My question is: How can there be any error on my part since I just dragged commands in NODE VIEW and it was Ubot that created the CODE VIEW behind the scenes and not me ? I never use CODE VIEW. Always NODE VIEW. I created this file in NODE VIEW, saved it and opened it and wallah Ubot auto switches to CODE VIEW saying there is error in my code!
    Now, it's expecting me to fix the CODE VIEW which it itself messed-up. I don't know how to fix this as I didn't write the script in CODE VIEW.
     
    It says the "plugin command" is an error in the CODE VIEW but I never wrote that text. I just dragged the CONNECT TO MYSQL command in NODE VIEW and Ubot wrote the CODE VIEW text "plugin command" in the background in CODE VIEW. So, if the text "plugin command" is in error then it's error on Ubot's part and not mine. I notice if you remove the space and joinup the 2 words (from "plugin command" to "plugincommand") then Ubot shows in CODE VIEW the error is gone. But, if you check the NODE VIEW the CONNECT TO MYSQL command doesn't seem right in the GUI.
    Copy and paste the following code in your Ubots and see what happens. What do you think the problem is ?
     
    MY CODE:
     
    if($comparison($text length($trim(#ui text box_locked contact details page url)), ">", 1)) {
            then {
                plugin command("DatabaseCommands.dll", "connect to database", "server=\'yourwebsite.com\';uid=\'raindrops_mmm\'; pwd=\'mmm_2016*\'; database=\'raindrops_mmm\'; port=\'3306\'; pooling=false") {
                    divider
                    plugin command("DatabaseCommands.dll", "query", "INSERT INTO new_peoples_browsing_histories (Logging_Server_Dates_And_Times, Searched_Keywords, Dropdown_Option_Selected, Buttons_Clicked, SERPs, Locked_Contact_Details_Pages, Contact_Details)
    VALUES (CURRENT_TIMESTAMP,\'{#keywords}\',\'{#search religious scripture}\',\'Search Site!\',\'http://adf.ly/1234567/{#serp}\',\'{#lockedcontact details page url}\',\'{#contact details}\');")
                    divider
                }
                divider
            }
            else {
                plugin command("DatabaseCommands.dll", "connect to database", "server=\'yourwebsite.com\';uid=\'raindrops_mmm\'; pwd=\'mmm_2016*\'; database=\'raindrops_mmm\'; port=\'3306\'; pooling=false") {
                    divider
                    plugin command("DatabaseCommands.dll", "connect to database", "server=\'yourwebsite.com\';uid=\'raindrops_mmm\'; pwd=\'mmm_2016*\'; database=\'raindrops_mmm\'; port=\'3306\'; pooling=false") {
                        divider
                        plugin command("DatabaseCommands.dll", "query", "INSERT INTO new_peoples_browsing_histories (Logging_Server_Dates_And_Times, Searched_Keywords, Dropdown_Option_Selected, Buttons_Clicked, SERPs, Social_Networks_Profiles, Contact_Details)
    VALUES (CURRENT_TIMESTAMP,\'{#keywords}\',\'{#search religious scripture}\',\'Search Site!\',\'http://adf.ly/1234567/{#serp}\',\'{#socialnetwork profile url}\',\'{#contact details}\');")
                        divider
                    }
                    divider
                }
                divider
            }
        }
        divider
     

     

  5. place it all inside of a define, and copy paste that define, or you can use a loop 1 as well.

     

    Yeah. Do as he suggested. I used to do it by copying into a DEFINE/SUB and then pasting it until I upgraded to Pro.

    Don't know what he means by "loop 1" though.

    If you upgrade to Pro then you can copy and paste the whole bot. No need to add things into SUB/DEFINE. We got CODE VIEW (TEXT VIEW) and NODE VIEW (GUI VIEW). DEV version has same.

  6. @bangali : nice thought and we all appreciate you taking the time to write it down, but some things are just not possible inside a plugin or the potential sales do not cover the developing and maintenance work of such tasks.

     

    Like @abbas kindly suggests, if you would have been a plugin developer you would have known before writing :)

     

    Mmm. Ok.

    Yeah, I'm looking for Php 7 tutorials myself so most of the things that pop in my head, I can just bring them to life rather than wait for days for others to build them.

    Problem is, ever since January, I can't find a proper Php 7 tutorial (both free & paid) for complete beginners. I've been suggsted some in this form but all the tutorials I've come across expect you know previous versions and just mention the new things in v7. I'm not interested in learning the previous versions because a lot of things in the previous versions have been dumped and no good learning a lot of stuffs and wasting my brain cells which I'm gonna have to dump one day anyway.

    Really, I'm hungry to make my features come to life. (.exe or .php) to get my bots go viral. Most of my bots are free anyway so people can freely use them, freely virally distribute them and make themselves and myself money from the ads in the bots.

    Oh well, whatever's possible in Ubot, I'm bringing them to life.

    When I find the proper php 7 tutorial then I'll be creating bots with viral promotional features but the bots would be web versions (php). :)

    I did suggest to Ubot team to add a feature so we all can create web versions (php, python, etc.) of our bots. That way, we can run membership sites and people would have to create accounts and use the web versions of our bots. We can charge monthly. It will be ongoing business. Recurring business. But Ubot team got other things going. Therefore, once I learn Php, I'm creating web versions of my bots and won't need to bug them.

     

    Thanks for the feedback, though! ;)

     

    PS - If you find Php 7 tutorials for complete beginners (starting from "Hello World!" and teaching about Php 7 Lists, Php 7 Variables, Php 7 Arrays, etc.) then kindly drop me a line). Who knows, I might one day become a Ubot plugin developer and develope what's possible. You never know. :)

  7. Meter,

     

    It seems you have added the Trial feature like I suggested to you nearly 2 years ago through email.

    How-about adding my newly recommended features now so we don't wait another 2 years as I have a feeling you will add them later so best to do it sooner? They're listed here which others are LIKING:

    http://network.ubotstudio.com/forum/index.php/topic/19576-user-id-verifierauthenticator-plugin/

     

    My 2ND & 3RD FEATURES suggested there could easily be integrated into your existing TRIAL feature.

    Just imagine how this sounds:

    Our users can extend their trials (we programmers decide how many days extension they get) providing the users SHARE the download links to our TRIALs on the social networks. Our trial versions would go viral!  :)

    Force the users to SHARE, G+, PIN, Facebook LIKE, Facebook INVITE, Facebook POST, Twitter FOLLOW, Twitter TWEET, etc. our trial version download links.

    Even better, extend the trial only if they UNLOCK the content/link that lists the trial extension key/code. UbotLocker will create the trial extension key/code! Ofcourse, the UNLOCKINGS would earn us $1-20USD as the user would have to fill-in surveys (CPA, Pay Per Download or PPD) from the likes of sharefilecash.com.

    In short, if the user wants to extend his trial license then he must do things for us (SHARE/UNLOCK). The SHARING would make our trial versions go viral and the trial extension key/code UNLOCKINGS would earn us money.

     

    CONCLUSION:

    I think that's fair. Let users try our bots for a few more days and we can do with a little wait aslong as the wait brings us tonnes of free advertising and tonnes of cash from trial extension key/code UNLOCKINGS at the end that equal more than what we would've earned without giving the trial extensions.

    And, if at the end, we end up making a sale to a user then we make money 2 folds from the same user. :)

    But, if the user decided not to buy, then atleast we made some money out of that user from his/her trial! ;)

    We can't lose in any way. Whatever step a user makes, we somehow make money out of that particular user. ;)

     

    Anybody like my suggestions LIKE this post. It will be market research for Meter. :)

  8. Thanks, but my issue is working directly with a text file (not UB's virtual list). I need to delete an item from an actual .txt file.

     

    Tried it with remove from file, but no luck there (as this command is only meant for UB's own list). Why can't we work directly with a txt. file? It's a joke, as getting an item from a list, and then deleting it directly, is a basic function in programming, lol. Oh well. :unsure:

     

    Correct. It's a joke having to deal with $Lists in the middle. I suggest you suggest a feature to deal with the file. Maybe the following functions would be good so suggest them to the Ubot feature suggestion section:

    $file

    $delete from file

    $Add To Line Number "so" In File

    $Delete From Line Number "so" In File

    $Replace From Line Number "so" To "so" In File

    And so on.

  9. Saying ubot is worth the price is actually a mild understatement. In my first month after buying Ubot and while still learning, i created a bot i sold for about $1000. So i made back the money spent on software and went into profit in the first month. Its all in your ideas, what you can do with Ubot is simply limitless.

     

    What does that bot do ? Where's your sales page ?

     

    I have blog commenter which is made in ubot studio,but I don't have ubot.... for those serious about automating how you make money online.

     

    I have created a bot that finds WP blogs that still have their commenting section open so ou can now manually leave your comments for link building purpose.

    Another I created auto posts comments.

    Updating them so comments are spunn before getting posted.

    Will you be able to sell these types of bots ? Maybe, we can partner ?

  10. Hi,

     

    I am building a script that verifies our bot users' twitter accounts. 

    You're welcome to use the script by adding into your own bots so that your bots can verify their users' twitter accounts to make sure unauthorized users aren't using your bots (pirate copies).

    Problem is, I think I got my logics correct in the script but for some reason the script doesn't work in the current update of Ubot 5 Pro and I'm guessing it's to do with the $search page and/or the "greater than or equal to" in comparison is/are malfunctioning. I need expert Ubotters to have a look and see if I'm correct in my assumptions or not. Standard & Developer version users can see if the script is working on their side or not. If it does then good luck and I hope you can make use of the script.

     

    Here's how the script works ...

     

    STEP 1

    1. It prompts you to enter your twitter profile url in the UI Text Box so that it learns your twitter profile.

    2. It then asks you to make the following tweet:

    "Trying the NMB browser to see if I can earn while I learn. Retweet for others to benefit in their education and earning".

    The logic is, if you make that tweet which turns up in your twitter profile then your profile is verified.

    3. It waits a max of 120 secs for you to make your tweet. However, while it's waiting, it checks every 5 secs (12 loops) to see if you manage to make the tweet within the 2 mins. If you do, for example, if you make it within 20 secs then it won't wait for the 2 mins to be up but would immediately acknowledge your account as verified and give you an alert to say it has verified your account. However, if the 120 secs gets up and it doesn't find your tweet on your profile page then it assumes you haven't given it your true profile and gives you an alert that your twitter profile has not been verified.

     

     

    STEP 2

    Now, assuming your account got verified, it prompts you for a password (bot password) where the password should have 6-8 characters long. If you don't meet the requirement then you're prompted again for a max of 3 times before getting an error. Else, you get an alert that your password has been accepted and to use it when next time you use the bot and are prompted for your new password.

     

    It's a simple script.

    Now, here's the problem ...

     

    STEP 1

    When you've tweeted it's suggested tweet, it fails to see it and keeps waiting until the 120 secs is up. For some reason it cannot find the tweet with the $search page function.

    At different times it gives different behaviours. Sometimes it manages to find the tweet using the $search page function but only after it has waited 120 secs and the waiting time is UP. It should've stopped waiting as soon as you made the tweet. So, if you made the tweet within 30 secs then it should've stopped waiting any longer and given the alert that your twitter account has been verified.

     

     

    I reckon this problem I'm facing has nothing to do with me coding incorrectly. Suspecting the LOOP WHILE NOT and $search page malfunctioning. What's your opinion ?

     

    To test the script, first make the following tweet and then feed your twitter profile url to the UI Text Box then PLAY the script.

     

    "Trying the NMB browser to see if I can earn while I learn. Retweet for others to benefit in their education and earning".

     

    Twitter Profile Verifier.ubot

  11. only .ubot files allowed post a link with .exe from file sharing site

     

    Thanks.

     

    A work around is to create your exe and then rename the extension to .txt .... attach it to your post and just tell people to rename it back to exe after download - I did that on a free regex bot I released here on the forum.

     

    Cheers! I LIKED your post. Trying your suggestion now! ;)

  12. Everytime I try uploading a [FREE] bot to this forum in the FREE section I get message this type of file isn't allowed. First tried uplaoding a zip file. Then tried uploading the .exe file but still no luck. How did other Ubotters attach their bots ?

    My posts get posted in my threads but the attachments go missing.

  13. Ok, Fellas!

     

    Here's one of my very first bot.

    I would appreciate both newbies and experienced Ubotters giving their opinions on what they think about this bot built by someone who has no experience in programming apart from Ubot. And don't forget, it is one of my first bots. Maybe my 3rd. I think it took me 6 months of brainstorming to thinkup the features.

     

    FEATURE 1: You can feed source files with spintax intact and it will spin.

    FEATURE 2: You can feed source files with no spintax intact but it can still spin the content aslong as you feed it a synonyms file (.csv).

     

    For a beginner (at the time I built it), I think I have done well. What do you think ? You may give ratings from 1-10 where 10 is the best.

     

    http://loudgobs.com/softwares/downloads/Loud_Gob_Content_Spinner_Freeware_v1.0.rar

     

    Thank You

  14. This is not good advice. Take this from me and others who still use Paypal. Yes, you will get chargebacks, some people are a**holes  there is no way around that, also you will get those who use stolen credit cards which will cost you money (see the penalty part below). But most people are not and if you don't use Paypal or (Stripe/2checkout/insert other merchant here) that at least accepts credit cards then you will be losing out on more money than you can imagine.

     

    Stop spreading this info like you know what you're talking about. 

     

    The penalty is not 10% by the way. It varies. When a chargeback is made through a credit card company Paypal passes the fees on to you. Sometimes i'ts ~$15 sometimes its $20. It's generally one or the other. But it can vary depending on the company.

     

    I have done surveys on whether or not to accept Bitcoin. In my experience 95% of the people say they use Paypal or a credit card and only 5% would even use Bitcoin but they also use Paypal or a credit card. So you can use Bitcoin or any alt coin if you want but don't tell other people to when they can stand to lose 95% of their customers by not using Paypal.

     

    Mmm. You're right. Majority of the people won't know what Crypto Currencies are and forgetting Paypal could end Ubotters losing up on sales (even myself).

    Ok, then. I might aswell have Paypal on the side just incase customers aren't interested in BitCoin and the like.

    Thanks for sharing your experiences Nick and TJ.

    Saying all this, new Ubotters are likely to make a lot of mistakes and have a lot of bugs on their codings at the beginning and if customers go beserk and start charge backing etc. (without asking for updates) leaving the new Ubotter with a lot of penalties to pay then that will really put them off from bot building altogether. That's why it's probably best for new Ubotters to start-off with Crypto Currencies in the beginning and only proceed onto Paypal later-on once they've earned enough from Crypto Currencies and have managed to raise and keep a fair amount of sum on the side to pay the penalties when Paypal makes them (should Paypal ever make them). Only proceed to Paypal once they've become an expert in Ubotting. That way, less bugs, less complains, less charge-backs and less penalties to pay to (you've guessed it): Paypal. :rolleyes:

  15. No expert, not even close to that....ubot just allows us to automate our traffic solutions which saves time, and as far as my websites go, I would rather keep that a secret so I put my websites in my momma's name(lol)

     

    You mean, you'd rather not have us competing with you. Lol!

    I've got a few secrets and I'm just gonna reveal them by making them free bots. Lookout for my free bots in this thread after a while.

  16. I think ubot is great and have been here since version 3, and have pretty much automated every major platform (ah, the days before Facebook follow limits and the fun that could be had, and Pinterest you were my friend for a while :)!) for the purpose of network amplification :)

     

    I used to sell bots but I don't have the time to stick behind customers and their installation woes and quite a lot of the complicated tools that I want have been built and so it's not worth my time building them.

     

    Nowadays I use it principally to gather data for research purposes for internet marketing (remember the days when it used to be fun and you played with the search engines? I do that!). It's really great to be able to actually build a tool that you need and then add it to your workflow.

     

    Did I say I also like "playing with Google?" if not I meant too, you are my bi*** :rolleyes:

     

    TheNinjamanz.

     

    Why don't you make a video tutorial on how to install your bots and then forward the customers to there. Put adf.ly ads so every view earns you money (even a little). You never know the little earnings might pile-up over the months.

    Anyway, do you mind showing us a few video clips of how your bots play with the searchengines. How they gather data and what type of data. That sort.

    You might aswell put the clips up on your youtube channel and see if anyone's interested in your bots. You might make lots of sale.

    I, for one, would get an insight on what Ubotters do with their bots (apart from link building) when they don't sell them.

×
×
  • Create New...