Does anyone have a SQL table that identifies the IDs of users who are online on the server?
Printable View
Does anyone have a SQL table that identifies the IDs of users who are online on the server?
use batgm
-- 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);
I will run it on SQL?
I made an addon for pwadmin for that :thumbup1:
Project Page (made by ronny1982)
>> http://pwadmin.codeplex.com/
My addon for this project
>> http://pwadmin.codeplex.com/Thread/V...hreadId=207519
SCREENSHOT:
http://img687.imageshack.us/img687/2...econnected.png