Jump to content

wolstech

Chief Risk Officer
  • Posts

    19146
  • Joined

  • Last visited

  • Days Won

    759

Everything posted by wolstech

  1. Your account got suspended for sending too many emails. The limit is 50 per day. Unsuspended.
  2. Be sure the encryption is set to None / Plain Ftp (insecure). FileZilla defaults to ftp over TLS, which we don't support on Johnny.
  3. He forgot to actually unsuspend you (or you got suspended again, I can't tell). Unsuspended.
  4. 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.
  5. 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.
  6. 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/
  7. All of the accounts associated with this IP address are also suspended for having multiple accounts. Users are only allowed one account.
  8. Glad you figured it out Let us know if you need anything else.
  9. 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.
  10. There's no space in the tag. The P needs to be right next to the ?
  11. Your account has expired due to non-use. All Tommy accounts become archived after a few months of non-use, then expire and get permanently deleted when disk space is needed if they're not restored. As of right now, Tommy does not have space to store inactive/archived accounts older than about 60 days, so an account from February 2017 has long since expired. Please create a new account.
  12. HelioHost. Also, do you know what server it was on?
  13. I work in IT...yes we have XP boxes floating around running exotic machines, doing things that are semi-important, etc. I also know the local railroad still uses XP for a ton of stuff...they had to shut down much of the system when one of those security issues popped up this past year until they could patch them all. I so happened to be traveling on the train that week and they were announcing schedules over the PA and posting paper schedules everywhere because only a small part of their system had upgraded to 7. So yes, XP is still more-widely used than most realize. Everything in HelioMine itself (except the idle mining functionality) will actually run on XP. The issue with XP support is that nobody makes miners for XP. I think XMRIG will run, but it gets like 20H/s, which won't even cover the costs of the electricity for the computer. You need a 64-bit OS, modern processor, and 4GB of RAM to produce anything meaningful.
  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. Your email's message seems to have gotten lost. Please post your issue on the forums for assistance.
  18. Your account has been moved to Tommy. If you see a queued or suspended page, please clear your cache and flush your OS DNS records. Thank you once again for the donation, we really appreciate it.
  19. The limit is too low. We tried it but due to demand we kept hitting their weekly limits. Comodo offers unlimited certificates for free though, so we offer that instead.
  20. Your donation has been received. You didn't get an invite because the johnny account already exists. We'll move your existing Johnny account to Tommy instead for you and let you know when it is complete.
  21. It appears this account has been created. The email address you are mailing from is associated with an account with username cc1111.
  22. Please check your email for a link to sign up on Tommy. I just sent an invite to you. Thank you for the donation, we really appreciate it!
  23. Set the SSL option to "No". We don't support ssl for MySQL connections.
  24. 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.
  25. 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.
×
×
  • Create New...