I´m getting data with
$newtext = fread($rcon, 102400);
But this script is not working
$offset = stripos($newtext, 'ÿ');
But if i print it i could see the y
EYî ÿ5aa68
Why is it not working? Its kind of wired.. Because .. It is there..^^
Thanks for your help and time :)