Topic: cash mod help

is there a simple way I could set up the cash mod to send a message with the amount of money sent to a person...

Jimmy sends 10.00 to jon.. John gets the money and a message in his private message box...

is this possible...

AN EMAIL would be fine also...

2

Re: cash mod help

Yes, that would be possible to do.

Have you studied PHP? If you learn just the basics, you should be able to do this very easily.

A great place to start is http://www.tizag.com/phpT/index.php

What you would do is:
1. get the user name of the person receiving the money and the amount that the sender wishes to give them
2. check to make sure that the original user actually has that much (you would do a sql query and then check the value)
3. subtract the value from the sender and add that same value to the person receiving the money
4. send a PM to the person getting the money (I would have a checkbox to say yes/no give a notice)

I would also have the user sending the money have to reenter their password just to be sure no one is stealing tongue