Search results

  1. C

    Resolved More of an inquiry

    If free hosting does not generally allow shell command execution, then I doubt such a feature would be permitted...
  2. C

    Password not encrypted in SSO source code

    This was not the first time it was noticed. If I recall correctly from their past explanation, the passwords are hashed but the credentials from the POST request are stored in the session. It would be 'printed' onto the page with the intention to submit those details to the control panel which...
  3. C

    General Error

    This is likely because your PHP version has changed to PHP 7 or above, which removes support for ext/mysql (mysql_* extension). The software you use would either need to use MySQLi or PDO, if you are unable to change the PHP version to PHP 5 (the very last PHP 5 version has been end-of-life...
  4. C

    One of my files get trashed

    As mentioned in the terms of service, individual files that are over 10MB are automatically removed.
  5. C

    Using curl Command for Account Login

    As long as you're able to figure out how it works, there will be a way. But really, there's a reason why they want users to log in manually. Also, you wouldn't want to risk getting in trouble, even if you hide the automation well enough. That said, wouldn't advise doing so.
  6. C

    Help

    X10Hosting does not allow external incoming and outgoing MySQL connections.
  7. C

    Extortion email

    It's a typical sort of email that many have received since.. a few months back? Don't worry about it.
  8. C

    POST request size limit?

    One of the rules used is to block keywords to do with drugs, as there would typically be spam regarding that. Yes, in this case, there is no mention of such things. However, it does sound as if there is a rule in place looking for the words you had pointed out. When it does 403, your main page...
  9. C

    POST request size limit?

    mod_security2 is in place, so there may be a rule that is preventing such words (spam-related)
  10. C

    My website is showing not secure

    Since I am using one of the older free hosting servers, X10 has not added in an option to use the more modern theme. So this may look very different in your case. In any case, this is what I see.
  11. C

    phpMyAdmin hangs

    That will not work, as it is set up so that you cannot remotely authenticate to the MySQL server.
  12. C

    Error

    cPanel > Select PHP version Change the version to 7.1 or what Opencart recommends for that version.
  13. C

    My website is showing not secure

    In cPanel, there should be a Cloudflare option. You can get flexible "Universal SSL" from there.
  14. C

    Creating PHP script for form data

    The hostname to be used in regards to MySQL is 'localhost'.
  15. C

    I'm back / Question

    cPanel > Select PHP version (set the version to PHP 7.1 [or newer, if available])
  16. C

    Direccion Web de mi página. No segura.

    By default, there is no HTTPS. In cPanel, you can try using the Cloudflare section to get "Universal SSL" set up. Do note that this would be flexible "SSL" (connection is only encrypted between the client and Cloudflare's servers -- connection between Cloudflare's servers and your site will not...
  17. C

    HTTPS possible (first post)

    Example... Domain: https://google.com Sub-domain: https://images.google.com
  18. C

    HTTPS possible (first post)

    With how things are set up currently on the free hosting servers, you cannot add in your own certificate. However, you can use the Cloudflare option in cPanel if you want to have HTTPS work with the sub-domain X10 had provided.
  19. C

    PHP Error on this host?

    I know, response is a tad late. It's causing a syntax error. Did you mean: $finalVal = round(1/(10**($combVal/400)), 2, PHP_ROUND_HALF_UP);
  20. C

    PHP Thumbnail Generator Not Working

    Check if the 'gd' PHP extension is enabled. PHP extension management section can be found on the 'Select PHP Version' page in cPanel.
Top