Git Product home page Git Product logo

hestiacp's Introduction

          _______  _______ _________   _        _______
|\     /|(  ___  )(  ____ \\__   __/  ( \      (  ____ )
| )   ( || (   ) || (    \/   ) (     | (      | (    )|
| (___) || |   | || (_____    | |     | |      | (____)|
|  ___  || |   | |(_____  )   | |     | |      |  _____)
| (   ) || |   | |      ) |   | |     | |      | (
| )   ( || (___) |/\____) |   | |     | (____/\| )
|/     \|(_______)\_______)   )_(     (_______/|/
-------------------------------------------------
 HOSTLP -- https://www.hostlp.com.br
-------------------------------------------------

----------------------------------------------------------
---------TROCAR TEMPLATES DOS ERROS DE PAGINAS---------
----------------------------------------------------------

cd /usr/local/hestia/data/templates/web/skel/public_html/
    find . -type f -name "*.html" -exec rename 's/\.html$/.html.bkp/' '{}' \;
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/public_html/index.html

cd /usr/local/hestia/data/templates/web/skel/document_errors/
    find . -type f -name "*.html" -exec rename 's/\.html$/.html.bkp/' '{}' \;
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/document_errors/50x.html
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/document_errors/403.html
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/document_errors/404.html
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/document_errors/410.html

cd /usr/local/hestia/web/error
    find . -type f -name "*.html" -exec rename 's/\.html$/.html.bkp/' '{}' \;
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/document_errors/50x.html
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/document_errors/403.html
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/document_errors/404.html
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/document_errors/410.html

cd /usr/local/hestia/data/templates/web/suspend/
    find . -type f -name "*.html" -exec rename 's/\.html$/.html.bkp/' '{}' \;
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/suspend/index.html

cd /usr/local/hestia/data/templates/web/unassigned/
    find . -type f -name "*.html" -exec rename 's/\.html$/.html.bkp/' '{}' \;
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/unassigned/index.html

cd /var/www/document_errors/
    find . -type f -name "*.html" -exec rename 's/\.html$/.html.bkp/' '{}' \;
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/document_errors/50x.html
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/document_errors/403.html
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/document_errors/404.html
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/document_errors/410.html

cd /var/www/html/
    find . -type f -name "*.html" -exec rename 's/\.html$/.html.bkp/' '{}' \;
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/unassigned/index.html

cd /usr/local/hestia/install/common/templates/web/skel/public_html/
    find . -type f -name "*.html" -exec rename 's/\.html$/.html.bkp/' '{}' \;         
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/skel/index.html

cd /usr/local/hestia/data/templates/web/skel/public_html/
    find . -type f -name "*.html" -exec rename 's/\.html$/.html.bkp/' '{}' \;
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/skel/index.html


----------------------------------------------------------
---------TROCAR TEMPLATES DOS E-MAILS AUTOMATICOS---------
----------------------------------------------------------

cd /usr/local/hestia/data/templates/email/
    find . -type f -name "*.html" -exec rename 's/\.html$/.html.bkp/' '{}' \;
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/email/account_ready.html
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/email/database_credentials.html
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/email/email_credentials.html
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/email/ftp_credentials.html
          wget https://raw.githubusercontent.com/thytetgc/HestiaCP/main/email/reset_password.html

hestiacp's People

Contributors

thytetgc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.