Jump to content

Krydos

Chief Executive Officer
  • Posts

    26471
  • Joined

  • Last visited

  • Days Won

    945

Everything posted by Krydos

  1. See http://www.helionet.org/index/topic/28406-my-cron-job-doesnt-work/?p=129898
  2. I talked to him on IRC chat and his command was /home/deep958/public_html/cron.php which doesn't do anything because it needs to be something like php /home/deep958/public_html/cron.php
  3. Do you get any more useful of an error if you enable error reporting? <configuration> <system.web> <customErrors mode="Off" /> </system.web> <system.webServer> <httpErrors errorMode="Detailed" /> </system.webServer> </configuration>
  4. That shouldn't really be possible while using sql strictly. If two mysql queries happen simultaneously the mysql server will pick one, and execute it first and the second one that happened at exactly the same time will have to wait a millisecond or two queued up to go next. However, if your code is to blame then it could be possible: $con = new mysqli($db_host, $db_user, $db_pass, $db_data); $sql = "select views from video_table where id = '$video'"; $result = $con->query($sql); $row = $result->fetch_assoc(); $views = $row['views']; $views++; // here is where another process could check the viewcount and get the same value $sql = "update video_table set views = '$views' where id = '$video'"; $con->query($sql); So, with that code several php processes could query for the current value, and get the same number, say 50, and all increment it in the php and put 51 back in the database. If you use wolstech SQL query above then you shouldn't lose data.
  5. What is the error message?
  6. That IP isn't blocked. What happens when you try to log in at https://tommy.heliohost.org:2083/ ? Does the page even load?
  7. Currently there is only one version of Python on Johnny. We recommend Ricky with Python 3.6.1 and 2.7.5, or Tommy with Python 3.6.0 and 2.7.5 if you're interested in using Python. Ricky and Tommy are also the only servers you can use flask on, and Tommy is the only server you can use django on. If you insist on staying on Johnny the python version is located at /usr/bin/python verion 2.6.6
  8. You can prevent your account from becoming inactive by logging in at https://www.heliohost.org/login/ at least once every 30 days.
  9. For some reason you deleted your public_html file, and replaced it with a file named Public_html with some html inside it. The way this works is anything you put in the public_html folder will be shown to anyone who visits your site. Since you deleted it people who visit your site will see an error saying it can't be found. I recreated the public_html folder for you, and moved your Public_html file in there and renamed it index.html. Let us know if you have any other questions.
  10. Let us know if you would like any links to sources. Anyone is able to create the article and anyone can edit it. https://en.wikipedia.org/w/index.php?title=HelioHost&action=edit&redlink=1
  11. We have a 728x90 banner for you to use on your site if you want. It looks like this: Just put this code on your page so we can see how many people view the banner and how many clicks it gets: <ins data-revive-zoneid="1" data-revive-id="321e1cec4956204a54bd86da12deea5b"></ins><script async src="//krydos.heliohost.org/a/www/delivery/asyncjs.php"></script> Let us know if there is a certain size banner that would work better for you and we can create one for you.
  12. What kind of bitcoin wallet would you suggest?
  13. Write a positive review about HelioHost at https://hosting.asp.net/hosting/hostingprovider/details/1105
  14. Reddit changes pretty quick and old threads get locked, but just dropping a link somewhere like this on a new post would bring us a lot of visitors https://www.reddit.com/r/web_design/comments/2ezmbm/has_anybody_got_any_experience_with_free_domain/ Here are some subreddits to keep an eye on https://www.reddit.com/r/freewebhosting/ https://www.reddit.com/r/webhosting/ https://www.reddit.com/r/Hosting/ https://www.reddit.com/r/web_design/ https://www.reddit.com/r/learnwebdev/ https://www.reddit.com/r/webdev/ https://www.reddit.com/r/web_programming/ https://www.reddit.com/r/php/ https://www.reddit.com/r/python/ https://www.reddit.com/r/wordpress https://www.reddit.com/r/Entrepreneur/ https://www.reddit.com/r/Frontend/ https://www.reddit.com/r/html5/ https://www.reddit.com/r/html5games/ https://www.reddit.com/r/css/ https://www.reddit.com/r/learnjavascript https://www.reddit.com/r/javascript/ https://www.reddit.com/r/jquery/ https://www.reddit.com/r/coding/ https://www.reddit.com/r/badcode/ https://www.reddit.com/r/AskComputerScience/ https://www.reddit.com/r/servers/ https://www.reddit.com/r/websecurity/ and a lot more...
  15. Write a review (and mentioned that we have java and 1000 MB storage) for HelioHost at http://www.hospedagensgratis.com.br/hospedagem/heliohost/
  16. Give us a 5 star review and post a comment on http://www.free-web-hostings.info/free-web-hosts/heliohost-org/
  17. If you can think of a competitor find them on alternativeto.net and make sure HelioHost is listed on their page https://alternativeto.net/
  18. You can give HelioHost an upvote as an alternative to our competitors https://alternativeto.net/software/000webhost/ https://alternativeto.net/software/smart-hosting/ https://alternativeto.net/software/ktmwebhosting/ https://alternativeto.net/software/peer-1-hosting/ https://alternativeto.net/software/little-hero-hosting/ https://alternativeto.net/software/hostinger/ https://alternativeto.net/software/joyent/ https://alternativeto.net/software/x10hosting/ https://alternativeto.net/software/onesite/ https://alternativeto.net/software/webbera/ https://alternativeto.net/software/zymic/ https://alternativeto.net/software/serversfree/ https://alternativeto.net/software/smart-hosting/ https://alternativeto.net/software/profreehost/
  19. You can post a review about HelioHost at http://alternativeto.net/software/heliohost/reviews/
  20. You can answer a question with a description of HelioHost at https://www.quora.com/pinned/Web-Hosting-Providers
  21. You can write a review about HelioHost at http://www.free-webhosts.com/reviews/add-review.php?hostname=HelioHost
  22. If you use something like this in your .htaccess RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] then google, and all the other search engines will eventually change all their links to https. I'm not sure how your library only allows https though. If they blocked port 80 entirely then typing something like heliohost.org would get blocked even though it would immediately forward to port 443. I've seen some bizarre browsers that behaved the way you're describing though. Basically any url you type in even if you specify http:// would automatically tack https:// onto everything. So if the site didn't provide https it would just say that site couldn't be found. Perhaps that is what your library is doing. Another thing that could be possible is maybe your library is willing to communicate on port 80 ONLY to find redirects to https. If the first response on port 80 isn't a 301 redirect to port 443 then it blocks the connection. Very weird either way.
  23. No, there is nothing wrong with Tommy. 100% uptime over the last week. You might have gotten blocked. Can you post the IP you see when you go to https://www.heliohost.org/ip.php so we can check if you're blocked?
×
×
  • Create New...