- 
                Posts25,354
- 
                Joined
- 
                Last visited
- 
                Days Won908
Everything posted by Krydos
- 
	Flask-login and flask-sqlalchemy are both already installed on Johnny's python 3.7. You can check the current list of installed modules and their versions at https://krydos2.heliohost.org/cgi-bin/modules37.py No, the flask directory doesn't have to be named flask, and you can have as many flask apps as you want each in its own directory. You can even have a flask app as your webroot, but it makes it fairly impossible to have anything in any subdirectories if you do that. If you change the directory from flask to something else you'll need to update the contents of the files to reflect the change.
- 
	  [Solved] Tommy account suspensationKrydos replied to seintitus's topic in Suspended and Queued Accounts Ahhh, yeah you're right https://wordpress.org/plugins/simply-static/ It says it's been tested up to 4.9.16. I might have to see if I can find another similar plugin that works with the latest version of wordpress. Thanks for the feedback.
- 
	Create a subdomain on your main domain, like 3d.georgene.heliohost.us or something, and let me know. I can then park 3d.mackproductions.com on the subdomain.
- 
	Yes, I'm not too familiar with Wordpress, but as long as it isn't hard coded to only exist in /home/georgene/public_html/ it should work fine because the domain isn't changing.
- 
	The way apache works is it uses .htaccess from any parent directories in addition to the directory that your request is for. One thing that I can think of that would prevent your wordpress install from messing up your new addon domain is you could change your main domain to something like georgene.heliohost.us and then move your wordpress install and that domain to an addon domain. That way the .htaccess from wordpress wouldn't be in the parent directory of your vincentb.ml domain. Let us know if you need any help.
- 
	Your account has been unsuspended since October 27. On October 29 the server caught you with 330 connections open at once, and blocked you in the firewall for an attempted DoS attack. I have unblocked you but please limit the number of connections you open to the server. If you had been logging in at this url as recommended you would have seen a helpful error message explaining that the firewall had blocked you.
- 
	Unarchived.
- 
	Try renaming /home/georgene/public_html/.htaccess
- 
	Unarchived. Your username is danielz1 now.
- 
	My advice is to delete wordpress and see if that fixes it. If you insist on keeping wordpress maybe this will help https://wordpress.org/support/topic/error-500-for-nonexistent-files-instead-of-404/
- 
	  [Solved] Tommy account suspensationKrydos replied to seintitus's topic in Suspended and Queued Accounts Here is what your load looks like for the last week You can find the graph yourself at https://tommy.heliohost.org:2083/frontend/paper_lantern/load/index.live.php Please check it frequently. If you get to 100 you have a high chance of being suspended.
- 
	  [Solved] Tommy account suspensationKrydos replied to seintitus's topic in Suspended and Queued Accounts Your account was suspended because Wordpress is causing too much load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. This is really common for Wordpress. It can cause massive amounts of load even if you're hardly getting any traffic to your site. Wordpress is also incredibly insecure and very easy to hack. We see Wordpress accounts get hacked all the time and usually the hacker sets up a phishing site on your domain. We strongly recommend using any software other than Wordpress. Something that might help is this simply static Wordpress plugin. It will speed up your site, reduce the load you cause, and reduce your chance of getting hacked. If you try it let us know how it worked out for you. If you insist on using Wordpress you might want to consider purchasing a VPS instead. VPS hosting gives you an entire virtual server to yourself, including no load limits, a dedicated IP address, and full root access. Wordpress sites load relatively slowly on our shared hosting, but they will be much faster on a VPS.
- 
	Ignore the email I just sent you about not being able to match up your donation with an account. You used a different email address for your donation than you used for your hosting account, but now that you posted on the forums I figured it out. I have increased your storage to the maximum, and you don't need to log in to cpanel to keep your account active until 2021-04-29. Let us know if there is anything else we can help you with. Thank you so much for your donation!
- 
	  [Krydos] please enable the intl extension to use scriptKrydos replied to GaladonZ's topic in Escalated Requests Would you rather just use php 7.3? It's already installed on that version. As long as your code supports it it should be faster and more secure and better. https://krydos2.heliohost.org/73/phpinfo.php
- 
	Loki is now piece of shit (previously they were a prisoner of war - piece of shit hybrid)?
- 
	Deleted.
- 
	Changed.
- 
	The VPS has been created and I sent you an email with instructions on how to connect.
- 
	I've never seen an account with a domain involving the word "faucet" not get suspended for high load. Just sayin'.
- 
	@Flazepe, there is no automated system, or plans to delete archived accounts. The only thing that would cause archived accounts to be deleted is if we ran out of storage space. I was curious so I ran the numbers. The average archived account takes up 29 KB, and we currently have about 3.8 TB of space available for archived accounts. So we have room for about 128.7 million archived accounts. The number of accounts we create each day varies wildly depending on how overloaded the servers are, but let's say we create on average 100 accounts per day. That means we wouldn't need to start deleting archived accounts for 3526 years. TL;DR: We don't delete archived accounts unless someone requests it. @Psoltani, I deleted your hosting account. Would you like your forum account deleted as well?
- 
	I took a look at the error logs and it looks like your error is pretty simple. App 102512 output: Our app is running on port 3000 App 102512 output: /home/trenderx/node/node_modules/mysql/lib/protocol/Parser.js:437 App 102512 output: throw err; // Rethrow non-MySQL errors App 102512 output: ^ App 102512 output: Error: ER_DBACCESS_DENIED_ERROR: Access denied for user 'trenderx_notes'@'localhost' to database 'trenderx_nuxnotes' App 102512 output: at Handshake.Sequence._packetToError (/home/trenderx/node/node_modules/mysql/lib/protocol/sequences/Sequence.js:47:14) App 102512 output: at Handshake.ErrorPacket (/home/trenderx/node/node_modules/mysql/lib/protocol/sequences/Handshake.js:123:18) App 102512 output: at Protocol._parsePacket (/home/trenderx/node/node_modules/mysql/lib/protocol/Protocol.js:291:23) App 102512 output: at Parser._parsePacket (/home/trenderx/node/node_modules/mysql/lib/protocol/Parser.js:433:10) App 102512 output: at Parser.write (/home/trenderx/node/node_modules/mysql/lib/protocol/Parser.js:43:10) App 102512 output: at Protocol.write (/home/trenderx/node/node_modules/mysql/lib/protocol/Protocol.js:38:16) App 102512 output: at Socket.<anonymous> (/home/trenderx/node/node_modules/mysql/lib/Connection.js:88:28) App 102512 output: at Socket.<anonymous> (/home/trenderx/node/node_modules/mysql/lib/Connection.js:526:10) App 102512 output: at Socket.emit (events.js:198:13) App 102512 output: at addChunk (_stream_readable.js:288:12) App 102512 output: -------------------- App 102512 output: at Protocol._enqueue (/home/trenderx/node/node_modules/mysql/lib/protocol/Protocol.js:144:48) App 102512 output: at Protocol.handshake (/home/trenderx/node/node_modules/mysql/lib/protocol/Protocol.js:51:23) App 102512 output: at Connection.connect (/home/trenderx/node/node_modules/mysql/lib/Connection.js:116:18) App 102512 output: at Object.<anonymous> (/home/trenderx/node/app/models/db.js:13:12) App 102512 output: at Module._compile (internal/modules/cjs/loader.js:778:30) App 102512 output: at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) App 102512 output: at Module.load (internal/modules/cjs/loader.js:653:32) App 102512 output: at tryModuleLoad (internal/modules/cjs/loader.js:593:12) App 102512 output: at Function.Module._load (internal/modules/cjs/loader.js:585:3) App 102512 output: at Module.require (internal/modules/cjs/loader.js:692:17) Your mysql database user is getting access denied error.
- 
	The reason I bring up the basic example is because the best way to troubleshoot something not working is to start with a working example and then add things to it one at a time, and test it between each change to make sure it's still working. If adding 1 line causes it to stop working then you can figure out what is wrong with that 1 line. If you change 500 things at once then it's very hard to narrow down what broke it exactly.

 
            
        