- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
<?php
@fwrite($fp, "<?php
\$config['dbhost'] = \"".str_replace("\"","\\\\\"",stripslashes(trim($_POST['dbhost'])))."\";
\$config['dbuser'] = \"".str_replace("\"","\\\\\"",stripslashes(trim($_POST['dbuser'])))."\";
\$config['dbpass'] = \"".str_replace("\"","\\\\\"",stripslashes(trim($_POST['dbpass'])))."\";
\$config['dbname'] = \"".str_replace("\"","\\\\\"",stripslashes(trim($_POST['dbname'])))."\";
\$config['dbpref'] = \"".str_replace("\"","\\\\\"",stripslashes(trim($_POST['dbprefix'])))."\";
?>");
?>
guest 03.01.2012 18:40 # +1
Lure Of Chaos 04.01.2012 00:57 # +1
Vasiliy 04.01.2012 14:35 # 0
guest8 09.04.2019 12:25 # −999