stanczyk
Scripter
- Joined
- Nov 24, 2009
- Messages
- 293
- Reaction score
- 2
Hello, in my website there is a problem with how someone enter the code from the SMS and your nickname and jumps approve some bugs.
And this line in buypoints.php
REP++ for HELP !
bump
!!
PHP:
Warning: fopen(https://dotpay.pl/check_code.php?id=34310&code=PBM2&check=T8C2VX6A&type=sms&del=0) [function.fopen]: failed to open stream: No error in C:\xampp\htdocs\buypoints.php on line 87
Warning: fgets(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 88
Warning: fgets(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 89
Warning: fclose(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 90
And this line in 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);
REP++ for HELP !
bump
!!
Last edited by a moderator: