Search results

  1. ctyrd

    no hosting control panel

    What is the domain. Should check dns and SSL status.
  2. ctyrd

    You posted in the wrong forum/thread. Start your own post here...

    You posted in the wrong forum/thread. Start your own post here: https://community.x10hosting.com/forums/free-hosting.9/ Logins are in the following links: https://x10hosting/panel https://x15.x10hosting.com:2222
  3. ctyrd

    Can send emails but not receive them

    In a mx record the 25 is not a port, it is "priority". 10 would be better then 20. https://www.cloudflare.com/learning/dns/dns-records/dns-mx-record/ There is an error with your MX name validity. Check it here. An "A record" for "_dc-mx.144f7c56db9a" may fix the issue. With an email client...
  4. ctyrd

    Need PHP to increase post size

    You could try to extract the jetpack.11.9.1 archive locally, and ftp (filezilla) to the WP plugin folder. I remember the "plugin" folder name has to match the name of the folder inside the archive. It may be a long winded process to ftp. But it is a way around the upload restrictions.
  5. ctyrd

    Mail() function troubles

    You'll have to use smtp auth with mail()
  6. ctyrd

    Can send emails but not receive them

    Something has defiantly changed. SSL/TLS not working correctly with hosted domain port. Insecure works as expected. Something in your dns records needs updating. Need a domain to check dns records.
  7. ctyrd

    Support

    Deleting your account is the wrong thing to do. You should be able to manage your account. Fix the login issue first. login here: https://redlinesolucoes.com:2222/ (manage WP install) login here: https://x10hosting.com/panel (manage/domain/go to hosting control) Restart isp router/modem...
  8. ctyrd

    Support

    I'm getting Wordpress error: Your PHP installation appears to be missing the MySQL extension which is required by WordPress. It has to do with WP version, and php version, and an editor plugin. https://x14.x10hosting.com:2222/ - check php version The default WP install from softaculous does...
  9. ctyrd

    Support

    Need a domain name to the website.
  10. ctyrd

    Access Error X10 login - Network Blacklisted

    Have you restarted the ISP router/modem. Probably need to renew IP lease.
  11. ctyrd

    Cloudflare Issue

    Would you mind sharing your URL to the site with issues? CloudFlare free SSL certificate uses proxy "A Records". removed enoc.us
  12. ctyrd

    Inline php issues

    Need a link to what your seeing. https://nocapapps.x10.mx/index.php
  13. ctyrd

    Wanna delete default email address.

    The default email address is the Directadmin account name, so not to be deleted.
  14. ctyrd

    Inline php issues

    Your file should be named "file.php", not "file.html".
  15. ctyrd

    I can't see the domain added to my account

    What is the domain that exists? Domain management is done at the x10 panel: https://x10hosting.com/panel
  16. ctyrd

    My site does not load minacantallops.x10.bz

    No problem accessing site from here: https://minacantallops.x10.bz/wp/ Probable need a ISP router/modem restart.
  17. ctyrd

    Single Sign On (SSO) not propagating from DirectAdmin to Control Panel

    I would check the username/password. Some how during the migration the URLs change, or firefoxes is not coping with the bootstrap vars javascript. Google Chrome ctryrd.org:2222 x13.x10hosting.com:2222 Same thing, different URLs So my username/password for the logon is same for both URLs...
  18. ctyrd

    Write permissions to public_html Directory

    I am a client of x10hosting. x10hosting is a client of some company. It seems to me they would have "special permissions" over x10hosting. So all x10's clients also. I'm not sure about that. I think that would be x10's support channel if x10 uses one.
  19. ctyrd

    Write permissions to public_html Directory

    You misunderstood the thread. A direct question, Someone with Admin permissions "COULD" logon and edit/add/delete files in the public_html directory. of a user account. chmod is a command to change software access permissions and the special mode flags. Apache, LiteSpeed Web Server...
  20. ctyrd

    Images not showing on website

    File path is relevent to root. public_html is root. https://nocapapps.x10.mx/newFav.png Your img link is wrong. <img src "/logo.png" alt="logo goes here" width="50" height="50"> should be <img src="logo.png" alt="logo goes here" width="50" height="50"> css is linked in the <head> tag in the...
Top