• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Problem sms shop, that dont give premium points

olchan

New Member
Joined
Jul 21, 2009
Messages
1
Reaction score
0
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.
 
Back
Top