Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,048
  • Joined

  • Last visited

  • Days Won

    617

Everything posted by wolstech

  1. Tommy is not down. http://heliohost.grd.net.pl/monitor/
  2. 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...
  3. Done. You should now be able to log in and your website should start working within 12 hours.
  4. As Luigi said, that account does not exist. Please sign up again.
  5. 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...
  6. 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.
  7. 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.
  8. 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.
  9. 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.
  10. The account ibrahem has been unsuspended.
  11. Unblocked. It should take effect within the next 10 minutes.
  12. What's the username of the account needing to be unarchived?
  13. Moving so Krydos can decide on this for you.
  14. 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.
  15. Your account got suspended for sending too many emails. The limit is 50 per day. Unsuspended.
  16. He forgot to actually unsuspend you (or you got suspended again, I can't tell). Unsuspended.
  17. 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.
  18. 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.
  19. Despite it working from telnet, we seem to get this problem with Gmail a lot. Gmail's servers do accept our connections, and we don't block them on our end, but my experience is that it won't actually allow our servers to send mail from a script. I'm not sure if they're blocking us, if there's a setting that needs to be changed on gmail's end, or what. Nobody's ever gotten it to work though. Here's two others for the same issue that were never resolved: https://www.helionet.org/index/topic/31306-cannot-send-email-via-googleoutlookmailgun-smtp-via-phpmailer/ https://www.helionet.org/index/topic/30127-could-not-connect-to-smtp-host-smtpgooglecom-port587/
  20. All of the accounts associated with this IP address are also suspended for having multiple accounts. Users are only allowed one account.
  21. Glad you figured it out Let us know if you need anything else.
  22. The settings above are incorrect. Port is 21, encryption is Plain FTP / None. FTP over TLS is not supported on Johnny. If you need security, use SFTP instead, host is johnny.heliohost.org, port is 1373.
  23. There's no space in the tag. The P needs to be right next to the ?
  24. You need to change all the <? tags to <?php We recently removed support for short tags.
×
×
  • Create New...