Skippy93 Posted May 31, 2010 Share Posted May 31, 2010 Are there any guides or ebooks on how to make a scrip module for my joomla site? I want users to be able to earn scrip by doing different things, and then being able to buy things with the scrip. If you don't know what Scrip is, Scrip is any substitute for currency which is not legal tender and is often a form of credit (http://en.wikipedia.org/wiki/Scrip) It's fine if there isn't a guide for joomla, as long as I can learn how to code a scrip application in PHP, I can port it to joomla. It's been an ass of a time searching on how to do this, mainly because searching scrip only returns scripts (here and on google.) please help! Quote Link to comment https://forums.phpfreaks.com/topic/203393-coding-a-scrip-virtual-money-not-a-script/ Share on other sites More sharing options...
JD* Posted May 31, 2010 Share Posted May 31, 2010 It sounds like you just need to have a column in a user database called "scrip" that, when they do actions to earn, will add a certain amount (via an UPDATE statement) and when they buy something will subtract. Unless I'm missing something? Quote Link to comment https://forums.phpfreaks.com/topic/203393-coding-a-scrip-virtual-money-not-a-script/#findComment-1065523 Share on other sites More sharing options...
Skippy93 Posted May 31, 2010 Author Share Posted May 31, 2010 No, you're right. I'm just confused on how to have it so that users doing certain things allows for scrip to be added Quote Link to comment https://forums.phpfreaks.com/topic/203393-coding-a-scrip-virtual-money-not-a-script/#findComment-1065814 Share on other sites More sharing options...
jcbones Posted May 31, 2010 Share Posted May 31, 2010 What sort of things would they do? Quote Link to comment https://forums.phpfreaks.com/topic/203393-coding-a-scrip-virtual-money-not-a-script/#findComment-1065869 Share on other sites More sharing options...
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.