Moderadores: Soporte phpBB, Soporte MODs




phpbb_login_attempts



Juanla escribió:
- Código: Seleccionar todo
phpbb_login_attempts












memoadian escribió:Juanla escribió:
- Código: Seleccionar todo
phpbb_login_attempts
esa tabla no es de un mod es de la version 3.0.9 de phpbb





-- -- Table structure for table `phpbb_login_attempts` -- DROP TABLE IF EXISTS `phpbb_login_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `phpbb_login_attempts` ( `attempt_ip` varchar(40) collate utf8_bin NOT NULL default '', `attempt_browser` varchar(150) collate utf8_bin NOT NULL default '', `attempt_forwarded_for` varchar(255) collate utf8_bin NOT NULL default '', `attempt_time` int(11) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `username` varchar(255) collate utf8_bin NOT NULL default '0', `username_clean` varchar(255) collate utf8_bin NOT NULL default '0', KEY `att_ip` (`attempt_ip`,`attempt_time`), KEY `att_for` (`attempt_forwarded_for`,`attempt_time`), KEY `att_time` (`attempt_time`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `phpbb_login_attempts` -- LOCK TABLES `phpbb_login_attempts` WRITE; /*!40000 ALTER TABLE `phpbb_login_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_login_attempts` ENABLE KEYS */; UNLOCK TABLES;


| Enlace: | |
| BBcode: | |
| HTML: |
Volver a Instalaciones, actualizaciones y conversiones de phpBB 3
Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 1 invitado