Search results

  1. N

    I can't find my website

    I created the new domain through x10hosting.
  2. N

    I can't find my website

    I am also having trouble setting up DNS and SSL.
  3. 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.
  4. 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'.
  5. N

    PHP if statement problems

    thanks! I have never seen double = in php, but I guess I should have known as I have used it frequently in other languages.
  6. 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.
  7. N

    Mail() function troubles

    Okay. I was wanting to try an SMTP server anyway. Thanks.
  8. 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.
  9. N

    Inline php issues

    thanks, I have no clue what was wrong, but you fixed it.
  10. N

    Inline php issues

    I have changed it now to index.php. try the link again and you should see the error.
  11. N

    Inline php issues

    I have tried, but it only bring me to the same error as before.
  12. N

    Inline php issues

    I will try that soon.
  13. N

    Inline php issues

    I have since changed it back to .html, but I will change it back soon, my ip got unexpectedly blacklisted again. usually it works normally again after about half an hour.
  14. N

    Inline php issues

    when I change the file the index.php, I get a message saying Forbidden: PHP engine is disable.
  15. 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.
  16. 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>
  17. N

    Images not showing on website

    okay. thanks. I have fixed the mistakes and it is working properly. thanks!
  18. N

    Images not showing on website

    I have now noticed that CSS is also not loading, if I have it In the right place. I have a css file in public_html, next to index.html. should I change the directory index? it seems to have no effect whether I change it to public_html or anything else
  19. 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.
  20. N

    My website has "apache is functioning normally error"

    IT WORKED!!!! I'm not sure how, but my previous website did not have ssl and used http, but I guess I fixed my new website AND got an ssl certificate.
Top