3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_start(); //Start session //Unset the variables stored in session unset($_SESSION['SESS_MEMBER_ID']); unset($_SESSION['SESS_FIRST_NAME']); unset($_SESSION['SESS_LAST_NAME']); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="img/Untitled-1.png" type="image" /> <link rel="shortcut icon" href="img/Untitled-1.png" type="image" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>BookFace the leading</title> <link href="format1.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/master.css" type="text/css" /> <script type="text/javascript" src="contact1.js"></script> <script type="text/javascript" src="contact.js"></script> <script type="text/javascript" src="contact3.js"></script> <style type="text/css"> <!-- body { background-image: url(img/bg2.jpg); background-repeat:repeat-x; background-color:#d9deeb; } --> </style> <script type="text/javascript" src="jquery.watermarkinput.js"></script> <script type="text/javascript"> jQuery(function($){ $("#login").Watermark("username"); }); </script> </head> <SCRIPT LANGUAGE="JavaScript"> function CountLeft(field, count, max) { if (field.value.length > max) field.value = field.value.substring(0, max); else count.value = max - field.value.length; } </script> <body> <div class="mainr"> <div class="topleft"><img src="img/logo1.jpg" width="175" height="41" /></div> <form action="login-exec.php" method="post"> <div class="qwerty"> <div class="label"> <div class="email">UserName</div> <div class="password">Password</div> </div> <div class="label1"> <div class="emailtext"><input name="login" type="text" id="login" /> </div> <div class="passwordtext"><input name="password" type="password" /> <input type="submit" class="greenButton" value="Login" /></div> </div> <div class="label2"> <div class="email"> <div class="radio"><input name="check" type="checkbox" value="" /></div> <div class="text1">Keep me Log-in</div> </div> <div class="password">Forgot Password?</div> </div> </div> </form> </div> <div class="downleft"> <div class="picture"> <img src="img/wala.jpg" width="471" height="257" /> <?php if( isset($_SESSION['ERRMSG_ARR']) && is_array($_SESSION['ERRMSG_ARR']) && count($_SESSION['ERRMSG_ARR']) >0 ) { echo '<ul class="err">'; foreach($_SESSION['ERRMSG_ARR'] as $msg) { echo '<li>',$msg,'</li>'; } echo '</ul>'; unset($_SESSION['ERRMSG_ARR']); } ?> </div> <div class="field"> <div class="signup">Cadastre-se <?php include("config.php"); $qry = mysql_query("SELECT * FROM members"); echo " - ".mysql_num_rows($qry)." membros."; ?></div> <div class="free">É gratuito e sempre será.</div> <div class="text"> <form action="register-exec.php" method="post"> <div class="textleft">Nome:</div> <div class="textright"><input name="fname" type="text" class="textfield" id="fname" onKeyDown="CountLeft(this.form.fname, this.form.left,30);" onKeyUp="CountLeft(this.form.fname,this.form.left,30);" size="40"> <input readonly type="text" name="left" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Sobrenome:</div> <div class="textright"><input name="lname" type="text" class="textfield" id="lname" onKeyDown="CountLeft(this.form.lname, this.form.last,30);" onKeyUp="CountLeft(this.form.lname,this.form.last,30);" size="40"> <input readonly type="text" name="last" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Login:</div> <div class="textright"><input name="login" type="text" class="textfield" id="login1" onKeyDown="CountLeft(this.form.login, this.form.log,30);" onKeyUp="CountLeft(this.form.login,this.form.log,30);" size="40"> <input readonly type="text" name="log" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Senha:</div> <div class="textright"> <input name="password2" type="password" class="textfield" id="password" onkeydown="CountLeft(this.form.password, this.form.pas,30);" onkeyup="CountLeft(this.form.password,this.form.pas,30);" size="40" /> <input readonly type="text" name="pas" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Confirme a senha:</div> <div class="textright"><input name="cpassword" type="password" class="textfield" id="cpassword" onkeydown="CountLeft(this.form.cpassword, this.form.pas1,30);" onkeyup="CountLeft(this.form.cpassword,this.form.pas1,30);" size="40" /> <input readonly type="text" name="pas1" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Endereço:</div> <div class="textright"><input name="address" type="text" class="textfield" id="address" onKeyDown="CountLeft(this.form.address, this.form.ad,50);" onKeyUp="CountLeft(this.form.address,this.form.ad,50);" size="40"> <input readonly type="text" name="ad" size=3 maxlength=3 value="50" disabled="disabled" class="textfield2"> </div> <div class="textleft">Telefone:</div> <div class="textright"><input name="cnumber" type="text" class="textfield" id="cnumber" onKeyDown="CountLeft(this.form.cnumber, this.form.cn,11);" onKeyUp="CountLeft(this.form.cnumber,this.form.cn,11);" size="40"> <input readonly type="text" name="cn" size=3 maxlength=3 value="11" disabled="disabled" class="textfield2"> <input name="propic" id="dadded" type="hidden" value="uploadedimage/defoult.jpg" /></div> <div class="textleft">E-mail:</div> <div class="textright"><input name="email" type="text" class="textfield" id="email" onKeyDown="CountLeft(this.form.email, this.form.em,50);" onKeyUp="CountLeft(this.form.email,this.form.em,50);" size="40"> <input readonly type="text" name="em" size=3 maxlength=3 value="50" disabled="disabled" class="textfield2"> </div> <div class="textleft1">Sexo:</div> <div class="textright1"> <div class="input-container"> <select name="gender" id="gender" class="textfield1"> <option >Select Sex:</option> <option >Female</option> <option >Male</option> </select><br /> </div> </div> <div class="textleft1">Aniversário:</div> <div class="textright1"> <div class="input-container"> <?php include("config.php"); $name= mysql_query("select * from month"); echo '<select name="month" id="user" class="textfield1">'; while($res= mysql_fetch_assoc($name)) { echo '<option>'; echo $res['month']; echo'</option>'; } echo'</select>'; mysql_close($con) ?> &nbsp;<?php include("config.php"); $name= mysql_query("select * from day order by day_id asc"); echo '<select name="day" id="user" class="textfield1">'; while($res= mysql_fetch_assoc($name)) { echo '<option>'; echo $res['day']; echo'</option>'; } echo'</select>'; mysql_close($con) ?> <?php include("config.php"); $name= mysql_query("select * from year"); echo '<select name="year" id="user" class="textfield1">'; while($res= mysql_fetch_assoc($name)) { echo '<option>'; echo $res['year']; echo'</option>'; } echo'</select>'; mysql_close($con) ?> </div> </div> <div class="textleft"> </div> <div class="textright"> <div class="textleft"></div> <div class="textright"> <br /><label> <input type="submit" name="Submit" value="Sign Up" class="greenButton1" /> </label> </div> </form> </div> </div> </div> </body> </html>
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="img/Untitled-1.png" type="image" /> <link rel="shortcut icon" href="img/Untitled-1.png" type="image" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>BookFace the leading</title> <link href="format1.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/master.css" type="text/css" /> <script type="text/javascript" src="contact1.js"></script> <script type="text/javascript" src="contact.js"></script> <script type="text/javascript" src="contact3.js"></script> <style type="text/css"> <!-- body { background-image: url(img/bg2.jpg); background-repeat:repeat-x; background-color:#d9deeb; } --> </style> <script type="text/javascript" src="jquery.watermarkinput.js"></script> <script type="text/javascript"> jQuery(function($){ $("#login").Watermark("username"); }); </script> </head> <SCRIPT LANGUAGE="JavaScript"> function CountLeft(field, count, max) { if (field.value.length > max) field.value = field.value.substring(0, max); else count.value = max - field.value.length; } </script> <body> <div class="mainr"> <div class="topleft"><img src="img/logo1.jpg" width="175" height="41" /></div> <form action="login-exec.php" method="post"> <div class="qwerty"> <div class="label"> <div class="email">UserName</div> <div class="password">Password</div> </div> <div class="label1"> <div class="emailtext"><input name="login" type="text" id="login" /> </div> <div class="passwordtext"><input name="password" type="password" /> <input type="submit" class="greenButton" value="Login" /></div> </div> <div class="label2"> <div class="email"> <div class="radio"><input name="check" type="checkbox" value="" /></div> <div class="text1">Keep me Log-in</div> </div> <div class="password">Forgot Password?</div> </div> </div> </form> </div> <div class="downleft"> <div class="picture"> <img src="img/wala.jpg" width="471" height="257" /> </div> <div class="field"> <div class="signup">Cadastre-se Warning: include(): open_basedir restriction in effect. File(config.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/VkfHS on line 118 Warning: include(config.php): Failed to open stream: Operation not permitted in /in/VkfHS on line 118 Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 118 Fatal error: Uncaught Error: Call to undefined function mysql_query() in /in/VkfHS:119 Stack trace: #0 {main} thrown in /in/VkfHS on line 119
Process exited with code 255.
Output for 8.0.13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="img/Untitled-1.png" type="image" /> <link rel="shortcut icon" href="img/Untitled-1.png" type="image" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>BookFace the leading</title> <link href="format1.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/master.css" type="text/css" /> <script type="text/javascript" src="contact1.js"></script> <script type="text/javascript" src="contact.js"></script> <script type="text/javascript" src="contact3.js"></script> <style type="text/css"> <!-- body { background-image: url(img/bg2.jpg); background-repeat:repeat-x; background-color:#d9deeb; } --> </style> <script type="text/javascript" src="jquery.watermarkinput.js"></script> <script type="text/javascript"> jQuery(function($){ $("#login").Watermark("username"); }); </script> </head> <SCRIPT LANGUAGE="JavaScript"> function CountLeft(field, count, max) { if (field.value.length > max) field.value = field.value.substring(0, max); else count.value = max - field.value.length; } </script> <body> <div class="mainr"> <div class="topleft"><img src="img/logo1.jpg" width="175" height="41" /></div> <form action="login-exec.php" method="post"> <div class="qwerty"> <div class="label"> <div class="email">UserName</div> <div class="password">Password</div> </div> <div class="label1"> <div class="emailtext"><input name="login" type="text" id="login" /> </div> <div class="passwordtext"><input name="password" type="password" /> <input type="submit" class="greenButton" value="Login" /></div> </div> <div class="label2"> <div class="email"> <div class="radio"><input name="check" type="checkbox" value="" /></div> <div class="text1">Keep me Log-in</div> </div> <div class="password">Forgot Password?</div> </div> </div> </form> </div> <div class="downleft"> <div class="picture"> <img src="img/wala.jpg" width="471" height="257" /> </div> <div class="field"> <div class="signup">Cadastre-se Warning: include(config.php): Failed to open stream: No such file or directory in /in/VkfHS on line 118 Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 118 Fatal error: Uncaught Error: Call to undefined function mysql_query() in /in/VkfHS:119 Stack trace: #0 {main} thrown in /in/VkfHS on line 119
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.33
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="img/Untitled-1.png" type="image" /> <link rel="shortcut icon" href="img/Untitled-1.png" type="image" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>BookFace the leading</title> <link href="format1.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/master.css" type="text/css" /> <script type="text/javascript" src="contact1.js"></script> <script type="text/javascript" src="contact.js"></script> <script type="text/javascript" src="contact3.js"></script> <style type="text/css"> <!-- body { background-image: url(img/bg2.jpg); background-repeat:repeat-x; background-color:#d9deeb; } --> </style> <script type="text/javascript" src="jquery.watermarkinput.js"></script> <script type="text/javascript"> jQuery(function($){ $("#login").Watermark("username"); }); </script> </head> <SCRIPT LANGUAGE="JavaScript"> function CountLeft(field, count, max) { if (field.value.length > max) field.value = field.value.substring(0, max); else count.value = max - field.value.length; } </script> <body> <div class="mainr"> <div class="topleft"><img src="img/logo1.jpg" width="175" height="41" /></div> <form action="login-exec.php" method="post"> <div class="qwerty"> <div class="label"> <div class="email">UserName</div> <div class="password">Password</div> </div> <div class="label1"> <div class="emailtext"><input name="login" type="text" id="login" /> </div> <div class="passwordtext"><input name="password" type="password" /> <input type="submit" class="greenButton" value="Login" /></div> </div> <div class="label2"> <div class="email"> <div class="radio"><input name="check" type="checkbox" value="" /></div> <div class="text1">Keep me Log-in</div> </div> <div class="password">Forgot Password?</div> </div> </div> </form> </div> <div class="downleft"> <div class="picture"> <img src="img/wala.jpg" width="471" height="257" /> </div> <div class="field"> <div class="signup">Cadastre-se Warning: include(config.php): failed to open stream: No such file or directory in /in/VkfHS on line 118 Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 118 Fatal error: Uncaught Error: Call to undefined function mysql_query() in /in/VkfHS:119 Stack trace: #0 {main} thrown in /in/VkfHS on line 119
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.32
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="img/Untitled-1.png" type="image" /> <link rel="shortcut icon" href="img/Untitled-1.png" type="image" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>BookFace the leading</title> <link href="format1.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/master.css" type="text/css" /> <script type="text/javascript" src="contact1.js"></script> <script type="text/javascript" src="contact.js"></script> <script type="text/javascript" src="contact3.js"></script> <style type="text/css"> <!-- body { background-image: url(img/bg2.jpg); background-repeat:repeat-x; background-color:#d9deeb; } --> </style> <script type="text/javascript" src="jquery.watermarkinput.js"></script> <script type="text/javascript"> jQuery(function($){ $("#login").Watermark("username"); }); </script> </head> <SCRIPT LANGUAGE="JavaScript"> function CountLeft(field, count, max) { if (field.value.length > max) field.value = field.value.substring(0, max); else count.value = max - field.value.length; } </script> <body> <div class="mainr"> <div class="topleft"><img src="img/logo1.jpg" width="175" height="41" /></div> <form action="login-exec.php" method="post"> <div class="qwerty"> <div class="label"> <div class="email">UserName</div> <div class="password">Password</div> </div> <div class="label1"> <div class="emailtext"><input name="login" type="text" id="login" /> </div> <div class="passwordtext"><input name="password" type="password" /> <input type="submit" class="greenButton" value="Login" /></div> </div> <div class="label2"> <div class="email"> <div class="radio"><input name="check" type="checkbox" value="" /></div> <div class="text1">Keep me Log-in</div> </div> <div class="password">Forgot Password?</div> </div> </div> </form> </div> <div class="downleft"> <div class="picture"> <img src="img/wala.jpg" width="471" height="257" /> </div> <div class="field"> <div class="signup">Cadastre-se Warning: include(): open_basedir restriction in effect. File(config.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/VkfHS on line 118 Warning: include(config.php): failed to open stream: Operation not permitted in /in/VkfHS on line 118 Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 118 Fatal error: Uncaught Error: Call to undefined function mysql_query() in /in/VkfHS:119 Stack trace: #0 {main} thrown in /in/VkfHS on line 119
Process exited with code 255.
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="img/Untitled-1.png" type="image" /> <link rel="shortcut icon" href="img/Untitled-1.png" type="image" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>BookFace the leading</title> <link href="format1.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/master.css" type="text/css" /> <script type="text/javascript" src="contact1.js"></script> <script type="text/javascript" src="contact.js"></script> <script type="text/javascript" src="contact3.js"></script> <style type="text/css"> <!-- body { background-image: url(img/bg2.jpg); background-repeat:repeat-x; background-color:#d9deeb; } --> </style> <script type="text/javascript" src="jquery.watermarkinput.js"></script> <script type="text/javascript"> jQuery(function($){ $("#login").Watermark("username"); }); </script> </head> <SCRIPT LANGUAGE="JavaScript"> function CountLeft(field, count, max) { if (field.value.length > max) field.value = field.value.substring(0, max); else count.value = max - field.value.length; } </script> <body> <div class="mainr"> <div class="topleft"><img src="img/logo1.jpg" width="175" height="41" /></div> <form action="login-exec.php" method="post"> <div class="qwerty"> <div class="label"> <div class="email">UserName</div> <div class="password">Password</div> </div> <div class="label1"> <div class="emailtext"><input name="login" type="text" id="login" /> </div> <div class="passwordtext"><input name="password" type="password" /> <input type="submit" class="greenButton" value="Login" /></div> </div> <div class="label2"> <div class="email"> <div class="radio"><input name="check" type="checkbox" value="" /></div> <div class="text1">Keep me Log-in</div> </div> <div class="password">Forgot Password?</div> </div> </div> </form> </div> <div class="downleft"> <div class="picture"> <img src="img/wala.jpg" width="471" height="257" /> </div> <div class="field"> <div class="signup">Cadastre-se Warning: include(): open_basedir restriction in effect. File(config.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/VkfHS on line 118 Warning: include(config.php): failed to open stream: Operation not permitted in /in/VkfHS on line 118 Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 118 Fatal error: Call to undefined function mysql_query() in /in/VkfHS on line 119
Process exited with code 255.
Output for 5.2.3 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="img/Untitled-1.png" type="image" /> <link rel="shortcut icon" href="img/Untitled-1.png" type="image" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>BookFace the leading</title> <link href="format1.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/master.css" type="text/css" /> <script type="text/javascript" src="contact1.js"></script> <script type="text/javascript" src="contact.js"></script> <script type="text/javascript" src="contact3.js"></script> <style type="text/css"> <!-- body { background-image: url(img/bg2.jpg); background-repeat:repeat-x; background-color:#d9deeb; } --> </style> <script type="text/javascript" src="jquery.watermarkinput.js"></script> <script type="text/javascript"> jQuery(function($){ $("#login").Watermark("username"); }); </script> </head> <SCRIPT LANGUAGE="JavaScript"> function CountLeft(field, count, max) { if (field.value.length > max) field.value = field.value.substring(0, max); else count.value = max - field.value.length; } </script> <body> <div class="mainr"> <div class="topleft"><img src="img/logo1.jpg" width="175" height="41" /></div> <form action="login-exec.php" method="post"> <div class="qwerty"> <div class="label"> <div class="email">UserName</div> <div class="password">Password</div> </div> <div class="label1"> <div class="emailtext"><input name="login" type="text" id="login" /> </div> <div class="passwordtext"><input name="password" type="password" /> <input type="submit" class="greenButton" value="Login" /></div> </div> <div class="label2"> <div class="email"> <div class="radio"><input name="check" type="checkbox" value="" /></div> <div class="text1">Keep me Log-in</div> </div> <div class="password">Forgot Password?</div> </div> </div> </form> </div> <div class="downleft"> <div class="picture"> <img src="img/wala.jpg" width="471" height="257" /> </div> <div class="field"> <div class="signup">Cadastre-se Warning: include(config.php): failed to open stream: No such file or directory in /in/VkfHS on line 118 Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 118 Fatal error: Call to undefined function mysql_query() in /in/VkfHS on line 119
Process exited with code 255.
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.2
Warning: session_start(): Cannot send session cookie - headers already sent in /in/VkfHS on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/VkfHS:2) in /in/VkfHS on line 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="img/Untitled-1.png" type="image" /> <link rel="shortcut icon" href="img/Untitled-1.png" type="image" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>BookFace the leading</title> <link href="format1.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/master.css" type="text/css" /> <script type="text/javascript" src="contact1.js"></script> <script type="text/javascript" src="contact.js"></script> <script type="text/javascript" src="contact3.js"></script> <style type="text/css"> <!-- body { background-image: url(img/bg2.jpg); background-repeat:repeat-x; background-color:#d9deeb; } --> </style> <script type="text/javascript" src="jquery.watermarkinput.js"></script> <script type="text/javascript"> jQuery(function($){ $("#login").Watermark("username"); }); </script> </head> <SCRIPT LANGUAGE="JavaScript"> function CountLeft(field, count, max) { if (field.value.length > max) field.value = field.value.substring(0, max); else count.value = max - field.value.length; } </script> <body> <div class="mainr"> <div class="topleft"><img src="img/logo1.jpg" width="175" height="41" /></div> <form action="login-exec.php" method="post"> <div class="qwerty"> <div class="label"> <div class="email">UserName</div> <div class="password">Password</div> </div> <div class="label1"> <div class="emailtext"><input name="login" type="text" id="login" /> </div> <div class="passwordtext"><input name="password" type="password" /> <input type="submit" class="greenButton" value="Login" /></div> </div> <div class="label2"> <div class="email"> <div class="radio"><input name="check" type="checkbox" value="" /></div> <div class="text1">Keep me Log-in</div> </div> <div class="password">Forgot Password?</div> </div> </div> </form> </div> <div class="downleft"> <div class="picture"> <img src="img/wala.jpg" width="471" height="257" /> </div> <div class="field"> <div class="signup">Cadastre-se Warning: include(config.php): failed to open stream: No such file or directory in /in/VkfHS on line 118 Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 118 Fatal error: Call to undefined function mysql_query() in /in/VkfHS on line 119
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Warning: session_start(): Cannot send session cookie - headers already sent in /in/VkfHS on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/VkfHS:2) in /in/VkfHS on line 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="img/Untitled-1.png" type="image" /> <link rel="shortcut icon" href="img/Untitled-1.png" type="image" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>BookFace the leading</title> <link href="format1.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/master.css" type="text/css" /> <script type="text/javascript" src="contact1.js"></script> <script type="text/javascript" src="contact.js"></script> <script type="text/javascript" src="contact3.js"></script> <style type="text/css"> <!-- body { background-image: url(img/bg2.jpg); background-repeat:repeat-x; background-color:#d9deeb; } --> </style> <script type="text/javascript" src="jquery.watermarkinput.js"></script> <script type="text/javascript"> jQuery(function($){ $("#login").Watermark("username"); }); </script> </head> <SCRIPT LANGUAGE="JavaScript"> function CountLeft(field, count, max) { if (field.value.length > max) field.value = field.value.substring(0, max); else count.value = max - field.value.length; } </script> <body> <div class="mainr"> <div class="topleft"><img src="img/logo1.jpg" width="175" height="41" /></div> <form action="login-exec.php" method="post"> <div class="qwerty"> <div class="label"> <div class="email">UserName</div> <div class="password">Password</div> </div> <div class="label1"> <div class="emailtext"><input name="login" type="text" id="login" /> </div> <div class="passwordtext"><input name="password" type="password" /> <input type="submit" class="greenButton" value="Login" /></div> </div> <div class="label2"> <div class="email"> <div class="radio"><input name="check" type="checkbox" value="" /></div> <div class="text1">Keep me Log-in</div> </div> <div class="password">Forgot Password?</div> </div> </div> </form> </div> <div class="downleft"> <div class="picture"> <img src="img/wala.jpg" width="471" height="257" /> </div> <div class="field"> <div class="signup">Cadastre-se Warning: main(config.php): failed to open stream: No such file or directory in /in/VkfHS on line 118 Warning: main(): Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 118 Fatal error: Call to undefined function mysql_query() in /in/VkfHS on line 119
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Warning: session_start(): Cannot send session cookie - headers already sent in /in/VkfHS on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/VkfHS:2) in /in/VkfHS on line 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="img/Untitled-1.png" type="image" /> <link rel="shortcut icon" href="img/Untitled-1.png" type="image" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>BookFace the leading</title> <link href="format1.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/master.css" type="text/css" /> <script type="text/javascript" src="contact1.js"></script> <script type="text/javascript" src="contact.js"></script> <script type="text/javascript" src="contact3.js"></script> <style type="text/css"> <!-- body { background-image: url(img/bg2.jpg); background-repeat:repeat-x; background-color:#d9deeb; } --> </style> <script type="text/javascript" src="jquery.watermarkinput.js"></script> <script type="text/javascript"> jQuery(function($){ $("#login").Watermark("username"); }); </script> </head> <SCRIPT LANGUAGE="JavaScript"> function CountLeft(field, count, max) { if (field.value.length > max) field.value = field.value.substring(0, max); else count.value = max - field.value.length; } </script> <body> <div class="mainr"> <div class="topleft"><img src="img/logo1.jpg" width="175" height="41" /></div> <form action="login-exec.php" method="post"> <div class="qwerty"> <div class="label"> <div class="email">UserName</div> <div class="password">Password</div> </div> <div class="label1"> <div class="emailtext"><input name="login" type="text" id="login" /> </div> <div class="passwordtext"><input name="password" type="password" /> <input type="submit" class="greenButton" value="Login" /></div> </div> <div class="label2"> <div class="email"> <div class="radio"><input name="check" type="checkbox" value="" /></div> <div class="text1">Keep me Log-in</div> </div> <div class="password">Forgot Password?</div> </div> </div> </form> </div> <div class="downleft"> <div class="picture"> <img src="img/wala.jpg" width="471" height="257" /> </div> <div class="field"> <div class="signup">Cadastre-se Warning: main(config.php): failed to open stream: No such file or directory in /in/VkfHS on line 118 Warning: main(): Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 118 Warning: mysql_query(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/VkfHS on line 119 Warning: mysql_query(): A link to the server could not be established in /in/VkfHS on line 119 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /in/VkfHS on line 120 - membros.</div> <div class="free">É gratuito e sempre será.</div> <div class="text"> <form action="register-exec.php" method="post"> <div class="textleft">Nome:</div> <div class="textright"><input name="fname" type="text" class="textfield" id="fname" onKeyDown="CountLeft(this.form.fname, this.form.left,30);" onKeyUp="CountLeft(this.form.fname,this.form.left,30);" size="40"> <input readonly type="text" name="left" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Sobrenome:</div> <div class="textright"><input name="lname" type="text" class="textfield" id="lname" onKeyDown="CountLeft(this.form.lname, this.form.last,30);" onKeyUp="CountLeft(this.form.lname,this.form.last,30);" size="40"> <input readonly type="text" name="last" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Login:</div> <div class="textright"><input name="login" type="text" class="textfield" id="login1" onKeyDown="CountLeft(this.form.login, this.form.log,30);" onKeyUp="CountLeft(this.form.login,this.form.log,30);" size="40"> <input readonly type="text" name="log" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Senha:</div> <div class="textright"> <input name="password2" type="password" class="textfield" id="password" onkeydown="CountLeft(this.form.password, this.form.pas,30);" onkeyup="CountLeft(this.form.password,this.form.pas,30);" size="40" /> <input readonly type="text" name="pas" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Confirme a senha:</div> <div class="textright"><input name="cpassword" type="password" class="textfield" id="cpassword" onkeydown="CountLeft(this.form.cpassword, this.form.pas1,30);" onkeyup="CountLeft(this.form.cpassword,this.form.pas1,30);" size="40" /> <input readonly type="text" name="pas1" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Endereço:</div> <div class="textright"><input name="address" type="text" class="textfield" id="address" onKeyDown="CountLeft(this.form.address, this.form.ad,50);" onKeyUp="CountLeft(this.form.address,this.form.ad,50);" size="40"> <input readonly type="text" name="ad" size=3 maxlength=3 value="50" disabled="disabled" class="textfield2"> </div> <div class="textleft">Telefone:</div> <div class="textright"><input name="cnumber" type="text" class="textfield" id="cnumber" onKeyDown="CountLeft(this.form.cnumber, this.form.cn,11);" onKeyUp="CountLeft(this.form.cnumber,this.form.cn,11);" size="40"> <input readonly type="text" name="cn" size=3 maxlength=3 value="11" disabled="disabled" class="textfield2"> <input name="propic" id="dadded" type="hidden" value="uploadedimage/defoult.jpg" /></div> <div class="textleft">E-mail:</div> <div class="textright"><input name="email" type="text" class="textfield" id="email" onKeyDown="CountLeft(this.form.email, this.form.em,50);" onKeyUp="CountLeft(this.form.email,this.form.em,50);" size="40"> <input readonly type="text" name="em" size=3 maxlength=3 value="50" disabled="disabled" class="textfield2"> </div> <div class="textleft1">Sexo:</div> <div class="textright1"> <div class="input-container"> <select name="gender" id="gender" class="textfield1"> <option >Select Sex:</option> <option >Female</option> <option >Male</option> </select><br /> </div> </div> <div class="textleft1">Aniversário:</div> <div class="textright1"> <div class="input-container"> Warning: main(config.php): failed to open stream: No such file or directory in /in/VkfHS on line 174 Warning: main(): Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 174 Warning: mysql_query(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/VkfHS on line 175 Warning: mysql_query(): A link to the server could not be established in /in/VkfHS on line 175 <select name="month" id="user" class="textfield1"> Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /in/VkfHS on line 178 </select> Notice: Undefined variable: con in /in/VkfHS on line 186 Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /in/VkfHS on line 186 &nbsp; Warning: main(config.php): failed to open stream: No such file or directory in /in/VkfHS on line 191 Warning: main(): Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 191 Warning: mysql_query(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/VkfHS on line 192 Warning: mysql_query(): A link to the server could not be established in /in/VkfHS on line 192 <select name="day" id="user" class="textfield1"> Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /in/VkfHS on line 195 </select> Notice: Undefined variable: con in /in/VkfHS on line 203 Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /in/VkfHS on line 203 Warning: main(config.php): failed to open stream: No such file or directory in /in/VkfHS on line 208 Warning: main(): Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 208 Warning: mysql_query(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/VkfHS on line 209 Warning: mysql_query(): A link to the server could not be established in /in/VkfHS on line 209 <select name="year" id="user" class="textfield1"> Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /in/VkfHS on line 212 </select> Notice: Undefined variable: con in /in/VkfHS on line 220 Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /in/VkfHS on line 220 </div> </div> <div class="textleft"> </div> <div class="textright"> <div class="textleft"></div> <div class="textright"> <br /><label> <input type="submit" name="Submit" value="Sign Up" class="greenButton1" /> </label> </div> </form> </div> </div> </div> </body> </html>
Output for 4.3.0 - 4.3.1
Warning: session_start() [http://www.php.net/function.session-start]: Cannot send session cookie - headers already sent in /in/VkfHS on line 2 Warning: session_start() [http://www.php.net/function.session-start]: Cannot send session cache limiter - headers already sent (output started at /in/VkfHS:2) in /in/VkfHS on line 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="img/Untitled-1.png" type="image" /> <link rel="shortcut icon" href="img/Untitled-1.png" type="image" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>BookFace the leading</title> <link href="format1.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/master.css" type="text/css" /> <script type="text/javascript" src="contact1.js"></script> <script type="text/javascript" src="contact.js"></script> <script type="text/javascript" src="contact3.js"></script> <style type="text/css"> <!-- body { background-image: url(img/bg2.jpg); background-repeat:repeat-x; background-color:#d9deeb; } --> </style> <script type="text/javascript" src="jquery.watermarkinput.js"></script> <script type="text/javascript"> jQuery(function($){ $("#login").Watermark("username"); }); </script> </head> <SCRIPT LANGUAGE="JavaScript"> function CountLeft(field, count, max) { if (field.value.length > max) field.value = field.value.substring(0, max); else count.value = max - field.value.length; } </script> <body> <div class="mainr"> <div class="topleft"><img src="img/logo1.jpg" width="175" height="41" /></div> <form action="login-exec.php" method="post"> <div class="qwerty"> <div class="label"> <div class="email">UserName</div> <div class="password">Password</div> </div> <div class="label1"> <div class="emailtext"><input name="login" type="text" id="login" /> </div> <div class="passwordtext"><input name="password" type="password" /> <input type="submit" class="greenButton" value="Login" /></div> </div> <div class="label2"> <div class="email"> <div class="radio"><input name="check" type="checkbox" value="" /></div> <div class="text1">Keep me Log-in</div> </div> <div class="password">Forgot Password?</div> </div> </div> </form> </div> <div class="downleft"> <div class="picture"> <img src="img/wala.jpg" width="471" height="257" /> </div> <div class="field"> <div class="signup">Cadastre-se Warning: main(config.php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/VkfHS on line 118 Warning: main() [http://www.php.net/function.main]: Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 118 Warning: mysql_query() [http://www.php.net/function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/VkfHS on line 119 Warning: mysql_query() [http://www.php.net/function.mysql-query]: A link to the server could not be established in /in/VkfHS on line 119 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /in/VkfHS on line 120 - membros.</div> <div class="free">É gratuito e sempre será.</div> <div class="text"> <form action="register-exec.php" method="post"> <div class="textleft">Nome:</div> <div class="textright"><input name="fname" type="text" class="textfield" id="fname" onKeyDown="CountLeft(this.form.fname, this.form.left,30);" onKeyUp="CountLeft(this.form.fname,this.form.left,30);" size="40"> <input readonly type="text" name="left" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Sobrenome:</div> <div class="textright"><input name="lname" type="text" class="textfield" id="lname" onKeyDown="CountLeft(this.form.lname, this.form.last,30);" onKeyUp="CountLeft(this.form.lname,this.form.last,30);" size="40"> <input readonly type="text" name="last" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Login:</div> <div class="textright"><input name="login" type="text" class="textfield" id="login1" onKeyDown="CountLeft(this.form.login, this.form.log,30);" onKeyUp="CountLeft(this.form.login,this.form.log,30);" size="40"> <input readonly type="text" name="log" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Senha:</div> <div class="textright"> <input name="password2" type="password" class="textfield" id="password" onkeydown="CountLeft(this.form.password, this.form.pas,30);" onkeyup="CountLeft(this.form.password,this.form.pas,30);" size="40" /> <input readonly type="text" name="pas" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Confirme a senha:</div> <div class="textright"><input name="cpassword" type="password" class="textfield" id="cpassword" onkeydown="CountLeft(this.form.cpassword, this.form.pas1,30);" onkeyup="CountLeft(this.form.cpassword,this.form.pas1,30);" size="40" /> <input readonly type="text" name="pas1" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Endereço:</div> <div class="textright"><input name="address" type="text" class="textfield" id="address" onKeyDown="CountLeft(this.form.address, this.form.ad,50);" onKeyUp="CountLeft(this.form.address,this.form.ad,50);" size="40"> <input readonly type="text" name="ad" size=3 maxlength=3 value="50" disabled="disabled" class="textfield2"> </div> <div class="textleft">Telefone:</div> <div class="textright"><input name="cnumber" type="text" class="textfield" id="cnumber" onKeyDown="CountLeft(this.form.cnumber, this.form.cn,11);" onKeyUp="CountLeft(this.form.cnumber,this.form.cn,11);" size="40"> <input readonly type="text" name="cn" size=3 maxlength=3 value="11" disabled="disabled" class="textfield2"> <input name="propic" id="dadded" type="hidden" value="uploadedimage/defoult.jpg" /></div> <div class="textleft">E-mail:</div> <div class="textright"><input name="email" type="text" class="textfield" id="email" onKeyDown="CountLeft(this.form.email, this.form.em,50);" onKeyUp="CountLeft(this.form.email,this.form.em,50);" size="40"> <input readonly type="text" name="em" size=3 maxlength=3 value="50" disabled="disabled" class="textfield2"> </div> <div class="textleft1">Sexo:</div> <div class="textright1"> <div class="input-container"> <select name="gender" id="gender" class="textfield1"> <option >Select Sex:</option> <option >Female</option> <option >Male</option> </select><br /> </div> </div> <div class="textleft1">Aniversário:</div> <div class="textright1"> <div class="input-container"> Warning: main(config.php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/VkfHS on line 174 Warning: main() [http://www.php.net/function.main]: Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 174 Warning: mysql_query() [http://www.php.net/function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/VkfHS on line 175 Warning: mysql_query() [http://www.php.net/function.mysql-query]: A link to the server could not be established in /in/VkfHS on line 175 <select name="month" id="user" class="textfield1"> Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /in/VkfHS on line 178 </select> Notice: Undefined variable: con in /in/VkfHS on line 186 Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /in/VkfHS on line 186 &nbsp; Warning: main(config.php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/VkfHS on line 191 Warning: main() [http://www.php.net/function.main]: Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 191 Warning: mysql_query() [http://www.php.net/function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/VkfHS on line 192 Warning: mysql_query() [http://www.php.net/function.mysql-query]: A link to the server could not be established in /in/VkfHS on line 192 <select name="day" id="user" class="textfield1"> Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /in/VkfHS on line 195 </select> Notice: Undefined variable: con in /in/VkfHS on line 203 Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /in/VkfHS on line 203 Warning: main(config.php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/VkfHS on line 208 Warning: main() [http://www.php.net/function.main]: Failed opening 'config.php' for inclusion (include_path='.:') in /in/VkfHS on line 208 Warning: mysql_query() [http://www.php.net/function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/VkfHS on line 209 Warning: mysql_query() [http://www.php.net/function.mysql-query]: A link to the server could not be established in /in/VkfHS on line 209 <select name="year" id="user" class="textfield1"> Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /in/VkfHS on line 212 </select> Notice: Undefined variable: con in /in/VkfHS on line 220 Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /in/VkfHS on line 220 </div> </div> <div class="textleft"> </div> <div class="textright"> <div class="textleft"></div> <div class="textright"> <br /><label> <input type="submit" name="Submit" value="Sign Up" class="greenButton1" /> </label> </div> </form> </div> </div> </div> </body> </html>

preferences:
304.06 ms | 421 KiB | 461 Q