- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
if (!fwrite($file,"<?php //конфигурационный файл
\$dbpt='$path';
\$dbus='$user';
\$dbps='$pswrd';
\$dbdb='$dbname';
\$dbpr='$dbtbpr';
?>"))
{
echo '3';
exit;
}
fclose($file);
mysql_select_db($dbname);
if (!mysql_query("create table {$dbtbpr}settings(nm varchar(255),about text, title varchar(255),link varchar(255))"))
{
echo '4';
exit;
}
if (!mysql_query("create table {$dbtbpr}remembers(id int,hash text,cookie text,pass text"))
{
echo '4';
exit;
}
Oleg_quadro 22.11.2010 00:33 # +2
istem 22.11.2010 03:44 # +2
Lure Of Chaos 22.11.2010 16:26 # +3