You got me wrong here. At the beginning of my past I did mention that I wish you to code it for 1.4, I did not ask it for 1.2 version.
I apologize that I am not experienced with PHP, but for each thread to have it's own value, I suppose you could pass the post ID and catch it with $_GET[''] method. Values could be saved at the posts entry in MySql, so just take the value from there, and then add or substract the value from user's cash (depending on if it is positive or negative). And if the value would go negative, then just stop the process.
Administrators or any user with the particular privilege could set the thread value when adding or editing the thread.
I apologize that I am not experienced with PHP, but for each thread to have it's own value, I suppose you could pass the post ID and catch it with $_GET[''] method. Values could be saved at the posts entry in MySql, so just take the value from there, and then add or substract the value from user's cash (depending on if it is positive or negative). And if the value would go negative, then just stop the process.
Administrators or any user with the particular privilege could set the thread value when adding or editing the thread.