404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.225.156.49: ~ $
-- MySQL dump 10.13  Distrib 5.7.33, for Linux (x86_64)
--
-- Host: localhost    Database: test_db
-- ------------------------------------------------------
-- Server version	5.7.33

/*!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 `adress_Zones`
--

DROP TABLE IF EXISTS `adress_Zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adress_Zones` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `Zone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `Type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=94 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adress_Zones`
--

LOCK TABLES `adress_Zones` WRITE;
/*!40000 ALTER TABLE `adress_Zones` DISABLE KEYS */;
/*!40000 ALTER TABLE `adress_Zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adress_dasteha`
--

DROP TABLE IF EXISTS `adress_dasteha`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adress_dasteha` (
  `chatid` varchar(20) COLLATE utf8_persian_ci DEFAULT NULL,
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(20) COLLATE utf8_persian_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=93 DEFAULT CHARSET=utf8 COLLATE=utf8_persian_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adress_dasteha`
--

LOCK TABLES `adress_dasteha` WRITE;
/*!40000 ALTER TABLE `adress_dasteha` DISABLE KEYS */;
/*!40000 ALTER TABLE `adress_dasteha` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adress_jobs`
--

DROP TABLE IF EXISTS `adress_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adress_jobs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `job_id` varchar(100) COLLATE utf8_persian_ci DEFAULT NULL,
  `name` varchar(500) COLLATE utf8_persian_ci DEFAULT NULL,
  `address` text COLLATE utf8_persian_ci,
  `latitude` varchar(500) COLLATE utf8_persian_ci DEFAULT NULL,
  `longitude` varchar(500) COLLATE utf8_persian_ci DEFAULT NULL,
  `picture` varchar(1000) COLLATE utf8_persian_ci DEFAULT NULL,
  `job` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `Province` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `city` varchar(500) COLLATE utf8_persian_ci DEFAULT NULL,
  `email` varchar(500) COLLATE utf8_persian_ci DEFAULT '-',
  `phone` varchar(100) COLLATE utf8_persian_ci DEFAULT NULL,
  `website` varchar(1000) COLLATE utf8_persian_ci DEFAULT NULL,
  `description` text COLLATE utf8_persian_ci,
  `keyword` varchar(1000) COLLATE utf8_persian_ci DEFAULT NULL,
  `status` varchar(100) COLLATE utf8_persian_ci DEFAULT 'pending',
  `Flags` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=750 DEFAULT CHARSET=utf8 COLLATE=utf8_persian_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adress_jobs`
--

LOCK TABLES `adress_jobs` WRITE;
/*!40000 ALTER TABLE `adress_jobs` DISABLE KEYS */;
/*!40000 ALTER TABLE `adress_jobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adress_links`
--

DROP TABLE IF EXISTS `adress_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adress_links` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `page_url` varchar(300) COLLATE utf8_persian_ci DEFAULT NULL,
  `status` varchar(10) COLLATE utf8_persian_ci DEFAULT 'no',
  PRIMARY KEY (`id`),
  UNIQUE KEY `page_url` (`page_url`)
) ENGINE=MyISAM AUTO_INCREMENT=593 DEFAULT CHARSET=utf8 COLLATE=utf8_persian_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adress_links`
--

LOCK TABLES `adress_links` WRITE;
/*!40000 ALTER TABLE `adress_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `adress_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bayadic_dictionary_contribution_de_fa`
--

DROP TABLE IF EXISTS `bayadic_dictionary_contribution_de_fa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bayadic_dictionary_contribution_de_fa` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `artikel` varchar(10) DEFAULT NULL,
  `word` varchar(600) CHARACTER SET utf8 DEFAULT NULL,
  `perfect` varchar(100) CHARACTER SET utf8 COLLATE utf8_persian_ci DEFAULT NULL,
  `plural` text CHARACTER SET utf8,
  `hasProposition` tinyint(1) NOT NULL DEFAULT '0',
  `reflexive` tinyint(1) DEFAULT NULL,
  `translation` varchar(750) CHARACTER SET utf8 DEFAULT NULL,
  `wordType` enum('noun','verb','adjective','adverb','proposition','conjunction','other') DEFAULT NULL,
  `minusRate` int(11) NOT NULL DEFAULT '0',
  `plusRate` int(11) NOT NULL DEFAULT '0',
  `related` tinyint(1) NOT NULL DEFAULT '0',
  `status` enum('open','trusted','approved','rejected','closed','needToEdit','wrong','requested','review') DEFAULT NULL,
  `wordID` varchar(50) NOT NULL,
  `userID` varchar(50) NOT NULL,
  `insertedTime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `word` (`word`),
  KEY `translation` (`translation`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bayadic_dictionary_contribution_de_fa`
--

LOCK TABLES `bayadic_dictionary_contribution_de_fa` WRITE;
/*!40000 ALTER TABLE `bayadic_dictionary_contribution_de_fa` DISABLE KEYS */;
/*!40000 ALTER TABLE `bayadic_dictionary_contribution_de_fa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bayadic_dictionary_de_fa`
--

DROP TABLE IF EXISTS `bayadic_dictionary_de_fa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bayadic_dictionary_de_fa` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `artikel` varchar(10) NOT NULL,
  `word` varchar(250) CHARACTER SET utf8 NOT NULL,
  `perfect` varchar(100) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `plural` text CHARACTER SET utf8 NOT NULL,
  `hasProposition` tinyint(1) NOT NULL DEFAULT '0',
  `reflexive` tinyint(1) DEFAULT NULL,
  `translation` varchar(650) CHARACTER SET utf8 NOT NULL,
  `wordType` enum('noun','verb','adjective','adverb','proposition','conjunction','other') NOT NULL,
  `minusRate` int(11) NOT NULL DEFAULT '0',
  `plusRate` int(11) NOT NULL DEFAULT '0',
  `related` tinyint(1) NOT NULL DEFAULT '0',
  `status` enum('open','trusted','approved','rejected','closed','needToEdit','wrong','requested','review') NOT NULL,
  `wordID` varchar(50) NOT NULL,
  `userID` varchar(50) NOT NULL,
  `insertedTime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `word` (`word`),
  KEY `translation` (`translation`)
) ENGINE=InnoDB AUTO_INCREMENT=303927 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bayadic_dictionary_de_fa`
--

LOCK TABLES `bayadic_dictionary_de_fa` WRITE;
/*!40000 ALTER TABLE `bayadic_dictionary_de_fa` DISABLE KEYS */;
/*!40000 ALTER TABLE `bayadic_dictionary_de_fa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bayadic_rated_words_de_fa`
--

DROP TABLE IF EXISTS `bayadic_rated_words_de_fa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bayadic_rated_words_de_fa` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `wordID` varchar(50) NOT NULL,
  `userID` varchar(50) NOT NULL,
  `plusRate` tinyint(1) NOT NULL,
  `minusRate` tinyint(1) NOT NULL,
  `insertedTime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bayadic_rated_words_de_fa`
--

LOCK TABLES `bayadic_rated_words_de_fa` WRITE;
/*!40000 ALTER TABLE `bayadic_rated_words_de_fa` DISABLE KEYS */;
/*!40000 ALTER TABLE `bayadic_rated_words_de_fa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bayadic_related_words_de_fa`
--

DROP TABLE IF EXISTS `bayadic_related_words_de_fa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bayadic_related_words_de_fa` (
  `id` int(11) NOT NULL DEFAULT '0',
  `word` varchar(700) NOT NULL,
  KEY `word` (`word`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bayadic_related_words_de_fa`
--

LOCK TABLES `bayadic_related_words_de_fa` WRITE;
/*!40000 ALTER TABLE `bayadic_related_words_de_fa` DISABLE KEYS */;
/*!40000 ALTER TABLE `bayadic_related_words_de_fa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bots`
--

DROP TABLE IF EXISTS `bots`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bots` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `username` text NOT NULL,
  `token` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bots`
--

LOCK TABLES `bots` WRITE;
/*!40000 ALTER TABLE `bots` DISABLE KEYS */;
/*!40000 ALTER TABLE `bots` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `currency_price`
--

DROP TABLE IF EXISTS `currency_price`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `currency_price` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `primary_currency` varchar(10) DEFAULT NULL,
  `exchange_currency` varchar(10) DEFAULT NULL,
  `price` float DEFAULT NULL,
  `number_of_requests` int(11) NOT NULL DEFAULT '0',
  `last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `currency_price`
--

LOCK TABLES `currency_price` WRITE;
/*!40000 ALTER TABLE `currency_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `currency_price` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dic_ads`
--

DROP TABLE IF EXISTS `dic_ads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dic_ads` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` varchar(50) NOT NULL,
  `adsid` varchar(50) NOT NULL,
  `timeStamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `userid` (`userid`),
  KEY `userid_2` (`userid`),
  KEY `adsid` (`adsid`),
  KEY `timeStamp` (`timeStamp`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dic_ads`
--

LOCK TABLES `dic_ads` WRITE;
/*!40000 ALTER TABLE `dic_ads` DISABLE KEYS */;
/*!40000 ALTER TABLE `dic_ads` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dic_ads_pool`
--

DROP TABLE IF EXISTS `dic_ads_pool`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dic_ads_pool` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `adsID` varchar(25) NOT NULL,
  `msgID` varchar(15) NOT NULL,
  `chatID` varchar(15) NOT NULL,
  `botID` enum('@TranslateGerman_bot','@TranslateGerman2_bot','@TranslateGerman3_bot','@Test_TranslateGerman_bot') NOT NULL,
  `adsSent` int(11) NOT NULL DEFAULT '0',
  `adsLimit` int(11) NOT NULL DEFAULT '0',
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `timestamp` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dic_ads_pool`
--

LOCK TABLES `dic_ads_pool` WRITE;
/*!40000 ALTER TABLE `dic_ads_pool` DISABLE KEYS */;
/*!40000 ALTER TABLE `dic_ads_pool` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dic_conjunction`
--

DROP TABLE IF EXISTS `dic_conjunction`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dic_conjunction` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `verb` char(200) COLLATE utf8_bin NOT NULL,
  `form` char(100) CHARACTER SET utf8 NOT NULL,
  `person` char(10) COLLATE utf8_bin NOT NULL,
  `infinitive` varchar(300) COLLATE utf8_bin NOT NULL,
  PRIMARY KEY (`id`),
  KEY `verb` (`verb`),
  KEY `infinitive` (`infinitive`)
) ENGINE=MyISAM AUTO_INCREMENT=287559 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dic_conjunction`
--

LOCK TABLES `dic_conjunction` WRITE;
/*!40000 ALTER TABLE `dic_conjunction` DISABLE KEYS */;
/*!40000 ALTER TABLE `dic_conjunction` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dic_phrases`
--

DROP TABLE IF EXISTS `dic_phrases`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dic_phrases` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `word` varchar(40) NOT NULL,
  `sentence` text NOT NULL,
  `translation` text NOT NULL,
  `timeStamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dic_phrases`
--

LOCK TABLES `dic_phrases` WRITE;
/*!40000 ALTER TABLE `dic_phrases` DISABLE KEYS */;
/*!40000 ALTER TABLE `dic_phrases` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dic_suggested_users`
--

DROP TABLE IF EXISTS `dic_suggested_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dic_suggested_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` varchar(200) NOT NULL,
  `suggestedid` varchar(200) NOT NULL,
  `Datum` date NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=13156 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dic_suggested_users`
--

LOCK TABLES `dic_suggested_users` WRITE;
/*!40000 ALTER TABLE `dic_suggested_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `dic_suggested_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dic_suggested_users_english`
--

DROP TABLE IF EXISTS `dic_suggested_users_english`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dic_suggested_users_english` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` varchar(200) NOT NULL,
  `suggestedid` varchar(200) NOT NULL,
  `Datum` date NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dic_suggested_users_english`
--

LOCK TABLES `dic_suggested_users_english` WRITE;
/*!40000 ALTER TABLE `dic_suggested_users_english` DISABLE KEYS */;
/*!40000 ALTER TABLE `dic_suggested_users_english` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dic_word_suggestion`
--

DROP TABLE IF EXISTS `dic_word_suggestion`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dic_word_suggestion` (
  `id` int(11) NOT NULL DEFAULT '0',
  `searchedWord` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dic_word_suggestion`
--

LOCK TABLES `dic_word_suggestion` WRITE;
/*!40000 ALTER TABLE `dic_word_suggestion` DISABLE KEYS */;
/*!40000 ALTER TABLE `dic_word_suggestion` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dictionary`
--

DROP TABLE IF EXISTS `dictionary`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dictionary` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `artikel` varchar(10) NOT NULL,
  `type` varchar(10) NOT NULL,
  `word` text CHARACTER SET utf8 NOT NULL,
  `perfect` varchar(100) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `plural` text CHARACTER SET utf8 NOT NULL,
  `reflexive` tinyint(1) NOT NULL,
  `translation` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `example` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `exampletranslation` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `status` text CHARACTER SET utf8 NOT NULL,
  `soundFile` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `translationrate` int(11) NOT NULL,
  `searchedWord` varchar(300) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `searchedWord` (`searchedWord`),
  KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dictionary`
--

LOCK TABLES `dictionary` WRITE;
/*!40000 ALTER TABLE `dictionary` DISABLE KEYS */;
/*!40000 ALTER TABLE `dictionary` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dictionary_english`
--

DROP TABLE IF EXISTS `dictionary_english`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dictionary_english` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `artikel` varchar(10) NOT NULL,
  `word` text CHARACTER SET utf8 NOT NULL,
  `translation` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `example` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `exampletranslation` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `category` varchar(100) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `wordType` varchar(100) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `status` text CHARACTER SET utf8 NOT NULL,
  `translationrate` int(11) NOT NULL,
  `searchedWord` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dictionary_english`
--

LOCK TABLES `dictionary_english` WRITE;
/*!40000 ALTER TABLE `dictionary_english` DISABLE KEYS */;
/*!40000 ALTER TABLE `dictionary_english` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dictionary_merged`
--

DROP TABLE IF EXISTS `dictionary_merged`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dictionary_merged` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `artikel` varchar(10) NOT NULL,
  `word` text CHARACTER SET utf8 NOT NULL,
  `type` varchar(20) NOT NULL,
  `perfect` varchar(100) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `plural` text CHARACTER SET utf8 NOT NULL,
  `reflexive` tinyint(1) NOT NULL,
  `translation` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `example` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `exampletranslation` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `status` text CHARACTER SET utf8 NOT NULL,
  `soundFile` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `translationrate` int(11) NOT NULL,
  `searchedWord` varchar(90) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `searchedWord` (`searchedWord`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dictionary_merged`
--

LOCK TABLES `dictionary_merged` WRITE;
/*!40000 ALTER TABLE `dictionary_merged` DISABLE KEYS */;
/*!40000 ALTER TABLE `dictionary_merged` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dicusers`
--

DROP TABLE IF EXISTS `dicusers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dicusers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` varchar(200) CHARACTER SET latin1 NOT NULL,
  `username` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lastname` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `invitesent` int(11) DEFAULT '0',
  `latitude` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `step` varchar(100) CHARACTER SET utf8 NOT NULL DEFAULT 'userIsTranslating',
  `adminApproveStatus` varchar(300) CHARACTER SET latin1 DEFAULT NULL,
  `role` enum('USER','TRANSLATOR','EDITOR','ADMIN') CHARACTER SET latin1 NOT NULL,
  `keyboard` enum('DEACTIVATED','ACTIVATED','DISABLE','') CHARACTER SET latin1 NOT NULL,
  `trust` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=144667 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dicusers`
--

LOCK TABLES `dicusers` WRITE;
/*!40000 ALTER TABLE `dicusers` DISABLE KEYS */;
/*!40000 ALTER TABLE `dicusers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dicusers_bots`
--

DROP TABLE IF EXISTS `dicusers_bots`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dicusers_bots` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `botID` enum('@TranslateGerman_bot','@TranslateGerman2_bot','@TranslateGerman3_bot','') COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `userID` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '1',
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `botID` (`botID`),
  KEY `userID` (`userID`)
) ENGINE=InnoDB AUTO_INCREMENT=284057 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dicusers_bots`
--

LOCK TABLES `dicusers_bots` WRITE;
/*!40000 ALTER TABLE `dicusers_bots` DISABLE KEYS */;
/*!40000 ALTER TABLE `dicusers_bots` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dicusers_contribution`
--

DROP TABLE IF EXISTS `dicusers_contribution`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dicusers_contribution` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `artikel` varchar(3) COLLATE utf8_persian_ci DEFAULT NULL,
  `word` text CHARACTER SET utf8 NOT NULL,
  `type` varchar(20) COLLATE utf8_persian_ci DEFAULT NULL,
  `plural` varchar(40) COLLATE utf8_persian_ci DEFAULT NULL,
  `problemType` varchar(100) COLLATE utf8_persian_ci NOT NULL DEFAULT 'AddNewWord',
  `translation` text COLLATE utf8_persian_ci,
  `soundFile` varchar(50) COLLATE utf8_persian_ci DEFAULT NULL,
  `relatedWord` text COLLATE utf8_persian_ci,
  `rate` int(11) NOT NULL DEFAULT '0',
  `wordLanguage` varchar(100) COLLATE utf8_persian_ci DEFAULT NULL,
  `userid` varchar(500) COLLATE utf8_persian_ci DEFAULT NULL,
  `status` varchar(200) COLLATE utf8_persian_ci DEFAULT NULL,
  `message_id` varchar(200) COLLATE utf8_persian_ci DEFAULT NULL,
  `adminOpinion` varchar(200) COLLATE utf8_persian_ci DEFAULT NULL,
  `askedByUser` varchar(200) COLLATE utf8_persian_ci DEFAULT NULL,
  `insertedTime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=72219 DEFAULT CHARSET=utf8 COLLATE=utf8_persian_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dicusers_contribution`
--

LOCK TABLES `dicusers_contribution` WRITE;
/*!40000 ALTER TABLE `dicusers_contribution` DISABLE KEYS */;
/*!40000 ALTER TABLE `dicusers_contribution` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dicusers_english`
--

DROP TABLE IF EXISTS `dicusers_english`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dicusers_english` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` varchar(200) NOT NULL,
  `username` varchar(200) NOT NULL,
  `name` varchar(200) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `lastname` varchar(200) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=256 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dicusers_english`
--

LOCK TABLES `dicusers_english` WRITE;
/*!40000 ALTER TABLE `dicusers_english` DISABLE KEYS */;
/*!40000 ALTER TABLE `dicusers_english` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dicusers_old`
--

DROP TABLE IF EXISTS `dicusers_old`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dicusers_old` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` varchar(200) NOT NULL,
  `username` varchar(200) NOT NULL,
  `name` varchar(200) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `lastname` varchar(200) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `invitesent` int(11) NOT NULL DEFAULT '0',
  `step` varchar(50) CHARACTER SET utf8 NOT NULL DEFAULT 'userIsTranslating',
  `adminApproveStatus` varchar(30) NOT NULL DEFAULT 'none',
  `role` enum('USER','TRANSLATOR','EDITOR','ADMIN') NOT NULL,
  `keyboard` enum('DEACTIVATED','ACTIVATED','DISABLE','') NOT NULL,
  `trust` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `username` (`username`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=68682 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dicusers_old`
--

LOCK TABLES `dicusers_old` WRITE;
/*!40000 ALTER TABLE `dicusers_old` DISABLE KEYS */;
/*!40000 ALTER TABLE `dicusers_old` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `hints`
--

DROP TABLE IF EXISTS `hints`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `hints` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `pattern` varchar(50) NOT NULL,
  `intent` varchar(20) NOT NULL,
  `timeStamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hints`
--

LOCK TABLES `hints` WRITE;
/*!40000 ALTER TABLE `hints` DISABLE KEYS */;
/*!40000 ALTER TABLE `hints` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `intents`
--

DROP TABLE IF EXISTS `intents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `intents` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(15) NOT NULL,
  `intent_id` int(11) NOT NULL DEFAULT '100',
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `intents`
--

LOCK TABLES `intents` WRITE;
/*!40000 ALTER TABLE `intents` DISABLE KEYS */;
/*!40000 ALTER TABLE `intents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `patreon`
--

DROP TABLE IF EXISTS `patreon`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `patreon` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` varchar(12) NOT NULL,
  `patreon_user_id` varchar(12) NOT NULL,
  `patreon_plan_id` varchar(50) NOT NULL,
  `user_access_token` varchar(50) DEFAULT NULL,
  `user_refresh_token` varchar(50) DEFAULT NULL,
  `time_stamp` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`),
  KEY `patreon_user_id` (`patreon_user_id`),
  KEY `patreon_plan_id` (`patreon_plan_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `patreon`
--

LOCK TABLES `patreon` WRITE;
/*!40000 ALTER TABLE `patreon` DISABLE KEYS */;
/*!40000 ALTER TABLE `patreon` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quiz`
--

DROP TABLE IF EXISTS `quiz`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `quiz` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(300) NOT NULL,
  `userid` varchar(300) NOT NULL,
  `channelName` varchar(300) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=227 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `quiz`
--

LOCK TABLES `quiz` WRITE;
/*!40000 ALTER TABLE `quiz` DISABLE KEYS */;
/*!40000 ALTER TABLE `quiz` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quiz_answers`
--

DROP TABLE IF EXISTS `quiz_answers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `quiz_answers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `questionID` int(11) NOT NULL,
  `answer` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `isRight` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3442 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `quiz_answers`
--

LOCK TABLES `quiz_answers` WRITE;
/*!40000 ALTER TABLE `quiz_answers` DISABLE KEYS */;
/*!40000 ALTER TABLE `quiz_answers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quiz_questions`
--

DROP TABLE IF EXISTS `quiz_questions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `quiz_questions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `question` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `quizID` int(11) NOT NULL,
  `imageUrl` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1161 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `quiz_questions`
--

LOCK TABLES `quiz_questions` WRITE;
/*!40000 ALTER TABLE `quiz_questions` DISABLE KEYS */;
/*!40000 ALTER TABLE `quiz_questions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quiz_scores`
--

DROP TABLE IF EXISTS `quiz_scores`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `quiz_scores` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `quizID` int(11) NOT NULL,
  `usercallbackID` varchar(300) NOT NULL,
  `score` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=35866 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `quiz_scores`
--

LOCK TABLES `quiz_scores` WRITE;
/*!40000 ALTER TABLE `quiz_scores` DISABLE KEYS */;
/*!40000 ALTER TABLE `quiz_scores` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quiz_users`
--

DROP TABLE IF EXISTS `quiz_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `quiz_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` varchar(200) NOT NULL,
  `username` varchar(200) NOT NULL,
  `name` varchar(200) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `lastname` varchar(200) CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
  `invitesent` int(11) NOT NULL,
  `step` varchar(100) CHARACTER SET utf8 NOT NULL,
  `adminApproveStatus` varchar(300) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3720 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `quiz_users`
--

LOCK TABLES `quiz_users` WRITE;
/*!40000 ALTER TABLE `quiz_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `quiz_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quiz_users_asnwers`
--

DROP TABLE IF EXISTS `quiz_users_asnwers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `quiz_users_asnwers` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `userid` varchar(300) NOT NULL,
  `answerID` int(11) NOT NULL,
  `questionID` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=181299 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `quiz_users_asnwers`
--

LOCK TABLES `quiz_users_asnwers` WRITE;
/*!40000 ALTER TABLE `quiz_users_asnwers` DISABLE KEYS */;
/*!40000 ALTER TABLE `quiz_users_asnwers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_activities`
--

DROP TABLE IF EXISTS `user_activities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user_activities` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` varchar(200) COLLATE utf8_persian_ci NOT NULL,
  `searchedWord` varchar(200) COLLATE utf8_persian_ci NOT NULL,
  `intent_id` int(11) NOT NULL DEFAULT '0',
  `translated` tinyint(1) NOT NULL,
  `trdate` datetime NOT NULL,
  `todayAsked` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `userid` (`userid`),
  KEY `searchedWord` (`searchedWord`),
  KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=16697784 DEFAULT CHARSET=utf8 COLLATE=utf8_persian_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_activities`
--

LOCK TABLES `user_activities` WRITE;
/*!40000 ALTER TABLE `user_activities` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_activities` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_activities_01_10_2020`
--

DROP TABLE IF EXISTS `user_activities_01_10_2020`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user_activities_01_10_2020` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` varchar(200) COLLATE utf8_persian_ci NOT NULL,
  `searchedWord` varchar(200) COLLATE utf8_persian_ci NOT NULL,
  `translated` tinyint(1) NOT NULL,
  `trdate` datetime NOT NULL,
  `todayAsked` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `userid` (`userid`),
  KEY `searchedWord` (`searchedWord`)
) ENGINE=MyISAM AUTO_INCREMENT=12149238 DEFAULT CHARSET=utf8 COLLATE=utf8_persian_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_activities_01_10_2020`
--

LOCK TABLES `user_activities_01_10_2020` WRITE;
/*!40000 ALTER TABLE `user_activities_01_10_2020` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_activities_01_10_2020` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_activities_06_01`
--

DROP TABLE IF EXISTS `user_activities_06_01`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user_activities_06_01` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` varchar(200) COLLATE utf8_persian_ci NOT NULL,
  `searchedWord` varchar(200) COLLATE utf8_persian_ci NOT NULL,
  `translated` tinyint(1) NOT NULL,
  `trdate` datetime NOT NULL,
  `todayAsked` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `userid` (`userid`),
  KEY `searchedWord` (`searchedWord`)
) ENGINE=MyISAM AUTO_INCREMENT=1106178 DEFAULT CHARSET=utf8 COLLATE=utf8_persian_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_activities_06_01`
--

LOCK TABLES `user_activities_06_01` WRITE;
/*!40000 ALTER TABLE `user_activities_06_01` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_activities_06_01` 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 2021-12-23 16:51:00

Filemanager

Name Type Size Permission Actions
.settings Folder 0755
.vscode Folder 0755
config Folder 0755
docs Folder 0755
redirectbotpage Folder 0755
src Folder 0755
tests Folder 0755
translatorApi Folder 0755
vendor Folder 0755
.git File 35 B 0644
.gitignore File 86 B 0644
.gitlab-ci.yml File 1.37 KB 0644
.gitmodules File 200 B 0644
composer.json File 260 B 0644
composer.lock File 153.66 KB 0644
docker-compose.yml File 457 B 0644
my.cnf File 100 B 0644
mysql-docker.sh File 1.35 KB 0755
phpunit.xml File 534 B 0644
telegram_german_bot.sql File 30.04 KB 0644
telegram_german_bot_bak.sql File 36.57 KB 0644
telegram_swedish_bot.sql File 13.05 KB 0644
telegram_swedish_bot_bak.sql File 16.68 KB 0644