This is Bookshelf Products server implementation from Nokia tutorial project
BuyAndDownloadExample (http://projects.developer.nokia.com/iap_sample)
====================
The package contents
====================
root
www
mobile_getproductlist.php - implements 'get Product List' request
mobile_getproducturl.php - implements 'get Product URL' request
index.php - test page to check your server deployment
on the target site
private
ptvManager.php - Purchase Ticket Verification manager
dbaseManager.php - database connection manager
==========
Deployment
==========
1) copy 'www' folder info to your webserver root folder
2) copy 'private' folder and its content into sibling directory of your webserver
root folder. Protect 'private' folder with owner-only permissions
3) modify 'private/dbaccount.txt' to use your settings for database connection
4) check in browser your deployment is working.. To do so just point URL of your site
for example "http://www.izinin.fn-sandbox.net". In success case you will not see any
error messages otherwise please revise again above listed steps.
====================
System requirements
====================
Apache
MySQL version: 5.X
PHP Version 5.X
PHP extension: mysql