Oleg

Results 2 issues of Oleg

i understend pasword is php function crypt wtch hash_equals and $hashed_password in mysql. But mysql in pasword hashed? if hased crypt("mypasword", "myseret") what myseret? `$hashed_password = $q->password; $id = $q->id;...

I'm start include("xbmc.php"); //Register the classes, configure the connection and connect to the XBMCs... $xbmcHost = new xbmcHost(array('host' => '192.168.0.101', 'port' => '81', 'user' => 'kodi')); $xbmcJson = new xbmcJson($xbmcHost);...