I have problem with sms shop that when i have good sms code and my sms shop dont give premium points and tell thath error:
Warning: Error parsing C:/Documents and Settings/oli/Pulpit/Snowz Ots/config.lua on line 142 in C:\xampp\htdocs\config-and-functions.php on line 13
Warning: fopen(http://dotpay.pl/check_code.php?id=11111&code=terror&check=88hs77321&type=sms&del=0) [function.fopen]: failed to open stream: Wywo�anie systemowe, kt�re nie powinno nigdy zawie��, nie powiod�o si�. in C:\xampp\htdocs\buypoints.php on line 62
Warning: fgets(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 63
Warning: fgets(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 64
Warning: fclose(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 65
i am giving 62-65 line of buypoints.php:
$handle = fopen("http://dotpay.pl/check_code.php?id=".$user_id."&code=".$code."&check=".$posted_code."&type=".$type."&del=0", 'r');
$status = fgets($handle, 8);
$czas_zycia = fgets($handle, 24);
fclose($handle);
Plx Help me with that.
Warning: Error parsing C:/Documents and Settings/oli/Pulpit/Snowz Ots/config.lua on line 142 in C:\xampp\htdocs\config-and-functions.php on line 13
Warning: fopen(http://dotpay.pl/check_code.php?id=11111&code=terror&check=88hs77321&type=sms&del=0) [function.fopen]: failed to open stream: Wywo�anie systemowe, kt�re nie powinno nigdy zawie��, nie powiod�o si�. in C:\xampp\htdocs\buypoints.php on line 62
Warning: fgets(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 63
Warning: fgets(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 64
Warning: fclose(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 65
i am giving 62-65 line of buypoints.php:
$handle = fopen("http://dotpay.pl/check_code.php?id=".$user_id."&code=".$code."&check=".$posted_code."&type=".$type."&del=0", 'r');
$status = fgets($handle, 8);
$czas_zycia = fgets($handle, 24);
fclose($handle);
Plx Help me with that.