-
Posts
26430 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
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.
-
Well, it looks like you're using wordpress so I searched google for where to upload a wordpress theme to for you. According to https://codex.wordpress.org/Using_Themes it should be /wp-content/themes/ So since your username is nadeem12 and you installed wordpress to the /wp/ directory the full path would be /home/nadeem12/public_html/wp/wp-content/themes/altrerna_982.rar
-
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/
-
Try this Open Filezilla Click File >> Site Manager Click New Site Type "Johnny SFTP" and press enter In Host field type "johnny.heliohost.org" In Port field type "1373" In Protocol dropdown select "SFTP - SSH File Transfer Protocol" In Logon Type dropdown select "Normal" In User field type your cPanel username In Password field type your cPanel password Click Connect Approve the remote server key, and check the box to not ask you about this server again.
-
Cloudflare caches your pages at several hundred worldwide data centers so wherever your user visits your page from they will use the fastest (closest) data center. Since the data is cached that means that even if Johnny goes down Cloudflare will still be able to serve your pages. 404 error means file not found. So if someone goes to yourdomain.com/notfound.html and the notfound.html file doesn't exist they will get a 404 error in their browser. The best way to prevent 404 errors is to make sure there aren't any broken links on your site. Broken links can be caused by deleting one of your files without removing the links on your other pages that link to the now missing file. I just tested the cpanel file manager uploader with a 274mb file, and it uploaded just fine for me. Perhaps try a different browser, or like I mentioned before use FTP to upload. Heliohost has indeed been providing free web hosting services for 12 years now. The reason more people don't know about us is because we've never spent any money on advertising. We believe that all of the money we earn should be put back into providing better service to more people. Since we have no advertising budget the only way we get new users is by word of mouth type recommendations from people who appreciate our service. If you want you can tweet about us or make a facebook post or review our service. The more who know about Heliohost the better.
-
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.
-
If you're worried about downtime one thing you can do to help is put your domain on https://www.cloudflare.com/ That is a free cloud service that helps protect against DDoS attacks and a lot more. We have the Cloudflare plugin installed and you can find it in your cpanel at https://johnny.heliohost.org:2083/frontend/paper_lantern/cloudflare/index.live.php Have you tried uploading your theme with FTP? The limit for a file over FTP should be 1gb. It sounds like you may have been trying to upload your file through PHP. Let us know if you can't figure out how to upload files with FTP and we can raise the PHP upload value for you.
-
Deployed http://shikshan.heliohost.org/erp/
-
http://promotingall.heliohost.org/ is working for me. Is it still down for you?
-
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."
-
Yeah, I was thinking the same thing since HE outages show all of the services going down at once so I contacted them yesterday during the first batch of slowness/downtime and they said we were being DDoS'd. They were targeting Tommy, but it was enough network traffic to take everything down. 840 mb/s was the highest spike.
