Jump to content
UBot Underground

A simple license key validation php script for your bots


Recommended Posts

This is a simple php script that I got a programmer to make, for some bots which I planned to make and sell. This would help to protect your bots by doing a simple code/ key validation on your domain. You can use this if you intent to sell any bots that you made, it will check for a valid key in the URL, and then returns a value. You can then prompt the bot to navigate to the page and validate either the "VALID" or "ERROR" text. The keys can be added by you through a simple login panel.

 

Download script here

 

I am not sure if this is secure enough (should be.. as the keys are all stored in a database on your server), but it's should be enough for a simple validation at least. Feel free to improve on it and let me know.. :)

  • Like 14
Link to post
Share on other sites

Great stuff Eric.

Nice share. Have added to your rep.

 

Blatent plug ==> For those who want a more secure (but not free) solution, check my signature :-)

Link to post
Share on other sites

Nice share. Have added to your rep.

 

Blatent plug ==> For those who want a more secure (but not free) solution, check my signature :-)

 

Yup.. this is just a simple script that protect the bot based on the key but not locking it to the PC installed. I intent to use only for some cheap and simple bots lol.. For more expensive bots, it will be better to use both license key validation and hardware locking, and Net66 product looks good for the price :) I may buy it if I managed to make a quality bot that I can sell for a decent price.. But yet to make any "sell-able" bots yet as I am still struggling with ubot programming.. :)

Link to post
Share on other sites

Yup.. this is just a simple script that protect the bot based on the key but not locking it to the PC installed. I intent to use only for some cheap and simple bots lol.. For more expensive bots, it will be better to use both license key validation and hardware locking, and Net66 product looks good for the price :) I may buy it if I managed to make a quality bot that I can sell for a decent price.. But yet to make any "sell-able" bots yet as I am still struggling with ubot programming.. :)

Offtopic:

Hi,

the protection demo does not start, i get an error msg which send notification to microsoft

Link to post
Share on other sites
  • 5 months later...
  • 1 year later...
  • 1 month later...
  • 2 weeks later...

My first thought was to bypass this script ...

- Check wich website it's accessing.

- Edit your host file set the website to 127.0.0.1 (localhost)

- run a wampserver or something like that

- create a page that returns "VALID"

 

And so it's bypassed.

The problem is that there isn't any validation on the client side (your bot). Anyhow, just wanted to share my thoughts, hope it helps.

Link to post
Share on other sites
  • 6 months later...

Not sure if this script still works, as I havn't touch UBot stuff for a long long long time.. So you need to evaluate it and/or make your own ammendments/improvement etc.

 

Anyway, it's been close to 16 to 18 months (or longer I guess) since I used UBot, and wow it's been updated to 4.1 already.. and a new interface + some very new commands.. very interesting. Paid for the upgrade from 3+ to 4.1 and having some fun exploring this little tool.. :)

 

Great to be back... Just looking through a few video tutorials again for a memory refresh on some basic commands.. ^_^

Link to post
Share on other sites
  • 4 months later...

This is a simple php script that I got a programmer to make, for some bots which I planned to make and sell. This would help to protect your bots by doing a simple code/ key validation on your domain. You can use this if you intent to sell any bots that you made, it will check for a valid key in the URL, and then returns a value. You can then prompt the bot to navigate to the page and validate either the "VALID" or "ERROR" text. The keys can be added by you through a simple login panel.

 

Download script here

 

I am not sure if this is secure enough (should be.. as the keys are all stored in a database on your server), but it's should be enough for a simple validation at least. Feel free to improve on it and let me know.. http://ubotstudio.com/forum/public/style_emoticons/default/smile.gif

Bro not working NEED HELP !!

Link to post
Share on other sites
  • 1 month later...
  • 3 months later...

Hi There...

 

First, thank you for sharing this good script.

 

Wondering is the script could return a value to another website ?

 

I have created a wordpress plugin and would like to add a serial activation to it. The customer would have to put his serial, the server send the check command ( your script ) to my remote activation server, but... how to return the value to the customer server ??

 

The script itself is complete but i need a small portion of coding to return the acceptance of the serial ( or not ) to my wordpress plugin....

 

Any help appeciated.

 

 

Stephane

 

 

Link to post
Share on other sites
  • 3 years later...

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...