Hi WHCMS community. Have a few questions before purcheasing "Monthly No Branding" package.
Currently my site runs on phpBB3 latest release, I coded a c++ streaming client which my customers downloads: they log in with email/password and those informations plus an hw generated code and request code are sent on server for processing and authentication (hw generated code is needed to lock streamer to machine)
Server is checking in database if email/password/hwcode matches for authenthication (hwcode is written in a blank table entry) and request code is used to check if the selected customer has the requested product purcheased and activated when the request is made.
Basically im using two database tables: my_clients and my_orders.
Once a client logins I use email/pass/hwcode to find the selected client in my_clients table and save client_id for the current session. Then request code is processed: I loop my_orders table checking for "active" labeled orders containing selected client_id: if a match is found and matches the requested product id, then streaming will begin.
Basically what makes my mini-system works is:
clients table with each client its unique id
orders table with "product code" "status" "owner client_id" entries
Is my setup easily portable in a WHCMS environment?
Is WHCMS database structure compatile with my explained needs? For example "status" entry have to switch to expired when product runs out
Im setting up every client maually and I'd really like to use WHCMS. Hope I explained everything well to let you understand my needs.
Question
Stevebc
Hi WHCMS community. Have a few questions before purcheasing "Monthly No Branding" package.
Currently my site runs on phpBB3 latest release, I coded a c++ streaming client which my customers downloads: they log in with email/password and those informations plus an hw generated code and request code are sent on server for processing and authentication (hw generated code is needed to lock streamer to machine)
Server is checking in database if email/password/hwcode matches for authenthication (hwcode is written in a blank table entry) and request code is used to check if the selected customer has the requested product purcheased and activated when the request is made.
Basically im using two database tables: my_clients and my_orders.
Once a client logins I use email/pass/hwcode to find the selected client in my_clients table and save client_id for the current session. Then request code is processed: I loop my_orders table checking for "active" labeled orders containing selected client_id: if a match is found and matches the requested product id, then streaming will begin.
Basically what makes my mini-system works is:
Is my setup easily portable in a WHCMS environment?
Is WHCMS database structure compatile with my explained needs? For example "status" entry have to switch to expired when product runs out
Im setting up every client maually and I'd really like to use WHCMS. Hope I explained everything well to let you understand my needs.
Thanks, Stevebc
Edited by StevebcLink to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.