online/offline thread

  • jma1111
    16th Jan 2011 Member 0 Permalink
    wikku9:
    simon should make status next to post, when user is logged on site - shows green text "Online", when no - red text "Offline"

    yes
  • Ace
    16th Jan 2011 Member 0 Permalink
    18/01/2010 12:33
    Ace: on
  • roguegeneral--
    16th Jan 2011 Member 0 Permalink
    This is Roguegeneral signing off see yall tommorow
  • petrol
    16th Jan 2011 Member 0 Permalink
    petrol signing of as well and guys comment and keep queensland flood forum on the frount page
  • Cr15py
    16th Jan 2011 Member 0 Permalink
    let l = status(on/off)
    let o = on
    let f = off
    0.5o
    That's right.
  • Mur
    16th Jan 2011 Member 0 Permalink
    #include <stdio.h>
    #include <string.h>

    main( int argc, char *argv[] )
    {
    if( argc == 2 )
    {
    if(!strncmp(argv[1], "on", 2) || !strncmp(argv[1], "off", 3) || !strncmp(argv[1], "away", 4))
    {
    printf("I'm %s!!\n", argv[1]);
    }
    else
    {
    printf("Not a valid status.\n");
    }
    }
    return 0;
    }
  • Mur
    16th Jan 2011 Member 0 Permalink
    ./status on
    Double post!!
  • pandaikon
    16th Jan 2011 Member 0 Permalink
    Stupid idea to post every time.

    A 'online' mark is something that I wanted for a long time.
  • Mur
    16th Jan 2011 Member 0 Permalink
    @pandaikon
    This already been suggested, kid...take a look on the first page of this topic...
  • roguegeneral--
    16th Jan 2011 Member 0 Permalink
    RGE is back online