https://github.com/natthasath/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.
https://github.com/natthasath/website-shell-script
cms ispconfig joomla script website wordpress
Last synced: 14 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/natthasath/website-shell-script
- Owner: natthasath
- License: mit
- Created: 2022-11-22T08:36:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-16T04:11:32.000Z (6 months ago)
- Last Synced: 2025-12-19T15:01:50.407Z (5 months ago)
- Topics: cms, ispconfig, joomla, script, website, wordpress
- Language: Shell
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# π 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.



### β Developer Tool
- [Broken Dead Link](https://www.deadlinkchecker.com/)
- [Convert PDF to EPUB](https://convertio.co/pdf-epub/)
- [Flip Book Maker](https://fliphtml5.com/)
- [Cloudflare DDoS Protection](https://www.cloudflare.com/ddos/)
### β Features
- Analytics
- [Google Analytics](https://analytics.google.com/)
- [Google Search Console](https://search.google.com/)
- [Microsoft Bing Webmaster Tools](https://www.bing.com/webmasters/)
- 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/](https://www.semrush.com/) |
| ahrefs | [https://ahrefs.com/](https://ahrefs.com/) |
| Check PageRank | [https://checkpagerank.net/](https://checkpagerank.net/) |
| QR Code | [https://www.the-qrcode-generator.com/](https://www.the-qrcode-generator.com/) |
### π² Hacking Tool
- [DDoS Ripper](https://github.com/palahsu/DDoS-Ripper)
### π Forget Password
- password : changeme
```
joomla : $2y$10$fRGvzIDKysVdCAHPL/9vC.bYINroTBWf/YbTMr0TjLGduqap6Blq2
wordpress : $P$BU1gC4Fhs2qThPJgO3qEPSgtl.K21V/
```
### π Unlock User or IP (AIOS)
```
prefix_aiowps_login_lockdown
```
### π Open Link with Translate
```
Link
```
### πΈοΈ Export Sitemap
```shell
npm install -g sitemap-generator-cli
sitemap-generator https://example.com --output-directory ./sitemaps/example
```
### π₯ Manual Backup
- Export database
```shell
mysqldump -u root -p database_name > db.sql
```
- Import database
```shell
mysql -u root -p database_name < db.sql
```
- Compress the website
```shell
tar -czvf web.tar.gz /web
```
- Extract the website
```shell
tar -xzvf web.tar.gz
```
### π Tool
- [PageSpeed Insights](https://pagespeed.web.dev/)
- [GTmetrix](https://gtmetrix.com/)
- [Pingdom](https://tools.pingdom.com/)
- [Zed Attack Proxy (ZAP)](https://www.zaproxy.org/)
- [DNS Checker](https://dnschecker.org/)
- [THNIC WHOIS](https://www.thnic.co.th/whois)
- [THNIC Punnycode](https://www.thnic.co.th/punycode)
- [THNIC WebDirectory](https://www.thnic.co.th/web-directory)