I was looking at the view source feature in chrome in the WHMCS mass mail tool. I found this:
<input type="hidden" name="massmailquery" value="SELECT id,id AS userid,tblclients.firstname,tblclients.lastname,tblclients.email FROM tblclients WHERE id!='' AND tblclients.status IN ('Active','Inactive','Closed') AND tblclients.language IN ('')">
This is in the admin area so it isn't that bad of a security risk, but the stupidity behind this is what dumbfounds me. If they are this dumb here, where else do they do dumb stuff at.
You can see for yourself, In the mass mail tool where you compose the e-mail look in there, and you will see the query of the previously selected options.
Keep up the great work WHMCS!
<input type="hidden" name="massmailquery" value="SELECT id,id AS userid,tblclients.firstname,tblclients.lastname,tblclients.email FROM tblclients WHERE id!='' AND tblclients.status IN ('Active','Inactive','Closed') AND tblclients.language IN ('')">
This is in the admin area so it isn't that bad of a security risk, but the stupidity behind this is what dumbfounds me. If they are this dumb here, where else do they do dumb stuff at.
You can see for yourself, In the mass mail tool where you compose the e-mail look in there, and you will see the query of the previously selected options.
Keep up the great work WHMCS!