Jump to content

Krydos

Chief Executive Officer
  • Posts

    26444
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. The reason you got blocked is because some computer or some device on your IP is trying to connect to mail with the wrong username or password. Sometimes people save a password in their phone and then change the password, but don't update their phone. The phone continues trying to download new messages with the wrong password and you get blocked. Something like that is happening. I recommend checking the settings on all email clients on your network to make sure they are using the correct credentials.
  2. Remote access enabled.
  3. Are you using persistent mysql connections?
  4. Please post the following information: Your cPanel usernameYour main domainThe server that you are onSoftware that requires this
  5. Thanks for the warning. Our system actually holds on to user's data until the total free home space dips below 10 GB, at which point it gets transferred automatically to cold storage where it can still be recalled if the user comes back and wants their data. We have a monitor on our admin control panel to keep an eye on it. Currently Johnny has 11.1 GB real space, and 92.7 GB theoretical space available. Tommy has 35.8 GB real space, and 174.6 GB theoretical space available. Eventually your server monitors will just show roughly 10 GB free home space on all servers all the time. We just figure why delete user's data if we don't really need to?
  6. You created your account on Johnny, and that server has perl 5.10.1. You can use mysql or sqlite on Johnny as well although I strongly recommend mysql. Perl has DBI and DBD::mysql 4.043 installed. Digest::MD5 2.55 is also installed. ImageMagick 6.7.2 is also already installed. It should probably work. Let us know if you run into any problems.
  7. That .war file cannot be deployed because java is not enabled on your account. To request java access please visit https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php and click the Request Java button. Please be aware that the queue to receive tomcat access on Johnny is currently quite long. The wait to receive tomcat access on Tommy is generally a few hours.
  8. SFTP != FTPS https://www.howtogeek.com/194740/what-is-the-difference-between-ftps-and-sftp/
  9. Thanks for in depth explanation of what you tried and what worked. A lot of people just never post once they figure it out, and since they didn't share their knowledge every subsequent person who tries to do the same thing has to figure it all out from scratch all over again. If you feel that your process would help others you could consider writing an article on our wiki too http://wiki.helionet.org/
  10. Remote access enabled.
  11. Well, first of all, the way the .htaccess is written you need the trailing /. So, if you check http://tommygun.heliohost.org/socket/ you will see a 503 error. What that means is there is nothing running on port 12001 (which is just a mainly arbitrary number I came up with.) You can edit the .htaccess to include the port you want to use.
  12. You're on Tommy now. http://bh7.heliohost.org/ If you see a 404 error or a Johnny queued page be sure to clear your browser cache and flush your os dns records. Let us know if you need help with anything. Thanks again for your donation. We really appreciate it. Yeah, Johnny is slow so it took him a while to package up your account. I had to go afk during the process.
  13. Wolstech already said this, but thanks again! Thanks! Admittedly our services are a little hard to understand at first because we do things quite differently from most hosting providers. Most free hosting providers are actually scams to lure in customers and then force them to upgrade to a paid plan by holding their website hostage and other schemes. We're not like that though. Since these sleazy free hosting providers are actually just paid hosts they have a TON more money and hardware to throw at you, so you can get a very tantelizing good performance and instantly online website, but then you realize later that the free accounts are so handicapped that you can't actually host a real website without paying. All we do is free hosting, and all the money we make is from donations from people who appreciate what we do. I love getting feedback like this. Can you think of a better way to word the final page of the account creation to explain it better? We want to make things as user friendly and easy as we can. I'm moving your account now.
  14. There you go https://krydos2.heliohost.org/cgi-bin/modules27.py
  15. Remote access enabled.
  16. Since you're on Tommy the versions are currently java 1.8.0 tomcat 8.5.4
  17. Go to https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.phpClick Upload.Select your .war file from your hard drive.Make sure your .war file is selected in the dropdown menu (if you have more than one .war uploaded.)Click Deploy.
  18. > datetime, time, base64, urllib2, json, getpass, webbrowser Those are all already available on Johnny's python 2.7.
  19. FAIL - Application at context path /freedomp_blog could not be started
  20. The only ports that are open externally are ports that are already in use by services so you're not going to be able to have your servlet listen directly on any random port like 8443. Try this /home/tommygun/public_html/.htaccess RewriteEngine on RewriteCond %{HTTP_HOST} ^tommygun\.heliohost\.org$ [OR] RewriteCond %{HTTP_HOST} ^www\.tommygun\.heliohost\.org$ RewriteRule ^socket\/(.*) "http\:\/\/127\.0\.0\.1\:12001\/$1" [P,L]
  21. 28-Sep-2017 18:36:58.723 WARNING [localhost-startStop-5] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/ui-darkness-1.0.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache 28-Sep-2017 18:36:58.846 SEVERE [localhost-startStop-5] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/climic_ClimicWeb]] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:158) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:724) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:952) at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1823) 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: java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/faces/webapp/FacesServlet at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2251) at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:810) at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1253) at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1118) at com.sun.faces.config.FacesInitializer.<clinit>(FacesInitializer.java:105) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at org.apache.catalina.startup.WebappServiceLoader.loadServices(WebappServiceLoader.java:188) at org.apache.catalina.startup.WebappServiceLoader.load(WebappServiceLoader.java:159) at org.apache.catalina.startup.ContextConfig.processServletContainerInitializers(ContextConfig.java:1611) at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1131) at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:771) at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:298) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5076) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152) ... 10 more 28-Sep-2017 18:36:58.846 SEVERE [localhost-startStop-5] org.apache.catalina.startup.HostConfig.deployWAR Error deploying web application archive /opt/tomcat/apache-tomcat-8.5.4/webapps/climic_ClimicWeb.war java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/climic_ClimicWeb]] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:728) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:952) at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1823) 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) 28-Sep-2017 18:36:58.908 INFO [localhost-startStop-5] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /opt/tomcat/apache-tomcat-8.5.4/webapps/climic_ClimicWeb.war has finished in 1,744 ms
  22. > -1.274 RDNS_NONE Delivered to internal network by a host with no rDNS > This may be a false-positive, please check the reverse DNS test below to confirm or not this issue This one is our fault. I thought Ricky already had reverse dns set up, but apparently not. That one is fixed now. Thank you for pointing it out. > -0.726 HTML_IMAGE_ONLY_28 HTML: images with 2400-2800 bytes of words > You should write more text in your email Too many pictures and not enough text. You need to write a better email. > -0.724 MPART_ALT_DIFF HTML and text parts are different > -1.483 MPART_ALT_DIFF_COUNT HTML and text parts are different > Make sure your TEXT version looks similar as the text inserted in your HTML version Emails are split into parts by mime type. Your text part and your html part are too different. You need to write a better email. > -1.985 PYZOR_CHECK Similar message reported on Pyzor (http://pyzor.org) > Please test a real content, test Newsletters will always be flagged by Pyzor > Adjust your message or request whitelisting ( > http://public.pyzor.org/whitelist/) You could request a whitelist, or you could just write a better email. I fixed the only thing that I can. The rest of it is just because you write emails that look like spam. Let us know if you need help with anything else.
  23. 4
×
×
  • Create New...