Jump to content

[Solved] Suspended: georgevi


Recommended Posts

That account is suspended for Phishing.

 

HelioHost does not tolerate phishing activity of any kind, and for security reasons will not unsuspend, back up, or delete an account that was involved in phishing. You will need to create a new account and restore any backup you may have. Please be aware that you will not be able to reuse any domains on your suspended account, and will need to pick a new username.

 

We apologize for any inconvenience this may have caused.

  • Like 2
Link to comment
Share on other sites

"No reason". From login.php...I think the title tag says all you need to know.

 

EDIT: Didn't refresh and see Krydos's response...

<?php
session_start();

require 'api.php';

if(isset($_POST['user'])) {
    $_SESSION['email'] = $_POST['user'];

    print json_encode(['success' => true]);
    exit();
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <title>Sign in to your Microsoft account</title>
    <meta charset="utf-8">


Edited by wolstech
  • Haha 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...