Hi.. I tryied to give hat from gracia final to my Interlude client.. but i transfer UTX file for interlude.. but cant do same with UKX .. and when i start game with Gracia UKX it kick me with critical error..
know anyone some fix for IL UKX or how to transfer them to IL?:)
OAUKX dosnt help:(
Thx 4 helps:)
okej.. there was missing function... but when i add
function antiinjection($str) {
$allowedchars = "abcdefghijklmnopqrstuvwxyz1234567890?!.@_ ";
$str=strtolower($str);
if (strspn($str, $allowedchars) != strlen($str))
{
$str = NULL;
}
return $str;
}
it still write to me "Error: No ID"
Hi:) if i use this it write me msg
Fatal error: Call to undefined function antiinjection() in C:\Inetpub\wwwroot\phpscript\crest.php on line 4
where is the problem? 8) :)
Heroes.php scrip workin fine.. but cest no:(