-
Posts
25,379 -
Joined
-
Last visited
-
Days Won
909
Everything posted by Krydos
-
You may have been completely up to date and did nothing wrong at all. All I was saying was your wordpress install was the entry point for the hacker. Your wordpress site gets the most traffic of any wordpress site hosted on our servers so of course it's going to attract the most hackers.
-
What ip is it trying to connect to?
-
https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.php and then if it stops working on ssl ask for it to be moved back to ssl.
-
[Solved] Postgis and othe extensions on johnny
Krydos replied to alank's topic in Escalated Requests
Remote access enabled. -
Want me to delete it?
-
There's quite a bit of stuff that you didn't delete yet.
-
[Solved] Numerous Hacked Accounts w/ WP on Tommy
Krydos replied to wolstech's topic in Escalated Requests
It looks like metals was the first wordpress hacked externally, and then he used a scanner on that account to look for other wordpress installs. If you don't remember metals was the account that was causing massive issues on Tommy and was banished to Johnny for quite a while because of it. -
There you go https://secege.heliohost.org/test.jsp I also moved your deployed servlet to https https://secege.heliohost.org/HelioSecureRest/ but if you deploy a new .war it will likely revert back to http as the deployment script only deploys to non-ssl.
-
If your account was affected please delete everything in public_html and restore from a backup that is known to be good, or better yet start over without using wordpress at all.
-
That error is likely because an httpd.conf rebuild was already in progress. Cpanel locks the file so multiple scripts can't try to edit it at a time, and generally the script that doesn't own the lock tries for 300 seconds and then errors out. Since there are so many virtualhosts on Johnny it definitely takes more than 300 seconds to do a full httpd.conf rebuild. Everything seems to have straightened itself out on its own though. Let us know if your site still isn't working for you after you clear your browser cache and flush your os dns records. It's loading fine for me.
-
You can delete your entire cpanel account and recreate it if you want.
-
Just use cmh. You said it works.
-
[Solved] Spamassassin - No spam Score - Mail not being flagged as SPAM
Krydos replied to r0nmlt's topic in Escalated Requests
Which is the spam account then? I'm trying to find the full text, including headers, from a message that was routed incorrectly. -
There you go http://ejweb.tk/test.aspx
-
[Solved] Spamassassin - No spam Score - Mail not being flagged as SPAM
Krydos replied to r0nmlt's topic in Escalated Requests
I'm not seeing any email at all on that account. Did you delete it all already? -
Do your stored procedures work if you use the mysql user cmh?
-
[Solved] Spamassassin - No spam Score - Mail not being flagged as SPAM
Krydos replied to r0nmlt's topic in Escalated Requests
You scribbled out the one piece of information I needed from that screenshot. Is it info@? -
[Solved] Postgis and othe extensions on johnny
Krydos replied to alank's topic in Escalated Requests
Postgis extension has been created on the database alank_backloader. -
[Solved] Postgis and othe extensions on johnny
Krydos replied to alank's topic in Escalated Requests
No, you may not have access to view/modify/delete everyone's databases on the entire server. I can run the command for you though. Remote access enabled. -
[Solved] Postgis and othe extensions on johnny
Krydos replied to alank's topic in Escalated Requests
Does postgis work now? We'll need to know what user and database you want remote access from. -
Tommy is on django 1.11.6 https://krydos.heliohost.org/cgi-bin/modules36.py and we're not going to be downgrading to 1.9.
- 2 replies
-
- django
- python shell
-
(and 8 more)
Tagged with:
-
[Solved] Python Packages Installation Johnny Server
Krydos replied to rasamrajas's topic in Escalated Requests
There you go https://krydos2.heliohost.org/cgi-bin/modules36.py -
/home/alirezac/public_html/poinno.com/index.php It's wordpress causing the issue. No one is surprised. Probably 95% of our high load suspensions come from wordpress. As an example Maicol07 was recently having tons of issues with high wordpress load as well, and when we finally convinced him to ditch it he went from #1 load to #40 with the same amount of traffic. You won't find many wordpress fans in these parts. Please fix it. Unsuspended.
-
[Inactive] 404 even though the war is deployed
Krydos replied to Amoss's topic in Escalated Requests
Well, that's bizarre. The index.jsp file is showing up on the server now, but it still gives the 404 error. I would recommend starting a new project with a different name in Eclipse like Wolstech suggested and see if it has the same problem. -
[Inactive] 404 even though the war is deployed
Krydos replied to Amoss's topic in Escalated Requests
In the servlet guide you have to manually create it too: Source: https://wiki.helionet.org/Java_Servlet
