Jump to content

Krydos

Chief Executive Officer
  • Posts

    26471
  • Joined

  • Last visited

  • Days Won

    945

Everything posted by Krydos

  1. It looks like your domain studentgovernmentorgatchhs.cu.cc isn't working and appears to be using cloudflare. Try turning off the cloudflare so we can see what is going on with it.
  2. Thanks a lot! I'm sure this post will help a lot of people.
  3. You have to select the database first otherwise it tells you "No database selected".
  4. To import a .sql file go to https://ricky.heliohost.org:2083/frontend/paper_lantern/sql/PhpMyAdmin.html Select the database, and click import.
  5. You choose the Johnny server which is our experimental server. This means he can be rather unstable quite a lot of the time because of high load. When Johnny is experiencing high load adding a domain can sometimes break or fail halfway through. Our stable production servers, Tommy and Ricky, don't experience these kinds of problems.
  6. ...this one should be pretty self explanatory... The table settings doesn't exist: mysql> use exploit_database; Database changed mysql> show tables; Empty set (0.00 sec) Do you have a .sql file you meant to import perhaps?
  7. The postgresql user cthieme_admin should now be able to remotely access the postgresql database cthieme_tales from any IP.
  8. You didn't add permissions for that account on that database.
  9. Deployed. http://llou21.heliohost.org/roadangel/
  10. You're not the first to request more space. In fact we recently doubled the amount of space that we provide for free just a few months ago because so many people requested it. As a survey of how many people may need another storage increase, may we ask what you need so much space for? What is your current space being used up by? Thanks for your feedback. We already have an internal discussion amongst the administrators of HelioHost regarding ways we could increase the storage of our user's accounts, and we hope to come up with a satisfactory resolution soon.
  11. It looks like the load might be tapering off a bit. Try resetting your password now.
  12. Your account is located on Johnny which is our experimental server which means that it can experience high load quite frequently. Looking at the server monitor http://heliohost.grd.net.pl/monitor/ you can see that Johnny has been having some pretty high load lately. Keep an eye on the image below because logging in might time out or fail if the load is above 10-15: Our stable servers, Ricky and Tommy, don't experience these high load spikes so uptime is a lot higher.
  13. I checked the change password log, and it looks like the failure reason was high load. Your account is located on Johnny which is our experimental server which means that it can experience high load quite frequently. Looking at the server monitor http://heliohost.grd.net.pl/monitor/ you can see that Johnny has been having some pretty high load while you were trying to change your password. Keep an eye on the image below, and logging in or changing your password might time out or fail if the load is above 10-15: Our stable servers, Ricky and Tommy, don't experience these high load spikes so uptime is a lot higher.
  14. $myhost = "localhost"; $myuser = "exploit_user"; $mypass = "whateveryourpasswordis"; $mydb = "exploit_db"; You create your database at https://ricky.heliohost.org:2083/frontend/paper_lantern/sql/index.htmlYou create your database user, and password on that same page. You add permissions for that user to your database on that same page too.
  15. Here's why you were blocked: # lfd: (cpanel) Failed cPanel login from x.x.x.x (AU/Australia/x-x-x-x.static.tpgi.com.au): 5 in the last 3600 secs - Fri May 26 04:57:52 2017 Make sure you're logging in with the right password. Sometimes people get the wrong password saved in their FTP client or something and it just keeps trying to log in with the wrong password over and over. Your block has been removed.
  16. Deployed. http://sh4.heliohost.org/TestWeb/
  17. Well, in the public_html folder create a file called index.html. Inside that file you will need to write your html markup. From there I would read the basics on html https://www.w3schools.com/html/html_basic.asp Like you said you don't want any bells or whistles so the most basic html will do. Let us know if you have any other questions.
  18. You should now be able to remotely access the postgresql database rverah_captum with the postgresql user rverah_admin from any IP.
  19. Glad to hear everything is working for you now.
  20. You can reset your forum password at http://www.helionet.org/index/index.php?app=core&module=global&section=lostpass What is your username?
  21. Suspended.
  22. I made some changes to the deploy script. Now if your filename already starts with your username and an underscore it doesn't append another username and underscore to the front. So if your file is blog.war then it becomes xitix_blog.war. If your file is xitix_blog.war it stays xitix_blog.war. That should solve a lot of your path/session issues I believe. Deployed. http://xitix.heliohost.org/xitix_blog/
  23. If you log in at https://www.heliohost.org/login/ and then click the top cpanel button you will log in with https. If you click the bottom cpanel button labeled "insecure" it will log you in with http. The reason we provide insecure logins is because our secure logins are on port 2083 which a lot of companies and schools block random ports like that. If the secure login doesn't work for you then you still have an option to log in on port 80 with the bottom button.
  24. Upload your .war file to /home/jbbpatel/filename.war Then make a new post in http://www.helionet.org/index/forum/45-customer-service/ stating your username, server, and the name of the .war file. The instructions for having a .war file deployed is located at http://wiki.helionet.org/Java_Servlet#Upload_The_.war_File It looks like you picked the Johnny server which has a pretty long line to receive java. I have verified that you have correctly requested java on your Johnny account, and you can see your estimated install date at https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php Keep in mind that the java install wait on the Tommy server is only a few hours so if you want to get java access as quickly as possible it's definitely faster to switch to the less crowded server.
×
×
  • Create New...