123.sql
À propos du fichier
- Type de fichier
- Fichier SQL de 31 Ko (text/plain)
- Confidentialité
- Fichier public, envoyé le 8 avril 2019 à 23:01, depuis l'adresse IP 54.93.x.x (DE)
- Sécurité
- Ne contient aucun Virus ou Malware connus - Dernière vérification: 12 heures
- Statistiques
- La présente page de téléchargement a été vue 876 fois depuis l'envoi du fichier
- Page de téléchargement
-
Aperçu du fichier
-- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- Hôte : 127.0.0.1
-- Généré le : lun. 08 avr. 2019 à 23:01
-- Version du serveur : 10.1.38-MariaDB
-- Version de PHP : 7.1.27
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+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 */;
--
-- Base de données : `123`
--
-- --------------------------------------------------------
--
-- Structure de la table `sting_access`
--
CREATE TABLE `sting_access` (
`id` int(11) NOT NULL,
`mysql_hôte` varchar(255) DEFAULT NULL,
`mysql_user` varchar(255) DEFAULT NULL,
`mysql_pass` varchar(255) DEFAULT NULL,
`ftp_hôte` varchar(255) DEFAULT NULL,
`ftp_user` varchar(255) DEFAULT NULL,
`ftp_pass` varchar(255) DEFAULT NULL,
`session_ip` varchar(255) DEFAULT NULL,
`session_user` varchar(255) DEFAULT NULL,
`session_pass` varchar(255) DEFAULT NULL,
`session_expiration` datetime DEFAULT NULL,
`clef_user` int(11) DEFAULT NULL,
`id_service` int(11) DEFAULT NULL,
`session_état` enum('En attente','Active','Expiré','Résilié','Suspendu') DEFAULT NULL,
`swf_variables` text,
`swf_text` text,
`swf_override_variables` text,
`swf_furnidata` text,
`swf_figuredata` text,
`swf_productdata` text,
`swf_game` text,
`swf_habbo_swf` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_adm_accounts`
--
CREATE TABLE `sting_adm_accounts` (
`id` int(11) NOT NULL,
`clef` int(11) NOT NULL,
`username` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Déchargement des données de la table `sting_adm_accounts`
--
INSERT INTO `sting_adm_accounts` (`id`, `clef`, `username`, `password`) VALUES
(1, 66427932, 'ifernandes', '2523100');
-- --------------------------------------------------------
--
-- Structure de la table `sting_badges`
--
CREATE TABLE `sting_badges` (
`id` int(11) NOT NULL,
`badge_id` varchar(255) DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
`description` varchar(255) DEFAULT NULL,
`public` enum('0','1') DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_bans`
--
CREATE TABLE `sting_bans` (
`id` int(11) NOT NULL,
`username` varchar(30) DEFAULT NULL,
`type` enum('Shoutbox','IP','Site&IP') DEFAULT NULL,
`raison` text,
`ip` varchar(255) DEFAULT NULL,
`date_expiration` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;
-- --------------------------------------------------------
--
-- Structure de la table `sting_bots`
--
CREATE TABLE `sting_bots` (
`id` int(11) NOT NULL,
`phrase` text,
`type` enum('Bonjour','Heure','Recrutement') DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_codes_kdo`
--
CREATE TABLE `sting_codes_kdo` (
`id` int(11) NOT NULL,
`code` varchar(8) DEFAULT NULL,
`gold` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Déchargement des données de la table `sting_codes_kdo`
--
INSERT INTO `sting_codes_kdo` (`id`, `code`, `gold`) VALUES
(1, 'VJTFU59B', 37);
-- --------------------------------------------------------
--
-- Structure de la table `sting_confirm_email`
--
CREATE TABLE `sting_confirm_email` (
`id` int(11) NOT NULL,
`email` varchar(255) DEFAULT NULL,
`clef` int(11) DEFAULT NULL,
`date` datetime DEFAULT NULL,
`expiration` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Déchargement des données de la table `sting_confirm_email`
--
INSERT INTO `sting_confirm_email` (`id`, `email`, `clef`, `date`, `expiration`) VALUES
(1, 'fernandes.ivo@ac-grenoble.fr', 66427932, '2019-04-08 22:16:20', '2019-04-08 23:16:20');
-- --------------------------------------------------------
--
-- Structure de la table `sting_domains`
--
CREATE TABLE `sting_domains` (
`id` int(11) NOT NULL,
`clef_user` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`extension` enum('.fr','.eu','.com','.net','.org','.xyz','.tk','.ml','.ga','.cf') NOT NULL,
`état` enum('En attente','En cours de propagation','Actif','Expiré','Suspendu') NOT NULL,
`date_order` datetime NOT NULL,
`date_expiration` datetime NOT NULL,
`dns_1` text NOT NULL,
`dns_2` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_extensions`
--
CREATE TABLE `sting_extensions` (
`id` int(11) NOT NULL,
`extension` varchar(255) NOT NULL,
`price` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_forum`
--
CREATE TABLE `sting_forum` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`sujet` varchar(50) DEFAULT NULL,
`contenu` text,
`catégorie` enum('Discussion','Tutoriel','Aide','Annonce','Important') DEFAULT NULL,
`état` enum('Ouvert','Épinglé','Fermé') DEFAULT NULL,
`last_comment` datetime DEFAULT NULL,
`date_open` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_forum_comments`
--
CREATE TABLE `sting_forum_comments` (
`id` int(11) NOT NULL,
`forum_id` int(11) DEFAULT NULL,
`clef_user` int(11) DEFAULT NULL,
`comment` text,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_forum_likes`
--
CREATE TABLE `sting_forum_likes` (
`id` int(11) NOT NULL,
`forum_id` int(11) DEFAULT NULL,
`clef_user` int(11) DEFAULT NULL,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_friends_requests`
--
CREATE TABLE `sting_friends_requests` (
`id` int(11) NOT NULL,
`demandeur_clef` int(11) DEFAULT NULL,
`receveur_clef` int(11) DEFAULT NULL,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_logs`
--
CREATE TABLE `sting_logs` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`action` text,
`ip` varchar(255) DEFAULT NULL,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Déchargement des données de la table `sting_logs`
--
INSERT INTO `sting_logs` (`id`, `clef_user`, `action`, `ip`, `date`) VALUES
(1, 66427932, 'Inscription à ENT Grenoble', '::1', '2019-04-08 22:16:20'),
(2, 66427932, 'Connexion à ENT Grenoble', '::1', '2019-04-08 22:28:27'),
(3, 66427932, 'Connexion à ENT Grenoble', '::1', '2019-04-08 22:34:08');
-- --------------------------------------------------------
--
-- Structure de la table `sting_logs_admin`
--
CREATE TABLE `sting_logs_admin` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`action` varchar(255) DEFAULT NULL,
`ip` varchar(255) DEFAULT NULL,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_logs_payments`
--
CREATE TABLE `sting_logs_payments` (
`id` int(11) NOT NULL,
`clef_user` int(11) NOT NULL,
`code` varchar(10) NOT NULL,
`rate` varchar(255) DEFAULT NULL,
`gold` int(11) NOT NULL,
`payout` varchar(255) DEFAULT NULL,
`ip` varchar(255) DEFAULT NULL,
`navigator` text,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_lotos`
--
CREATE TABLE `sting_lotos` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`lot` text,
`date` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_notice`
--
CREATE TABLE `sting_notice` (
`content` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_notifications`
--
CREATE TABLE `sting_notifications` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`avatar` text,
`content` text,
`open` enum('0','1') DEFAULT NULL,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Déchargement des données de la table `sting_notifications`
--
INSERT INTO `sting_notifications` (`id`, `clef_user`, `avatar`, `content`, `open`, `date`) VALUES
(1, 66427932, '/avatar/bot.png', '<b>BOT</b> vient de publier un message sur votre profil', '0', '2019-04-08 22:16:20');
-- --------------------------------------------------------
--
-- Structure de la table `sting_options`
--
CREATE TABLE `sting_options` (
`id` int(11) NOT NULL,
`content` varchar(255) NOT NULL,
`price` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_orders`
--
CREATE TABLE `sting_orders` (
`id` int(11) NOT NULL,
`clef_user` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`extension` enum('.fr','.eu','.com','.net','.org','.tk','.ml','.xyz','.ga','.cf','.yourhabbo.fr') NOT NULL,
`état` enum('En attente','Livraison en cours') NOT NULL,
`plan` varchar(255) NOT NULL,
`options` enum('Aucune','SWF','Session','SWF + Session') NOT NULL,
`type` enum('Normal','Premium') DEFAULT NULL,
`date_order` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_orders_options`
--
CREATE TABLE `sting_orders_options` (
`id` int(11) NOT NULL,
`id_service` int(11) DEFAULT NULL,
`retro` varchar(255) DEFAULT NULL,
`options` enum('SWF','Session') DEFAULT NULL,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_plans`
--
CREATE TABLE `sting_plans` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`price` int(11) NOT NULL,
`cms` varchar(255) NOT NULL,
`émulateur` varchar(255) NOT NULL,
`access` varchar(255) NOT NULL,
`demo` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_profile_comments`
--
CREATE TABLE `sting_profile_comments` (
`id` int(11) NOT NULL,
`statut_id` int(11) DEFAULT NULL,
`profile_clef` int(11) DEFAULT NULL,
`user_clef` int(11) DEFAULT NULL,
`content` text,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_profile_likes`
--
CREATE TABLE `sting_profile_likes` (
`id` int(11) NOT NULL,
`statut_id` int(11) DEFAULT NULL,
`profile_clef` int(11) DEFAULT NULL,
`user_clef` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_profile_messages`
--
CREATE TABLE `sting_profile_messages` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`profile_id` int(11) DEFAULT NULL,
`message` text,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Déchargement des données de la table `sting_profile_messages`
--
INSERT INTO `sting_profile_messages` (`id`, `clef_user`, `profile_id`, `message`, `date`) VALUES
(1, 2, 66427932, 'Bienvenue sur YourHabbo <b>ifernandes</b> :)', '2019-04-08 22:16:20');
-- --------------------------------------------------------
--
-- Structure de la table `sting_profile_reports`
--
CREATE TABLE `sting_profile_reports` (
`id` int(11) NOT NULL,
`statut_id` int(11) DEFAULT NULL,
`profile_clef` int(11) DEFAULT NULL,
`user_clef` int(11) DEFAULT NULL,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_pubs`
--
CREATE TABLE `sting_pubs` (
`id` int(11) NOT NULL,
`title` varchar(255) DEFAULT NULL,
`description` text,
`bouton_name` varchar(255) DEFAULT NULL,
`bouton_lien` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_repairs`
--
CREATE TABLE `sting_repairs` (
`id` int(11) NOT NULL,
`id_service` int(11) DEFAULT NULL,
`type` enum('Redémarrage','CMS','BDD') DEFAULT NULL,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_services`
--
CREATE TABLE `sting_services` (
`id` int(11) NOT NULL,
`name` varchar(25) NOT NULL,
`extension` enum('.fr','.eu','.com','.net','.org','.tk','.ml','.xyz','.ga','.cf','.yourhabbo.fr') NOT NULL,
`plan` varchar(255) NOT NULL,
`état` enum('Actif','Expiré','Résilié','Suspendu') NOT NULL,
`date_order` datetime DEFAULT NULL,
`date_validation` datetime DEFAULT NULL,
`date_expiration` datetime DEFAULT NULL,
`options` enum('Aucune','SWF','Session','SWF + Session') DEFAULT NULL,
`id_service` int(11) DEFAULT NULL,
`clef_user` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_settings`
--
CREATE TABLE `sting_settings` (
`name` varchar(30) NOT NULL,
`description` text,
`maintenance` enum('0','1') DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
`register` enum('1','0') DEFAULT NULL,
`recrutement` enum('0','1') DEFAULT NULL,
`shoutbox` enum('1','2','3') DEFAULT NULL,
`dedipass_public_key` varchar(255) DEFAULT NULL,
`dedipass_private_key` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Déchargement des données de la table `sting_settings`
--
INSERT INTO `sting_settings` (`name`, `description`, `maintenance`, `url`, `register`, `recrutement`, `shoutbox`, `dedipass_public_key`, `dedipass_private_key`) VALUES
('ENT Grenoble', 'Espace de Travail Numérique de l\'Académie de Grenoble', '0', 'http://localhost', '1', '0', '1', NULL, NULL);
-- --------------------------------------------------------
--
-- Structure de la table `sting_shoutbox`
--
CREATE TABLE `sting_shoutbox` (
`id` int(11) NOT NULL,
`clef_user` varchar(255) DEFAULT NULL,
`message` text,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Déchargement des données de la table `sting_shoutbox`
--
INSERT INTO `sting_shoutbox` (`id`, `clef_user`, `message`, `date`) VALUES
(1, '66427932', '', '2019-04-08 22:34:22'),
(2, '66427932', '', '2019-04-08 22:36:13'),
(3, '66427932', '', '2019-04-08 22:36:15');
-- --------------------------------------------------------
--
-- Structure de la table `sting_subscriptions`
--
CREATE TABLE `sting_subscriptions` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`expiration` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_support`
--
CREATE TABLE `sting_support` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`sujet` varchar(45) DEFAULT NULL,
`département` enum('Technique','Commercial') DEFAULT NULL,
`contenu` text,
`état` enum('Ouvert','En attente','Répondu','Fermé') DEFAULT NULL,
`date_open` datetime DEFAULT NULL,
`last_response` datetime DEFAULT NULL,
`last_clef` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_support_responses`
--
CREATE TABLE `sting_support_responses` (
`id` int(11) NOT NULL,
`ticket_id` int(11) DEFAULT NULL,
`response` text,
`clef_user` int(11) DEFAULT NULL,
`date_response` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_updates`
--
CREATE TABLE `sting_updates` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`type_de_tâche` enum('Maintenance','Incident','Amélioration') DEFAULT NULL,
`catégorie` enum('Site','Web','MySQL','VPS','Serveur dédié','Plesk') DEFAULT NULL,
`système_exploitation` enum('Plesk','Linux','Windows','Proxmox') DEFAULT NULL,
`sévérité` enum('Très basse','Basse','Moyenne','Haute','Très haute','Critique') DEFAULT NULL,
`résumé` varchar(100) DEFAULT NULL,
`état` enum('En cours','Terminé') DEFAULT NULL,
`progression` int(11) DEFAULT NULL,
`contenu` text,
`date` datetime DEFAULT NULL,
`date_close` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_users`
--
CREATE TABLE `sting_users` (
`id` int(11) NOT NULL,
`username` varchar(50) NOT NULL,
`password` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`clef` int(11) NOT NULL,
`rank` enum('1','2','3','4','5','6','7','8','9','10') NOT NULL,
`gold` int(11) NOT NULL,
`avatar` text,
`registration_ip` varchar(255) DEFAULT NULL,
`last_ip` varchar(255) DEFAULT NULL,
`last_connection` datetime DEFAULT NULL,
`registration` datetime DEFAULT NULL,
`account_confirmed` enum('0','1','2') DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Déchargement des données de la table `sting_users`
--
INSERT INTO `sting_users` (`id`, `username`, `password`, `email`, `clef`, `rank`, `gold`, `avatar`, `registration_ip`, `last_ip`, `last_connection`, `registration`, `account_confirmed`) VALUES
(1, 'ifernandes', 'cc9c13eee4bd6f9d758e71eac5458470698d63c69733749e1892524c264f3d38', 'fernandes.ivo@ac-grenoble.fr', 66427932, '10', 0, '/avatar/welcome.jpg', '::1', '::1', '2019-04-08 22:34:08', '2019-04-08 22:16:20', '0');
-- --------------------------------------------------------
--
-- Structure de la table `sting_users_badges`
--
CREATE TABLE `sting_users_badges` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`badge_id` varchar(255) DEFAULT NULL,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Déchargement des données de la table `sting_users_badges`
--
INSERT INTO `sting_users_badges` (`id`, `clef_user`, `badge_id`, `date`) VALUES
(1, 66427932, 'WELCOME', '2019-04-08 22:16:20'),
(2, 66427932, 'STAFF', '2019-04-08 22:16:41'),
(3, 66427932, 'VIP', '2019-04-08 22:16:41');
-- --------------------------------------------------------
--
-- Structure de la table `sting_users_friends`
--
CREATE TABLE `sting_users_friends` (
`id` int(11) NOT NULL,
`user_clef` int(11) DEFAULT NULL,
`friend_clef` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_users_online`
--
CREATE TABLE `sting_users_online` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`time` int(11) DEFAULT NULL,
`last_connection` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Déchargement des données de la table `sting_users_online`
--
INSERT INTO `sting_users_online` (`id`, `clef_user`, `time`, `last_connection`) VALUES
(1, 66427932, 1554757275, '2019-04-08 23:01:15');
-- --------------------------------------------------------
--
-- Structure de la table `sting_users_settings`
--
CREATE TABLE `sting_users_settings` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`facebook` text,
`twitter` text,
`snapchat` text,
`instagram` text,
`statut` enum('1','0') DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Déchargement des données de la table `sting_users_settings`
--
INSERT INTO `sting_users_settings` (`id`, `clef_user`, `facebook`, `twitter`, `snapchat`, `instagram`, `statut`) VALUES
(1, 66427932, NULL, NULL, NULL, NULL, '1');
-- --------------------------------------------------------
--
-- Structure de la table `sting_view`
--
CREATE TABLE `sting_view` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`étoile` varchar(255) DEFAULT NULL,
`comment` varchar(255) DEFAULT NULL,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `sting_warnings`
--
CREATE TABLE `sting_warnings` (
`id` int(11) NOT NULL,
`clef_user` int(11) DEFAULT NULL,
`points` int(11) DEFAULT NULL,
`date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Index pour les tables déchargées
--
--
-- Index pour la table `sting_access`
--
ALTER TABLE `sting_access`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_adm_accounts`
--
ALTER TABLE `sting_adm_accounts`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_badges`
--
ALTER TABLE `sting_badges`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_bans`
--
ALTER TABLE `sting_bans`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_bots`
--
ALTER TABLE `sting_bots`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_codes_kdo`
--
ALTER TABLE `sting_codes_kdo`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_confirm_email`
--
ALTER TABLE `sting_confirm_email`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_domains`
--
ALTER TABLE `sting_domains`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_extensions`
--
ALTER TABLE `sting_extensions`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_forum`
--
ALTER TABLE `sting_forum`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_forum_comments`
--
ALTER TABLE `sting_forum_comments`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_forum_likes`
--
ALTER TABLE `sting_forum_likes`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_friends_requests`
--
ALTER TABLE `sting_friends_requests`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_logs`
--
ALTER TABLE `sting_logs`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_logs_admin`
--
ALTER TABLE `sting_logs_admin`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_logs_payments`
--
ALTER TABLE `sting_logs_payments`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_lotos`
--
ALTER TABLE `sting_lotos`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_notifications`
--
ALTER TABLE `sting_notifications`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_options`
--
ALTER TABLE `sting_options`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_orders`
--
ALTER TABLE `sting_orders`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_orders_options`
--
ALTER TABLE `sting_orders_options`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_plans`
--
ALTER TABLE `sting_plans`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_profile_comments`
--
ALTER TABLE `sting_profile_comments`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_profile_likes`
--
ALTER TABLE `sting_profile_likes`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_profile_messages`
--
ALTER TABLE `sting_profile_messages`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_profile_reports`
--
ALTER TABLE `sting_profile_reports`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_pubs`
--
ALTER TABLE `sting_pubs`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_repairs`
--
ALTER TABLE `sting_repairs`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_services`
--
ALTER TABLE `sting_services`
ADD PRIMARY KEY (`id`) USING BTREE;
--
-- Index pour la table `sting_settings`
--
ALTER TABLE `sting_settings`
ADD PRIMARY KEY (`name`);
--
-- Index pour la table `sting_shoutbox`
--
ALTER TABLE `sting_shoutbox`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_subscriptions`
--
ALTER TABLE `sting_subscriptions`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_support`
--
ALTER TABLE `sting_support`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_support_responses`
--
ALTER TABLE `sting_support_responses`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_updates`
--
ALTER TABLE `sting_updates`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_users`
--
ALTER TABLE `sting_users`
ADD PRIMARY KEY (`id`) USING BTREE;
--
-- Index pour la table `sting_users_badges`
--
ALTER TABLE `sting_users_badges`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_users_friends`
--
ALTER TABLE `sting_users_friends`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_users_online`
--
ALTER TABLE `sting_users_online`
ADD PRIMARY KEY (`id`);
--
-- Index pour la table `sting_users_settings`
--
ALTER TABLE `sting_users_settings`
Partager le fichier 123.sql sur le Web et les réseaux sociaux:
Télécharger le fichier 123.sql