Error
Hij geeft dit aan:
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/.../public_html/credits.php on line 46
Zou het moeten zijn, maar dan ga ik er vanuit dat die regel onderdeel van een echo is. Anders heb ik wat meer code nodig.
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?php /* ------------------------- */
$OMNILOG = 1;
include("_include-config.php");
if(! check_login()) {
header("Location: login.php");
exit;
}
mysql_query("UPDATE `[users]` SET `online`=NOW() WHERE `login`='{$data->login}'");
/* ------------------------- */ ?>
<html>
<head>
<title>[( Criminals )]</title>
<link rel="stylesheet" type="text/css" href="<?php echo ($_COOKIE['v'] == 2) ? "css-v2.css" : "css-v1.css"; ?>">
</head>
<body style="background: #303030; margin: 0px;">
<table width=100%>
<tr><td class="subTitle"><b>Order Credits</b></td></tr>
<tr><td class="mainTxt" align="center">
<?
$rtlo = 16432; // Niet vergeten te wijzigen
$test = 0; // Zet deze op false na het testen
$sent = ($sent) ? $sent : $_GET["sent"];
$pincode = ($pincode) ? $pincode : $_GET["pincode"];
$username = ($username) ? $username : $_GET["username"];
if (!$sent)
{
echo "<form method=post>\n<input type=hidden name=sent value=1>\n".
"You can buy 10 credits by one phone call. These credits ".
"you can change in the Credit Shop. <br><br>".
" To get these 10 credits, you've to call to <b>0909-8356</b>".
" (€ 1,30 per gesprek).\n<br>".
"Fill in the code which you get while you're calling and".
" fill in your username, after that press on <i>OK</i>\n<br><br>".
"<table>".
"<tr><td><input type="radio" name="land" value="31"> Nederland</tr></td>\n".
"<tr><td><input type="radio" name="land" value="32"> België</tr></td>\n".
"<tr><td><input type="radio" name="land" value="49"> Duitsland</tr></td>\n".
"<tr><td><input type="radio" name="land" value="44"> Verenigd Koninkrijk</tr></td>\n".
"<tr><td><input type="radio" name="land" value="43"> Oostenrijk</tr></td>\n".
"<tr><td><input type="radio" name="land" value="41"> Zwitserland</tr></td>\n".
"<tr><td><input type="radio" name="land" value="39"> Italië</tr></td>\n".
"<tr><td><input type="radio" name="land" value="34"> Spanje</tr></td>\n".
"<tr><td><input type="radio" name="land" value="33"> Frankrijk</tr></td>\n".
"<tr><td><input type="radio" name="land" value="353"> Ierland</tr></td>\n".
"<tr><td><input type="radio" name="land" value="1"> Verenigde Staten</tr></td>\n".
"<tr><td><b>Pincode: </td>".
"<table>".
"<td><input name=pincode maxlength=6></td></tr>\n".
"<tr><td><b>Username: </td>".
"<td><input name=username></td></tr>\n".
"<tr><td></td><td><input type=submit value=\" OK \"></td></tr>\n".
"</form>\n";
} else
if ((!$username) || (!$pincode))
{
die ("Geen username en/of pincode opgegeven!");
} else
{
$code = $pincode;
$co = $land;
$url = "http://www.ringtonio.nl/mp?test=$test&co=$co&rtlo=$rtlo&code=".urlencode($code);
$result = @implode("",file($url));
if (!$result)
{
die ("Je betaalcode kan momenteel niet gecontroleerd worden, probeer het later nog eens.");
} else
{
if (substr($result,0,2)=="OK")
{
$query =
mysql_query("UPDATE `[users]` set `belcredits`=`belcredits`+10 WHERE `login`='{$data->login}' ");
$r = mysql_query($query) or die("25 Credits zijn bijgeschreven op uw account.");
echo "25 Credits zijn bijgeschreven op uw account.";
} else
{
// echo $url."<br>";
die ($result); // Laat foutcode zien
}
}
}
?>
</td></tr>
$OMNILOG = 1;
include("_include-config.php");
if(! check_login()) {
header("Location: login.php");
exit;
}
mysql_query("UPDATE `[users]` SET `online`=NOW() WHERE `login`='{$data->login}'");
/* ------------------------- */ ?>
<html>
<head>
<title>[( Criminals )]</title>
<link rel="stylesheet" type="text/css" href="<?php echo ($_COOKIE['v'] == 2) ? "css-v2.css" : "css-v1.css"; ?>">
</head>
<body style="background: #303030; margin: 0px;">
<table width=100%>
<tr><td class="subTitle"><b>Order Credits</b></td></tr>
<tr><td class="mainTxt" align="center">
<?
$rtlo = 16432; // Niet vergeten te wijzigen
$test = 0; // Zet deze op false na het testen
$sent = ($sent) ? $sent : $_GET["sent"];
$pincode = ($pincode) ? $pincode : $_GET["pincode"];
$username = ($username) ? $username : $_GET["username"];
if (!$sent)
{
echo "<form method=post>\n<input type=hidden name=sent value=1>\n".
"You can buy 10 credits by one phone call. These credits ".
"you can change in the Credit Shop. <br><br>".
" To get these 10 credits, you've to call to <b>0909-8356</b>".
" (€ 1,30 per gesprek).\n<br>".
"Fill in the code which you get while you're calling and".
" fill in your username, after that press on <i>OK</i>\n<br><br>".
"<table>".
"<tr><td><input type="radio" name="land" value="31"> Nederland</tr></td>\n".
"<tr><td><input type="radio" name="land" value="32"> België</tr></td>\n".
"<tr><td><input type="radio" name="land" value="49"> Duitsland</tr></td>\n".
"<tr><td><input type="radio" name="land" value="44"> Verenigd Koninkrijk</tr></td>\n".
"<tr><td><input type="radio" name="land" value="43"> Oostenrijk</tr></td>\n".
"<tr><td><input type="radio" name="land" value="41"> Zwitserland</tr></td>\n".
"<tr><td><input type="radio" name="land" value="39"> Italië</tr></td>\n".
"<tr><td><input type="radio" name="land" value="34"> Spanje</tr></td>\n".
"<tr><td><input type="radio" name="land" value="33"> Frankrijk</tr></td>\n".
"<tr><td><input type="radio" name="land" value="353"> Ierland</tr></td>\n".
"<tr><td><input type="radio" name="land" value="1"> Verenigde Staten</tr></td>\n".
"<tr><td><b>Pincode: </td>".
"<table>".
"<td><input name=pincode maxlength=6></td></tr>\n".
"<tr><td><b>Username: </td>".
"<td><input name=username></td></tr>\n".
"<tr><td></td><td><input type=submit value=\" OK \"></td></tr>\n".
"</form>\n";
} else
if ((!$username) || (!$pincode))
{
die ("Geen username en/of pincode opgegeven!");
} else
{
$code = $pincode;
$co = $land;
$url = "http://www.ringtonio.nl/mp?test=$test&co=$co&rtlo=$rtlo&code=".urlencode($code);
$result = @implode("",file($url));
if (!$result)
{
die ("Je betaalcode kan momenteel niet gecontroleerd worden, probeer het later nog eens.");
} else
{
if (substr($result,0,2)=="OK")
{
$query =
mysql_query("UPDATE `[users]` set `belcredits`=`belcredits`+10 WHERE `login`='{$data->login}' ");
$r = mysql_query($query) or die("25 Credits zijn bijgeschreven op uw account.");
echo "25 Credits zijn bijgeschreven op uw account.";
} else
{
// echo $url."<br>";
die ($result); // Laat foutcode zien
}
}
}
?>
</td></tr>
echo <<<HTML
blablabla html code
HTML;
Anders kan je de dubbele quotes eruithalen door er een \ voor te zetten. dus:
"<tr><td><input type=\"radio\" name=\"land\" value=\"31\"> Nederland</tr></td>\n".
ik zal het even proberen..
Lijkt zwaar op een criminals achtig spel, en je weet dat sommige forumgebruikers daar geen liefhebber van zijn. In feite weet ik niet eens of je dit wel mag posten op phphulp!
Is het niet, is wel wargame maar geen criminals ;)! En bedankt trouwens, hij doet het nu!
Het is wel CRIMINALS maar jij NOEMT het anders ^^
Banthefucker.gif!
Quote:
Geen criminals. Geen criminals.<title>[( Criminals )]</title>
Lol tja de eersten beginnen toch met criminals (ik jammer genoeg ook)
ik niet =)