PHP Classes

File: webstats.sql

Recommend this page to a friend!
  Classes of Moellers Oma   CAuth   webstats.sql   Download  
File: webstats.sql
Role: ???
Content type: text/plain
Description: database for keeping the user stats
Class: CAuth
authenticates users on mysql_db, with session
Author: By
Last change:
Date: 21 years ago
Size: 699 bytes
 

Contents

Class file image Download
# phpMyAdmin MySQL-Dump # version 2.2.6 # http://phpwizard.net/phpMyAdmin/ # http://www.phpmyadmin.net/ (download page) # # Host: localhost # Erstellungszeit: 23. Juni 2002 um 06:08 # Server Version: 3.23.48 # PHP-Version: 4.1.0 # Datenbank : `webstats` # -------------------------------------------------------- # # Tabellenstruktur für Tabelle `stats` # CREATE TABLE stats ( id bigint(20) unsigned NOT NULL auto_increment, session_id varchar(80) NOT NULL default '', pages longtext NOT NULL, remote_ip varchar(15) NOT NULL default '', visit_time varchar(30) NOT NULL default '', last_visit varchar(30) NOT NULL default '', PRIMARY KEY (id) ) TYPE=MyISAM;