CPANEL INSTALLATION =================== This package is for: https://arishvai.teeam.xyz/ 1. Set the subdomain document root to: /home/USERNAME/public_html/ 2. Copy "index.php", ".htaccess", "assets/" and "backend/" into: /home/USERNAME/public_html/ 3. Copy the complete "private/" folder into: /home/USERNAME/ Final layout: /home/USERNAME/public_html/index.php /home/USERNAME/public_html/.htaccess /home/USERNAME/public_html/backend/api.php /home/USERNAME/public_html/assets/css/style.css /home/USERNAME/public_html/assets/js/ui.js /home/USERNAME/public_html/assets/js/app.js /home/USERNAME/private/prediction-config.php 4. Select PHP 8.1 or newer in cPanel. 5. Enable SSL/HTTPS. 6. Open: https://arishvai.teeam.xyz/ SECURITY ======== - Do not upload the original HTML file. - Do not move prediction-config.php into public_html. - The password is stored as a bcrypt hash, not plain text. - backend/api.php keeps the upstream API URL, signal logic and prediction state on the server. The browser receives only the result needed by the interface. - ui.js and app.js contain interface code only; they do not contain the password or signal pattern table. - PHP source is protected when PHP is enabled correctly in cPanel. - The iframe is intentionally preserved and is not blocked by this package. PASSWORD CHANGE =============== Generate a new hash from cPanel Terminal: php -r 'echo password_hash("YOUR_NEW_KEY", PASSWORD_DEFAULT), PHP_EOL;' Replace only the admin_password_hash value in: /home/USERNAME/private/prediction-config.php The page uses external iframe, API, images and audio URLs. Those services must remain available for the original live behavior.