You are not logged in.

  • "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