-
Posts
25,361 -
Joined
-
Last visited
-
Days Won
909
Everything posted by Krydos
-
Problems With An Alias: The Domain Point To The Main Host, No To My Syte
Krydos replied to seb's topic in Customer Service
The only way you're going to be able to use seb.tiflojuegos.com on your Johnny account is if you change your main domain to it. The reason why is you won't be able to add it to cpanel because cpanel will complain about tiflojuegos.com not using our nameservers. If you want to use both seb.tiflojuegos.com and your cartridgesoft.tk domain at the same time you may do so by changing you main domain to seb.tiflojuegos.com at http://www.heliohost.org/classic/support/scripts/domain Then check to make sure it worked in cpanel. On the right side there is an information panel and it should immediately reflect the new main domain. Once you have that step completed and verified go to https://johnny.heliohost.org:2083/frontend/paper_lantern/park/index.html and add cartridgesoft.tk back as an alias domain. Then once you have all of that done it can take up to 24 hours for both domains to start working. Let us know if you have any questions or need any help with any of this. -
[Solved] Suspended: Quantarp
Krydos replied to HighlightHub's topic in Suspended and Queued Accounts
Don't worry about it. That is probably the case. Let us know if you have any questions. The best advice we can probably give is to ditch wordpress though. It's incredible how filled with vulnerabilities it is, and since it's so popular it's frequently targeted. There were actually two wordpress databases. I backed them both up and emailed you the link at your quantarp account's contact email address. You're going to have to be a little more specific. I don't see any js files at all. It's a possibility that the hacker deleted them. -
[Solved] Suspended: Quantarp
Krydos replied to HighlightHub's topic in Suspended and Queued Accounts
I see a wordpress install that was set up in early May, and I see phishing files that were uploaded today. My guess is someone hacked your wordpress install and took over your account. If you don't have a recent backup and would like a copy of your databases let us know and it can be provided. If you would like to create a new account to continue hosting with us let us know and we can free up your domain(s) from this hacked account for use in your new account. We won't be able to free up the username quantarp though, and we can't unsuspend this account as it's being held as evidence for law enforcement. -
That's a really odd error because the host ::1 is already allowed for everyone in pg_hba.conf... I added another entry for ::1 for your specific database, and your error has changed. Don't know why you got that error while everyone else can connect without problem though.
-
Responsive design makes your website look good on different sized screens, but by itself you won't get an performance increases. The main thing that slows a website loading time down is the images. You can use javascript to detect the size of the screen and then serve various scaled down images which are smaller for mobile internet connections.
-
[Solved] (Xid 2Yvux9) The Domain Already Exists In The Userdata.
Krydos replied to luxuryde's topic in Customer Service
galeriagranpoder.com has been readded to your account. It should start working in a few hours. -
[Solved] (Xid 2Yvux9) The Domain Already Exists In The Userdata.
Krydos replied to luxuryde's topic in Customer Service
Haha, sure. Give me a bit. -
The forum accounts kawish, and ubitecht have been merged into ubitech.
-
To elaborate a little. You are allowed to send more than 50 emails per day if you provide use with the following information in advance of sending the emailsHow you got the list of email addresses.Explain how the people receiving your emails approved you to send them email.Samples of the emails you're wanting to send.If you provide all three pieces of information and we verify that you're not violating our terms of service we can whitelist your account to send as many emails per day as you want.
-
[Solved] (Xid 2Yvux9) The Domain Already Exists In The Userdata.
Krydos replied to luxuryde's topic in Customer Service
I already fixed that domain https://www.helionet.org/index/topic/28698-the-domain-already-exists-in-the-apache-configuration/?p=130994 -
Java is not enabled on that account. In order to deploy a .war file you must first request and receive java support on your account by visiting https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.php
-
Your account has been unarchived and you should now be able to log in at https://www.heliohost.org/login/ Your domain should start working within a few hours.
-
If we only lose $20 per month last we did in June we have enough money to stay in business as we are for over 700 years. The thing is we don't want to just stay the same and stagnate. We want to grow and expand. There is a very high demand for a free quality webhosting service like ours. It's frustrating to us and to our users when our servers get overloaded due to the demand and operate slowly. It's frustrating to our users when we have to severely limit our free signups to prevent our stable servers from becoming overloaded. Tommy filled up on free accounts last night in 9.8 seconds. If we had more servers we could set up more stable servers and provide hosting to even more people. We're working to get Tommy back online as soon as possible. Currently no one can reach Tommy.
-
That is correct.
-
The same thing happened when we released the new homepage http://heliohost.grd.net.pl/monitor/archive/?2016-09-29 It needs to be manually updated to work with the new ssl helionet by Piotr GRD https://www.helionet.org/index/user/14622-piotr-grd/ By design HelioHost has no control over that server monitor. By not having direct control over it people can trust that we're not tampering with it to make ourselves look better (like a lot of other hosts do.)
-
When I type tuneitlouder.tk into http://www.freenom.com/ it says it's available to be registered. Codename25 might just need to reregister it.
-
Since it's difficult to know what resolution devices are going to view your website the best option is to make a responsive website https://www.w3schools.com/html/html_responsive.asp This basically means that the images and html all scale and rearrange themselves to look good on any size screen. Our homepage https://www.heliohost.org/ is responsive and should look good on screens as small as 320px wide, all the way up to the highest resolution 4k Apple retina screens.
-
This is because certain ISPs constantly change your IP even while you're browsing websites. This looks from the point of view of the server like session hijacking Source: https://en.wikipedia.org/wiki/Session_hijacking#Prevention Your options are to call your ISP and request that they don't change your dynamic IP constantly, purchase a dedicated IP from your ISP, or use a proxy to view your cpanel.
-
The only way to change your username is to delete your account and create a new one. To change your main domain go to http://www.heliohost.org/classic/support/scripts/domain
-
[Solved] Website Is Still Under Queue
Krydos replied to rmasti's topic in Suspended and Queued Accounts
Please clear your cache. -
You've got a bunch of mysql connections that have been sleeping without sending or receiving a single byte of information for about 2 hours. Close all of those connections instead of leaving them sitting open for hours.
-
The main reason people see that error is because they don't close their mysql connections. I've never used mysql workbench, but when I connect to mysql through to command line mysql --host=johnny.heliohost.rg --user=krydos --database=krydos_db -p that is going to use up one of the available mysql connections until I type exit which closes the connection. I suspect mysql workbench is the same. As far as your application, most languages keep mysql connections open in case you need them again until you explicitly close them, or the script ends. The syntax to close the connection depends on the language you use. Well written code will open a mysql connection execute the query and immediately close the connection again. That way the mysql connection is only open for a few milliseconds. The longer you leave those connections open the more likely you are to see that error.
-
[Solved] Deploy .war User: Seguvigo .war: Tfgsegmentacion.war
Krydos replied to braissg13's topic in Customer Service
Deployed. http://seguvigo.heliohost.org/seguvigo_segmentacionUvigo/ -
FAIL - Application at context path /spviz_sphereviz could not be started FAIL - Encountered exception org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/spviz_sphereviz]] I see a bunch of errors about having too many mysql connections open preventing it from even deploying. Are you closing your mysql connections?
