Advanced Search

Search:

Type: Posts; User: keyboard1333; Keyword(s):

Page 1 of 20 1 2 3 4

Search: Search took 0.04 seconds.

  1. Computer magically broke for no reason!

    Hey everyone,
    I was using my laptop the other day, and it just stopped working for no reason. I didn't really get a good a chance to examine it at the time though, I was cleaning a cups-worth of...
  2. That's interesting. It's the & that makes it work...

    That's interesting. It's the & that makes it work like that yes?



    At the time, I'd commented out my if in that format, and was just echoing the value of the function. Yeah.


    Really? I...
  3. Replies
    10
    Views
    691

    There is no built in easy way, but there are...

    There is no built in easy way, but there are services that provide that functionality. Read (http://php.net/manual/en/function.geoip-record-by-name.php)
    (uses GeoIP -...
  4. I was just using that while debugging so I could...

    I was just using that while debugging so I could see which it was returning easier (personal preference)


    The wrong username/password error. -



    Hahahhaa, I'd just like to stop the PHP...
  5. Something really weird is going on o.O ...

    Something really weird is going on o.O



    <?php
    function sqli_connect($username, $password) {
    $sqli_connection = mysqli_connect('localhost', $username, $password);
    if(!$sqli_connection) {...
  6. I'm using a function because the user inputs the...

    I'm using a function because the user inputs the mysql login details (don't ask :p) so it's a lot easier to just put that stuff into some parameters then using an include (or a require).

    Thanks...
  7. Accessing a variable in a function from the main script

    G'day all!

    Say I've got this function that connects to the mysql database -


    function sqli_connect($username, $password) {
    $connection = mysqli_connect("localhost", $username, $password);...
  8. Replies
    42
    Views
    1,841

    Out of curiousity, do you all know what UTC zone...

    Out of curiousity, do you all know what UTC zone you're in?
    I think I'm UTC +10 or 11 :p
  9. Replies
    8
    Views
    1,021

    Dayum :( Not really sure where to go from there...

    Dayum :(
    Not really sure where to go from there :p
    Oh Google, why won't you give me an answer :(
  10. Replies
    8
    Views
    1,021

    As I said, it's kind of a dedicated server so I'd...

    As I said, it's kind of a dedicated server so I'd need to set up the ssh port myself.
  11. Replies
    8
    Views
    1,021

    Ok, tried that out but still no luck, so I need...

    Ok, tried that out but still no luck, so I need to open port 22 for SSH.
    Anyone know how to A, open it, and B, use it for SSH?
  12. Replies
    8
    Views
    1,021

    PuTTY issues

    Good day all!
    First off, sorry for being so absent recently; I've been a tad busy trying to sort everything out.

    Now to the question:
    I'm using a bit of software called PuTTY, a free ssh (and...
  13. Replies
    2
    Views
    722

    Just to confirm, yes it does become readily...

    Just to confirm, yes it does become readily available once you get to Senior Coder.
    You've been Senior for a little while ajfmrf... you probably just didn't notice it :p
  14. Replies
    12
    Views
    1,962

    Ummmmm... what?

    Ummmmm... what?
  15. Replies
    12
    Views
    1,962

    Lol forgot to mention that herp derp.

    Lol forgot to mention that herp derp.
  16. Replies
    12
    Views
    1,962

    The thumbnail came automatically off the linked...

    The thumbnail came automatically off the linked image.
    If you actually open the link, you should be able to make it out pretty easily.

    Yeah Daniel, I have no idea how it got onto the site :p
  17. Replies
    12
    Views
    1,962

    Ummm... just... something that shouldn't be on...

    Ummm... just... something that shouldn't be on DD... Not spam or anything...
  18. Replies
    12
    Views
    1,962

    Just zoom in a bit :p You have to look around a...

    Just zoom in a bit :p
    You have to look around a little while.
  19. Disable the directory listing, or just show a...

    Disable the directory listing, or just show a blank page; either is fine.
  20. Replies
    12
    Views
    1,962

    Funny screenshots

    It made me laugh :p Just so out of place.
    http://fldrstudios.com/ddforumsscreen3.png


    You guys got any good screenshots... of anything at all?
  21. Error on navigating to directory with no index file (htaaccess)

    Is there any way to set up the specified using htaacess?
    I tried before, but it just broke the entire website :p
  22. Replies
    9
    Views
    1,856

    Then it's a hardware issue. Whether getting a new...

    Then it's a hardware issue. Whether getting a new drive would fix it is another question.

    That'd be a minor issue, yeah :p

    What's it doing now that it wasn't doing before?
  23. Replies
    9
    Views
    1,856

    I think he tried using a file to make it open...

    I think he tried using a file to make it open last time this was brought up. Still had the same effect.
    By that token, I don't think that making it think there's a cd in there when there isn't would...
  24. Replies
    8
    Views
    1,274

    Yep, exactly.

    Yep, exactly.
  25. Replies
    8
    Views
    1,274

    I'm really only looking for plugins within phpbb,...

    I'm really only looking for plugins within phpbb, but I might consider it Bev... Hmmm..
    And james, thanks for that link. One question though; are they all manual moderation tools, or are there some...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4