sql database dump added

This commit is contained in:
deepend@tilde.club 2020-04-15 20:35:19 -06:00
parent 853b7a1c3d
commit eb22193a53
2 changed files with 68 additions and 5 deletions

63
.sql/banner.sql Normal file
View File

@ -0,0 +1,63 @@
-- MySQL dump 10.16 Distrib 10.2.31-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: bannertildeverse_nxeyrdeg_banner
-- ------------------------------------------------------
-- Server version 10.2.31-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 `easybanner`
--
DROP TABLE IF EXISTS `easybanner`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `easybanner` (
`username` varchar(15) NOT NULL DEFAULT '',
`password` varchar(15) NOT NULL DEFAULT '',
`email` varchar(255) NOT NULL DEFAULT '',
`siteurl` varchar(255) NOT NULL DEFAULT '',
`urlbanner` varchar(255) NOT NULL DEFAULT '',
`i_w` int(10) unsigned NOT NULL DEFAULT 0,
`i_nu` decimal(8,2) unsigned NOT NULL DEFAULT 0.00,
`approved` tinyint(1) NOT NULL DEFAULT 0,
`date` date NOT NULL DEFAULT '0000-00-00',
`time` int(10) unsigned NOT NULL DEFAULT 0,
`i_m` int(10) unsigned NOT NULL DEFAULT 0,
`i_earned` decimal(10,2) unsigned NOT NULL DEFAULT 0.00,
`number` int(10) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`username`),
UNIQUE KEY `number` (`number`)
) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `easybanner`
--
LOCK TABLES `easybanner` WRITE;
/*!40000 ALTER TABLE `easybanner` DISABLE KEYS */;
INSERT INTO `easybanner` VALUES ('tomasino','xQEaj9TqXYusYmz','tomasino@cosmic.voyage','https://cosmic.voyage','https://cosmic.voyage/cosmicbanner.png',22,0.20,1,'2019-03-16',1552775346,13,26.00,9),('deepend','km3zzDOqfvtc','root@tilde.club','https://tilde.club/signup','https://tilde.club/tildeclub.png',7336,18984.42,1,'2019-03-16',1552776239,13165,26330.00,10),('robdrake','2X9LBczR','techemporium.stlflops@gmail.com','https://theasylum.team/','https://theasylum.team/banner.png',1024,0.00,1,'2020-01-05',1578210441,512,1024.00,23),('catcat','QN6AeLy','cat@ff3366.com','http://tilde.tel','https://tilde.tel/tel-banner.jpg',2046,0.00,1,'2019-03-17',1552802991,1023,2046.00,13),('fossy','cT3ePdFmKGKBuwS','fosslinux@aussies.space','https://aussies.space','https://aussies.space/banner.png',670,0.00,1,'2020-01-01',1577922624,335,670.00,22),('ubergeek','cipher69','ubergeek@yourtilde.com','https://yourtilde.com/~ubergeek','https://yourtilde.com/~ubergeek/yt_banner.png',748,0.00,1,'2019-03-18',1552952275,374,748.00,17),('TechEmporium','2X9LBczR','techemporium.stlflops@gmail.com','http://wilde.ftp.sh/signup.php','http://wilde.ftp.sh/styles/banner.png',3578,0.00,1,'2020-01-01',1577866175,1789,3578.00,21),('geocities','km3zzDOqfvtc','deepend@tilde.club','https://geocities.club','https://geocities.club/pictures/sponsor/defaultjumping.gif',0,5404.00,0,'2019-12-23',1577060167,2702,5404.00,20);
/*!40000 ALTER TABLE `easybanner` 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 2020-04-15 20:32:00

View File

@ -1,10 +1,10 @@
<?PHP
$s[dbhost] = "localhost";
$s[dbusername] = "bannertildeverse_nxeyrdeg_banner";
$s[dbpassword] = "X(1wr#39{j,e";
$s[dbname] = "bannertildeverse_nxeyrdeg_banner";
$s[dbusername] = "banner_page";
$s[dbpassword] = "VCPhy341Iy";
$s[dbname] = "banner_page";
$s[tblname] = "easybanner";
$s[phppath] = "/home/bannertildeverse/web/banner.tildeverse.org/public_html";
$s[phppath] = "/home/banner/web/banner.tildeverse.org/public_html";
$s[phpdirectory] = "https://banner.tildeverse.org";
$s[defaultbanner] = "https://tilde.club/~harper/webring.png";
$s[defaulturl] = "https://tilde.club";
@ -14,4 +14,4 @@ $s[height] = "60";
$s[phpruth] = "PGEgaHJlZj0iaHR0cDovL3BocHdlYnNjcmlwdHMuY29tLyI+";
$s[ratio] = "2";
$s[email] = "deepend@tilde.club";
?>
?>