Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,880
  • Joined

  • Last visited

  • Days Won

    886

Everything posted by Krydos

  1. There you go http://www.madadipouya.com/
  2. In regards to your .NET request earlier, Johnny runs mono 2.6.7 (which is compatible with .NET 3.5 and has some experimental support for 4.0) enabled by default for all accounts, and Tommy runs mono 4.6.2 (which is compatible with .NET 4.6) but has to be requested to use it on an account.
  3. Krydos

    So...

    Thanks!
  4. Added. See http://www.helionet.org/index/topic/26930-manual-backup-master-list/
  5. ASP.NET 4.5 and 4.6 is only available on Tommy. Johnny has ASP.NET 3.5 and you don't have to request it; it's available to everyone.
  6. How about: #!/usr/bin/ruby require "cgi" cgi_request = CGI::new("html5") puts "Content-Type: text/html\n\n" puts query = cgi_request.query_string puts "query:<br />" puts "#{query}<br /><br />" params = CGI::parse(query) puts "params:<br />" p params http://krydos1.heliohost.org/cgi-bin/query.rb?hello=world&goodbye=thanksforallthefish
  7. We will make a news post after we try backing up more of Stevie's data. You can check the news forum http://www.helionet.org/index/forum/1-news/ follow us on Twitter https://twitter.com/heliohost and like us on Facebook https://www.facebook.com/HelioHost.org for the latest news. Anything that is recovered will be placed in the same https://www.heliohost.org/backup/ system.
  8. That's an excellent question! Create /home/rutaj6/backup.shGive it 755 permissionsPut the contents #!/bin/bash # create mysql dump(s) duplicate this line for other databases /bin/mysqldump --user=rutaj6 --password=password rutaj6_database > /home/rutaj6/rutaj6_database.sql # remove old backup rm -f /home/rutaj6/backup.tar.gz # archive and compress .sql files and public_html cd /home/rutaj6/ /bin/tar zcvf /home/rutaj6/backup.tar.gz *.sql public_html/* # attach backup to email with timestamp of when it was created date | /bin/mutt -a "/home/rutaj6/backup.tar.gz" -s "Rutaj6 cPanel Automated Backup" -- rutaj6@email.com Then go to https://tommy.heliohost.org:2083/frontend/paper_lantern/cron/index.htmlType an email for error messages to go to during the account creation. The mysqldump command will always result in an error message since you're passing a password on the command line.Select once a month from the dropdown box.Change the day/minute/hour to random numbers, like always take a backup on the 5th of the month at 1:36am. If everyone selects the first of the month at midnight it can cause load spikes.In the command box type "/home/rutaj6/backup.sh" If you want to prevent error messages from being emailed you can add "2>/dev/null" to the end of the command.
  9. Krydos

    So...

    I'm assuming you're talking about http://www.skullythepirate.com/wp/ which was showing a 500 error so I looked at error_log and saw [30-Dec-2016 21:58:05 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 72 bytes) in /home/skully/public_html/wp/wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php on line 896 I created http://www.skullythepirate.com/wp/phpinfo.php to find out what version of PHP you were using for that site, which is currently 5.6. Then I edited php.ini for version 5.6 and set the memory limit to 64mb. The reason your site wasn't working is because it is too much of a memory hog. Installing less plugins and stuff would probably make it run leaner and faster.
  10. Is that https://ruby-doc.org/stdlib-1.9.3/libdoc/cgi/rdoc/CGI.html#method-c-parse what you're trying to do?
  11. Stevie backups can be downloaded from https://www.heliohost.org/backup/ The username ivanvet, and the domain lasestabirra.heliohost.org are now available for you to create a new account.
  12. Are you able to install that module now?
  13. Here is the link to create an account https://heliohost.org/signup/ Signups reset at midnight UTC and lately have been staying available for about three hours. Once your account is created you can upload your backup and extract the files into public_html and use phpmyadmin to import your databases etc. Let us know if you need any help.
  14. You can upload it to your new account and extract it on the server or you can extract it on your home pc. You may need to install software to extract it at home. On mac and linux you can just type on a command line tar zxvf django.tar.gz On windows it's more complicated and you'll probably have to download something like winzip http://www.winzip.com/win/en/downwz.html
  15. Your backup link has been PM'd to you.
  16. The domain occult.ro is now available to create a new account.
  17. The username marcusse, and the domain janetmarcusse.com are now available to create a new account.
  18. The username xaothao, and the domain xaothao.com are now available to create a new account.
  19. There you go http://mistfloway.heliohost.org/
  20. The username gamegoof is now available to create a new account. Let us know if you need any domains released or if you want to use the same email address.
  21. To import your postgres .sql file go to https://tommy.heliohost.org:2083/3rdparty/phpPgAdmin/index.php select your database, click the sql tab, and click the choose file button.
  22. Set your nameservers to ns1.heliohost.org and ns2.heliohost.org
  23. What is the domain you're trying to change it to?
  24. Yes, we usually change the forum username temporarily to allow you to use your old username.
  25. What FTP client are you using?
×
×
  • Create New...