Search results

  1. R

    mysqli is b0rk?

    Currently, I'm doing: <?php include("config/databasecfg.php"); $stmt = $db->prepare('SELECT * FROM users WHERE id = ?'); $stmt->bind_param('s', $_GET['id']); $stmt->execute(); $result = $stmt->get_result(); while ($row =...
  2. R

    Disabling gzip compression?

    Hi. Is there a way to disable gzip compression?
  3. R

    Login not working anymore.

    On my site, http://rblxdev.pw, login won't work. A few months ago (I think before the free server change), it worked fine. Now it's broken. I'm using http://www.php-login.net/ minimal. Can someone help?
  4. R

    403 Forbidden

    Hi! I'm trying to get the "logo.png" picture to show up on my site, but it doesn't show! When I go to the actual URL [/logo.png], it shows 403 forbidden. Is there a naming block or did I just derp something again? I'm not sure if posting a URL is allowed, but here: rblxdev.com/logo.png. Thanks.
Top