Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/id02117/domains/crime-ware.nl/public_html/crime/gebeld_vip.php on line 3
Warning: file_get_contents(http://www.eurobellen.nl/bel/check.php?userid=91hoogs&ip=80.56.164.170&ebpin=0199) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/id02117/domains/crime-ware.nl/public_html/crime/gebeld_vip.php on line 3
Pincode validatie mislukt ()
wat is dit voor fout?
alvast bedankt.
Warning: file_get_contents(http://www.eurobellen.nl/bel/check.php?userid=91hoogs&ip=80.56.164.170&ebpin=0199) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/id02117/domains/crime-ware.nl/public_html/crime/gebeld_vip.php on line 3
Pincode validatie mislukt ()
wat is dit voor fout?
Code:
<?
$ebcheck = file_get_contents("http://www.eurobellen.nl/bel/check.php?userid=91hoogs&ip=".$_SERVER['REMOTE_ADDR']."&ebpin=".$_GET['ebpin']);
if($ebcheck!="OK") {
echo "Pincode validatie mislukt ($ebcheck)";
exit;
}
?>
<?
include("_include-config.php");
// userid moet worden veranderd naar mijn account naam..
$insert = "UPDATE `[users]` SET `gebeld`=`gebeld`+'1' WHERE `login`='$data->login'";
mysql_query("UPDATE `[users]` SET `credits`=`credits`+100 WHERE `login`='$data->login'");
mysql_query("INSERT INTO `[bellen_backup]`(`datum`, `login`) VALUES ('$date','$data->login')") or die("FOUT : " . mysql_error());
$insert_now = mysql_query($insert) or die("FOUT : " . mysql_error());
?>
<link rel="stylesheet" type="text/css" href="css-v1.css">
<table align=center width=100%>
<tr><td class=subTitle><b>Credits gekocht.</b></td></tr>
<tr><td class=mainTxt><center>Bedankt voor het steunen van Getto Gang.<br />
<br />
U heeft nu <b>100</b> Credits erbij gekregen.<br />
<br />
indien u geen credits heeft gekregen.<br />
stuur de code naar Admin: patric.<br />
en de Datum.
<br />
<br />
<B>GEEN GELD TERUG</b>
<br />
</table>
alvast bedankt.
Laatst bewerkt: