You are not logged in.

Dear visitor, welcome to sourceserver.info. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

  • "Dark Star HD" started this thread

Posts: 18

Location: Peine

Occupation: Schule

wcf.user.option.userOption53: Nein

  • Send private message

1

Wednesday, October 22nd 2014, 1:09pm

Player Time Tracker

Hallo liebes Sourceserver Team und liebe User.

Ich habe da ein Time Player Tracker gefunden, weiß aber leider nich wie und wo das hin muss.

Run this SQL command on your database:

Code:

CREATE TABLE `TimeTracker` (
`name` varchar(64) NOT NULL,
`steamid` varchar(64) NOT NULL,
`TimePlayed` int(64) NOT NULL,
`tracking` tinyint(1) NOT NULL,
UNIQUE KEY `steamid` (`steamid`)
)

Danke im vorraus :thumbsup:

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

2

Wednesday, October 22nd 2014, 1:24pm

Ausfürn am Mysql Server z.b. über PhpMyAdmin?

Greetz

hEAVEN

Trainee

Posts: 83

Location: Berlin

wcf.user.option.userOption53: Nein

  • Send private message

3

Wednesday, October 22nd 2014, 6:34pm

In deiner Datenbank Anmelden ich gehe von phpmyadmin mal aus
dann in der Menü leiste auf SQL klicken und einfügen und ok klicken ende.

CREATE TABLE `TimeTracker` (
`name` varchar(64) NOT NULL,
`steamid` varchar(64) NOT NULL,
`TimePlayed` int(64) NOT NULL,
`tracking` tinyint(1) NOT NULL,
UNIQUE KEY `steamid` (`steamid`)
)

Similar threads

Used tags

playertime, sourcemod