Advertisement
Paronomianl

luxuriousnew.org By Paronominal Was Here Fucked

Jun 11th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.97 KB | None | 0 0
  1. luxuriousnew.org By Paronominal Was Here Fucked
  2. ______________________________________________________________________
  3.  
  4. Cible: http://www.luxuriousnews.org
  5.  
  6. - MySQL benne 10.11
  7. -
  8. - Host: Base de données luxurious.mysql.domeneshop.no: luxueux
  9. -------------------------------------------------- ------
  10. - Server version 5.1.56-log
  11.  
  12. / * 40101 SET @ OLD_CHARACTER_SET_CLIENT = @ @ character_set_client * /!;
  13. / * 40101 SET @ OLD_CHARACTER_SET_RESULTS = @ @ character_set_results * /!;
  14. / * 40101 SET @ OLD_COLLATION_CONNECTION = @ @ collation_connection * /!;
  15. / * 40101 SET NAMES utf8 * /!;
  16. / * 40103 SET @ OLD_TIME_ZONE = @ @ TIME_ZONE * /!;
  17. / * 40103 SET TIME_ZONE = '+00:00' * /!;
  18. / * 40014 SET @ OLD_UNIQUE_CHECKS = @ @ UNIQUE_CHECKS, de UNIQUE_CHECKS = 0 * /!;
  19. / * 40014 SET @ OLD_FOREIGN_KEY_CHECKS = @ @ FOREIGN_KEY_CHECKS, de FOREIGN_KEY_CHECKS = 0 * /!;
  20. / * 40101 SET @ OLD_SQL_MODE = @ @ sql_mode, sql_mode = 'NO_AUTO_VALUE_ON_ZERO' * /!;
  21. / * 40111 SET @ OLD_SQL_NOTES = @ @ SQL_NOTES, de SQL_NOTES = 0 * /!;
  22.  
  23. -
  24. - Structure de la table `bak_assets`
  25. -
  26.  
  27. DROP TABLE IF EXISTS `bak_assets`;
  28. SET @ saved_cs_client = @ @ character_set_client;
  29. SET character_set_client = utf8;
  30. CREATE TABLE `bak_assets` (
  31. `Id` int (10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Clé primaire »,
  32. `Parent_id` int (11) NOT NULL DEFAULT '0 'Commentaire' imbriqué ensemble parent. »
  33. `Lft` int (11) NOT NULL DEFAULT '0 'Commentaire' imbriqué ensemble LFT.,
  34. `Rgt` int (11) NOT NULL DEFAULT '0 'Commentaire' Niché ensemble RGT. »
  35. `Int de niveau (10) unsigned NOT NULL COMMENT 'Le niveau mis en cache dans l'arbre imbriqué.»
  36. `Nom` varchar (50) NOT NULL COMMENT 'Le nom unique pour l'actif. \ N ",
  37. `Title` varchar (100) NOT NULL COMMENT 'Le titre descriptif de l'actif. »,
  38. `Règles` varchar (5120) NOT 'JSON de contrôle d'accès codé.' NULL COMMENT,
  39. PRIMARY KEY (`id`),
  40. UNIQUE KEY `idx_asset_name` (`name`),
  41. KEY `idx_lft_rgt` (`lft`, `rgt`),
  42. KEY `idx_parent_id` (`parent_id`)
  43. ) MOTEUR = MyISAM AUTO_INCREMENT = 32 DEFAULT CHARSET = utf8;
  44. SET character_set_client = @ saved_cs_client;
  45.  
  46. -
  47. - D'exporter les données de la table `bak_assets`
  48. -
  49.  
  50. Verrouiller les tables de les bak_assets `écriture;
  51. / * 40000 ALTER TABLE `bak_assets` désactiver les touches * /!;
  52. INSERT INTO `LES VALEURS bak_assets de (1,0,1,414,0,« root.1 ',' root
  53. / * 40000 ALTER TABLE `bak_assets` activer les touches * /!;
  54. UNLOCK TABLES;
  55.  
  56. -
  57. - Structure de la table `bak_banner_clients`
  58. -
  59.  
  60. DROP TABLE IF EXISTS `bak_banner_clients`;
  61. SET @ saved_cs_client = @ @ character_set_client;
  62. SET character_set_client = utf8;
  63. CREATE TABLE `bak_banner_clients` (
  64. `Id` int (11) NOT NULL AUTO_INCREMENT,
  65. `Nom` varchar (255) NOT NULL DEFAULT'',
  66. `Contact` varchar (255) NOT NULL DEFAULT'',
  67. `Email` varchar (255) NOT NULL DEFAULT'',
  68. `Extrainfo` text NOT NULL,
  69. `État` tinyint (3) NOT NULL DEFAULT '0 ',
  70. `Checked_out` int (10) unsigned NOT NULL DEFAULT '0 ',
  71. `Checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00 ',
  72. `Metakey` text NOT NULL,
  73. `Own_prefix` tinyint (4) NOT NULL DEFAULT '0 ',
  74. `Metakey_prefix` varchar (255) NOT NULL DEFAULT'',
  75. `Purchase_type` tinyint (4) NOT NULL DEFAULT '-1',
  76. `Track_clicks` tinyint (4) NOT NULL DEFAULT '-1',
  77. `Track_impressions` tinyint (4) NOT NULL DEFAULT '-1',
  78. PRIMARY KEY (`id`),
  79. KEY `idx_own_prefix` (`own_prefix`),
  80. KEY `idx_metakey_prefix` (`metakey_prefix`)
  81. ) MOTEUR = MyISAM DEFAULT CHARSET = utf8;
  82. SET character_set_client = @ saved_cs_client;
  83.  
  84. -
  85. - D'exporter les données de la table `bak_banner_clients`
  86. -
  87.  
  88. Verrouiller les tables de les bak_banner_clients `écriture;
  89. / * 40000 ALTER TABLE `bak_banner_clients` désactiver les touches * /!;
  90. / * 40000 ALTER TABLE `bak_banner_clients` activer les touches * /!;
  91. UNLOCK TABLES;
  92.  
  93. -
  94. - Structure de la table `bak_banner_tracks`
  95. -
  96.  
  97. DROP TABLE IF EXISTS `bak_banner_tracks`;
  98. SET @ saved_cs_client = @ @ character_set_client;
  99. SET character_set_client = utf8;
  100. CREATE TABLE `bak_banner_tracks` (
  101. `Track_date` datetime NOT NULL,
  102. `Track_type` int (10) unsigned NOT NULL,
  103. `Banner_id` int (10) unsigned NOT NULL,
  104. `Count` int (10) unsigned NOT NULL DEFAULT '0 ',
  105. PRIMARY KEY (`track_date`, `track_type`, `banner_id`),
  106. KEY `idx_track_date` (`track_date`),
  107. KEY `idx_track_type` (`track_type`),
  108. KEY `idx_banner_id` (`banner_id`)
  109. ) MOTEUR = MyISAM DEFAULT CHARSET = utf8;
  110. SET character_set_client = @ saved_cs_client;
  111.  
  112. -
  113. - D'exporter les données de la table `bak_banner_tracks`
  114. -
  115.  
  116. Verrouiller les tables `bak_banner_tracks` écriture;
  117. / * 40000 ALTER TABLE `bak_banner_tracks` désactiver les touches * /!;
  118. / * 40000 ALTER TABLE `bak_banner_tracks` activer les touches * /!;
  119. UNLOCK TABLES;
  120.  
  121. -
  122. - Structure de la table `bak_banners`
  123. -
  124.  
  125. DROP TABLE IF EXISTS `bak_banners`;
  126. SET @ saved_cs_client = @ @ character_set_client;
  127. SET character_set_client = utf8;
  128. CREATE TABLE `bak_banners` (
  129. `Id` int (11) NOT NULL AUTO_INCREMENT,
  130. `Cid` int (11) NOT NULL DEFAULT '0 ',
  131. `Type` int (11) NOT NULL DEFAULT '0 ',
  132. `Nom` varchar (255) NOT NULL DEFAULT'',
  133. `Alias` varchar (255) NOT NULL DEFAULT'',
  134. `Imptotal` int (11) NOT NULL DEFAULT '0 ',
  135. `Impmade` int (11) NOT NULL DEFAULT '0 ',
  136. `Clics` int (11) NOT NULL DEFAULT '0 ',
  137. `CLICKURL` varchar (200) NOT NULL DEFAULT'',
  138. `État` tinyint (3) NOT NULL DEFAULT '0 ',
  139. `Catid` int (10) unsigned NOT NULL DEFAULT '0 ',
  140. `Description` text NOT NULL,
  141. `Custombannercode` varchar (2048) NOT NULL,
  142. `Sticky` tinyint (1) unsigned NOT NULL DEFAULT de '0 ',
  143. `Commande` int (11) NOT NULL DEFAULT '0 ',
  144. `Metakey` text NOT NULL,
  145. `Params` text NOT NULL,
  146. `Own_prefix` tinyint (1) NOT NULL DEFAULT '0 ',
  147. `Metakey_prefix` varchar (255) NOT NULL DEFAULT'',
  148. `Purchase_type` tinyint (4) NOT NULL DEFAULT '-1',
  149. `Track_clicks` tinyint (4) NOT NULL DEFAULT '-1',
  150. `Track_impressions` tinyint (4) NOT NULL DEFAULT '-1',
  151. `Checked_out` int (10) unsigned NOT NULL DEFAULT '0 ',
  152. `Checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00 ',
  153. `Publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00 ',
  154. `Publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00 ',
  155. `Réinitialiser` datetime NOT NULL DEFAULT '0000-00-00 00:00:00 ',
  156. `Créée` datetime NOT NULL DEFAULT '0000-00-00 00:00:00 ',
  157. `Language` char (7) NOT NULL DEFAULT'',
  158. PRIMARY KEY (`id`),
  159. KEY `idx_state` (`Etat`),
  160. KEY `idx_own_prefix` (`own_prefix`),
  161. KEY `idx_metakey_prefix` (`metakey_prefix`),
  162. KEY `idx_banner_catid` (`catid`),
  163. KEY `idx_language (` langue `)
  164. ) MOTEUR = MyISAM DEFAULT CHARSET = utf8;
  165. SET character_set_client = @ saved_cs_client;
  166.  
  167. -
  168. - Les données de dumping pour les bak_banners de table `
  169. -
  170.  
  171. Verrouiller les tables de les bak_banners `écriture;
  172. / * 40000 ALTER TABLE `bak_banners` désactiver les touches * /!;
  173. / * 40000 ALTER TABLE `bak_banners` activer les touches * /!;
  174. UNLOCK TABLES;
  175.  
  176. -
  177. - Structure de la table `bak_categories`
  178. -
  179.  
  180. DROP TABLE IF EXISTS `bak_categories`;
  181. SET @ saved_cs_client = @ @ character_set_client;
  182. SET character_set_client = utf8;
  183. CREATE TABLE `bak_categories` (
  184. `Id` int (11) NOT NULL AUTO_INCREMENT,
  185. `Asset_id` int (10) unsigned NOT NULL DEFAULT '0 'Commentaire' FK à la table __assets # '.,
  186. `Parent_id` int (10) unsigned NOT NULL DEFAULT '0 ',
  187. `Lft` int (11) NOT NULL DEFAULT '0 ',
  188. `Rgt` int (11) NOT NULL DEFAULT '0 ',
  189. `Niveau` int (10) unsigned NOT NULL DEFAULT '0 ',
  190. `Path` varchar (255) NOT NULL DEFAULT'',
  191. `Prolongement` varchar (50) NOT NULL DEFAULT'',
  192. `Title` varchar (255) NOT NULL,
  193. `Alias` varchar (255) NOT NULL DEFAULT'',
  194. `Noter` varchar (255) NOT NULL DEFAULT'',
  195. `Description` varchar (5120) NOT NULL DEFAULT'',
  196. `Publiée` tinyint (1) NOT NULL DEFAULT '0 ',
  197. `Checked_out` int (11) unsigned NOT NULL DEFAULT '0 ',
  198. `Checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00 ',
  199. `Accès` tinyint (3) unsigned NOT NULL DEFAULT '0 ',
  200. `Params` text NOT NULL,
  201. `Metadesc` varchar (1024) NOT NULL COMMENT 'La meta description de la page. »
  202. `Metakey` varchar (1024) NOT NULL COMMENT 'Les meta keywords de la page. »
  203. `Métadonnées` varchar (2048) de ne pas «JSON propriétés de métadonnées codées.« NULL commentaire,
  204. `Created_user_id` int (10) unsigned NOT NULL DEFAULT '0 ',
  205. `Created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00 ',
  206. `Modified_user_id` int (10) unsigned NOT NULL DEFAULT '0 ',
  207. `Modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00 ',
  208. `Visites` int (10) unsigned NOT NULL DEFAULT '0 ',
  209. `Language` char (7) NOT NULL,
  210. PRIMARY KEY (`id`),
  211. KEY `cat_idx` (`prolongement`, `publiée`, `accès`),
  212. KEY `idx_access` (`accès`),
  213. KEY `idx_checkout` (`checked_out`),
  214. KEY `idx_path` (`chemin`),
  215. KEY `idx_left_right` (`lft`, `rgt`),
  216. CLÉS `idx_alias` (`alias`),
  217. KEY `idx_language (` langue `)
  218. ) MOTEUR = MyISAM AUTO_INCREMENT = 7 DEFAULT CHARSET = utf8;
  219. SET character_set_client = @ saved_cs_client;
  220.  
  221. -
  222. - D'exporter les données de la table `bak_categories`
  223. -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement