Home > MySQL, PHP, Security > WordPress Plugin Validation

WordPress Plugin Validation

March 27th, 2009

1. I want validation/ registration on it (Check validation weekly/monthly on serial & site URL).
Licensing system for 1 site, 5 sites & 10 sites (this means three different keygens).
2. Control to disable the key.
3. Keep the records in MySql Database; Records required are Serial, Site URL, Email, Timestamp.
Front End: say manage.php (password protected)
Field: Disable by Serial:
Field: Disable by Site URL:
Field: Delete serial record:
Fields: Serial /Site URL /Email/ Timestamp/ Is disable By

5. On activation user will be required to fill in PayPal email (Just for record only) and serial (send by us manually).
6. From Control Panel of WordPress:
a. Show/Edit Ignored word List (it is in say x.txt)
b. Add & Remove Synonym
c. Find & replace Synonym
7. Good encryption to keep the project safe from crackers.


Wordpress Plugin Validation

Comments are closed.
Bear