-
Posts
24,162 -
Joined
-
Last visited
-
Days Won
849
Everything posted by Krydos
-
I Cannot Connect My Localhost To Remote Mysql, Help..
Krydos replied to firdausb's topic in Customer Service
Go to https://tommy.heliohost.org:2083/frontend/paper_lantern/sql/managehost.html and enter the symbol % to allow all IP addresses to connect to your databases remotely. That way each time your dynamic IP changes you'll still be able to connect. -
The goal is to get Johnny to open registrations 24 hours a day, but we're scaling it up slowly to make sure he can handle the load. The number of accounts allowed to be created is based on the load.
-
Deployed. http://academicmanager.heliohost.org/AcademicManager/
-
Why does it matter? It changes (increases lately) often.
-
You're the reason Tommy got listed in the CBL. See http://www.helionet.org/index/topic/27727-tommy-is-blacklisted/
-
https://www.timeanddate.com/worldclock/converter.html
-
I suspended the account that was causing the issue. That's the only thing that can be done. Ah, nevermind I checked again and it said "We can tell you fixed the problem" and it has a delist link now.
-
This one is working too now that I restarted apache.
-
There you go https://itech.heliohost.org/
-
<%@ page import="java.io.*,java.util.*,java.sql.*"%> <%@ page import="javax.servlet.http.*,javax.servlet.*" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>JSP MySQL Test</title> </head> <body> <sql:setDataSource var="mysql_test" driver="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost/username_test?serverTimezone=UTC" user="username_test" password="bestpasswordever"/> <sql:query dataSource="${mysql_test}" var="result"> SELECT * from java; </sql:query> <c:forEach var="row" items="${result.rows}"> <c:out value="${row.data}"/> </c:forEach> </body> </html> Then download https://krydos.heliohost.org/jars/jstl-1.2.jar and https://krydos.heliohost.org/jars/mysql-connector-java-6.0.5.jar and put them in your WEB-INF/lib directory Working example: https://krydos.heliohost.org/mysql.jsp It doesn't look like anyone has tried that yet. Let us all know how it goes and the next person will know.
-
It's working now. Apache needed to be restarted for it to work though.
-
The one and only report I have for Tommy is from February. Johnny has had quite a few reports lately though.
-
You can use the cloudflare plugin in cpanel. It shouldn't give any errors.
-
I restarted the firewall on Tommy and it seems to be working now.
-
[Solved] Account Suspended "scalar"
Krydos replied to scalar2's topic in Suspended and Queued Accounts
Have you tried resetting your password? https://www.heliohost.org/reset/ -
Deployed http://gabyyeg2.heliohost.org/spanishServer/
-
Phpmyadmin on Tommy might be about as fast as you're going to get. The problem here is mainly that phpmyadmin is very poorly designed. The problem is that get_images.js.php is really slow. Without editing the source code there isn't much I'm going to be able to do about it either. Personally I just do everything on the command line with remote mysql mysql --host=65.19.143.6 --user=krydos -p Another thing you could do is install a faster php db management script on your account. Softaculous already has Adminer which is supposed to be a lot faster than phpmyadmin https://tommy.heliohost.org:2083/frontend/paper_lantern/softaculous/index.live.php?act=software&soft=280
-
Yeah, you're right. It was loading rather slow. Is it working better now?
-
What server are you on?
-
Xcache isn't available on Tommy https://documentation.cpanel.net/display/EA4/PHP+Options I could install it from source, but it would likely break a lot of things to do so. cPanel seems to have no intention of adding support for xcache back in If you would like to see xcache added you can post your reasons and vote for it here https://features.cpanel.net/topic/xcache-in-easyapache4 If you need it I believe I could install it on Johnny without much trouble.
-
Deployed http://shikshan.heliohost.org/erp/ For whatever reason your war takes about 15 minutes to deploy where every other war I've deployed takes about 15-30 seconds. Please fix that if you want me to deploy it again.
-
Deployed http://hkaldane.heliohost.org/Website/
-
I use http://www.vim.org/ and have been for years, but I write pages directly with html tags so that may be of no use to you.
-
Deployed http://shikshan.heliohost.org/erp/
-
Yeah, seems so. These attacks always make me wonder why exactly though? I wish these idiots would at least send us a message saying like, "This is for always suspending all of my phishing websites that I create!" or "One of the websites that you host put up a picture of me with a derp face!" or "I picked your IP randomly from the 4 billion IPv4 addresses that I could have chosen from."