Search results

  1. C

    403 Forbidden

    Can you create a new PHP script and only use the added part? Also, echo whatever text you want after the last echo so that we can see if the script succeeds if it were to not 403. I believe we're getting onto something here.
  2. C

    Site Redirecting

    Are those all affected? Have you tried clearing the cache and using a different network such as mobile data?
  3. C

    403 Forbidden

    Would this small section be HTML or PHP? What is that section supposed to do?
  4. C

    Site Redirecting

    Okay. So that crosses Freedom traffic redirection out from the list. Does this happen to any other devices or just your PC?
  5. C

    403 Forbidden

    Mind stating the changes that were in the newer version of the script? (Basically a little change log.)
  6. C

    Site Redirecting

    Oh. By free domains, I mean ones like from Freenom.
  7. C

    Site Redirecting

    Try clearing your cache. Have you placed any ADs on your site? Are you using a free domain by any chance?
  8. C

    PHP script dosen't work

    You mean TeamSpeak 3 Webinterface? If so then that shouldn't be used on free hosting.
  9. C

    We've detected that you are signing in from a country that is different from where your account sign

    If it says that then that either means that you're in a different country or using a proxy/VPN.
  10. C

    Error Help needed (Please) "Deprecated: mysql_connect()..."

    mysql_*() functions aren't really the safest thing to use these days. The warning is basically saying that it's now unsupported and so it will be removed in a future PHP version (in this case, PHP7). Now, there's a few things you can do. 1. The best way of doing things is to either use MySQLi...
  11. C

    Sign-up Error

    I'm calling 'pong.'
  12. C

    How to make parked/addon domain display in browser

    You can add the *.x10host.com sub-domain, store the Google index file thingy (proof) on the document root, and send a removal request to Google. This won't exclude the TLD you have from their index and the sub-domain you're not wanting should go within a couple of days.
  13. C

    How to make parked/addon domain display in browser

    You can add the sub-domain as a site and request removal.
  14. C

    Sign-up Error

    Are you using anything like a VPN or proxy? Mobile networks also count (they use a proxy too).
  15. C

    How to make parked/addon domain display in browser

    If you had added it as an addon domain just fine then it should be doing what you're wanting it to do. Have you got any redirect set for the domain?
  16. C

    Want to critique my personal blog site?

    Little tips when it comes to PNG file size and speedy requests.... I use http://compresspng.com/ (lossy) first and THEN https://tinypng.com/ (loseless). In order, they're very effective in decreasing the file size by a crazy amount.
  17. C

    Looking for a web script...

    You cannot execute Python scripts on free hosting.
  18. C

    [Help] Migrating a Wordpress site - multiple errors

    It was because update_option() didn't exist at the time you were calling for it.
  19. C

    [Help] Migrating a Wordpress site - multiple errors

    That's very unusual. It doesn't look like it's something that would be caused by MySQL alone...
  20. C

    [Help] Migrating a Wordpress site - multiple errors

    Ooo.. You'll need that file. Okay, so you'll need to switch cPanel "theme" using the option in the header and picking something like cPanelX3 (or whatever it's called), open phpMyAdmin, press the database on the left pane you want to import the data to, press the 'import' tab, pick the SQL...
Top