Who is online on server

Results 1 to 6 of 6
  1. #1
    Sorcerer Supreme vinicius.edson is offline
    Member +Rank
    Dec 2008 Join Date
    Recife, BrazilLocation
    312Posts

    sad Who is online on server

    Does anyone have a SQL table that identifies the IDs of users who are online on the server?


  2. #2
    Robb rbb138 is offline
    Grand MasterRank
    Jan 2009 Join Date
    London, EnglandLocation
    1,241Posts

    Re: Who is online on server

    use batgm

  3. #3

    Re: Who is online on server

    -- phpMyAdmin SQL Dump
    -- version 3.2.4
    -- http://www.phpmyadmin.net
    --
    -- Host: localhost
    -- Generation Time: Apr 28, 2010 at 09:54 PM
    -- Server version: 5.1.41
    -- PHP Version: 5.3.1

    SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

    --
    -- Database: `dbo`
    --

    -- --------------------------------------------------------

    --
    -- Table structure for table `online`
    --

    CREATE TABLE IF NOT EXISTS `online` (
    `ID` int(11) NOT NULL DEFAULT '0'
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

    --
    -- Dumping data for table `online`
    --

    INSERT INTO `online` (`ID`) VALUES
    (2224),
    (2480),
    (39088),
    (29184),
    (4928),
    (37520),
    (1472),
    (4128),
    (16368),
    (22144),
    (36992),
    (3072),
    (5280),
    (8160),
    (720),
    (1696),
    (64),
    (34912),
    (34288),
    (3232),
    (9360),
    (8016),
    (4192),
    (37648),
    (6544),
    (7520),
    (17536),
    (37104),
    (35568),
    (4272),
    (1600),
    (32256),
    (35056);

  4. #4
    Sorcerer Supreme vinicius.edson is offline
    Member +Rank
    Dec 2008 Join Date
    Recife, BrazilLocation
    312Posts

    Re: Who is online on server

    I will run it on SQL?

  5. #5
    Nerd-IO Romulan is offline
    Grand MasterRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: Who is online on server

    Quote Originally Posted by vinicius.edson View Post
    Does anyone have a SQL table that identifies the IDs of users who are online on the server?
    I made an addon for pwadmin for that

    Project Page (made by ronny1982)
    >> http://pwadmin.codeplex.com/

    My addon for this project
    >> http://pwadmin.codeplex.com/Thread/V...hreadId=207519

    SCREENSHOT:
    Last edited by Romulan; 29-04-10 at 10:11 AM.

  6. #6
    Sorcerer Supreme vinicius.edson is offline
    Member +Rank
    Dec 2008 Join Date
    Recife, BrazilLocation
    312Posts

    thumbs up Re: Who is online on server

    Quote Originally Posted by Romulan View Post
    I made an addon for pwadmin for that

    Project Page (made by ronny1982)
    >> http://pwadmin.codeplex.com/

    My addon for this project
    >> http://pwadmin.codeplex.com/Thread/V...hreadId=207519

    SCREENSHOT:
    Yes. I'm using it now. Tnx!



Advertisement