Smashing. Theres just 2 things i need to do
1. I want to implement the server validation in the license creation
e.g. project_file.servervalidation = true
Just not sure of how the validation code required including the path
of the activation server file
2. At the moment ALL of the fields inputted on the user request form
are added to the license which is fine. However i dont need all of
them included in the license, i only need Name, Email & zipcode, so i
can use the data from these fields for the splash screen e.g. This
software is licensed to: Name... and also the registration info on the
about box e.g. Licensed to: Name, Licensed Email: Email etc..
So i either need a way of just adding the fields i want from the
request form (Name,Email,Zip) or extracting these key value fields
from all of the fields when added to the license
The following code adds ALL of the Keys & Values from the request form
to the license - i'd prefer to just add the 3 fields i need (Name,
Email, Zipcode)