viaBowl Posted December 1, 2016 Share Posted December 1, 2016 Hi guys, I wrote a little trigger to change the autoincrement id to a 36 character UUID. This is because I have three specific URL rewrites setup for my clients' convenience: https://mywhmcs.tld/files/<FILE ID> (which is now a UUID) https://mywhmcs.tld/quote/<QUOTE ID> https://mywhmcs.tld/invoice/<INVOICE ID> The problem is... that dl.php is PROBABLY not written to sanitize (or whatever) a 36 character string. Since the file is encoded, can someone point me in the right direction? 0 Quote Link to comment Share on other sites More sharing options...
pablobaldovi Posted December 1, 2016 Share Posted December 1, 2016 I think you can't. Maybe WHMCS make a (int) convertion in some point before save de value to mysql Dou have any error? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.