I am trying to write an image ratio calculation to stop leechers. I have tried the following with no success, can anyone help?
<IF {THISMEMBERLINKSVIEWED} / {MEMBERIMAGES} < .02>
<center>
You are in Leach mode! Please upload before you are banned.<br>
Low quality or non-amatuer images will be removed and count against you!<br>
Your score is Downloads: {THISMEMBERLINKSVIEWED} Uploads: {MEMBERIMAGES}>
</center>
<OTHERWISE>
<center>
Your upload {MEMBERIMAGES}:{THISMEMBERLINKSVIEWED}download ratio is.
</center>
</IF> |