Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,978
  • Joined

  • Last visited

  • Days Won

    675

Everything posted by wolstech

  1. Yeah it did. Got red? https://coinmarketcap.com/ Ouch. Apparently this is normal for mid-January. Happened every year for the past 3 years...
  2. Thank you for the donation We'll get the upgrade added to your account as soon as we reach our goal and get the new hardware installed.
  3. Johnny's load is up again: http://heliohost.grd.net.pl/monitor/ This is normal for Johnny because he is meant for experimentation, not production websites. If you need service that's fast and reliable, you should move to Tommy or Ricky. You can move to Ricky for free by deleting your account and signing up at midnight UTC. For Tommy, a donation is required. After donating, you should post your transaction ID then we just move your existing account to Tommy (do not delete your account if you wish to have it moved).
  4. Tommy allows the same 50/day that can be increased just like Johnny. Moving to Tommy does require a donation though, we no longer offer free accounts on Tommy due to lack of disk space.
  5. I've gone ahead and escalated that. Thanks.
  6. Yahoo blocked Johnny (and I believe Outlook has done the same thing based on a post from a few days ago). Lets see if there's anything Krydos can do about this. Moved.
  7. Tommy is not down. http://heliohost.grd.net.pl/monitor/
  8. Unblocked.
  9. Yeah that's been an issue recently. Can you post a new topic for Johnny being blocked by yahoo? You're the second one to run into this and I'd like to see if we can find a way to get it unblocked...
  10. Done. You should now be able to log in and your website should start working within 12 hours.
  11. As Luigi said, that account does not exist. Please sign up again.
  12. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
  13. Then he got suspended for too many emails again... Please fix the mail issue quickly. If it happens again, we won't unsuspend you until we can identify the source of the mail.
  14. This loves to happen here on the forums. The forum software sometimes messes with the letter case, which invalidates the addresses. Using the barcode tends to be the most reliable way to get the correct address.
  15. Thanks for all the information. We'll need to wait for Krydos to make the decision on this, but I personally don't see any issue as to why this wouldn't be approved.
  16. That account was suspended for multiple accounts, not archived. See https://www.helionet.org/index/topic/31435-plz-unsuspension/?do=findComment&comment=141984 In addition, the account hghgfdfd cannot be unsuspended because ibrahem was unsuspended. If you would like hghgfdfd unsuspended, ibrahem will get suspended instead.
  17. The account ibrahem has been unsuspended.
  18. Unblocked. It should take effect within the next 10 minutes.
  19. What's the username of the account needing to be unarchived?
  20. Moving so Krydos can decide on this for you.
  21. Please explain how you are obtaining the email addresses you're sending mail to, how the owner of the address has given you consent to send them mail (do they sign up on your website for instance?), and how they can unsubscribe from your mail. We do not allow sending unsolicited mail or spam. Also, please post an example of the emails being sent.
  22. Your account got suspended for sending too many emails. The limit is 50 per day. Unsuspended.
  23. He forgot to actually unsuspend you (or you got suspended again, I can't tell). Unsuspended.
  24. You're suspended for sending too many emails. The limit is 50 per day. Unsuspended. As for yahoo not receiving the email, it's probably either in the spam bin, or Johnny is blocked by yahoo. Johnny is regularly used for phishing and spam, and is also on a few blacklists, so certain email providers will not accept mail from him. Tommy and Ricky don't have this issue because getting an account on those servers is much more difficult.
  25. This code is so messed up that it should never have worked to begin with. You need to consider a rewrite at this point I think. Anyway, the error you're seeing is because there's no closing } to go with this line: <?php if($site['fb_fan_url'] != ''){ ?> You opened the IF and never closed it. Also, all of your variables that are supposed to be shown on the page (mostly the ones with $lang in them), need echo in front of them and a ; after...these: <?=$lang['b_92']?> Should be: <?php echo $lang['b_92']; ?> You're also missing tons of semicolons on the end of your lines.
×
×
  • Create New...