Jump to content


Photo

A simple license key validation php script for your bots


  • Please log in to reply
15 replies to this topic

#1 Eric

Eric

    Advanced Member

  • UBot Users
  • PipPipPip
  • 173 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v4.0
  • License:Standard

Posted 28 May 2010 - 12:16 AM

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.. :)
i'm busy doing nothing.. :)

#2 alcr

alcr

    Advanced Member

  • Members
  • PipPipPip
  • 1813 posts

Posted 28 May 2010 - 03:39 AM

Sharing is caring ^_^

#3 theninjamanz

theninjamanz

    Advanced Member

  • UBot Users
  • PipPipPip
  • 532 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 28 May 2010 - 03:42 AM

Great stuff Eric.

#4 Net66

Net66

    Speshal MemBer

  • UBot Users
  • PipPipPip
  • 564 posts
  • LocationSomerset, UK
  • OS:Windows 7
  • Total Memory:6Gb
  • Framework:v4.0
  • License:Dev

Posted 28 May 2010 - 05:13 AM

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 :-)

#5 Eric

Eric

    Advanced Member

  • UBot Users
  • PipPipPip
  • 173 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v4.0
  • License:Standard

Posted 28 May 2010 - 10:04 PM

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.. :)
i'm busy doing nothing.. :)

#6 derdacapo

derdacapo

    Member

  • Members
  • PipPip
  • 14 posts

Posted 03 June 2010 - 02:37 PM

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
Sorry for my english but my german is a little bit better
I am ashamed

#7 botcrazy

botcrazy

    Newbie

  • Members
  • Pip
  • 4 posts
  • LocationCentral Oregon High Desert

Posted 14 November 2010 - 12:26 PM

Thanks for the share Eric. Rep has been added.....

#8 Praney Behl

Praney Behl

    Master Blaster

  • UBot Users
  • PipPipPip
  • 2371 posts
  • LocationBrisbane, Australia
  • OS:Windows 7
  • Total Memory:More Than 9Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 14 November 2010 - 05:49 PM

Great share big +1


Complete WordPress Management Tool - WP Master Blaster
Get 100's of links from Powerful Wiki Sites : Wiki Master Blaster

The number of possibilities to do something with a tool you master, are only limited to your imagination. Try to think outside of the box.


#9 smileybot

smileybot

    Advanced Member

  • UBot Users
  • PipPipPip
  • 42 posts
  • LocationMelbourne, Australia
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v4.0
  • License:Dev

Posted 09 March 2012 - 11:04 PM

Great Post, Thanks, it works well

#10 satya17

satya17

    Member

  • UBot Users
  • PipPip
  • 18 posts
  • LocationIndonesia
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 13 March 2012 - 06:06 AM

great share, i try for my script :D
thanks :-*

Posted Image


#11 e11072008

e11072008

    Member

  • UBot Users
  • PipPip
  • 19 posts
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5
  • License:Standard

Posted 19 April 2012 - 01:12 PM

im getting
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/bigs/public_html/license/managekeys.php on line 132

#12 nosonoso

nosonoso

    Newbie

  • Members
  • Pip
  • 1 posts
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 30 April 2012 - 03:42 PM

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.

#13 Eric

Eric

    Advanced Member

  • UBot Users
  • PipPipPip
  • 173 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v4.0
  • License:Standard

Posted 23 November 2012 - 09:11 AM

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.. ^_^
i'm busy doing nothing.. :)

#14 a2mateit

a2mateit

    Advanced Member

  • UBot Users
  • PipPipPip
  • 1451 posts
  • OS:Windows Vista
  • Total Memory:3Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 24 November 2012 - 03:54 PM

Nice to have you back.

#15 besoeasy

besoeasy

    Member

  • UBot Users
  • PipPip
  • 28 posts
  • OS:Windows 7
  • Total Memory:1Gb
  • Framework:v4.0
  • License:Pro

Posted 14 April 2013 - 04:38 AM

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

Bro not working NEED HELP !!



#16 captainking

captainking

    Newbie

  • UBot Users
  • Pip
  • 2 posts
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v4.0
  • License:Dev

Posted 24 May 2013 - 07:54 AM

Still works fantastically! Thanks for this share man.. 

 

Be glad to work on developing an updated version of this script soon. Possibly one that limits IP's per Key..






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users