Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2015
1,043
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. web server operating system: Linux Debian 7.0 (wheezy)
  2. web application technology: PHP 5.4.45, Apache 2.2.22
  3. back-end DBMS: MySQL 5
  4. Database: c87aisedu_db
  5. [77 tables]
  6. +-----------------------+
  7. | forum_category |
  8. | forum_forum |
  9. | forum_group |
  10. | forum_group_member |
  11. | forum_group_permision |
  12. | forum_thread |
  13. | forum_topic |
  14. | forum_user_permision |
  15. | ip2c |
  16. | member |
  17. | tbl_accolade |
  18. | tbl_activity |
  19. | tbl_activity_image |
  20. | tbl_announc |
  21. | tbl_associate_website |
  22. | tbl_banner |
  23. | tbl_bottom_menu |
  24. | tbl_bpromotion |
  25. | tbl_class |
  26. | tbl_company |
  27. | tbl_counter |
  28. | tbl_course |
  29. | tbl_department |
  30. | tbl_division |
  31. | tbl_docs |
  32. | tbl_emptype |
  33. | tbl_event |
  34. | tbl_events |
  35. | tbl_faq |
  36. | tbl_field_trip |
  37. | tbl_field_trip_com |
  38. | tbl_field_trip_pic |
  39. | tbl_footer |
  40. | tbl_front |
  41. | tbl_intro_adv |
  42. | tbl_jcontact |
  43. | tbl_jlocation |
  44. | tbl_job_category |
  45. | tbl_job_post |
  46. | tbl_key_comm |
  47. | tbl_key_solution |
  48. | tbl_lelvel |
  49. | tbl_location |
  50. | tbl_mail_user |
  51. | tbl_mail_user_forget |
  52. | tbl_memo |
  53. | tbl_messages |
  54. | tbl_msg |
  55. | tbl_new_localinter |
  56. | tbl_news |
  57. | tbl_news_comm |
  58. | tbl_news_media |
  59. | tbl_newsmedia |
  60. | tbl_outstudent |
  61. | tbl_photo |
  62. | tbl_pop_link |
  63. | tbl_promotion |
  64. | tbl_question |
  65. | tbl_recruitment |
  66. | tbl_result |
  67. | tbl_scategory |
  68. | tbl_schedules |
  69. | tbl_service |
  70. | tbl_shistory |
  71. | tbl_sol_image |
  72. | tbl_spicture |
  73. | tbl_sport_banner |
  74. | tbl_sport_news |
  75. | tbl_sport_play |
  76. | tbl_sport_result |
  77. | tbl_sport_schedule |
  78. | tbl_syear |
  79. | tbl_top_menu |
  80. | tbl_uploads |
  81. | tbl_user |
  82. | userlevelpermissions |
  83. | userlevels |
  84. +-----------------------+
  85. Table: tbl_user
  86. [1 entry]
  87. +------+-----------+----------------------------------+-------+-------------------------+---------+----------+---------------+---------------+
  88. | u_id | IDAddress | pwd | phone | email | level | username | full_name | LastIPAddress |
  89. +------+-----------+----------------------------------+-------+-------------------------+---------+----------+---------------+---------------+
  90. | 10 | NULL | 91b93adeab65313d8d9732d972136f32 | 123 | samangchhoeun@gmail.com | -1 | haleva | Administrator | NULL |
  91. +------+-----------+----------------------------------+-------+-------------------------+---------+----------+---------------+---------------+
  92. Table: member
  93. [6 entries]
  94. +--------+----------------------------------+------------------------------+---------------------------+--------------+--------------+--------------+---------------+
  95. | userid | pwd | qst | email | answer | username | password | full_name |
  96. +--------+----------------------------------+------------------------------+---------------------------+--------------+--------------+--------------+---------------+
  97. | 1 | <blank> | <blank> | admin@ais.edu.kh | <blank> | admin | <blank> | Administrator |
  98. | 14 | eac02736f8eb95db865e9989e1cc3794 | What is your favorite skill? | ronsarathchouch@yahoo.com | videocutting | ronsarath | <blank> | Ron Sarath |
  99. | 29 | 352bda1d2c772099af1059284b3c305a | What is your favorite skill? | ingsokkhoeung@aii.edu.kh | webdesigner | ais_academic | web@68Aiiais | ing sokkhoeun |
  100. | 27 | ccaf1055567a22e33333cb62251e0115 | What is your favorite skill? | ing_sokkhoeun@yahoo.com | webdesigner | sokkhoeunit | webais | ing sokkhoeun |
  101. | 30 | 352bda1d2c772099af1059284b3c305a | What is your favorite skill? | ing_sokkhoeun@yahoo.com | webdesigner | academic | web@68Aiiais | ing sokkhoeun |
  102. | 24 | ccaf1055567a22e33333cb62251e0115 | What is your favorite skill? | ing_sokkhoeun@yahoo.com | accounant | pisey | webais | ing sokkhoeun |
  103. +--------+----------------------------------+------------------------------+---------------------------+--------------+--------------+--------------+---------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement