-
Posts
24,609 -
Joined
-
Last visited
-
Days Won
871
Everything posted by Krydos
-
[Solved] Install Python Module (For Chekoii)
Krydos replied to chekoii's topic in Escalated Requests
Plotly is already installed on Johnny's python 3.7 https://krydos2.heliohost.org/cgi-bin/modules37.py -
There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
-
Please post the following information: Your cPanel usernameYour main domainThe server that you are onPython version
-
Ahhh, I was wondering who that donation belonged too. Since you used a different email address for the donation than you did to create your account the system couldn't match the donation up with an account automatically. I actually emailed you to ask if you had an account, but I haven't heard anything back from you. The next thing that went wrong is none of the other admins flagged this post with [Krydos] so I didn't know I needed to read it. Sorry for the delay on this. 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-09-01. Let us know if there is anything else we can help you with. Thank you so much for your donation!
-
Yeah, I see that. That must have been your main domain when you created your account and it never updated when you changed your main domain.
-
If you had added the user to the database it should show it under the privileged users column. Maybe try adding it again?
-
You're on Tommy now. Thanks for the donation.
-
The logs don't show me the email address of the sender. It just shows the IP address which is hundreds of different random ones around the world, and I can see that you received over 14,000 emails on 2021-02-25.
-
Have you added the user to the database?
-
Sorry for how long it took to get this set up. I saw the VPS request, but when I checked the email address I saw you already had a VPS. I didn't realize you were trying to buy a second VPS. I've got it all set up and sent the login credentials to you now. Thanks for your patience.
-
In the 24 hours leading up to your suspension spam assassin on your account used 201 GB of memory, imap used 25 GB, and lmtp used 14 GB of memory. Also spam assassin used 22,420 units of cpu which, like Wolstech said, is 2123% more than the second highest cpu usage account for that time period. Did you receive an obscene number of spam emails or something that day?
-
Sorry for the delay. I suspect no one else could find the donation because we don't get a lot of skrill donations, and everyone else was probably checking paypal or assuming it was gofundme or something. I verified the $1 transaction and moved you to Tommy though. Thanks for the donation. Let us know if there's anything else we can help you with.
-
Remote access enabled.
-
Please post the following information: Your cPanel username Your main domain The server that you are on
-
[Solved] Update Python Module 'discord.py' to 1.6.0
Krydos replied to alaister's topic in Escalated Requests
There you go https://krydos.heliohost.org/cgi-bin/modules37.py -
The postgis extension has been created on that database.
-
By default mysql uses the server's timezone, which is set to UTC. Depending on your scripting language it's probably easier to set the timezone before you do your queries. For instance in php you could use date_default_timezone_set("America/Los_Angeles"); You can also change the timezone in your raw mysql queries by using convert_tz select thing, convert_tz(timestamp, @@session.time_zone, '-08:00') from stuff;
-
[Solved] Account on Tommy - Can't get Node.js tutorial to work
Krydos replied to robev's topic in Customer Service
In your application manager you put that your node application is located at /home/robev/node/ and when I look at your account there is no node directory in /home/robev/. -
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'fileController': Unsatisfied dependency expressed through field 'fileStorageService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fileStorageService' defined in file [/opt/tomcat/apache-tomcat-8.5.24/webapps/ternsjo_Troff/WEB-INF/classes/com/slimsimapps/troff/service/FileStorageService.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.slimsimapps.troff.service.FileStorageService]: Constructor threw exception; nested exception is java.lang.NullPointerException at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643) ~[spring-beans-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130) ~[spring-beans-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) ~[spring-beans-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) ~[spring-beans-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:882) ~[spring-beans-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878) ~[spring-context-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) ~[spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747) ~[spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) ~[spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) ~[spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE] at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:152) [spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE] at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:132) [spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE] at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:92) [spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE] at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172) [spring-web-5.2.5.RELEASE.jar:5.2.5.RELEASE] at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5196) [catalina.jar:8.5.24] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) [catalina.jar:8.5.24] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752) [catalina.jar:8.5.24] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728) [catalina.jar:8.5.24] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) [catalina.jar:8.5.24] at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:986) [catalina.jar:8.5.24] at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857) [catalina.jar:8.5.24] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_282] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_282] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_282] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_282] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_282]
-
Remote access enabled.
-
Remote access enabled and postgis extension created.
-
Remote access enabled.
-
That account is suspended for Phishing. HelioHost does not tolerate phishing activity of any kind, and for security reasons will not unsuspend, back up, or delete an account that was involved in phishing. You will need to create a new account and restore any backup you may have. Please be aware that you will not be able to reuse any domains on your suspended account, and will need to pick a new username. We apologize for any inconvenience this may have caused.
-
Can you post the full error?
-
Remote access enabled.