High/Lower case problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: High/Lower case problem (
/showthread.php?tid=600866)
High/Lower case problem -
Sensation - 14.02.2016
Hi guys! I'm coding a simple user control panel. But I have a problem with hash.
This is SHA256 hash by samp hash function: 8D969EEF6ECAD3C29A3A629280E686CF0C3F5D5A86AFF3CA12 020C923ADC6C92
And this SHA256 hash by php hash function: 8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12 020c923adc6c92
So when i entered password it says Wrong password! Please help..
Re: High/Lower case problem -
itsCody - 14.02.2016
http://php.net/manual/en/function.strtoupper.php
Re: High/Lower case problem -
Sensation - 14.02.2016
It's working. Thank you so much.