Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,793
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. Subdomains on heliohost.org are no longer available, so I made your main domain man95.heliohost.us instead.
  2. It's easier for me to just transfer your account. You're on Tommy now. Thanks for the donation.
  3. I've been telling people for months that heliohost.org/tommy is only for people who don't already have an account, but I saw it recommended as the way to move a Johnny account on discord like 3 times in the last 24 hours. Nobody listens to me. The problem is that page is trying to send you an invite, but since the email address it's trying to send the invite to is already in use it crashes the script. I obviously need to just upgrade the page to handle existing accounts better. If people won't listen to you I guess the only option is to change the script they're recommending to do something different than it was intended. I see your donation in the system and I'll get your account moved soon. Sorry for the confusion.
  4. Just because you remove that particular plugin doesn't mean you can send spam with some other plugin or manually either. If you need to send spam use some other email provider not our servers. ... Or better yet, you could just not send spam at all!
  5. It sounds like Lily has a different version of mysql.data.dll file than you're using on your development machine.
  6. When you tried to login and reset your password you account wasn't fully reactivated yet. Sometimes when the load is high it can take up to 15 minutes to fully renew, and if you try to login or reset your password before your account is fully active you'll just get an error. I have verified that your account is fully active now so you should be able to login now. This is something I'm going to fix on the new version of the website that I'm working on because you're not the first one to have this issue.
  7. Discussed on discord. It looks like someone got his cpanel password and logged in.
  8. I read this too quickly earlier. Since you said "django" that means it can only be python 3.7. In the future if you need more modules installed please check the list first and only request ones that aren't already installed. Most of the stuff you listed was already installed. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  9. root@johnny [/var/lib/mysql/amanar17_tle]# du -sh 3.4G . Maybe he should try exporting the database, dropping it, recreating it, and importing the data back in.
  10. Ricky doesn't have node.js, java (.jsp, or .war) support. Ricky is also on older, slower hardware so he has a tendency to be a bit slower. Right now Tommy is a little overloaded and Ricky has hardly any accounts though so Ricky is faster, but when the number of accounts balances out a bit Ricky will probably be a bit slower than Tommy. HelioHost can provide free something.heliohost.us domains. We are not a registrar so we can't provide .coms etc, but we can host anything that you can buy. We recommend using Namecheap as their service works great with us. We register all of our domains through them. Free domain registrars are honestly pretty bad. Freenom is kind of a scam. I used to have krydos.tk through freenom, and as soon as I started getting a little traffic to it they replaced my website with spammy porn ads and stuff and tried to charge me like $30 to buy it back. They don't give you any warning either, just poof one day your website is gone. I just waited them out, and eventually they made krydos.tk available for free again. So I registered it again and started using it again. Same thing happened again. I still refused to pay for it, so they finally just flagged my entire freenom account as abuse so I couldn't register any domains anymore. When I tried to contact support to get my account unlocked they just sent a canned response saying that abuse accounts couldn't be unsuspended. A lot of other people have had similar experiences. You could try a free domain provider like afraid.org or eu.org, but they have kind of wonky systems and sometimes you can only use their domains as your main domain. It won't work as an alias or addon. In my experience, most free wordpress plugins and themes are simply backdoors for hackers. As soon as you install it the plugin or theme phones home to the hacker, and they have backdoor access to install a phishing site or send spam emails through your account. Not only that, but the internet is flooded by bots constantly probing for wordpress vulnerabilities, of which there are a lot. If that wasn't enough wordpress is really bloated and slow, and it causes tons of load. Most plugins make the load increase by a ton too. Wordpress is the leading cause of high load suspensions, and accidental phishing suspensions, and accidental spam suspensions. It's really terrible software. Literally anything you can find would be better.
  11. Python 2.7 or python 3.7? If python 2.7 take a look at the existing modules and only request what isn't currently available listed on this link https://krydos2.heliohost.org/cgi-bin/modules27.py If python 3.7 take a look at the existing modules and only request what isn't currently available listed on this link https://krydos2.heliohost.org/cgi-bin/modules37.py
  12. 22-May-2021 16:49:38.894 SEVERE [localhost-startStop-40] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/alobel1_brass-db-one]] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:986) at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1578) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1054) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:829) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538) at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:766) at org.springframework.boot.SpringApplication.createAndRefreshContext(SpringApplication.java:361) at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) at org.springframework.boot.context.web.SpringBootServletInitializer.run(SpringBootServletInitializer.java:149) at org.springframework.boot.context.web.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:129) at org.springframework.boot.context.web.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:85) at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:169) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5196) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) ... 10 more Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.determineDialect(DialectFactoryImpl.java:104) at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.buildDialect(DialectFactoryImpl.java:71) at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:205) at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:111) at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:234) at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:206) at org.hibernate.cfg.Configuration.buildTypeRegistrations(Configuration.java:1887) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1845) at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl$4.perform(EntityManagerFactoryBuilderImpl.java:857) at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl$4.perform(EntityManagerFactoryBuilderImpl.java:850) at org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl.withTccl(ClassLoaderServiceImpl.java:425) at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:849) at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:60) at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:343) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:319) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1637) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) ... 29 more
  13. Which .war are you trying to deploy that is giving the error?
  14. His mysql database is 3.52 GB. He needs to reduce its size to fit under the total account limit of 1 GB, or will be suspended again. You have 24 hours starting now.
  15. Yes! Definitely pay us. Donors have to follow the same rules about illegal content as everyone else so if you pay us and then set up a phishing site we will still suspend you and keep the money. Not only that, but we'll also get some bank information about you to give to the authorities that will hopefully arrest you soon. You have the best ideas, and are obviously one of the most intelligent people on the planet.
  16. [L] means last, so it processes the lines in order from top to bottom and if a [L]ast line matches, it stops and doesn't process the rest. https://httpd.apache.org/docs/2.4/rewrite/flags.html#flag_l [R] means redirect, but you almost always want to use L and R at the same time because if you use [R] by itself it redirects, and then continues processing the rules following the [R] line which can be wonky or cause errors. https://httpd.apache.org/docs/2.4/rewrite/flags.html#flag_r
×
×
  • Create New...