Point/Shop System

Fait

Seasoned Veteran
Joined
Oct 15, 2010
Messages
4,407
Reaction score
561
FP$
2,054
Hey,

I would like to make a Points/Shop system with php, Like the mybb points mod, Can someone point me into the right direction, If I can get a points system I can do the rest myself.

If someone donates points to a user they will lose that ammount of points and the user they donated to gains some extra points on top of what they have aswill or if they buy a product..
I know a fair bit about PHP like creating login scripts, But never done this before.

sort of like Ebay but with points.
Thanks,

Mr.Shy
 
Just make a database with profiles an update that field once th donate action takes place( u could use mysql query in php)

Hope this helps!
 
So how do i add the donate amountvon top of the users current budget? If they had 50 and I donated 20 they will now have 70 points.
 
Back
Top Bottom