/website-shell-script

A website shell script automates the setup of a basic website, including file structure, server config, and dependency installation, saving time in the website creation process.

Primary LanguageShellMIT LicenseMIT

🎉 Website Shell Script

A website shell script automates the setup of a basic website, including file structure, server config, and dependency installation, saving time in the website creation process.

version rating uptime

⚓ Developer Tool

⭐ Features

  • Analytics
  • Backlink
  • Deadlink
  • Sitemap
  • Page Rank
  • Meta Data
  • Short URL
  • Multiple Language
  • Search Engine Bot
  • Cookie Consent Banner
  • SSL Certificate
  • Security
    • Brute Force (.htaccess)
    • DDoS - DDos Protection ex. Cloudflare, Government Website Protection System (GWP)
    • Backdoor

🔎 SEO

Tool Url
Semrush https://www.semrush.com/
ahrefs https://ahrefs.com/
Check PageRank https://checkpagerank.net/
QR Code https://www.the-qrcode-generator.com/

🎲 Hacking Tool

🔑 Forget Password

  • password : changeme
joomla : $2y$10$fRGvzIDKysVdCAHPL/9vC.bYINroTBWf/YbTMr0TjLGduqap6Blq2
wordpress : $P$BU1gC4Fhs2qThPJgO3qEPSgtl.K21V/

🎭 Open Link with Translate

<a href="https://translate.google.com/translate?hl=en&sl=th&u=https://www.example.com" target="_blank">Link</a>

🌬️ Custom PHP

post_max_size = 8G
upload_max_filesize = 8G
memory_limit = 256M
max_execution_time = 360
max_input_time = 360
max_input_vars = 3000

🥏 Manual Backup

  • Export database
mysqldump -u root -p database_name > db.sql
  • Import database
mysql -u root -p database_name < db.sql
  • Compress the website
tar -czvf web.tar.gz /web
  • Extract the website
tar -xzvf web.tar.gz

🎏 Tool