franciscojack

data dump camara de comercio san jose

Apr 2nd, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. ----------------------ECUADORIAN HACK3RS-----------------------
  2. @ecu_hack3rs
  3. DATA DUMP CAMARA DE COMERCIO SAN JOSE
  4. http://camarasanjose.org.co/
  5.  
  6. TABLAS:
  7. @-----------@
  8. | contenido |
  9. | descargas |
  10. | eventos |
  11. | imagenes |
  12. | notas |
  13. | noticias |
  14. | user_list |
  15. @-----------@
  16.  
  17. COLUMNAS:
  18.  
  19. CONTENIDO
  20. +-----------+--------------+
  21. | Column | Type |
  22. +-----------+--------------+
  23. | contenido | text |
  24. | id | int(6) |
  25. | tipo | varchar(100) |
  26. +-----------+--------------+
  27.  
  28. DESCARGAS
  29. +----------+--------------+
  30. | Column | Type |
  31. +----------+--------------+
  32. | activo | tinyint(1) |
  33. | descarga | varchar(150) |
  34. | id | int(6) |
  35. | place | varchar(10) |
  36. | tipo | varchar(30) |
  37. | url | text |
  38. +----------+--------------+
  39.  
  40. EVENTOS
  41. +-----------+---------+
  42. | Column | Type |
  43. +-----------+---------+
  44. | activo | int(1) |
  45. | contenido | text |
  46. | fecha | date |
  47. | id | int(11) |
  48. | imagen | text |
  49. | titulo | text |
  50. +-----------+---------+
  51. IMAGENES
  52. +--------+--------------+
  53. | Column | Type |
  54. +--------+--------------+
  55. | activo | tinyint(1) |
  56. | id | int(6) |
  57. | imagen | varchar(150) |
  58. +--------+--------------+
  59. NOTAS
  60. +-----------+---------+
  61. | Column | Type |
  62. +-----------+---------+
  63. | activo | int(1) |
  64. | contenido | text |
  65. | fecha | date |
  66. | id | int(11) |
  67. | imagen | text |
  68. | titulo | text |
  69. +-----------+---------+
  70. NOTICIAS
  71. +-----------+---------+
  72. | Column | Type |
  73. +-----------+---------+
  74. | activo | int(1) |
  75. | contenido | text |
  76. | fecha | date |
  77. | id | int(11) |
  78. | imagen | text |
  79. | titulo | text |
  80. +-----------+---------+
  81. USER_LIST
  82. +--------------+----------------------+
  83. | Column | Type |
  84. +--------------+----------------------+
  85. | ID | smallint(6) unsigned |
  86. | nivel_acceso | smallint(4) unsigned |
  87. | pass | tinytext |
  88. | usuario | tinytext |
  89. +--------------+----------------------+
  90. +----+----------------------------------+---------------+--------------+
  91. | ID | pass | usuario | nivel_acceso |
  92. +----+----------------------------------+---------------+--------------+
  93. | 7 | ff9f1e1586b5ec3b23630bf3d9a00f82 | XnitroX-ADMIN | 0 |
  94. +----+----------------------------------+---------------+--------------+
Add Comment
Please, Sign In to add comment