-
Posts
17,962 -
Joined
-
Last visited
-
Days Won
675
Everything posted by wolstech
-
A lot of imapd processes usually means you're checking your mail too much. Turn off any software, mobile devices, etc. that check your mail, and those imapd instances should go away.
-
[Solved] Mod_Cloudflare For Apache Request
wolstech replied to DAKSH101's topic in Escalated Requests
This support request is being escalated to our root admin. -
[Solved] Mod_Cloudflare For Apache Request
wolstech replied to DAKSH101's topic in Escalated Requests
I'll escalate this...we were supposed to get some kind of cPanel integration for cloudflare at one point. We don't typically install apache or PHP modules for people though, so the answer is probably no. -
Jnlp File Fails To Launch Java Application
wolstech replied to 10techieseek's topic in Customer Service
JNLP and exec() do two different things. Exec runs something on the server, and the other is just a text file that tells a client's java runtime to launch a specified applet on the client. Exec() is disabled for security reasons. Perhaps try defining the mime type for a jnlp file: http://stevie.heliohost.org:2082/frontend/x3/mime/mime.html -
[Solved] Stevie Mail Server Infected With Trojan?
wolstech replied to nightbyrd's topic in Escalated Requests
It got blacklisted again...- 11 replies
-
- smtp
- mailserver
- (and 4 more)
-
Krydos hasn't been checking the boards very often. He is the one who needs to fix this. It's also a holiday in here the USA, so don't be surprised if you need to wait several days or longer before this is fixed. The load of 27 you saw is the entire server's load, not yours.
-
The imagecreatefrompng() is a very picky function. There's about 15 different formats of PNG...alpha vs. no alpha, compressed or non-, with or without palette, different color depths, etc. Chances are the image isn't processable using that function. A PHP image manipulation system was my university capstone project...the image format support is a pain. Try using imagecreatefromstring(file_get_contents($file)) instead of imagecreatefrompng(). It supports everything except BMP, and I'd advise against supporting BMP anyway due to size. BMP support can be added later if needed (PHP's site has some user-contributed functions for it). There's also no reason to save in the original format. Save everything as a PNG since it saves space and uses loss-less compression. Filenames should be unique. unixtimestamp_random#.png is an easy way to name them. That eliminates a lot of complexity and probably will fix your issue.
-
[Solved] Stevie Mail Server Infected With Trojan?
wolstech replied to nightbyrd's topic in Escalated Requests
Stevie appears to no longer be blacklisted: http://mxtoolbox.com/SuperTool.aspx?action=blacklist%3a65.19.143.2&run=toolpage- 11 replies
-
- smtp
- mailserver
- (and 4 more)
-
Glad you got it working
-
Set up a connection, specify Stevie.heliohost.org as the host, and use your cpanel username and password as the account.
-
Phppgadmin is broken and hasn't worked in months. Use a tool for your PC like pGAdmin III or a web app like adminer to manage your postgres databases instead.
-
This support request is being escalated to our root admin.
-
Stevie is blacklisted by spamhaus...same issue as http://www.helionet.org/index/topic/20203-stevie-mail-server-infected-with-trojan/ Most mail providers won't accept mail from an IP that's blacklisted by spamhaus or a few other CBLs. Krydos needs to fix this.
-
[Solved] Stevie Mail Server Infected With Trojan?
wolstech replied to nightbyrd's topic in Escalated Requests
It can take several days if not a week or more for krydos to check the boards. Give it time.- 11 replies
-
- smtp
- mailserver
- (and 4 more)
-
We don't support custom server software, so that's not gonna run here. Even if it did, the firewall would block it from being publicly accessible anyway. You're not gonna find many places where you can host it for free (except possibly a game host that might have a limited free plan). A linux VPS with 4GB of RAM (probably even less would be fine) and decent disk space would do this easily, and I've seen them go for as little as ~$10/month.
-
Did it work before and stop working recently?
-
You need to enable remote MySQL in cpanel first. Then, use Stevie.heliohost.org as the host name, port 3306. Username and password are whatever you setup for your joomla database user, or your cpanel account to access all of your databases (not recommended for security reasons).
-
Phppgadmin hasn't worked in months. You can use a tool for your pc like pgadmin or an app like adminer to administer your Postgres databases instead,
-
[Solved] Stevie Mail Server Infected With Trojan?
wolstech replied to nightbyrd's topic in Escalated Requests
This support request is being escalated to our root admin.- 11 replies
-
- smtp
- mailserver
- (and 4 more)
-
[Solved] Stevie Mail Server Infected With Trojan?
wolstech replied to nightbyrd's topic in Escalated Requests
Someone's account probably has malware...Krydos will need to take care of this and have it unblocked.- 11 replies
-
- smtp
- mailserver
- (and 4 more)
-
Alright. I'll unsuspend you and check tomorrow. A lot of your content was marketing/trailers anyway and that stuff is generally fine. Remove the downloads and put a notice saying that the site does not make any content available for download. We're pretty flexible with resource use. Stevie is actually the stricter of the two, and if you're good there you can't be that heavy on resources. If the server bogs down, it just starts suspending sites on its own (heaviest users first) until it's back to normal again.
-
Just posting links doesn't matter. It qualifies as "making available" copyrighted content instead of outright hosting it, but it's still illegal in the USA where we are based. We get takedown requests for much less (e.g. I had one for a single link to some random word document the other day). I am willing to unsuspend it for 24 hours, however during that time you must remove all links to the downloads and other copyrighted content or it will be permanently suspended. We do not allow "backups" / warez links on our service. You're welcome to link to official demos/downloads (provided the authors allow them to be offered elsewhere) or freeware, but your website cannot reference or link to software containing patches/cracks/serials/keygens or other modifications that make the game playable without paying for it. If the download would be useless without such modifications, it cannot be made available. Do you want to do this? I assume you lost other accounts? What you are doing is illegal, so I'm not surprised. Most hosts will kick warez sites to the curb pretty quickly.
-
That issue is usually a setting in Wordpress that needs to be changed. My minecraft site had the same problem. However, it doesn't matter much though since you're getting suspended for copyright infringement. "Backup" / warez sites are not allowed on our service.
-
The cpanel username shouldn't matter for the software you're developing. It's just a username for logging into cpanel. You're referring to the main domain, which you can reuse immediately. Nonetheless, I've scheduled those accounts for deletion. They should be gone within 24 hours.