-
Posts
19146 -
Joined
-
Last visited
-
Days Won
759
Everything posted by wolstech
-
Your account got suspended for sending too many emails. The limit is 50 per day. Unsuspended.
-
Be sure the encryption is set to None / Plain Ftp (insecure). FileZilla defaults to ftp over TLS, which we don't support on Johnny.
-
He forgot to actually unsuspend you (or you got suspended again, I can't tell). Unsuspended.
-
[Solved] My account was suspended.
wolstech replied to meilyn's topic in Suspended and Queued Accounts
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. -
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.
-
[Solved] Unable to connect to smtp - "smtp.gmail.com",587
wolstech replied to formigol's topic in Customer Service
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/ -
All of the accounts associated with this IP address are also suspended for having multiple accounts. Users are only allowed one account.
-
Glad you figured it out Let us know if you need anything else.
-
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.
-
There's no space in the tag. The P needs to be right next to the ?
-
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.
-
HelioHost. Also, do you know what server it was on?
-
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.
-
.WAR file deployed, but I want to run it in root-folder
wolstech replied to vukosyst's topic in Customer Service
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. -
Once we get it and set it up. We just started raising the money for it, so it will likely be a little while.
-
Your email's message seems to have gotten lost. Please post your issue on the forums for assistance.
-
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.
-
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.
-
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.
-
It appears this account has been created. The email address you are mailing from is associated with an account with username cc1111.
-
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!
-
Block ip address: 103.68.156.98 Please help
wolstech replied to josepric's topic in Customer Service
Set the SSL option to "No". We don't support ssl for MySQL connections. -
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.
