Jump to content

yashrs

Moderators
  • Posts

    1,065
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by yashrs

  1. Yeah, I have registered a new domain with the domain name you told me, and I have set the nameservers to heliohost's nameservers: ns1.heliohost.org, ns2.heliohost.org. Have you added it to cPanel ? I mean as a Add-on domain or a Parked Domain or as your main domain ?
  2. Dont enter the same nameserver again in the second box. Also, if you need help, I can help you through teamviewer, PM me the time suitable to you, or else I could register the .tk domain for you, and will keep renewing it with mine . Also, hussam, the name servers are "ns1.heliohost.org", "ns2.heliohost.org" and not "ns1.heliohost.com", 'ns1.heliohost.com".
  3. Try entering only ns1.heliohost.org as the nameserver in the "Your own DNS". ns2.heliohost.org is down sometimes because it is located on Johnny server.
  4. When did you create your account ? Johnny accounts can take upto 5 days for its creation.
  5. However, you do not have a domain redirect. You have "Go Social" installed on your site. Maybe that would be putting load on your website. http://i.imgur.com/9Rahx10.png
  6. @crsus what @hussam is trying to say is to move all the files in the joomla folder to the root of the public_html folder so that the joomla doesn't come in between, and also the index of the website isnt shown. The page configuration.php that you are trying to open, check the permission of that file. The permission should be 644, so that you can write on it.
  7. 216.218.192.170 is the IP address of Heliohost. It would always bring the Account Queued Page. This IP 216.218.192.170, is shared for many ten thousands of websites. Just wait for around 24 hours after you made changes to the NS record. The site will be up at www.happypuppyairsoft.com, and not 216.218.192.170.
  8. http://www.helionet.org/index/topic/19064-problem-postgresql-login-on-stevie/ also the same post. After the upgrade on the Stevie server, I also haven't been able to log on to phpPhAdmin.
  9. Added this to my php. Works for only a file. <?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?> Any other code/trick to make it work with javascript and CSS files ?
  10. I want to enable gzip compression on my website. Tried using this code(in the .htaccess): <ifModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file .(html?|txt|css|js|php|pl)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* </ifModule> Also tried this: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascriptTell me if somebody has a working solution.
  11. Your website is up and running. Please clear your cache if you are not able to see your site.
  12. Same problem here. ( http://www.helionet.org/index/topic/19064-problem-postgresql-login-on-stevie )
  13. Yeah, saw that. 404 error, btw you deleted it @wolstech ?
  14. It is loading fine for me. http://i.imgur.com/msVWVnf.png
  15. There is a auto-like script for facebook on that website. I tried logging into that website with a test account, and then the website was already suspended again for high load(most probably).
  16. Wait for some more time. Johnny accounts can take upto 5 days for its creation and to get out of the queue.
  17. Yeah, I know that. But still it shouldn't be visible to public.
  18. File visible to public. Any moderator, please escalate this request to the admins. http://heliohost.org/home/error_log
  19. Still the PostgreSQL Server looks offline. Getting the same error as got previously.
  20. I am assuming that you are on Stevie. This relates to the problem of MySQL in Stevie since Mid-Feb. MySQL goes up and down many times. Though this rate has improved, this has not stopped fully. The MySQL database goes down for a while, sometimes in a day.. This might be the error you are receiving Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) The server is not responding (or the local server's socket is not correctly configured). Try after some time and you will be able to access it. (Or else, try changing password form cPanel, with the option Allow MySQL Password change.)
  21. Thank you very much ! ! You use which server/host for minecraft server? I also want to host one, for all my friends and me.
  22. That worked like a charm !! Thank you very much..
  23. Just wanted to ask: How do you point subdomains to other host or server ?
  24. I want to execute some php on html pages. Already tried this:- ( doesn't work ) AddType application/x-httpd-php htm html AddHandler application/x-httpd-php .html <FilesMatch "\.html$"> SetHandler application/x-httpd-php </FilesMatch> Let me know if anybody has some idea to get this running.
×
×
  • Create New...