
The Sea King
Members-
Content Count
120 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout The Sea King
-
Rank
Member
-
Wait. That worked after I adjusted my code once again.
-
No. It just that the image was cut off at the bottom (ib2.png). I tried to play around but now the problem is that the first background image (ib1.jpg) is covering the second background (ib2.png).<html><head><title>Aqua Online Stats</title><style type="text/css">BODY {font-family : Verdana, Tahoma, Arial, sans-serif;font-size : 11px;padding : 0;text-align : center;color : #000000;background-color : #6183A6;background-attachment:fixed;background-image:url(http://thelostwaters.com/ib2.png);background-position:left bottom;background-repeat:no-repeat;}a:link, a:visite
-
How can I fix the lower background image so that it would appear full?http://thelostwaters.com/index.php?stats=true
-
I have a similar problem with sessons and cookies.
-
Lines 15 to 42:I think I had corrected the problem... if (isset($_COOKIE["username"])){$username = $_COOKIE['Username'];$password = $_COOKIE['Password'];$check = mysql_query("SELECT * FROM Member WHERE Username = '$username'")or die(mysql_error());while($info = mysql_fetch_array( $check )){ if ($password != $info['password']){die('Sorry but your password is wrong. <a href=index.php>try again</a> . setcookie(Username, gone, $past) . setcookie(Password, gone, $past)')}else{echo "<a href=upload.php>Upload</a>";echo "<a href=files.php>Your Files</a>";echo "<
-
Maybe show us the code?
-
. I forgot to post after one minute of finding that. .
-
it keeps saying:Parse error: syntax error, unexpected T_STRING in /register.php on line 20
-
if (mysql_query("SELECT Username FROM Members WHERE Username = $username" LIMIT 1")){die("$username is taken");}
-
Maybe use SQL database to store the data?
-
Thanks! :)Anyways I got three more questions:What does the semicolon do and what the exclamation mark do?And what is the mysql_real_escape_string() thing?