2015-12-24 16:04:49 +00:00
-- phpMyAdmin SQL Dump
-- version 4.5.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Dec 24, 2015 at 04:59 PM
-- Server version: 5.7.10-log
-- PHP Version: 7.0.1
2015-09-07 20:53:47 +00:00
2015-12-24 16:04:49 +00:00
SET SQL_MODE = " NO_AUTO_VALUE_ON_ZERO " ;
SET time_zone = " +00:00 " ;
2015-09-07 20:53:47 +00:00
2015-12-24 16:04:49 +00:00
/* !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 utf8mb4 */ ;
--
-- Database: `sakura-development`
--
CREATE DATABASE IF NOT EXISTS ` sakura - development ` DEFAULT CHARACTER SET utf8 COLLATE utf8_bin ;
2015-10-10 21:17:50 +00:00
USE ` sakura - development ` ;
2015-12-24 16:04:49 +00:00
--
-- Dumping data for table `sakura_config`
--
2015-09-07 20:53:47 +00:00
INSERT INTO ` sakura_config ` ( ` config_name ` , ` config_value ` ) VALUES
2015-12-24 16:04:49 +00:00
( ' admin_email ' , ' sakura@localhost ' ) ,
( ' alumni_rank_id ' , ' 9 ' ) ,
( ' avatar_max_fsize ' , ' 2097152 ' ) ,
( ' avatar_max_height ' , ' 512 ' ) ,
( ' avatar_max_width ' , ' 512 ' ) ,
( ' avatar_min_height ' , ' 20 ' ) ,
( ' avatar_min_width ' , ' 20 ' ) ,
( ' background_max_fsize ' , ' 5242880 ' ) ,
( ' background_max_height ' , ' 1440 ' ) ,
( ' background_max_width ' , ' 2560 ' ) ,
( ' background_min_height ' , ' 16 ' ) ,
( ' background_min_width ' , ' 16 ' ) ,
( ' banned_avatar_img ' , ' public/content/data/{{ TPL }}/images/banned-av.png ' ) ,
2015-09-07 20:53:47 +00:00
( ' charset ' , ' utf-8 ' ) ,
2015-12-24 16:04:49 +00:00
( ' comment_max_length ' , ' 500 ' ) ,
( ' comment_min_length ' , ' 1 ' ) ,
( ' content_path ' , ' /content ' ) ,
( ' cookie_domain ' , ' flashii.test ' ) ,
2015-09-07 20:53:47 +00:00
( ' cookie_path ' , ' / ' ) ,
2015-12-24 16:04:49 +00:00
( ' cookie_prefix ' , ' sakura_ ' ) ,
( ' date_format ' , ' D Y-m-d H:i:s T ' ) ,
( ' deactivated_avatar_img ' , ' public/content/data/{{ TPL }}/images/deactivated-av.png ' ) ,
( ' disable_registration ' , ' 0 ' ) ,
( ' enable_tpl_cache ' , ' 0 ' ) ,
( ' forum_text_max ' , ' 60000 ' ) ,
( ' forum_text_min ' , ' 1 ' ) ,
( ' forum_title_max ' , ' 128 ' ) ,
( ' forum_title_min ' , ' 4 ' ) ,
( ' front_page_news_posts ' , ' 3 ' ) ,
( ' header_announcement_image ' , ' ' ) ,
( ' header_announcement_link ' , ' ' ) ,
2015-09-07 20:53:47 +00:00
( ' lock_authentication ' , ' 0 ' ) ,
2015-12-24 16:04:49 +00:00
( ' mail_signature ' , ' Team Flashii ' ) ,
( ' max_online_time ' , ' 120 ' ) ,
( ' max_reg_keys ' , ' 5 ' ) ,
( ' members_per_page ' , ' 30 ' ) ,
2015-09-07 20:53:47 +00:00
( ' min_entropy ' , ' 1 ' ) ,
2015-12-24 16:04:49 +00:00
( ' news_posts_per_page ' , ' 3 ' ) ,
( ' no_avatar_img ' , ' public/content/data/{{ TPL }}/images/no-av.png ' ) ,
( ' no_background_img ' , ' public/content/pixel.png ' ) ,
( ' no_cron_interval ' , ' 30 ' ) ,
( ' no_cron_last ' , ' 1450972327 ' ) ,
( ' no_cron_service ' , ' 1 ' ) ,
( ' no_header_img ' , ' public/content/images/default_header.png ' ) ,
( ' old_username_reserve ' , ' 90 ' ) ,
( ' paypal_client_id ' , ' ' ) ,
( ' paypal_secret ' , ' ' ) ,
( ' pixel_img ' , ' public/content/pixel.png ' ) ,
( ' premium_amount_max ' , ' 24 ' ) ,
2015-09-07 20:53:47 +00:00
( ' premium_price_per_month ' , ' 1.49 ' ) ,
( ' premium_rank_id ' , ' 8 ' ) ,
2015-12-24 16:04:49 +00:00
( ' recaptcha ' , ' 0 ' ) ,
( ' recaptcha_private ' , ' ' ) ,
( ' recaptcha_public ' , ' ' ) ,
( ' require_activation ' , ' 0 ' ) ,
( ' require_registration_code ' , ' 0 ' ) ,
( ' session_check ' , ' 4 ' ) ,
( ' site_closed ' , ' 0 ' ) ,
( ' site_closed_reason ' , ' meow ' ) ,
( ' site_news_category ' , ' site-news ' ) ,
( ' site_style ' , ' yuuno ' ) ,
( ' sitedesc ' , ' Live development environment for the script that powers Flashii.net called Sakura. ' ) ,
( ' sitelogo ' , ' ' ) ,
( ' sitename ' , ' Sakura ' ) ,
( ' sitetags ' , ' ' ) ,
( ' smtp_auth ' , ' 1 ' ) ,
( ' smtp_from_email ' , ' sakura@localhost ' ) ,
( ' smtp_from_name ' , ' Sakura No Reply ' ) ,
( ' smtp_password ' , ' ' ) ,
( ' smtp_port ' , ' 587 ' ) ,
( ' smtp_replyto_mail ' , ' sakura@localhost ' ) ,
( ' smtp_replyto_name ' , ' Sakura ' ) ,
( ' smtp_secure ' , ' tls ' ) ,
( ' smtp_server ' , ' ' ) ,
( ' smtp_username ' , ' sakura@localhost ' ) ,
( ' url_main ' , ' flashii.test ' ) ,
2015-09-07 20:53:47 +00:00
( ' url_rewrite ' , ' 1 ' ) ,
2015-12-24 16:04:49 +00:00
( ' use_gzip ' , ' 1 ' ) ,
( ' user_uploads ' , ' uploads ' ) ,
( ' username_max_length ' , ' 16 ' ) ,
( ' username_min_length ' , ' 3 ' ) ;
--
-- Dumping data for table `sakura_emoticons`
--
2015-09-07 20:53:47 +00:00
INSERT INTO ` sakura_emoticons ` ( ` emote_string ` , ` emote_path ` ) VALUES
2015-12-24 16:04:49 +00:00
( ' :amu: ' , ' /content/images/emoticons/amu.png ' ) ,
( ' :angrier: ' , ' /content/images/emoticons/angrier.png ' ) ,
( ' :angriest: ' , ' /content/images/emoticons/angriest.png ' ) ,
2015-09-07 20:53:47 +00:00
( ' :angry: ' , ' /content/images/emoticons/angry.gif ' ) ,
( ' :blank: ' , ' /content/images/emoticons/blank.png ' ) ,
2015-12-24 16:04:49 +00:00
( ' :childish: ' , ' /content/images/emoticons/childish.png ' ) ,
( ' :congrats: ' , ' /content/images/emoticons/congrats.png ' ) ,
( ' :crying: ' , ' /content/images/emoticons/crying.gif ' ) ,
2015-09-07 20:53:47 +00:00
( ' :dizzy: ' , ' /content/images/emoticons/dizzy.gif ' ) ,
2015-12-24 16:04:49 +00:00
( ' :eat: ' , ' /content/images/emoticons/eat.gif ' ) ,
( ' :evil: ' , ' /content/images/emoticons/evil.png ' ) ,
( ' :extreme: ' , ' /content/images/emoticons/extreme.png ' ) ,
2015-09-07 20:53:47 +00:00
( ' :glare: ' , ' /content/images/emoticons/glare.gif ' ) ,
( ' :happy: ' , ' /content/images/emoticons/happy.gif ' ) ,
2015-12-24 16:04:49 +00:00
( ' :horror: ' , ' /content/images/emoticons/horror.gif ' ) ,
( ' :huh: ' , ' /content/images/emoticons/huh.png ' ) ,
( ' :idea: ' , ' /content/images/emoticons/idea.png ' ) ,
( ' :jew: ' , ' /content/images/emoticons/jew.png ' ) ,
( ' :kiss: ' , ' /content/images/emoticons/kiss.gif ' ) ,
( ' :lmao: ' , ' /content/images/emoticons/lmao.gif ' ) ,
( ' :lol: ' , ' /content/images/emoticons/lol.gif ' ) ,
( ' :love: ' , ' /content/images/emoticons/love.png ' ) ,
( ' :meow: ' , ' /content/images/emoticons/meow.png ' ) ,
( ' :omg: ' , ' /content/images/emoticons/omg.gif ' ) ,
( ' :ouch: ' , ' /content/images/emoticons/ouch.gif ' ) ,
( ' :puke: ' , ' /content/images/emoticons/puke.gif ' ) ,
( ' :ruse: ' , ' /content/images/emoticons/ruse.png ' ) ,
( ' :sad: ' , ' /content/images/emoticons/sad.png ' ) ,
( ' :sigh: ' , ' /content/images/emoticons/sigh.gif ' ) ,
( ' :suspicious: ' , ' /content/images/emoticons/suspicious.gif ' ) ,
2015-09-07 20:53:47 +00:00
( ' :sweat: ' , ' /content/images/emoticons/sweat.gif ' ) ,
( ' :tired: ' , ' /content/images/emoticons/tired.gif ' ) ,
2015-12-24 16:04:49 +00:00
( ' :yay: ' , ' /content/images/emoticons/vhappy.gif ' ) ,
2015-09-07 20:53:47 +00:00
( ' :winxp: ' , ' /content/images/emoticons/winxp.png ' ) ,
2015-12-24 16:04:49 +00:00
( ' :wtf: ' , ' /content/images/emoticons/wtf.gif ' ) ,
2015-09-07 20:53:47 +00:00
( ' :sleep: ' , ' /content/images/emoticons/zzz.gif ' ) ,
2015-12-24 16:04:49 +00:00
( ' :what: ' , ' /content/images/emoticons/what.png ' ) ,
( ' :smug: ' , ' /content/images/emoticons/smug.png ' ) ;
--
-- Dumping data for table `sakura_optionfields`
--
2015-09-23 20:45:42 +00:00
2015-10-10 21:17:50 +00:00
INSERT INTO ` sakura_optionfields ` ( ` option_id ` , ` option_name ` , ` option_description ` , ` option_type ` , ` option_permission ` ) VALUES
2015-12-24 16:04:49 +00:00
( ' disableProfileParallax ' , ' Disable Parallaxing ' , ' This will stop your background from responding to your mouse movement, this will only affect your background. ' , ' checkbox ' , ' CHANGE_BACKGROUND ' ) ,
( ' profileBackgroundSiteWide ' , ' Display profile background site wide ' , ' This will make the profile background you set on your profile appear on the entire site (except on other profiles). ' , ' checkbox ' , ' CREATE_BACKGROUND ' ) ,
( ' useMisaki ' , ' Use the testing style ' , ' This will make the site use the new Misaki style instead of Yuuno. ' , ' checkbox ' , ' ALTER_PROFILE ' ) ;
--
-- Dumping data for table `sakura_permissions`
--
2015-09-07 20:53:47 +00:00
2015-10-10 21:17:50 +00:00
INSERT INTO ` sakura_permissions ` ( ` rank_id ` , ` user_id ` , ` permissions_site ` , ` permissions_manage ` , ` permissions_forums ` , ` permissions_inherit ` ) VALUES
2015-12-24 16:04:49 +00:00
( 1 , 0 , ' 00000000000000000000000000000001 ' , ' 00 ' , ' 0 ' , ' 000 ' ) ,
( 2 , 0 , ' 11110000111111111100111101101100 ' , ' 00 ' , ' 1 ' , ' 000 ' ) ,
( 3 , 0 , ' 11110001111111111111111111111100 ' , ' 11 ' , ' 1 ' , ' 000 ' ) ,
( 4 , 0 , ' 11110111111111111111111111111100 ' , ' 11 ' , ' 1 ' , ' 000 ' ) ,
( 5 , 0 , ' 11110001111111111111111111111100 ' , ' 11 ' , ' 1 ' , ' 000 ' ) ,
( 6 , 0 , ' 11110000111111111100111101101100 ' , ' 00 ' , ' 0 ' , ' 000 ' ) ,
( 7 , 0 , ' 11110001111111111111111111111100 ' , ' 01 ' , ' 1 ' , ' 000 ' ) ,
( 8 , 0 , ' 11110001111111111111111111111100 ' , ' 00 ' , ' 1 ' , ' 000 ' ) ,
( 9 , 0 , ' 11110001111111111111111111111100 ' , ' 00 ' , ' 1 ' , ' 000 ' ) ,
( 10 , 0 , ' 11110000000011010100101000100010 ' , ' 00 ' , ' 0 ' , ' 000 ' ) ,
( 11 , 0 , ' 11110000111111111100111101101100 ' , ' 00 ' , ' 1 ' , ' 000 ' ) ;
--
-- Dumping data for table `sakura_profilefields`
--
2015-09-07 20:53:47 +00:00
2015-10-10 21:17:50 +00:00
INSERT INTO ` sakura_profilefields ` ( ` field_id ` , ` field_name ` , ` field_type ` , ` field_link ` , ` field_linkformat ` , ` field_description ` , ` field_additional ` ) VALUES
2015-12-24 16:04:49 +00:00
( 1 , ' Website ' , ' url ' , 1 , ' {{ VAL }} ' , ' URL to your website ' , ' ' ) ,
( 2 , ' Twitter ' , ' text ' , 1 , ' https://twitter.com/{{ VAL }} ' , ' Your @twitter Username ' , ' ' ) ,
( 3 , ' BitBucket ' , ' text ' , 1 , ' https://bitbucket.org/{{ VAL }} ' , ' Your BitBucket Username ' , ' ' ) ,
( 4 , ' Skype ' , ' text ' , 1 , ' skype:{{ VAL }}?userinfo ' , ' Your Skype Username ' , ' ' ) ,
( 5 , ' YouTube ' , ' text ' , 0 , ' ' , ' ID or Username excluding http://youtube.com/*/ ' , ' {"youtubetype": ["checkbox", "I <b>do not</b> have a Channel Username (url looks like https://www.youtube.com/channel/UCXZcw5hw5C7Neto-T_nRXBQ)."]} ' ) ,
( 6 , ' SoundCloud ' , ' text ' , 1 , ' https://soundcloud.com/{{ VAL }} ' , ' Your SoundCloud username ' , ' ' ) ,
( 7 , ' Steam ' , ' text ' , 1 , ' https://steamcommunity.com/id/{{ VAL }} ' , ' Your Steam Community Username (may differ from login username) ' , ' ' ) ,
( 8 , ' osu! ' , ' text ' , 1 , ' https://osu.ppy.sh/u/{{ VAL }} ' , ' Your osu! Username ' , ' ' ) ,
( 9 , ' Origin ' , ' text ' , 0 , ' ' , ' Your Origin User ID ' , ' ' ) ,
( 10 , ' Xbox Live ' , ' text ' , 1 , ' https://account.xbox.com/en-GB/Profile?Gamertag={{ VAL }} ' , ' Your Xbox User ID ' , ' ' ) ,
( 11 , ' PSN ' , ' text ' , 1 , ' http://psnprofiles.com/{{ VAL }} ' , ' Your PSN User ID ' , ' ' ) ,
( 12 , ' Last.fm ' , ' text ' , 1 , ' http://last.fm/user/{{ VAL }} ' , ' Your Last.fm username ' , ' ' ) ;
--
-- Dumping data for table `sakura_ranks`
--
2015-09-07 20:53:47 +00:00
2015-10-10 21:17:50 +00:00
INSERT INTO ` sakura_ranks ` ( ` rank_id ` , ` rank_hierarchy ` , ` rank_name ` , ` rank_multiple ` , ` rank_hidden ` , ` rank_colour ` , ` rank_description ` , ` rank_title ` ) VALUES
2015-12-24 16:04:49 +00:00
( 1 , 0 , ' Deactivated ' , ' ' , 1 , ' #555 ' , ' Users that are yet to be activated or that deactivated their own account. ' , ' Deactivated ' ) ,
( 2 , 1 , ' Regular user ' , ' s ' , 0 , ' inherit ' , ' Regular users with regular permissions. ' , ' Regular user ' ) ,
( 3 , 3 , ' Site moderator ' , ' s ' , 0 , ' #FA3703 ' , ' Users with special permissions like being able to ban and modify users if needed. ' , ' Moderator ' ) ,
( 4 , 4 , ' Administrator ' , ' s ' , 0 , ' #824CA0 ' , ' Users that manage the server and everything around that. ' , ' Administrator ' ) ,
( 5 , 3 , ' Developer ' , ' s ' , 0 , ' #6EAC0A ' , ' Users that either create or test new features of the site. ' , ' Developer ' ) ,
( 6 , 1 , ' Bot ' , ' s ' , 1 , ' #9E8DA7 ' , ' Reserved user accounts for services. ' , ' Bot ' ) ,
( 7 , 2 , ' Chat moderator ' , ' s ' , 0 , ' #09F ' , ' Moderators of the chat room. ' , ' Moderator ' ) ,
( 8 , 1 , ' Tenshi ' , ' ' , 0 , ' #EE9400 ' , ' Users that bought premium to help us keep the site and its services alive! ' , ' Tenshi ' ) ,
( 9 , 1 , ' Alumnii ' , ' ' , 0 , ' #FF69B4 ' , ' People who have made big contributions to the community but have moved on. ' , ' Alumni ' ) ,
( 10 , 0 , ' Restricted ' , ' ' , 1 , ' #666 ' , ' Users that are restricted. ' , ' Restricted ' ) ,
( 11 , 1 , ' Early Supporter ' , ' s ' , 0 , ' #0049EE ' , ' User that donated before the premium system. ' , ' Early Supporter ' ) ;
/* !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 */ ;