Search results

  1. ctyrd

    403 Forbidden

    Yea your missing index.php. admin is working: https://jalexander.online/wp-admin/ really slow though. All the .shtml files could be delete https://jalexander.online/404.shtml If it was me I would remove the Softaculous WP install. Then go back to file manager and remove remaining files in the...
  2. ctyrd

    403 Forbidden

    A domain name would help a lot. The default Softaculous WP install is /public_html/wp/. Which makes it http: www.something.com/wp/. So your x10 hosted domain is needed, so members can see what you have going on. public_html has directory indexing disabled by default. If no index file it will go...
  3. ctyrd

    Awaiting Approval

    Has x10 Administration responded to your request yet?
  4. ctyrd

    I can't access the site

    You could always upgrade: https://community.x10hosting.com/threads/free-hosting-upgrades.210723/#post-991246
  5. ctyrd

    I can't access the site

    https://kebab-super-king.x10.mx/ is going 403 and secure. https://kebab-super-king.x10.mx/wp/ is the same as /public_html/wp/ and is now secure. But loads very slow. If it was me I install WP to the /public_html directory. Check your php version in hosting control panel...
  6. ctyrd

    I can't access the site

    Getting SSL error for http://kebab-super-king.x10.mx/ NET::ERR_CERT_COMMON_NAME_INVALID Common Name (CN) x12.x10hosting.com
  7. ctyrd

    Email alias / Forwarding

    https://ctyrd.org:2222/user/email/accounts
  8. ctyrd

    x13 License check failure

    Yes, it is working now.
  9. ctyrd

    x13 License check failure

    Server/host x13 giving error: "License check failure". https://www.ctyrd.org:2222/
  10. ctyrd

    Email alias / Forwarding

    Is there a place where restrictions are listed. I can not find it in the TOS? I have been going by the 200 quota in the hosting control panel.
  11. ctyrd

    Email alias / Forwarding

    Feature not active in Hosting control panel account on x13.
  12. ctyrd

    endereço do domínio errado no site

    Por favor, poste a solicitação em inglês! Please post request in English language! Will need the domain to help with issue.
  13. ctyrd

    403 problem

    Extract the .wpress file locally and use ftp client to upload.
  14. ctyrd

    HTTP Loopback Connections are not enabled on this server

    The site is working: https://mangadex.x10.mx/ and so is WP: https://mangadex.x10.mx/wp-admin/ Really can't tell what your doing or error your getting. https://mangadex.x10.mx/wp-admin/admin-ajax.php gives error: try the debugging link above.
  15. ctyrd

    Message in connect to DB

    Check the pdo drivers in your phpinfo mysql is not enabled. yours: dblib, firebird, oci, odbc, pgsql, sqlite mydrivers: mysql, sqlite https://ctyrd.org/info.php
  16. ctyrd

    Message in connect to DB

    phpinfo.php can help find the trouble. It is very difficult searching for issues on script written at home, running on a hosting server software. pdo_mysql.default_socket - /var/lib/mysql/mysql.sock Check error logs.
  17. ctyrd

    Failed to login

    Restart ISP Router/modem. If still blacklisted request removed from blacklist.
  18. ctyrd

    Message in connect to DB

    @berrutti You'll have to search, Do you have a phpinfo.php file in the public_html dirctory? <?php phpinfo();?> Check for errors in error logs https://prbcursos.x10.bz:2222/ Try enabling "pdo_dblib" and "nd_pdo_mysql" Server: DA PMA Signon (Localhost via UNIX socket) Server type: MariaDB
  19. ctyrd

    HTTP Loopback Connections are not enabled on this server

    what is the real file path for admin-ajax.php
  20. ctyrd

    Message in connect to DB

    Maybe syntax, is it $bd = or $db = and extra " marks. Try something like $db = new PDO('mysql:host=localhost;dbname='.DBNAME, 'user', 'password');
Top