%PDF- %PDF-
Direktori : /proc/985914/root/backups/db_backups/mysql/db.old/imagehosting/ |
Current File : //proc/985914/root/backups/db_backups/mysql/db.old/imagehosting/the_options.sql |
/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.22-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: imagehosting -- ------------------------------------------------------ -- Server version 10.6.22-MariaDB-0ubuntu0.22.04.1 /*!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 */; /*!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 `the_options` -- DROP TABLE IF EXISTS `the_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `the_options` ( `optionID` int(10) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(255) NOT NULL, `option_value` text NOT NULL, PRIMARY KEY (`optionID`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `the_options` -- LOCK TABLES `the_options` WRITE; /*!40000 ALTER TABLE `the_options` DISABLE KEYS */; INSERT INTO `the_options` VALUES (1,'nav_link_color','#ffffff'),(2,'nav_link_hover_color','#333444'),(3,'site_title_link_color','#333444'),(4,'site_title_hover_color','#666666'),(5,'header_border_size','5px'),(6,'header_border_color','#999999'),(7,'header_headings_color','#f2f2f2'),(8,'header_font_color','white'),(9,'site_headings_color','#333444'),(10,'site_font_color','#333333'),(11,'site_font','\'Open Sans\', sans-serif'),(12,'site_links_color','#333444'),(13,'site_links_hover_color','black'),(14,'site_bg_color','white'),(15,'google_css','http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700'),(16,'header_gradient_1','#333444'),(17,'header_gradient_2','#666666'),(18,'site_title','Scripteen Free Image Hosting Script'),(19,'site_tos','<h3>The standard Lorem Ipsum passage, used since the 1500s</h3>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla\r\n<h3>Section 1.10.32 of \"de Finibus Bonorum et Malorum\", written by Cicero in 45 BC</h3>\r\nQuia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat \r\n\r\nNew Line Bottom'),(22,'banned_ip','0.0.0.0'); /*!40000 ALTER TABLE `the_options` 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 2025-08-29 4:10:06