0byt3m1n1
Path:
/
data
/
19
/
3
/
20
/
158
/
3998484
/
meta
/
4439994
/
mysql.backup
/
[
Home
]
File: new_guardtrakdata.mysqlv114.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv114 Database: new_guardtrakdata -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `except` -- DROP TABLE IF EXISTS `except`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `except` ( `except_id` int(11) NOT NULL auto_increment, `except_user_id` int(11) NOT NULL, `except_client_location_id` int(11) NOT NULL, PRIMARY KEY (`except_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `except` -- LOCK TABLES `except` WRITE; /*!40000 ALTER TABLE `except` DISABLE KEYS */; INSERT INTO `except` VALUES (1,1,1),(2,2,1); /*!40000 ALTER TABLE `except` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `menus` -- DROP TABLE IF EXISTS `menus`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `menus` ( `id` bigint(10) NOT NULL auto_increment, `menu_id` bigint(10) NOT NULL, `name` varchar(100) NOT NULL, `file` varchar(100) NOT NULL, `file2` varchar(100) NOT NULL, `adm` bigint(1) NOT NULL, `sup` bigint(1) NOT NULL, `sec` bigint(1) NOT NULL, `cli` bigint(1) NOT NULL, `suser` bigint(1) NOT NULL default '0', `status` bigint(1) NOT NULL, `description` varchar(256) default NULL, `creation_date` datetime default NULL, `created_by` varchar(100) default NULL, PRIMARY KEY (`id`), KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4418 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `menus` -- LOCK TABLES `menus` WRITE; /*!40000 ALTER TABLE `menus` DISABLE KEYS */; INSERT INTO `menus` VALUES (1,0,'User Management','','',0,0,0,0,0,0,NULL,NULL,NULL),(2,1,'Manage user','list','',1,1,0,0,0,0,NULL,NULL,NULL),(3,1,'Supervisor assign sites','admassignsitetosupervisor','',1,0,0,0,1,0,NULL,NULL,NULL),(4,1,'Security officer assign sites','admassignsitetouser','',1,1,0,0,1,0,NULL,NULL,NULL),(5,1,'Assign rights to supervisor','admassignrighttosupervisor','',1,0,0,0,1,0,NULL,NULL,NULL),(6,1,'Supervisor call list','admaddsupervisortocalllist','',1,0,0,0,1,0,NULL,NULL,NULL),(7,0,'Client Management','','',0,0,0,0,0,0,NULL,NULL,NULL),(8,7,'Manage client','list2','',1,0,0,0,1,0,NULL,NULL,NULL),(9,7,'Manage client user','list3','',1,0,0,0,1,0,NULL,NULL,NULL),(96,36,'View Failed Test Courses','trainingall','',1,0,0,0,1,0,NULL,NULL,NULL),(11,7,'Manage sites','admaddsite','',1,0,0,0,1,0,NULL,NULL,NULL),(12,20,'View Site Logs','admviewsitestatus','',1,1,0,0,1,0,NULL,NULL,NULL),(13,7,'Manage client call list','admaddclientcalllist','',1,0,0,0,1,0,NULL,NULL,NULL),(14,7,'Manage service call list','admaddserviceprovidercalllist','',1,0,0,0,1,0,NULL,NULL,NULL),(15,7,'Manage key','admclientaddkey','',1,0,0,0,1,0,NULL,NULL,NULL),(16,7,'Manage ring','admclientaddring','',1,0,0,0,1,0,NULL,NULL,NULL),(17,7,'Manage authorize key to employee','admselectclientkeytoauthorization','',1,0,0,0,1,0,NULL,NULL,NULL),(18,7,'Manage operative RFID tag','admaddclientopertag','',1,0,0,0,1,0,NULL,NULL,NULL),(19,7,'Manage ID RFID tags','admaddclientidtag','',1,0,0,0,1,0,NULL,NULL,NULL),(20,0,'Shift Management','','',0,0,0,0,0,0,NULL,NULL,NULL),(21,20,'Set shift','shiftmng_setshift_add_adm','',1,0,0,0,1,0,NULL,NULL,NULL),(22,20,'Edit shift','admeditshift','',1,0,0,0,1,0,NULL,NULL,NULL),(23,20,'Assign shift to user','admassignshifttouser','',1,0,0,0,1,0,NULL,NULL,NULL),(24,20,'Job site scheduling','shiftmng_jobsitescheduling_main_adm','',1,0,0,0,1,0,NULL,NULL,NULL),(25,0,'Master','','',0,0,0,0,0,0,NULL,NULL,NULL),(26,25,'Address','admmaster&idm=1','',1,0,0,0,0,0,NULL,NULL,NULL),(27,25,'Agency','admaddtreemaster&id=A-','',1,0,0,0,0,0,NULL,NULL,NULL),(28,25,'Contact','admmaster&idm=2','',1,0,0,0,0,0,NULL,NULL,NULL),(29,25,'Environment','admmaster&idm=3','',1,0,0,0,0,0,NULL,NULL,NULL),(30,25,'Incident','admaddtreemaster&id=I_','',1,0,0,0,0,0,NULL,NULL,NULL),(31,25,'Others','admmaster&idm=4','',1,0,0,0,0,0,NULL,NULL,NULL),(32,25,'Person','admmaster&idm=5','',1,0,0,0,0,0,NULL,NULL,NULL),(33,25,'Property','admmaster&idm=6','',1,0,0,0,0,0,NULL,NULL,NULL),(34,25,'Action taken','admmaster&idm=7','',1,0,0,0,0,0,NULL,NULL,NULL),(35,25,'Vehicle','admmaster&idm=9','',1,0,0,0,0,0,NULL,NULL,NULL),(36,0,'Training Management','','',0,0,0,0,0,0,NULL,NULL,NULL),(37,36,'Add training type','admaddtrainingtype&idm=8','',1,0,0,0,1,0,NULL,NULL,NULL),(38,36,'Supervisor training','admaddeditsupervisortraining','',1,0,0,0,1,0,NULL,NULL,NULL),(39,36,'Security officer training','admaddeditscotraining','',1,1,0,0,1,0,NULL,NULL,NULL),(40,36,'Training cost','admshowusertrainingcostlist','',1,0,0,0,1,0,NULL,NULL,NULL),(41,36,'Video','admaddvideo','',1,0,0,0,1,0,NULL,NULL,NULL),(42,36,'Training','training','',1,1,1,0,1,0,NULL,NULL,NULL),(43,0,'Message Management','','',0,0,0,0,0,0,NULL,NULL,NULL),(44,43,'Send Message','admselecttosendmsg','',1,1,0,0,1,0,NULL,NULL,NULL),(45,43,'View Messages','admviewoldmessage','',1,1,1,1,1,0,NULL,NULL,NULL),(46,43,'View Sent Messages','admviewsentmessage','',1,1,1,1,1,0,NULL,NULL,NULL),(47,0,'Document Management','','',0,0,0,0,0,0,NULL,NULL,NULL),(48,47,'Manage document','admadddocument','',1,1,0,0,1,0,NULL,NULL,NULL),(49,47,'Review supervisor document','admsupdocument','',1,1,0,0,0,0,NULL,NULL,NULL),(50,0,'View Log Reports','','',0,0,0,0,0,0,NULL,NULL,NULL),(51,53,'Log reports','admsearchlogreport','',1,1,1,0,1,0,NULL,NULL,NULL),(52,53,'System login report','admsearchsystemlogreport','',1,0,1,0,1,0,NULL,NULL,NULL),(53,0,'View Reports','','',0,0,0,0,0,0,NULL,NULL,NULL),(54,53,'Supervisor reports','admselectsupforreport','',1,1,0,0,1,0,NULL,NULL,NULL),(55,53,'Security officer reports','admselectscoforreport','',1,0,1,0,1,-1,'old version status =-1 2012-03-09',NULL,NULL),(56,53,'Site reports','viewreports_sitereports_main_adm','',1,1,0,0,1,0,NULL,NULL,NULL),(57,53,'Visitor reports','admviewclivisitor','',1,1,0,0,1,0,NULL,NULL,NULL),(58,53,'Shift schedule reports','admviewcurrentshift','',1,1,1,0,1,0,NULL,NULL,NULL),(59,0,'System Configuration','','',0,0,0,0,0,0,NULL,NULL,NULL),(60,59,'System settings','admaddsystemsetting','',1,0,0,0,1,0,NULL,NULL,NULL),(61,59,'Add new OSM client','admaddosmclient','',1,0,0,0,0,0,NULL,NULL,NULL),(62,59,'OSM client information','admosmcliinfo','',1,0,0,0,0,0,NULL,NULL,NULL),(63,59,'Change password ','admchangepwd','',1,0,0,0,1,0,NULL,NULL,NULL),(64,0,'Create Report','','',0,0,0,0,0,0,NULL,NULL,NULL),(65,64,'Create new report','scoselectreport&id=C','',0,1,1,0,1,0,NULL,NULL,NULL),(66,64,'Search-edit report ','scoselectreport&id=S','',0,1,1,0,1,0,NULL,NULL,NULL),(67,59,'Set Group Permission','menus','',1,0,0,0,0,0,NULL,NULL,NULL),(68,20,'Add My Shift','scoaddshiftsupervisor','',1,1,1,0,1,0,NULL,NULL,NULL),(69,20,'View My Shift','supviewmyshifts','',1,1,1,0,1,0,NULL,NULL,NULL),(94,59,'Set User Permission','usersmenus','',1,0,0,0,0,0,NULL,NULL,NULL),(70,1,'Manage Security Officer','supadduser','',1,1,0,0,1,0,NULL,NULL,NULL),(71,0,'Key Management','','',0,0,0,0,0,0,NULL,NULL,NULL),(72,71,'Manage Authorize Key To Employee ','supselectclientkeytoauthorization','',0,1,0,0,1,0,NULL,NULL,NULL),(73,71,'Check Out','supclientcheckoutkey','',0,1,1,0,1,0,NULL,NULL,NULL),(74,71,'Check In Key ','supcheckinkey','',0,1,1,0,1,0,NULL,NULL,NULL),(75,0,'Visitor Management','','',0,0,0,0,0,0,NULL,NULL,NULL),(76,75,'Check In','supclientvisitorcheckin','',0,1,1,1,0,0,NULL,NULL,NULL),(77,75,'Check Out','supvisitorcheckout','',0,1,1,1,0,0,NULL,NULL,NULL),(78,75,'Expected Visitors','supclientexpectedvisitor','',0,1,1,1,0,0,NULL,NULL,NULL),(79,75,'Add Expected Visitor','supselectclienttoaddexpectedvisitor','',0,1,1,1,0,0,NULL,NULL,NULL),(80,0,'Print Report','','',0,0,0,0,0,0,NULL,NULL,NULL),(81,80,'Security Officer Reports ','supselectscoforreport','',0,1,1,0,0,0,NULL,NULL,NULL),(82,53,'Visitor Reports ','supviewclivisitor','',0,1,1,0,0,0,NULL,NULL,NULL),(83,0,'View Call Lists','','',0,0,0,0,0,0,NULL,NULL,NULL),(84,83,'View Client-call List ','supviewclientcalllist','scoviewclientcalllist',1,1,1,0,1,0,NULL,NULL,NULL),(85,83,'View Service-provider List ','supviewclientservicecalllist','',1,1,1,0,1,0,NULL,NULL,NULL),(86,47,'View Document','scoviewdocument','',0,0,1,0,0,0,NULL,NULL,NULL),(87,83,'View Service call List ','scoviewclientservicecalllist','scoviewclientservicecalllist',1,1,1,0,1,0,NULL,NULL,NULL),(88,83,'View Supervisor Call List ','scoviewsupervisorcalllistshowclisiteloc','',1,1,1,0,1,0,NULL,NULL,NULL),(89,80,'Supervisor Reports','cliselectsupforreport','',0,1,0,0,0,0,NULL,NULL,NULL),(90,75,'Search-Edit Visitors','clisearchvisitor','',0,1,0,1,1,0,NULL,NULL,NULL),(91,75,'Add Visitor Information','cliaddvisitor','',0,1,0,1,1,0,NULL,NULL,NULL),(92,20,'View Site Log ','cliviewsitemap','',0,0,0,0,0,-1,NULL,NULL,NULL),(93,83,'Add Service Type','cliaddservicetype','',1,0,0,1,1,0,NULL,NULL,NULL),(95,59,'Set Client User Permission','clientusermenu','',1,0,0,0,0,0,NULL,NULL,NULL),(97,25,'Message','msgedit','',1,0,0,0,0,0,NULL,NULL,NULL),(98,25,'Phone','telefon','',1,0,0,0,0,0,NULL,NULL,NULL),(99,20,'Set Shift','admaddshift',' ',1,0,0,0,1,-1,NULL,NULL,NULL),(100,20,'Job Site Scheduling','dragSite',' ',1,0,0,0,1,-1,NULL,NULL,NULL),(101,20,'drag_site_old','Copia de dragSite',' ',1,0,0,0,1,-1,NULL,NULL,NULL),(102,25,'Print 2D Tags','admprinttagsqr','',1,0,0,0,1,0,NULL,NULL,NULL),(103,7,'Create Default Shift','clientmng_defshifts_add_adm','',1,0,0,0,1,0,NULL,NULL,NULL),(104,20,'Set Shift[2]','shiftmng_setshift_add_adm','',1,1,0,0,1,-1,NULL,NULL,NULL),(105,20,'Job Site Scheduling[2]','shiftmng_jobsitescheduling_main_adm','',1,1,0,0,1,-1,NULL,NULL,NULL),(1023,53,'Site Reports','ViewReports_SiteReports_Consult_Client','',0,1,0,1,0,0,'for clients only',NULL,NULL),(1024,53,'Log Reports','viewreports_logreport_consult_client','',0,1,0,1,0,0,'for clients only',NULL,NULL),(4400,43,'Send messge','MessageManagement_SendMessage_New_Sec','',0,0,1,0,0,0,NULL,NULL,NULL),(4403,0,'Site Management',' ',' ',0,0,0,0,0,0,'for clients only','2012-03-27 00:00:00','FC'),(4405,75,'Visitor Reports','cliviewvisitorreport','',0,1,0,1,1,0,'for clients only','2012-03-27 00:00:00','FC'),(4401,43,'Send Message','msgmanagement_sendmsg_selectto_cli',' ',0,0,0,1,0,0,'for clients only','2012-03-07 00:00:00','FC'),(4402,53,'Security officer reports','viewreports_sec-officer-reports_main_adm','',1,1,1,0,1,0,'','2012-03-09 00:00:00','FC'),(4404,4403,'View Active Shifts','cliviewsitemap','',1,1,0,1,1,0,'','2012-03-27 00:00:00','FC'),(4406,83,'View Client Call List','viewcalllist_clientcalllist_view_cli','',0,1,0,1,0,0,'for clients only','2012-03-28 00:00:00','FC'),(4407,83,'View Service Call List','viewcalllist_clientservicecalllist_view_cli','',0,1,0,1,0,0,'for clients only','2012-03-28 00:00:00','FC'),(4408,83,'View Supervisor Call List','cliviewsupervisorcalllistshowclisiteloc','',0,1,0,1,0,0,'for clients only','2012-03-28 00:00:00','FC'),(1124,53,'Site Reports','viewreports_sitereports_main_sco','',0,1,1,0,0,0,'for sec officer',NULL,NULL),(4412,25,'Incident Type','admmaster&idm=11','',1,0,0,0,0,0,NULL,NULL,NULL),(4409,59,'New Clients Registrations','osm4registration','',1,0,0,0,0,0,'',NULL,NULL),(4410,25,'Alarm Type','admmaster&idm=14','',1,0,0,0,0,0,NULL,NULL,NULL),(4413,25,'Business Unit','admmaster&idm=13','',1,0,0,0,0,0,NULL,NULL,NULL),(4414,25,'Facility','admmaster&idm=12','',1,0,0,0,0,0,NULL,NULL,NULL),(4415,25,'State of License Plate','admmaster&idm=10','',1,0,0,0,0,0,NULL,NULL,NULL),(4417,1,'Manage user','manage_users','',0,0,0,0,1,0,NULL,NULL,NULL); /*!40000 ALTER TABLE `menus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `menus_user` -- DROP TABLE IF EXISTS `menus_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `menus_user` ( `id` bigint(10) NOT NULL auto_increment, `user_id` bigint(10) NOT NULL, `menu_id` bigint(10) NOT NULL, `fm_id` bigint(10) NOT NULL, `client` bigint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1176 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `menus_user` -- LOCK TABLES `menus_user` WRITE; /*!40000 ALTER TABLE `menus_user` DISABLE KEYS */; INSERT INTO `menus_user` VALUES (38,145,2,1,0),(39,145,4,1,0),(40,145,6,1,0),(41,145,70,1,0),(42,145,12,7,0),(43,145,21,20,0),(44,145,22,20,0),(45,145,23,20,0),(46,145,24,20,0),(47,145,68,20,0),(48,145,69,20,0),(49,145,92,20,0),(50,145,96,36,0),(51,145,37,36,0),(52,145,38,36,0),(53,145,39,36,0),(54,145,41,36,0),(55,145,42,36,0),(56,145,44,43,0),(57,145,45,43,0),(58,145,46,43,0),(59,145,48,47,0),(60,145,49,47,0),(61,145,86,47,0),(62,145,51,53,0),(63,145,52,53,0),(64,145,54,53,0),(290,211,4402,53,0),(66,145,56,53,0),(67,145,57,53,0),(68,145,58,53,0),(69,145,65,64,0),(70,145,66,64,0),(71,145,72,71,0),(72,145,73,71,0),(73,145,74,71,0),(74,145,76,75,0),(75,145,77,75,0),(76,145,78,75,0),(77,145,79,75,0),(78,145,90,75,0),(79,145,91,75,0),(80,145,81,80,0),(81,145,82,80,0),(82,145,89,80,0),(83,145,84,83,0),(84,145,85,83,0),(85,145,87,83,0),(86,145,88,83,0),(87,145,93,83,0),(1000,20,67,59,0),(1001,20,94,59,0),(1002,16,67,59,0),(1005,211,1124,53,0),(1006,116,81,80,0),(1007,116,79,75,0),(1008,116,78,75,0),(1009,116,84,83,0),(1010,116,85,83,0),(1019,116,49,47,0),(1011,116,77,75,0),(1012,116,76,75,0),(1013,116,74,71,0),(1014,116,73,71,0),(1015,116,72,71,0),(1016,116,1124,53,0),(1017,116,82,53,0),(1020,116,48,47,0),(1021,116,46,43,0),(1022,116,45,43,0),(1023,116,44,43,0),(1024,116,42,36,0),(1025,116,39,36,0),(113,20,92,20,0),(228,303,92,20,0),(230,303,41,36,0),(229,303,42,36,0),(1026,116,69,20,0),(1027,116,68,20,0),(1028,116,24,20,0),(1029,116,70,1,0),(1030,116,4,1,0),(1031,116,2,1,0),(1032,116,65,64,0),(1033,116,66,64,0),(1034,318,65,64,0),(1035,318,66,64,0),(1036,116,4400,43,0),(1037,116,54,53,0),(1038,116,57,53,0),(1039,116,52,53,0),(1040,116,58,53,0),(1041,116,4402,53,0),(1042,116,88,83,0),(1043,116,87,83,0),(1044,116,86,47,0),(1045,296,68,20,0),(1046,296,69,20,0),(1047,296,42,36,0),(1048,296,44,43,0),(1049,296,45,43,0),(1050,296,46,43,0),(142,20,86,47,0),(1051,296,4400,43,0),(1052,296,86,47,0),(1053,296,51,53,0),(1085,318,57,53,0),(1054,296,52,53,0),(1055,296,54,53,0),(1056,296,57,53,0),(1058,296,82,53,0),(151,20,61,59,0),(1059,296,4402,53,0),(1060,296,1124,53,0),(1061,296,65,64,0),(1062,296,66,64,0),(1063,296,73,71,0),(270,20,65,64,0),(158,20,66,64,0),(159,20,72,71,0),(160,20,73,71,0),(161,20,74,71,0),(162,20,76,75,0),(163,20,77,75,0),(164,20,78,75,0),(165,20,79,75,0),(166,20,90,75,0),(167,20,91,75,0),(1064,296,74,71,0),(169,20,82,80,0),(1065,296,76,75,0),(1066,296,77,75,0),(190,211,65,64,0),(191,211,66,64,0),(187,211,58,53,0),(186,211,57,53,0),(185,9999,56,53,0),(291,303,4402,53,0),(183,211,54,53,0),(182,211,52,53,0),(181,211,51,53,0),(192,211,76,75,0),(193,211,77,75,0),(194,211,78,75,0),(195,211,79,75,0),(221,211,87,83,0),(220,211,84,83,0),(198,211,81,80,0),(199,211,82,80,0),(200,211,89,80,0),(269,205,4400,43,0),(203,211,45,43,0),(204,211,46,43,0),(223,211,88,83,0),(222,211,85,83,0),(211,211,42,36,0),(212,211,69,20,0),(213,211,68,20,0),(214,211,73,71,0),(215,211,74,71,0),(216,211,86,47,0),(1018,116,51,53,0),(227,303,12,7,0),(231,303,44,43,0),(232,303,45,43,0),(233,303,46,43,0),(234,303,51,53,0),(235,303,54,53,0),(1057,296,58,53,0),(237,303,56,53,0),(238,303,57,53,0),(239,303,58,53,0),(240,303,1023,53,0),(241,303,1024,53,0),(283,252,93,83,1),(1084,318,54,53,0),(244,205,41,36,0),(245,205,42,36,0),(274,205,86,47,0),(247,205,45,43,0),(248,205,46,43,0),(249,205,51,53,0),(250,205,56,53,0),(251,205,57,53,0),(252,205,58,53,0),(281,364,1024,53,1),(282,364,1023,53,1),(255,205,65,64,0),(256,205,66,64,0),(257,205,81,80,0),(258,205,82,80,0),(259,205,89,80,0),(268,211,4400,43,0),(1086,318,58,53,0),(275,205,76,75,0),(276,205,77,75,0),(277,205,78,75,0),(278,205,79,75,0),(1083,318,51,53,0),(284,252,88,83,1),(285,252,87,83,1),(287,252,84,83,1),(288,252,1024,53,1),(289,252,1023,53,1),(1082,318,52,53,0),(1081,318,86,47,0),(1080,318,4400,43,0),(1079,318,46,43,0),(1078,318,45,43,0),(1077,318,44,43,0),(1076,318,42,36,0),(1075,318,69,20,0),(1074,318,68,20,0),(1073,296,88,83,0),(1072,296,87,83,0),(1071,296,85,83,0),(1070,296,84,83,0),(1069,296,81,80,0),(1068,296,79,75,0),(1067,296,78,75,0),(1087,318,82,53,0),(1088,318,4402,53,0),(1089,318,1124,53,0),(1090,318,73,71,0),(1091,318,74,71,0),(1092,318,76,75,0),(1093,318,77,75,0),(1094,318,78,75,0),(1095,318,79,75,0),(1096,318,81,80,0),(1097,318,84,83,0),(1098,318,85,83,0),(1099,318,87,83,0),(1100,318,88,83,0),(1101,278,68,20,0),(1102,278,69,20,0),(1103,278,42,36,0),(1104,278,44,43,0),(1105,278,45,43,0),(1106,278,46,43,0),(1107,278,4400,43,0),(1108,278,86,47,0),(1164,278,51,53,0),(1165,278,52,53,0),(1111,278,54,53,0),(1112,278,57,53,0),(1166,278,58,53,0),(1167,278,82,53,0),(1168,278,4402,53,0),(1169,278,1124,53,0),(1117,278,65,64,0),(1118,278,66,64,0),(1119,278,74,71,0),(1120,278,73,71,0),(1121,278,76,75,0),(1122,278,77,75,0),(1123,278,78,75,0),(1124,278,81,80,0),(1125,278,84,83,0),(1126,278,79,75,0),(1127,278,88,83,0),(1128,278,87,83,0),(1129,278,85,83,0),(1130,20,4409,59,0),(1162,509,4402,53,0),(1163,509,1124,53,0); /*!40000 ALTER TABLE `menus_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `msg` -- DROP TABLE IF EXISTS `msg`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `msg` ( `msg_id` int(11) NOT NULL auto_increment, `msg_header` varchar(50) character set utf8 collate utf8_hungarian_ci NOT NULL, `msg_text` varchar(250) character set utf8 collate utf8_hungarian_ci NOT NULL, PRIMARY KEY (`msg_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `msg` -- LOCK TABLES `msg` WRITE; /*!40000 ALTER TABLE `msg` DISABLE KEYS */; /*!40000 ALTER TABLE `msg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phones` -- DROP TABLE IF EXISTS `phones`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phones` ( `id` bigint(10) NOT NULL auto_increment, `v1` varchar(100) NOT NULL, `v2` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phones` -- LOCK TABLES `phones` WRITE; /*!40000 ALTER TABLE `phones` DISABLE KEYS */; INSERT INTO `phones` VALUES (1,'test2','test.com'),(3,'Verizon','vtext.com'),(4,'AT&T','CINGULARME.COM'); /*!40000 ALTER TABLE `phones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `telefon` -- DROP TABLE IF EXISTS `telefon`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `telefon` ( `telefon_id` int(11) NOT NULL auto_increment, `telefon_name` varchar(20) character set utf8 collate utf8_bin NOT NULL, `telefon_value` varchar(40) character set utf8 collate utf8_bin NOT NULL, PRIMARY KEY (`telefon_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `telefon` -- LOCK TABLES `telefon` WRITE; /*!40000 ALTER TABLE `telefon` DISABLE KEYS */; INSERT INTO `telefon` VALUES (5,'AT&T','@cingularme.com'),(4,'Verizon','@vtext.com'); /*!40000 ALTER TABLE `telefon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `training` -- DROP TABLE IF EXISTS `training`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `training` ( `id` bigint(10) NOT NULL auto_increment, `user_id` bigint(10) NOT NULL, `video_id` bigint(10) NOT NULL, `date` date NOT NULL, `date2` date NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=672 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `training` -- LOCK TABLES `training` WRITE; /*!40000 ALTER TABLE `training` DISABLE KEYS */; INSERT INTO `training` VALUES (25,19,2,'2011-02-25','2011-02-28'),(26,22,2,'2011-02-25','2011-02-28'),(15,3,1,'2011-02-25','2011-02-28'),(24,18,2,'2011-02-25','2011-02-28'),(23,7,2,'2011-02-25','2011-02-28'),(14,23,2,'2011-02-25','2011-02-27'),(16,13,1,'2011-02-25','2011-02-28'),(17,17,1,'2011-02-25','2011-02-28'),(18,23,1,'2011-02-25','2011-02-28'),(19,0,1,'2011-02-25','2011-02-28'),(32,98,12,'2011-02-25','2011-02-28'),(27,24,2,'2011-02-25','2011-02-28'),(28,25,2,'2011-02-25','2011-02-28'),(29,0,2,'2011-02-25','2011-02-28'),(33,98,13,'2011-02-28','2011-03-02'),(34,99,12,'2011-02-25','2011-02-28'),(35,168,17,'2011-02-26','2011-03-26'),(36,98,4,'2011-03-16','2011-04-16'),(37,168,4,'2011-03-22','2011-04-22'),(38,72,4,'2011-04-05','2011-05-05'),(39,105,4,'2011-04-05','2011-05-05'),(40,112,4,'2011-04-05','2011-05-05'),(41,118,4,'2011-04-05','2011-05-05'),(42,137,4,'2011-04-05','2011-05-05'),(43,138,4,'2011-04-05','2011-05-05'),(44,146,4,'2011-04-05','2011-05-05'),(45,147,4,'2011-04-05','2011-05-05'),(46,148,4,'2011-04-05','2011-05-05'),(47,149,4,'2011-04-05','2011-05-05'),(48,150,4,'2011-04-05','2011-05-05'),(49,152,4,'2011-04-05','2011-05-05'),(50,153,4,'2011-04-05','2011-05-05'),(51,154,4,'2011-04-05','2011-05-05'),(52,155,4,'2011-04-05','2011-05-05'),(53,156,4,'2011-04-05','2011-05-05'),(54,157,4,'2011-04-05','2011-05-05'),(55,158,4,'2011-04-05','2011-05-05'),(56,159,4,'2011-04-05','2011-05-05'),(57,160,4,'2011-04-05','2011-05-05'),(58,161,4,'2011-04-05','2011-05-05'),(59,162,4,'2011-04-05','2011-05-05'),(60,163,4,'2011-04-05','2011-05-05'),(61,165,4,'2011-04-05','2011-05-05'),(62,166,4,'2011-04-05','2011-05-05'),(63,168,4,'2011-04-05','2011-05-05'),(64,169,4,'2011-04-05','2011-05-05'),(65,170,4,'2011-04-05','2011-05-05'),(66,171,4,'2011-04-05','2011-05-05'),(67,172,4,'2011-04-05','2011-05-05'),(68,173,4,'2011-04-05','2011-05-05'),(69,174,4,'2011-04-05','2011-05-05'),(70,175,4,'2011-04-05','2011-05-05'),(71,176,4,'2011-04-05','2011-05-05'),(72,177,4,'2011-04-05','2011-05-05'),(73,178,4,'2011-04-05','2011-05-05'),(74,179,4,'2011-04-05','2011-05-05'),(75,180,4,'2011-04-05','2011-05-05'),(76,181,4,'2011-04-05','2011-05-05'),(77,182,4,'2011-04-05','2011-05-05'),(78,183,4,'2011-04-05','2011-05-05'),(79,185,4,'2011-04-05','2011-05-05'),(80,186,4,'2011-04-05','2011-05-05'),(81,187,4,'2011-04-05','2011-05-05'),(82,188,4,'2011-04-05','2011-05-05'),(83,189,4,'2011-04-05','2011-05-05'),(84,190,4,'2011-04-05','2011-05-05'),(85,192,4,'2011-04-05','2011-05-05'),(86,193,4,'2011-04-05','2011-05-05'),(87,194,4,'2011-04-05','2011-05-05'),(88,195,4,'2011-04-05','2011-05-05'),(89,196,4,'2011-04-05','2011-05-05'),(90,197,4,'2011-04-05','2011-05-05'),(91,198,4,'2011-04-05','2011-05-05'),(92,201,4,'2011-04-05','2011-05-05'),(93,203,4,'2011-04-05','2011-05-05'),(94,204,4,'2011-04-05','2011-05-05'),(95,205,4,'2011-04-05','2011-05-05'),(96,206,4,'2011-04-05','2011-05-05'),(97,207,4,'2011-04-05','2011-05-05'),(445,430,4,'2012-10-12','2012-11-12'),(99,212,4,'2011-04-05','2011-05-05'),(100,213,4,'2011-04-05','2011-05-05'),(101,216,4,'2011-04-05','2011-05-05'),(102,217,4,'2011-04-05','2011-05-05'),(103,218,4,'2011-04-05','2011-05-05'),(104,219,4,'2011-04-05','2011-05-05'),(105,220,4,'2011-04-05','2011-05-05'),(106,221,4,'2011-04-05','2011-05-05'),(107,223,4,'2011-04-05','2011-05-05'),(108,224,4,'2011-04-05','2011-05-05'),(109,225,4,'2011-04-05','2011-05-05'),(110,226,4,'2011-04-05','2011-05-05'),(111,230,4,'2011-04-05','2011-05-05'),(112,232,4,'2011-04-05','2011-05-05'),(113,233,4,'2011-04-05','2011-05-05'),(114,234,4,'2011-04-05','2011-05-05'),(115,235,4,'2011-04-05','2011-05-05'),(116,240,4,'2011-04-05','2011-05-05'),(117,241,4,'2011-04-05','2011-05-05'),(118,0,4,'2011-04-05','2011-05-05'),(119,17,1,'2011-04-06','2011-05-06'),(120,99,5,'2011-04-26','2011-05-26'),(121,168,22,'2011-05-17','2011-06-17'),(122,241,12,'2011-05-17','2011-06-17'),(129,205,4,'2011-07-28','2011-08-28'),(124,3,1,'2011-06-01','2011-07-01'),(125,13,1,'2011-06-01','2011-07-01'),(126,17,1,'2011-06-01','2011-07-01'),(127,40,1,'2011-06-01','2011-07-01'),(128,0,1,'2011-06-01','2011-07-01'),(546,534,22,'2013-01-22','2013-02-22'),(544,534,12,'2013-01-22','2013-02-22'),(132,98,4,'2012-02-05','2012-02-17'),(133,105,4,'2012-02-05','2012-02-17'),(134,112,4,'2012-02-05','2012-02-17'),(135,116,4,'2012-02-05','2012-02-17'),(532,516,24,'2012-11-20','2012-12-20'),(137,136,4,'2012-02-05','2012-02-17'),(138,147,4,'2012-02-05','2012-02-17'),(139,152,4,'2012-02-05','2012-02-17'),(140,153,4,'2012-02-05','2012-02-17'),(141,160,4,'2012-02-05','2012-02-17'),(142,161,4,'2012-02-05','2012-02-17'),(143,166,4,'2012-02-05','2012-02-17'),(144,169,4,'2012-02-05','2012-02-17'),(145,170,4,'2012-02-05','2012-02-17'),(146,171,4,'2012-02-05','2012-02-17'),(147,176,4,'2012-02-05','2012-02-17'),(148,180,4,'2012-02-05','2012-02-17'),(149,183,4,'2012-02-05','2012-02-17'),(150,185,4,'2012-02-05','2012-02-17'),(151,187,4,'2012-02-05','2012-02-17'),(152,188,4,'2012-02-05','2012-02-17'),(153,189,4,'2012-02-05','2012-02-17'),(154,190,4,'2012-02-05','2012-02-17'),(155,193,4,'2012-02-05','2012-02-17'),(156,194,4,'2012-02-05','2012-02-17'),(157,204,4,'2012-02-05','2012-02-17'),(439,211,33,'2012-10-03','2012-10-03'),(159,235,4,'2012-02-05','2012-02-17'),(160,255,4,'2012-02-05','2012-02-17'),(161,256,4,'2012-02-05','2012-02-17'),(162,261,4,'2012-02-05','2012-02-17'),(163,269,4,'2012-02-05','2012-02-17'),(164,270,4,'2012-02-05','2012-02-17'),(165,275,4,'2012-02-05','2012-02-17'),(166,282,4,'2012-02-05','2012-02-17'),(167,289,4,'2012-02-05','2012-02-17'),(168,292,4,'2012-02-05','2012-02-17'),(169,296,4,'2012-02-05','2012-02-17'),(170,298,4,'2012-02-05','2012-02-17'),(171,300,4,'2012-02-05','2012-02-17'),(172,303,4,'2012-02-05','2012-02-17'),(173,304,4,'2012-02-05','2012-02-17'),(174,305,4,'2012-02-05','2012-02-17'),(175,312,4,'2012-02-05','2012-02-17'),(176,316,4,'2012-02-05','2012-02-17'),(177,318,4,'2012-02-05','2012-02-17'),(178,319,4,'2012-02-05','2012-02-17'),(179,322,4,'2012-02-05','2012-02-17'),(180,324,4,'2012-02-05','2012-02-17'),(181,325,4,'2012-02-05','2012-02-17'),(182,326,4,'2012-02-05','2012-02-17'),(183,328,4,'2012-02-05','2012-02-17'),(184,329,4,'2012-02-05','2012-02-17'),(185,331,4,'2012-02-05','2012-02-17'),(186,333,4,'2012-02-05','2012-02-17'),(187,334,4,'2012-02-05','2012-02-17'),(188,335,4,'2012-02-05','2012-02-17'),(189,337,4,'2012-02-05','2012-02-17'),(190,339,4,'2012-02-05','2012-02-17'),(191,340,4,'2012-02-05','2012-02-17'),(192,341,4,'2012-02-05','2012-02-17'),(193,342,4,'2012-02-05','2012-02-17'),(194,343,4,'2012-02-05','2012-02-17'),(195,344,4,'2012-02-05','2012-02-17'),(196,345,4,'2012-02-05','2012-02-17'),(197,346,4,'2012-02-05','2012-02-17'),(198,347,4,'2012-02-05','2012-02-17'),(199,348,4,'2012-02-05','2012-02-17'),(200,349,4,'2012-02-05','2012-02-17'),(201,0,4,'2012-02-05','2012-02-17'),(542,534,6,'2013-01-22','2013-02-22'),(203,105,33,'2012-03-17','2012-03-25'),(204,112,33,'2012-03-17','2012-03-25'),(205,116,33,'2012-03-17','2012-03-25'),(206,120,33,'2012-03-17','2012-03-25'),(207,136,33,'2012-03-17','2012-03-25'),(208,147,33,'2012-03-17','2012-03-25'),(209,152,33,'2012-03-17','2012-03-25'),(210,160,33,'2012-03-17','2012-03-25'),(211,161,33,'2012-03-17','2012-03-25'),(212,166,33,'2012-03-17','2012-03-25'),(213,169,33,'2012-03-17','2012-03-25'),(214,170,33,'2012-03-17','2012-03-25'),(215,171,33,'2012-03-17','2012-03-25'),(548,534,33,'2013-01-22','2013-02-22'),(217,180,33,'2012-03-17','2012-03-25'),(218,183,33,'2012-03-17','2012-03-25'),(219,185,33,'2012-03-17','2012-03-25'),(220,187,33,'2012-03-17','2012-03-25'),(221,189,33,'2012-03-17','2012-03-25'),(222,190,33,'2012-03-17','2012-03-25'),(223,193,33,'2012-03-17','2012-03-25'),(224,194,33,'2012-03-17','2012-03-25'),(225,204,33,'2012-03-17','2012-03-25'),(226,205,33,'2012-03-17','2012-03-25'),(464,414,33,'2012-10-12','2012-11-12'),(228,235,33,'2012-03-17','2012-03-25'),(229,255,33,'2012-03-17','2012-03-25'),(230,256,33,'2012-03-17','2012-03-25'),(231,261,33,'2012-03-17','2012-03-25'),(232,275,33,'2012-03-17','2012-03-25'),(233,282,33,'2012-03-17','2012-03-25'),(234,289,33,'2012-03-17','2012-03-25'),(235,292,33,'2012-03-17','2012-03-25'),(236,296,33,'2012-03-17','2012-03-25'),(237,298,33,'2012-03-17','2012-03-25'),(238,300,33,'2012-03-17','2012-03-25'),(239,303,33,'2012-03-17','2012-03-25'),(240,304,33,'2012-03-17','2012-03-25'),(241,305,33,'2012-03-17','2012-03-25'),(242,316,33,'2012-03-17','2012-03-25'),(243,318,33,'2012-03-17','2012-03-25'),(244,319,33,'2012-03-17','2012-03-25'),(245,322,33,'2012-03-17','2012-03-25'),(246,324,33,'2012-03-17','2012-03-25'),(247,325,33,'2012-03-17','2012-03-25'),(248,326,33,'2012-03-17','2012-03-25'),(249,328,33,'2012-03-17','2012-03-25'),(250,329,33,'2012-03-17','2012-03-25'),(251,331,33,'2012-03-17','2012-03-25'),(252,333,33,'2012-03-17','2012-03-25'),(253,334,33,'2012-03-17','2012-03-25'),(254,335,33,'2012-03-17','2012-03-25'),(255,337,33,'2012-03-17','2012-03-25'),(256,339,33,'2012-03-17','2012-03-25'),(257,340,33,'2012-03-17','2012-03-25'),(258,341,33,'2012-03-17','2012-03-25'),(438,211,32,'2012-10-03','2012-10-03'),(260,343,33,'2012-03-17','2012-03-25'),(261,344,33,'2012-03-17','2012-03-25'),(262,345,33,'2012-03-17','2012-03-25'),(263,346,33,'2012-03-17','2012-03-25'),(264,347,33,'2012-03-17','2012-03-25'),(265,348,33,'2012-03-17','2012-03-25'),(266,349,33,'2012-03-17','2012-03-25'),(267,351,33,'2012-03-17','2012-03-25'),(268,352,33,'2012-03-17','2012-03-25'),(269,353,33,'2012-03-17','2012-03-25'),(270,354,33,'2012-03-17','2012-03-25'),(271,355,33,'2012-03-17','2012-03-25'),(272,356,33,'2012-03-17','2012-03-25'),(273,357,33,'2012-03-17','2012-03-25'),(274,359,33,'2012-03-17','2012-03-25'),(275,360,33,'2012-03-17','2012-03-25'),(276,361,33,'2012-03-17','2012-03-25'),(277,362,33,'2012-03-17','2012-03-25'),(278,363,33,'2012-03-17','2012-03-25'),(279,365,33,'2012-03-17','2012-03-25'),(280,368,33,'2012-03-17','2012-03-25'),(281,369,33,'2012-03-17','2012-03-25'),(282,370,33,'2012-03-17','2012-03-25'),(283,371,33,'2012-03-17','2012-03-25'),(284,372,33,'2012-03-17','2012-03-25'),(285,373,33,'2012-03-17','2012-03-25'),(286,374,33,'2012-03-17','2012-03-25'),(287,375,33,'2012-03-17','2012-03-25'),(288,376,33,'2012-03-17','2012-03-25'),(289,377,33,'2012-03-17','2012-03-25'),(290,378,33,'2012-03-17','2012-03-25'),(291,379,33,'2012-03-17','2012-03-25'),(292,380,33,'2012-03-17','2012-03-25'),(293,381,33,'2012-03-17','2012-03-25'),(294,382,33,'2012-03-17','2012-03-25'),(295,383,33,'2012-03-17','2012-03-25'),(296,384,33,'2012-03-17','2012-03-25'),(297,385,33,'2012-03-17','2012-03-25'),(298,387,33,'2012-03-17','2012-03-25'),(299,388,33,'2012-03-17','2012-03-25'),(323,415,17,'2012-03-27','2012-03-30'),(352,176,31,'2012-09-14','2012-10-01'),(302,393,33,'2012-03-17','2012-03-25'),(303,397,33,'2012-03-17','2012-03-25'),(325,415,4,'2012-03-27','2012-03-30'),(305,399,33,'2012-03-17','2012-03-25'),(306,0,33,'2012-03-17','2012-03-25'),(307,337,12,'2012-03-20','2012-03-28'),(308,404,31,'2012-03-21','2012-03-23'),(309,404,4,'2012-03-21','2012-03-23'),(310,404,17,'2012-03-21','2012-03-24'),(311,406,31,'2012-03-21','2012-03-24'),(312,406,17,'2012-03-21','2012-03-24'),(324,415,31,'2012-03-27','2012-03-30'),(314,407,17,'2012-03-22','2012-03-24'),(315,407,31,'2012-03-22','2012-03-24'),(316,407,4,'2012-03-22','2012-03-24'),(317,408,17,'2012-03-22','2012-03-24'),(318,408,31,'2012-03-22','2012-03-24'),(319,408,4,'2012-03-22','2012-03-24'),(320,410,17,'2012-03-23','0000-00-00'),(321,410,31,'2012-03-23','2012-03-26'),(322,410,4,'2012-03-23','2012-03-26'),(326,416,17,'2012-03-27','2012-03-29'),(327,416,31,'2012-03-27','2012-03-30'),(328,416,4,'2012-03-27','2012-03-30'),(329,421,17,'2012-03-30','2012-04-03'),(330,421,31,'2012-03-30','2012-04-03'),(331,421,4,'2012-03-30','2012-03-03'),(332,421,4,'2012-03-30','2012-04-03'),(333,421,4,'2012-03-30','2012-04-03'),(334,436,15,'2012-04-25','2012-04-30'),(336,389,4,'2012-04-25','2012-04-25'),(338,357,10,'2012-04-25','2012-04-25'),(339,342,4,'2012-05-07','2012-05-08'),(350,469,5,'2012-06-18','2012-06-18'),(343,392,17,'2012-05-20','2012-05-24'),(349,469,31,'2012-06-18','2012-06-18'),(348,469,4,'2012-06-18','2012-06-18'),(454,412,33,'2012-10-12','2012-11-12'),(536,523,5,'2012-12-04','2012-12-14'),(525,516,5,'2012-11-20','2012-12-20'),(355,176,12,'2012-09-14','2012-10-14'),(356,176,14,'2012-09-14','2012-10-14'),(357,176,17,'2012-09-14','2012-10-14'),(358,176,27,'2012-09-14','2012-10-14'),(359,176,32,'2012-09-14','2012-10-14'),(360,176,30,'2012-09-14','2012-10-14'),(361,176,29,'2012-09-14','2012-10-14'),(437,211,31,'2012-10-03','2012-10-03'),(448,430,25,'2012-10-12','2012-11-12'),(366,357,4,'2012-10-03','2012-10-03'),(367,357,30,'2012-10-03','2012-10-03'),(456,324,12,'2012-10-12','2012-11-12'),(436,211,30,'2012-10-03','2012-10-03'),(370,357,21,'2012-10-03','2012-10-03'),(371,357,30,'2012-10-03','2012-10-03'),(435,211,29,'2012-10-03','2012-10-03'),(434,211,28,'2012-10-03','2012-10-03'),(433,211,27,'2012-10-03','2012-10-03'),(432,211,26,'2012-10-03','2012-10-03'),(431,211,25,'2012-10-03','2012-10-03'),(430,211,24,'2012-10-03','2012-10-03'),(429,211,23,'2012-10-03','2012-10-03'),(549,533,4,'2013-01-22','2013-02-22'),(451,412,12,'2012-10-12','2012-11-12'),(428,211,22,'2012-10-03','2012-10-03'),(427,211,34,'2012-10-03','2012-10-03'),(426,211,21,'2012-10-03','2012-10-03'),(425,211,17,'2012-10-03','2012-10-03'),(424,211,16,'2012-10-03','2012-10-03'),(423,211,15,'2012-10-03','2012-10-03'),(422,211,14,'2012-10-03','2012-10-03'),(421,211,13,'2012-10-03','2012-10-03'),(545,534,13,'2013-01-22','2013-02-22'),(420,211,12,'2012-10-03','2012-10-03'),(419,211,11,'2012-10-03','2012-10-03'),(463,414,25,'2012-10-12','2012-11-12'),(462,414,22,'2012-10-12','2012-11-12'),(461,414,12,'2012-10-12','2012-11-12'),(460,414,4,'2012-10-12','2012-11-12'),(459,324,33,'2012-10-12','2012-11-12'),(458,324,25,'2012-10-12','2012-11-12'),(457,324,22,'2012-10-12','2012-11-12'),(418,211,10,'2012-10-03','2012-10-03'),(455,324,4,'2012-10-12','2012-11-12'),(417,211,8,'2012-10-03','2012-10-03'),(416,211,7,'2012-10-03','2012-10-03'),(539,523,25,'2012-12-04','2012-12-14'),(446,430,12,'2012-10-12','2012-11-12'),(415,211,6,'2012-10-03','2012-10-03'),(452,412,22,'2012-10-12','2012-11-12'),(449,430,33,'2012-10-12','2012-11-12'),(450,412,4,'2012-10-12','2012-11-12'),(414,211,5,'2012-10-03','2012-10-03'),(447,430,22,'2012-10-12','2012-11-12'),(453,412,25,'2012-10-12','2012-11-12'),(413,211,4,'2012-10-03','2012-10-03'),(465,452,4,'2012-10-12','2012-11-12'),(466,452,12,'2012-10-12','2012-11-12'),(467,452,22,'2012-10-12','2012-11-12'),(468,452,25,'2012-10-12','2012-11-12'),(469,452,33,'2012-10-12','2012-11-12'),(470,305,4,'2012-10-12','2012-11-12'),(471,305,12,'2012-10-12','2012-11-12'),(472,305,22,'2012-10-12','2012-11-12'),(473,305,25,'2012-10-12','2012-11-12'),(474,305,33,'2012-10-12','2012-11-12'),(538,523,23,'2012-12-04','2012-12-14'),(534,516,33,'2012-11-20','2012-12-20'),(477,458,22,'2012-10-12','2012-11-12'),(478,458,25,'2012-10-12','2012-11-12'),(537,523,12,'2012-12-04','2012-12-14'),(530,516,22,'2012-11-20','2012-12-20'),(529,516,13,'2012-11-20','2012-12-20'),(528,516,12,'2012-11-20','2012-12-20'),(526,516,6,'2012-11-20','2012-12-20'),(527,516,7,'2012-11-20','2012-12-20'),(531,516,23,'2012-11-20','2012-12-20'),(486,120,12,'2012-10-12','2012-11-12'),(533,516,25,'2012-11-20','2012-12-20'),(488,120,25,'2012-10-12','2012-11-12'),(489,120,33,'2012-10-12','2012-11-12'),(490,419,4,'2012-10-12','2012-11-12'),(491,419,12,'2012-10-12','2012-11-12'),(492,419,22,'2012-10-12','2012-11-12'),(493,419,25,'2012-10-12','2012-11-12'),(494,419,33,'2012-10-12','2012-11-12'),(495,482,4,'2012-10-12','2012-11-12'),(496,482,5,'2012-10-12','2012-11-12'),(497,482,12,'2012-10-12','2012-11-12'),(498,482,13,'2012-10-12','2012-11-12'),(499,482,22,'2012-10-12','2012-11-12'),(500,482,25,'2012-10-12','2012-11-12'),(501,482,33,'2012-10-12','2012-11-12'),(524,516,4,'2012-11-20','2012-12-20'),(503,176,6,'2012-10-19','2012-11-19'),(504,176,10,'2012-10-19','2012-11-19'),(505,176,12,'2012-10-19','2012-11-19'),(535,523,4,'2012-12-04','2012-12-14'),(543,534,10,'2013-01-22','2013-02-22'),(508,14,5,'2012-10-19','2012-11-19'),(540,534,4,'2013-01-22','2013-02-22'),(510,14,13,'2012-10-19','2012-11-19'),(550,533,5,'2013-01-22','2013-02-22'),(512,14,23,'2012-10-19','2012-11-19'),(513,14,24,'2012-10-19','2012-11-19'),(547,534,25,'2013-01-22','2013-02-22'),(541,534,5,'2013-01-22','2013-02-22'),(516,512,4,'2012-10-19','2012-11-19'),(517,512,5,'2012-10-19','2012-11-19'),(518,512,12,'2012-10-19','2012-11-19'),(519,512,25,'2012-10-19','2012-11-19'),(520,512,33,'2012-10-19','2012-11-19'),(521,497,4,'2012-10-19','2012-10-19'),(522,497,12,'2012-10-19','2012-10-19'),(523,497,25,'2012-10-19','2012-10-19'),(551,533,6,'2013-01-22','2013-02-22'),(552,533,10,'2013-01-22','2013-02-22'),(553,533,12,'2013-01-22','2013-02-22'),(554,533,13,'2013-01-22','2013-02-22'),(555,533,22,'2013-01-22','2013-02-22'),(556,533,25,'2013-01-22','2013-02-22'),(557,533,33,'2013-01-22','2013-02-22'),(558,535,4,'2013-01-22','2013-02-22'),(559,535,5,'2013-01-22','2013-02-22'),(620,536,5,'2013-02-19','2013-03-01'),(561,535,10,'2013-01-22','2013-02-22'),(562,535,12,'2013-01-22','2013-02-22'),(563,535,13,'2013-01-22','2013-02-22'),(564,535,22,'2013-01-22','2013-02-22'),(565,535,25,'2013-01-22','2013-02-22'),(566,535,33,'2013-01-22','2013-02-22'),(567,524,4,'2013-01-22','2013-02-22'),(568,524,5,'2013-01-22','2013-02-22'),(569,524,6,'2013-01-22','2013-02-22'),(570,524,10,'2013-01-22','2013-02-22'),(571,524,12,'2013-01-22','2013-02-22'),(572,524,13,'2013-01-22','2013-02-22'),(573,524,22,'2013-01-22','2013-02-22'),(574,524,25,'2013-01-22','2013-02-22'),(575,524,33,'2013-01-22','2013-02-22'),(576,535,12,'2013-01-29','0000-00-00'),(577,535,22,'2013-01-29','0000-00-00'),(578,535,33,'2013-01-29','0000-00-00'),(650,325,7,'2013-04-02','2013-04-02'),(649,325,6,'2013-04-02','2013-04-02'),(648,325,5,'2013-04-02','2013-04-02'),(647,325,4,'2013-04-02','2013-04-02'),(646,14,7,'2013-04-02','2013-04-10'),(645,14,7,'2013-04-02','2013-04-10'),(644,538,33,'2013-03-21','2013-04-05'),(643,538,25,'2013-03-21','2013-04-05'),(642,538,24,'2013-03-21','2013-04-05'),(641,538,23,'2013-03-21','2013-04-05'),(640,538,22,'2013-03-21','2013-04-05'),(639,538,13,'2013-03-21','2013-04-05'),(638,538,12,'2013-03-21','2013-04-05'),(637,538,10,'2013-03-21','2013-04-05'),(631,537,5,'2013-03-07','2013-03-21'),(624,536,33,'2013-02-19','2013-03-01'),(623,536,25,'2013-02-19','2013-03-01'),(636,538,7,'2013-03-21','2013-04-05'),(635,538,5,'2013-03-21','2013-04-05'),(633,537,33,'2013-03-07','2013-03-21'),(630,537,4,'2013-03-07','2013-03-21'),(632,537,25,'2013-03-07','2013-03-21'),(634,538,4,'2013-03-21','2013-04-05'),(622,536,13,'2013-02-19','2013-03-01'),(621,536,12,'2013-02-19','2013-03-01'),(605,531,5,'2013-01-29','2013-02-28'),(606,531,12,'2013-01-29','2013-02-28'),(607,531,13,'2013-01-29','2013-02-28'),(608,531,22,'2013-01-29','2013-02-28'),(609,531,23,'2013-01-29','2013-02-28'),(610,531,25,'2013-01-29','2013-02-28'),(611,531,33,'2013-01-29','2013-02-28'),(651,325,8,'2013-04-02','2013-04-02'),(652,325,10,'2013-04-02','2013-04-02'),(653,325,11,'2013-04-02','2013-04-02'),(654,325,12,'2013-04-02','2013-04-02'),(655,325,13,'2013-04-02','2013-04-02'),(656,325,21,'2013-04-02','2013-04-02'),(657,325,22,'2013-04-02','2013-04-02'),(658,325,23,'2013-04-02','2013-04-02'),(659,325,24,'2013-04-02','2013-04-02'),(660,325,25,'2013-04-02','2013-04-02'),(661,325,33,'2013-04-02','2013-04-02'),(662,344,4,'2013-04-02','2013-04-02'),(663,344,5,'2013-04-02','2013-04-02'),(664,344,6,'2013-04-02','2013-04-02'),(665,344,7,'2013-04-02','2013-04-02'),(666,344,8,'2013-04-02','2013-04-02'),(667,344,10,'2013-04-02','2013-04-02'),(668,344,11,'2013-04-02','2013-04-02'),(669,344,12,'2013-04-02','2013-04-02'),(670,344,13,'2013-04-02','2013-04-02'),(671,344,21,'2013-04-02','2013-04-02'); /*!40000 ALTER TABLE `training` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_mobil` -- DROP TABLE IF EXISTS `user_mobil`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `user_mobil` ( `user_mobil_id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `mobil_id` int(11) NOT NULL, PRIMARY KEY (`user_mobil_id`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `user_mobil` -- LOCK TABLES `user_mobil` WRITE; /*!40000 ALTER TABLE `user_mobil` DISABLE KEYS */; INSERT INTO `user_mobil` VALUES (1,0,2),(2,28,0),(3,245,0),(4,241,0),(5,172,0),(6,157,0),(7,179,0),(8,197,0),(9,174,0),(10,198,0),(11,220,0),(12,192,0),(13,186,0),(14,223,0),(15,175,0),(16,210,0),(17,219,0),(18,158,0),(19,207,0),(20,163,0),(21,212,0),(22,178,0),(23,243,0),(24,46,0),(25,99,5),(26,20,5); /*!40000 ALTER TABLE `user_mobil` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'new_guardtrakdata' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2016-05-13 11:09:26