Search results

  1. N

    Cannot access PHPMyAdmin

    I can't access PHPMyAdmin from the control panel anymore, I get the error: 'IP Mismatch'. I have not changed any settings, I just signed in today and can't get into PHPMyAdmin anymore.
  2. N

    Resolved I cannot access my account

    I have been trying to access the dashboard for my x10hosting account for about a month now, but I always get the same error: Network Blocklisted. A VPN, TOR, or other technology was detected. Requests from these services are blocked. I am using the same computer that I have always used and no VPN.
  3. N

    Cannot access my account on other devices

    I would like to access my x10hosting account on my laptop which is often at another location, but I get an error when trying to login on the laptop.
  4. N

    HTTPS issues

    I am working on making an http request from an app to a php file in my web server, but the SSL doesn't seem to work outside of a web browser, and I can't use HTTP instead of HTTPS.
  5. N

    SSL not working

    I have been having issues with my website not loading properly, as I would continuously get a 'this site can't provide a secure connection' error from google chrome. I tried creating a new SSL certificate, but now I am only getting a 'this connection is not private' error and safari won't let me...
  6. N

    I can't find my website

    I recently made a new domain, but when I type in the URL(http://nihonium.com), I get a "can't find server" error.
  7. N

    Unable to create new Domains

    I recently tried to create a new domain, but even with a valid domain, I keep getting the error: 'domain adding disabled'.
  8. N

    PHP if statement problems

    I Im trying to make a sign in section in my website and my if statement is always counted as true. the code I have is $testword = "test"; if($testword = "testing"){ echo "yes"; } the website always displays yes.
  9. N

    Mail() function troubles

    I wanted to make and send simple emails through my website, but the mail() function does not work. I have heard that I need to edit the php.ini files, but I cannot access them as I am a free member.
  10. N

    My IP is blacklisted

    I recently tried to log into my control panel, but I get an error message that says my ip is blacklisted. hoe do I log in? can you remove my ip from the blacklist? thanks.
  11. N

    Inline php issues

    I'm trying to make a simple echo with php in my members.html file. the php is just commented out. how can I fix it? Can I use the <link> tag to use external php files? the code I am trying to use looks something like this: <html> (html stuff here) <?php echo test; ?> (more html) </html>
  12. N

    Images not showing on website

    my images are not showing on the webpage, and I cannot find what the file path for the images should be. they are in the images folder, in public_html.
  13. N

    My website has "apache is functioning normally error"

    I accidentally deleted the domain that my website was on, so I quickly created the domain with the same name and subdomain "https://nocapapps.x10.mx/". After placing the html back into the file manager just as I had before, the website didn't change from the beginning page. soon after the...
Top