%PDF- %PDF-
Direktori : /home/waritko/db_backups/databaze/sadamas/ |
Current File : //home/waritko/db_backups/databaze/sadamas/smf_permissions.sql |
-- MySQL dump 10.14 Distrib 5.5.60-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: sadamas -- ------------------------------------------------------ -- Server version 5.5.60-MariaDB /*!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 `smf_permissions` -- DROP TABLE IF EXISTS `smf_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `smf_permissions` ( `id_group` smallint(5) NOT NULL DEFAULT '0', `permission` varchar(30) NOT NULL DEFAULT '', `add_deny` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id_group`,`permission`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `smf_permissions` -- LOCK TABLES `smf_permissions` WRITE; /*!40000 ALTER TABLE `smf_permissions` DISABLE KEYS */; INSERT INTO `smf_permissions` VALUES (10,'search_posts',1),(-1,'calendar_view',1),(-1,'view_stats',1),(-1,'profile_view_any',1),(0,'view_mlist',1),(9,'search_posts',1),(0,'profile_view_own',1),(0,'profile_view_any',1),(0,'pm_read',1),(0,'pm_send',1),(0,'calendar_view',1),(0,'view_stats',1),(0,'who_view',1),(0,'profile_identity_own',1),(0,'profile_extra_own',1),(0,'profile_remove_own',1),(0,'profile_server_avatar',1),(0,'profile_upload_avatar',1),(0,'profile_remote_avatar',1),(0,'karma_edit',1),(2,'view_mlist',1),(2,'search_posts',1),(2,'profile_view_own',1),(2,'profile_view_any',1),(2,'pm_read',1),(2,'pm_send',1),(2,'calendar_view',1),(2,'view_stats',1),(2,'who_view',1),(2,'profile_identity_own',1),(2,'profile_extra_own',1),(2,'profile_remove_own',1),(2,'profile_server_avatar',1),(2,'profile_upload_avatar',1),(2,'profile_remote_avatar',1),(2,'profile_title_own',1),(2,'calendar_post',1),(2,'calendar_edit_any',1),(2,'karma_edit',1),(2,'access_mod_center',1),(0,'search_posts',1),(9,'calendar_view',1),(9,'view_stats',1),(9,'who_view',1),(9,'profile_view_own',1),(9,'profile_identity_own',1),(9,'view_mlist',1),(9,'karma_edit',1),(9,'pm_read',1),(9,'pm_send',1),(9,'profile_view_any',1),(9,'profile_extra_own',1),(9,'profile_server_avatar',1),(9,'profile_upload_avatar',1),(9,'profile_remote_avatar',1),(9,'profile_remove_own',1),(10,'profile_remove_any',1),(10,'profile_title_any',1),(10,'profile_extra_any',1),(10,'profile_identity_any',1),(10,'moderate_forum',1),(10,'access_mod_center',1),(10,'karma_edit',1),(10,'profile_view_any',1),(10,'profile_view_own',1),(10,'calendar_view',1),(-1,'search_posts',1),(10,'who_view',1),(10,'view_mlist',1),(10,'view_stats',1),(10,'pm_read',1),(10,'pm_send',1),(10,'admin_forum',1),(10,'manage_boards',1),(10,'manage_attachments',1),(10,'manage_smileys',1),(10,'edit_news',1),(10,'manage_membergroups',1),(10,'manage_permissions',1),(10,'manage_bans',1),(10,'send_mail',1),(10,'profile_identity_own',1),(10,'profile_extra_own',1),(10,'profile_title_own',1),(10,'profile_remove_own',1),(10,'profile_server_avatar',1),(10,'profile_upload_avatar',1),(10,'profile_remote_avatar',1); /*!40000 ALTER TABLE `smf_permissions` ENABLE KEYS */; UNLOCK TABLES; /*!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 2018-11-09 4:27:10