New Product : PHP-KeyCodes, sell license codes online

PHP-KeyCodes is a new product which is used to sell software license key codes, pin numbers or any pre-generated codes using PayPal.  The key codes are entered into the item details and when a customer makes a purchase, the first key code is removed and sent by email to the customer.  This leaves the next key code ready for the next purchase. When the number of codes reach a lower limit, an email is sent to the site administrator.

The code for the ‘buy now’ buttons can be displayed in the admin interface and then copied on to your web pages.

PHP-KeyCodes is based on PHP-eSeller and includes many of its features including transaction list, sales reports and email newsletter facility.

For details refer to:

https://www.withinweb.com/phpkeycodes/

 

How do I reset the admin password in my application?

I have had a few users forget their password that they use to login to the admin area of either PHP-eSeller, PHP-SecureArea or PHP-KeyCodes.

The best way to reset the admin password is by using the myPHPAdmin facility in your server control panel. If you log in to your server control panel and find myPHPAdmin, then find the database for the application, and then click on SQL tab you will be presented with a box to enter sql.

Enter

UPDATE name_of_password_table_here SET userpassword = md5('admin') WHERE username = 'xxxxxx'

The name of the password table will either be ipn_tblpasswords, or sec_tblpasswords or key_tblpasswords depending on the application, and xxxxx is the username which is in the table.

This will then set the password to ‘admin’ for that username.