Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


More awful WHMCS coding
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

More awful WHMCS coding

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!

Comments

Sign In or Register to comment.