Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
$salto = "abcdfghjkmnpqrtvwxyzABCDFGHJKLMNPQRTVWXYZ0123456789";
srand( ( double ) microtime() * 1000000 );
for($i = 0; $i < 3; $i ++){ $random_value .= $salto{rand( 1, 55 )}; }
$hash_val = sha1( md5( $user_email . $user_id ) . time() . $random_value . "уникальный стриг системой" );