Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,717
  • Joined

  • Last visited

  • Days Won

    662

Everything posted by wolstech

  1. Unblocked. It should take effect within the next 10 minutes.
  2. What's the username of the account needing to be unarchived?
  3. Moving so Krydos can decide on this for you.
  4. 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.
  5. Your account got suspended for sending too many emails. The limit is 50 per day. Unsuspended.
  6. He forgot to actually unsuspend you (or you got suspended again, I can't tell). Unsuspended.
  7. 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.
  8. 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.
  9. 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/
  10. All of the accounts associated with this IP address are also suspended for having multiple accounts. Users are only allowed one account.
  11. Glad you figured it out Let us know if you need anything else.
  12. 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.
  13. There's no space in the tag. The P needs to be right next to the ?
  14. You need to change all the <? tags to <?php We recently removed support for short tags.
  15. Tomcat runs as a different user that doesn't have access to your home directory, which is why it can't see the contents of public_html. To my knowledge, we don't support running a war on the root of a domain.
  16. Once we get it and set it up. We just started raising the money for it, so it will likely be a little while.
  17. Set the SSL option to "No". We don't support ssl for MySQL connections.
  18. Yeah, that won't work. It needs to be tommy.heliohost.org as you discovered. Not sure why cPanel always tries to do that, it's never worked properly on any of our servers. Either way, glad you got it figured out Let us know if you need anything else.
  19. This was already unblocked: https://www.helionet.org/index/topic/31363-plz-un-black-ip-17621613729/ Please note it can take up to 10 minutes to take effect.
  20. Unblocked. It was for failed cPanel logins. We recommend you use https://heliohost.org/login/ so keep this from happening.
  21. Done. You should now be able to log in and your website should start working within 12 hours.
  22. 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...
  23. I'm not sure how the subdomains are being implemented here. If they're actually being added to cPanel, maicol07 is correct, they'll get a certificate within 24 hours of creation. If they're implemented some other way, they might not.
  24. The proper way to fix it involves rewriting your program to use the modern mysqli functions (which I would recommend, but will take a lot longer). This just makes it work without fixing the outdated functions.
  25. We can't set them up for you if you edit them so I can't read them. Please post the entire uncensored domain, and the subdomain you want it to show the contents of.
×
×
  • Create New...