Jump to content
UBot Underground

[Sell] Ubotlocker Unleashed Licensing [Complete Mod]


Recommended Posts

Bug when editing project allow list building. It's always says No even if i set it to yes.

Hey, 

 

I think i had the same problem as this a while back, 

you need to go into your MySQL DB and change the relevant entry from Yes to True (could be the other way around)

 

 

 

Cheers

CJ

  • Like 1
Link to post
Share on other sites
  • Replies 432
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

UbotLocker "UNLEASHED" 20+ NEW FEATURES   UBOTSTUDIO + UBOTLOCKER = $$$$$$$       http://www.backlinkping.com/ubot/1-home.png - http://www.backlinkping.com/ubot/2-gateways.png     SYSTEM Upgrades   · 

OK here it is.... Let me know what you think   And please read full description, and to let me know if it is clear to understand what it does   http://www.ubotem.com/product/license-bundle-mod-by-ub

Stuna,  (yes, we all know it's you, who've had your original account banned here) - what does your inability to download Pash's compilation tool have to do with this licensing system? Macster has noth

Posted Images

Bug when editing project allow list building. It's always says No even if i set it to yes.

 

Inside the DoEditProject.php file change line 19, or similar, to this:

if ($email_list == "yes") { $emailList = "true"; } else { $emailList = "false"; }

[uBotter Labs]

  • Like 1
Link to post
Share on other sites

Inside the DoEditProject.php file change line 19, or similar, to this:

if ($email_list == "yes") { $emailList = "true"; } else { $emailList = "false"; }

[uBotter Labs]

 

I checked it but its already like that on the file.

 

I manually changed it on the db to true instead of yes and it worked!

  • Like 1
Link to post
Share on other sites
  • 4 weeks later...

Hey Guy, just a heads up if this works for apps developed with AutoIT as well?

Yes sure you can license almost any app but can't confirm if you can protect it with meter's UbotLocker though as it was designed specifically for ubot studio.

Link to post
Share on other sites

Hi,

 

being a bit dumb here so sorry for the newbie question.

 

Do you support subscription based pricing rather than a one off cost?

What is UBotter Labs Special Bronze?

 

How can I purchase?

Link to post
Share on other sites

Yes you can sell using subscriptions or one time.

 

To order pm me with you email and will send you an invoice.

 

[uBotter Labs]

 

 

Thank you - is this a one -off fee for UbotLocker Unleased and how much is it?

Link to post
Share on other sites

Hello Macster,

 

Look forward to 2.0 and ajax loading, as my server is slow loading all the licenses at once!

 

Hoping upgrading will be easy... but probably will create new address to host and then forward using DNS once working to minimalise disruption to my customers.

 

Keep up the great work, the new improvements sound awesome!

Link to post
Share on other sites

Yes sure you can license almost any app but can't confirm if you can protect it with meter's UbotLocker though as it was designed specifically for ubot studio.

How can I confirm with @meter?

 

Also, can this be used to license access to directories on webservers?

 

I host some web based tools. And I would like to password protect them, and allow only 1 simultaneous connection per IP and/or username...

Link to post
Share on other sites
  • 2 weeks later...

I just bought this (silver package) but I'm really confused as to how it works with my software. Is there a guide or anything? I have written some software with ubot that I want users to be able to download and use for 1 month only and then renew or cancel. Ubotter sounds perfect but I've no idea how it works, was I supposed to receive some info on ubotlocker or something to help me out?

Edited by skinnyking
Link to post
Share on other sites

[97B86FAF6953] www.ubotter.com/support -

 

You just opened a ticket 2 minutes ago after my previous reply !?

 

Remove your previous post and careful when posting fake statements like this "I have been having this issue for months with no help from support." since you never contacted me for support and just opened a ticket, or risk losing any support!

 

 

http://i.imgur.com/7SC8OQd.png

Link to post
Share on other sites

Hey mac, is the new version coming soon?

 

Yes. Will pm all UBotter Labs members with an update to fix slow loading times of license tables and other improvements, and a completely new license management system with tons of new features.

 

[uBotter Labs] 

Link to post
Share on other sites

Sorry if already answered, but I have UNLEASHED (v1.9 i think), and UbotLocker + TJ's theme.... Just wondering if the updated UNLEASHED is going to cost me? or is it a free update?

 

Also will it be easy to upgrade my existing DB? Or will it be best to start the new and fresh and enter the licenses in?  (Obviously I could build a bot to do this lol)

 

Cheers in advance :)

 

Looking forward to the update, my server is struggling loading all the licenses, so the AJAX loading will be a BIG bonus for me :)

Link to post
Share on other sites

I've been testing getting a bot installed and licensed on a buddy's computer. In the URL to VerifyLicense.php i have it set to the correct URL (it loads in the browser), but it says unable to connect to check.

 

I have it as https:// in the URL field, does the locker not work correctly with https:// call to the verifylicense file?

Link to post
Share on other sites

Sorry if already answered, but I have UNLEASHED (v1.9 i think), and UbotLocker + TJ's theme.... Just wondering if the updated UNLEASHED is going to cost me? or is it a free update?

 

Also will it be easy to upgrade my existing DB? Or will it be best to start the new and fresh and enter the licenses in?  (Obviously I could build a bot to do this lol)

 

Cheers in advance :)

 

Looking forward to the update, my server is struggling loading all the licenses, so the AJAX loading will be a BIG bonus for me :)

 

No worries the "unleashed" updates are officially free for one year, and even so i never turned my back to anyone who needed help. The license management system upgrade can easily import your current licenses db. Will let everyone know when it is available.

 

 

I've been testing getting a bot installed and licensed on a buddy's computer. In the URL to VerifyLicense.php i have it set to the correct URL (it loads in the browser), but it says unable to connect to check.

 

I have it as https:// in the URL field, does the locker not work correctly with https:// call to the verifylicense file?

 

At the time ubotlocker was developed by meter, SSL was not that popular among marketers and developers, nor mandatory by Google as from this year, and accidentally meter implemented strict http protocol into the license verification mechanism.

 

However you can still use SSL on your server and force Ubotlocker to use https. i.e insert HTTP:// into your project verifylicense field.

 

Inside your ubotlocker folder add or modify the .httaccess file like this: 

RewriteEngine On
RewriteBase /INSERT FOLDER HERE/
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

This will force apache to use SSL even though you will call non-ssl from ubotlocker.

 

Hope it helps.

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...