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.
- 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
Tool | Url |
---|---|
Semrush | https://www.semrush.com/ |
ahrefs | https://ahrefs.com/ |
Check PageRank | https://checkpagerank.net/ |
QR Code | https://www.the-qrcode-generator.com/ |
- password : changeme
joomla : $2y$10$fRGvzIDKysVdCAHPL/9vC.bYINroTBWf/YbTMr0TjLGduqap6Blq2
wordpress : $P$BU1gC4Fhs2qThPJgO3qEPSgtl.K21V/
prefix_aiowps_login_lockdown
<a href="https://translate.google.com/translate?hl=en&sl=th&u=https://www.example.com" target="_blank">Link</a>
- 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