Jump to content

Flaze

Moderators
  • Posts

    2,022
  • Joined

  • Days Won

    69

Everything posted by Flaze

  1. http://rpgmakergold2003.heliohost.org/ - This needs to be fixed first. Here's the code for classe-db.php: <?php if(!class_exists('DB')){ class DB { public function __construct(){ $mysqli = new mysqli('localhost', 'ryugold', '[redacted]', 'ryugold_cms'); if($mysqli->connect_errno){ printf("Conexão falhou %s\n", $mysqli->connect_error); exit(); } $this->connection = $mysqli; } public function insert($query){ $result = $this->connection->query($query); return $result; } public function select($query){ $result = $this->connection->query($query); while($obj = $result->fetch_object()){ // This is what initially caused the error $results[] = $obj; } return $results; } } } $db = new DB; ?>I tried to help this person through Discord but it turned out that I was too rarted and here we are.
  2. Unblocked.
  3. Flaze

    Tommy Downtime

    Within next week or two.
  4. Your account was suspended for sending too many emails. To help fight spam, we limit accounts to about 50 emails per day. Please ensure that you send no more than 50 emails per day. If you need assistance with finding the source of the emails, feel free to ask, we'll be glad to help! Your account has been unsuspended.
  5. Flaze

    Return Of Ricky

    PLEASE, do not bump an old thread. Locked.
  6. You mean Johnny? If so, yes, you're right.
  7. Clear your cache. It's showing the account queued page for me.
  8. This was way before we restricted Ricky invites. You should be fine. Do you want to wait instead?
  9. This support request is being escalated to our root admin.
  10. It's for people who were wondering. I made it clear now.
  11. Which one?
  12. ???
  13. For those who were wondering, this user switched to x10Hosting.
  14. You're not allowed to use disposable email addresses. It is against our ToS. Please change your email ASAP.
  15. This support request is being escalated to our root admin.
  16. I have created a topic for you just to speed things up. https://www.helionet.org/index/topic/36950-requests/
  17. That account was suspended for Phishing and cannot be unsuspended.
  18. This support request is being escalated to our root admin.
  19. Flaze

    Reusing Usernames

    Ok .
  20. This support request is being escalated to our root admin.
  21. This support request is being escalated to our root admin.
  22. https://www.helionet.org/index/topic/36934-krydos-request-temporary-ricky-invite-till-tommy-is-available-again/
  23. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
  24. Hahaha, looks like your username and password autofilled in!
  25. This support request is being escalated to our root admin.
×
×
  • Create New...