File manager - Edit - /home/infoilmg/antiip.xyz/popup.html
Back
<!DOCTYPE html> <html lang="ar"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>WebSocket Popup</title> </head> <body> <button id="trigger">اضغط هنا</button> <script> let socket = new WebSocket("ws://107.191.62.46:8080"); socket.onmessage = function(event) { if (event.data === "OPEN_POPUP") { document.getElementById("trigger").click(); } }; document.getElementById("trigger").addEventListener("click", function() { let popup = window.open("https://example.com", "_blank", "width=600,height=400"); if (popup) { setTimeout(() => { popup.location.href = "https://yourlink.com"; }, 2000); } else { console.log("⚠️ المتصفح منع النافذة المنبثقة!"); } }); </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 1.51 |
proxy
|
phpinfo
|
Settings