Jump to content

Bailey

Helpers
  • Posts

    803
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Bailey

  1. Make sure you are closing you connections after opening them as this means theoretically you can connect at anytime on 6+ browsers simultaneously because you would have closed them after doing what is needed.
  2. No, they need to be 644. And all PHP versions are the same. It's what Apache uses to display files. They can't be executable by anyone other wise I believe they are seen as programs not `.php` files.
  3. Go to "MultiPHP" in cPanel and pick the version you need. I wouldn't use the Apache handler.
  4. Bailey

    Tommy

    Yeah, I though it was that and mentioned it on the discord server this morning... but no one answered. lol.
  5. It will be in about 5 minutes so if you want to start developing it (or installing it) depending on what you actually want to do with it. It should work by the time you're finnished.
  6. I doubt he'll be able to test it seems he's extremely busy.
  7. When your change from your test site to your main website, be sure to change the PHP from 5.4 to 7.2 also.
  8. It looks like you need to set the database as a read and write. It's currently only read.
  9. Sorry if it wasn't clear, that's what I mean by these posts. I've asked @Krydos to install them on PHP 7.
  10. You may need to change your PHP to 7 using 'Multi PHP' in cPanel.
  11. You may have to ask Krydos to install these, gmp, mbstring, curl, openssl on PHP 7 but it should work.
  12. For example, IE 7 and below may not support this but Chrome and Firefox should.
  13. It's the browser that you need to worry about. Not your hosting provider
  14. When you visit /cpanel/ it will. It thinks you are trying to connect to the cPanel that domain in linked too. My own domain does this.
  15. The reason the deleted script was still running is because it was probably somehow still running in the servers RAM.
  16. Does this help? https://www.helionet.org/index/topic/29129-python-script-behavior/
  17. A URL (Uniform Resource Locator), as the name suggests, provides a way to locate a resource on the web, the hypertext system that operates over the internet. The URL contains the name of the protocol to be used to access the resource and a resource name. The first part of a URL identifies what protocol to use. The second part identifies the IP address or domain name where the resource is located.
×
×
  • Create New...