mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 21:03:54 -07:00
Перенос файлов движка в корень
This commit is contained in:
parent
584f692288
commit
f94c0dd2ee
585 changed files with 14 additions and 14 deletions
|
@ -7,7 +7,7 @@ TorrentPier II - движок торрент-трекера, написанны
|
||||||
|
|
||||||
Для установки вам необходимо выполнить несколько простых шагов:
|
Для установки вам необходимо выполнить несколько простых шагов:
|
||||||
|
|
||||||
1. Распаковываем на сервер содержимое папки **upload**
|
1. Распаковываем на сервер содержимое скачанной вами папки
|
||||||
|
|
||||||
2. Создаем базу данных, в которую при помощи phpmyadmin (или любого другого удобного инструмента) импортируем дамп, расположенный в папке **install/sql/mysql.sql**
|
2. Создаем базу данных, в которую при помощи phpmyadmin (или любого другого удобного инструмента) импортируем дамп, расположенный в папке **install/sql/mysql.sql**
|
||||||
3. Правим файл конфигурации **library/config.php**, загруженный на сервер:
|
3. Правим файл конфигурации **library/config.php**, загруженный на сервер:
|
||||||
|
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
@ -46,7 +46,7 @@ $require = file_exists($html_dir . $info['src']) ? $html_dir . $info['src'] : $h
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||||
<link rel="stylesheet" href="./styles/templates/default/css/main.css" type="text/css">
|
<link rel="stylesheet" href="styles/templates/default/css/main.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
|
@ -128,7 +128,7 @@ http {
|
||||||
#allow YOUR_IP;
|
#allow YOUR_IP;
|
||||||
}
|
}
|
||||||
# Deny folder (Sec. lvl1)
|
# Deny folder (Sec. lvl1)
|
||||||
location ~ \/(internal_data|library)\/ {
|
location ~ \/(install|internal_data|library)\/ {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue