Файл: MysqlIManager/MysqlIManager/main.php
Строк: 78
<?php
$conn = '$connection';
$fd = fopen("common.inc", "w");
$fout = fwrite($fd, "<?php $conn = mysql_connect('$Server', '$User', '$Password') or die("Connection error!"); ?>");
?>
<html>
<head>
<title>MySql Admin version 1.01</title>
</head>
<!-- frames -->
<frameset rows="100,*" frameborder="no" border="0" framespacing="no" noresize>
<frame name="up" src="up.php?User=<?php print("$User"); ?>" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" border="0" framespacing="no" noresize>
<frameset rows="*,100" frameborder="no" border="0" framespacing="no" noresize>
<frameset cols="25%,*,35%" frameborder="no" border="0" framespacing="no" noresize>
<frame name="leftup" src="leftup.php" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" border="0" framespacing="no" noresize>
<frame name="middleup" src="middleup.php" marginwidth="10" marginheight="0" scrolling="no" frameborder="no" border="0" framespacing="no" noresize>
<frame name="rightup" src="rightup.php" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" border="0" framespacing="no" noresize>
</frameset>
<frame name="down" src="down.php" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" border="0" framespacing="no" noresize>
</frameset>
</frameset>
</html>