Current location: Hot Scripts Forums » Programming Languages » PHP » customer validation !!

customer validation !!

Reply
  #1 (permalink)  
Old 07-08-09, 03:25 AM
Wanasa Wanasa is offline
Newbie Coder
 
Join Date: Oct 2008
Posts: 90
Thanks: 0
Thanked 0 Times in 0 Posts
customer validation !!

hi there everyone,

i was looking for script customer validation you know, like the one when you buy a script and you get a product key for it. and check if the customer have the right to run the script and notify me if un-allowed user installed it ... and somthing like that !!

i looked over already but couldn't find something for it.

thankx in advance,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 07-08-09, 05:14 AM
xEX3CUT1ONx xEX3CUT1ONx is offline
Wannabe Coder
 
Join Date: Jun 2008
Posts: 105
Thanks: 1
Thanked 0 Times in 0 Posts
What do you have on your site so far? Because first you would need a member database, do you have mySQL installed on your server etc ??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 07-08-09, 09:49 AM
Wanasa Wanasa is offline
Newbie Coder
 
Join Date: Oct 2008
Posts: 90
Thanks: 0
Thanked 0 Times in 0 Posts
Ya i do have everything on my server. and first i tried to make the script connect to my server to check if he got the right to install or not, and it worked fine on all the server websites.

but on other server it couldn't work, i changed localhost to P.V.Share, also i tried my server ip but it could not work. i think it don't allow remote mysql access !!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 07-08-09, 09:51 AM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,029
Thanks: 14
Thanked 34 Times in 33 Posts
Quote:
Originally Posted by Wanasa View Post
i was looking for script customer validation you know, like the one when you buy a script and you get a product key for it. and check if the customer have the right to run the script and notify me if un-allowed user installed it ... and somthing like that !!
You'll have to encrypt the script's source code with something like Zend, IonCube, Codelock, or some other product. These products can create keys that are used to restrict the script's execution and installation, and can also be used to validate them against a client database.

Also, you don't need to use exclamation marks (!!) for a question like this- it's not that exciting or important. Just ask your question ans skip all the "!!!!!!!!" stuff.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data (scroll down)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 07-08-09, 12:10 PM
Wanasa Wanasa is offline
Newbie Coder
 
Join Date: Oct 2008
Posts: 90
Thanks: 0
Thanked 0 Times in 0 Posts
thankx end user,

i did use PhpLockit its free but i dont know if it can be cracked or not. beside it i want to do somthing more professional you know. something like product key like in WHMCS.

thankx again
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 07-08-09, 02:26 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,029
Thanks: 14
Thanked 34 Times in 33 Posts
Zend and IonCube are fairly hard to crack (although not impossible). They're a little pricey and have some installation requirements on the user end as well, but they're pretty good overall.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data (scroll down)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 07-08-09, 07:52 PM
Wanasa Wanasa is offline
Newbie Coder
 
Join Date: Oct 2008
Posts: 90
Thanks: 0
Thanked 0 Times in 0 Posts
Is it possible to access to a remote mysql on another server ? so i can program a script to access my database and checks for the costumer product key ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #8 (permalink)  
Old 07-08-09, 09:35 PM
Jcbones Jcbones is offline
Aspiring Coder
 
Join Date: Mar 2009
Location: North Carolina, USA
Posts: 414
Thanks: 4
Thanked 27 Times in 26 Posts
Yes, but if the other person has your code, he will also have your username and password to the database.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #9 (permalink)  
Old 07-09-09, 03:26 AM
Wanasa Wanasa is offline
Newbie Coder
 
Join Date: Oct 2008
Posts: 90
Thanks: 0
Thanked 0 Times in 0 Posts
So, What should i do in this case !! i did encrypt the script's source code. but i need this Product Key thing nay ideas ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #10 (permalink)  
Old 07-09-09, 12:16 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,029
Thanks: 14
Thanked 34 Times in 33 Posts
Quote:
Originally Posted by Wanasa View Post
So, What should i do in this case !! i did encrypt the script's source code. but i need this Product Key thing nay ideas ?
Have the script access a script on your server and pass the product key, but not the mySQL login or password.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data (scroll down)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ajax checking and onsubmit issue follower JavaScript 4 10-12-08 03:45 PM
Customer ObJect RobertG Windows .NET Programming 0 10-13-05 02:06 AM


All times are GMT -5. The time now is 09:50 PM.
vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.