Search results

  1. D

    'Error establishing a database connection'

    The same problem here. I get this error message: Could not connect: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  2. D

    Cant login to my account panel!

    I've got the same problem
  3. D

    Incorrect remote address

    it works fine with $_SERVER['HTTP_X_FORWARDED_FOR'] I've found this thread, before I asked, but I didn't check if it works, because thread was quite old and REMOTE_ADDR stopped work today. Thanks
  4. D

    Incorrect remote address

    My webpage looks fine, but i've got a problem with php variable $_SERVER['REMOTE_ADDR']; Normally it contains viewer's IP address, but today I noticed that it has value "127.0.0.1". This page http://dawwin.x10.bz/test.php contains following code <?php echo $_SERVER['REMOTE_ADDR']; ?> If...
  5. D

    Incorrect remote address

    Today I noticed that $_SERVER['REMOTE_ADDR'] always contains "127.0.0.1" instead of correct remote host address. Yesterday it was fine. My web page is http://dawwin.x10.bz . Can someone fix this?
  6. D

    My site is unavailable

    It's working now
  7. D

    My site is unavailable

    Hello, I would like to know, why my website http://dawwin.x10.bz is unavailable. I get 404 error message. My files (including index.php) are uploaded correctly and my account is not suspended
Top