Skip to content

Commit

Permalink
Архиватор
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokujo committed Apr 15, 2021
1 parent f99820f commit dded1cc
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
38 changes: 38 additions & 0 deletions install_archive.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
title ‘®§¤ ñ¬  à娢 ãáâ ­®¢ª¨ ¯« £¨­ 
@echo off
cls

echo Script written by Maxim Harder
echo (c) devcraft.club, 2020-2021

rem ‡ ¤ ñ¬ ­ §¢ ­¨¥ ­®¢®£® è ¡«®­  ¨ ¯ãâì ¤® 7zip
set /p template=" §¢ ­¨¥ è ¡«®­  (¯® 㬮«ç ­¨î: Default): " || set template=Default
set PATH=%PATH%;%ProgramFiles%\7-Zip\
set plugin=dle_favall

rem ‘®§¤ ñ¬ ¢à¥¬¥­­ãî ¯ ¯ªã, ¢ ª®â®à®© ¡ã¤¥¬ à ¡®â âì ¨ ª®¯¨àã¥â â㤠 ¢áñ
mkdir temp
robocopy upload temp /E

rem ‚室¨¬ ¢® ¢à¥¬¥­­ãî ¯ ¯ªã
cd temp

rem ¥à¥¨¬¥­®¢ë¢ ¥¬ ¯ ¯ªã á è ¡«®­®¬ ¨ ¢®§¢à é ¥¬áï ®¡à â­® ¢® ¢à¥¬¥­­ãî ¯ ¯ªã
cd templates
ren Default %template%
rename Default %template%
cd ..

rem €à娢¨à㥬 ¢áñ ¢  à娢
echo  ç¨­ ¥¬  à娢 æ¨î
7z a -mx0 -r -tzip -aoa %plugin%.zip *

rem ‚®§¢à é ¥¬áï ¢ ª®à¥­ì ¨ ª®¯¨à㥬 â㤠  à娢
cd ..
copy /Y temp\%plugin%.zip plugin.zip

rem “¤ «ï¥¬ ¢à¥¬¥­­ãî ¯ ¯ªã
rd /s /q temp

rem ‡ ª ­ç¨¢ ¥¬
exit;
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@


# Установка
## Плагин
**У вас три варианта для установки:**

1. **При помощи bat-Скрипта. Для пользователей Windows**
Для этого устанавливаем [7Zip](https://www.7-zip.org/download.html).
После установки запускаем скрипт install_archive.bat. Указываем название шаблона (без пробелов).
После завершения установки - загружаем plugin.zip в менеджер плагинов.

1. **Упаковать самому**
Любым архиватором запаковать всё содержимое в папке upload (нужен формат zip!), причём так, чтобы в корне архива был файл install.xml и папка engine, languages и templates.
Затем устанавливаем архив через менеджер плагинов.

1. **Просто залить**
Залейте папку engine, languages и templates (переименнуйте папку шаблоном под свой) в корень сайта и установите плагин через менеджер плагинов.

## Файл .htaccess
**Найти**

Expand Down

0 comments on commit dded1cc

Please sign in to comment.