CMDL1NE

█ Knoxdiv.com.au Hacked - DB Details

Jul 12th, 2011
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. ______ ____ ____ ______ _____ __ ____ _____ ________
  2. .' ___ ||_ \ / _||_ _ `.|_ _| / | |_ \|_ _||_ __ |
  3. / .' \_| | \/ | | | `. \ | | `| | | \ | | | |_ \_|
  4. | | | |\ /| | | | | | | | _ | | | |\ \| | | _| _
  5. \ `.___.'\ _| |_\/_| |_ _| |_.' /_| |__/ | _| |_ _| |_\ |_ _| |__/ |
  6. `.____ .'|_____||_____||______.'|________||_____||_____|\____||________|
  7.  
  8.  
  9. █ Cracked By: CMDL1NE
  10. █ CMDL1NE@w.cn
  11. █ Twitter.com/CMDL1NE
  12.  
  13. ██████████████████████████████BEGIN█████████████████████████████████████
  14. class object{}
  15. $CFG = new object;
  16. set_time_limit (60);
  17. //site root details
  18. //for local server
  19. $CFG->wwwroot = "http://www.knoxdiv.com.au";
  20. $CFG->dirroot = "/home/knoxdiv/public_html";
  21. $CFG->adminroot = $CFG->dirroot."/adminx";
  22. $CFG->www = $CFG->wwwroot;
  23. $CFG->admin = $CFG->www."/adminx";
  24. $CFG->admintpl = $CFG->adminroot."/tpl";
  25. $CFG->tpl = $CFG->adminroot."/tpl";
  26. // Exaeditor
  27. $exaed_root = $CFG->adminroot.'/exaed/';
  28. $exaed_dir = "/adminx/exaed/";
  29. $exaed_dirroot = $CFG->dirroot."/adminx/exaed/";
  30. $exaed_base_url = $CFG->www."/";
  31. //Exaed stylesheet
  32. $CFG->htmleditorstylesheet = $CFG->dirroot."/style_sheet/style_sheet.css";
  33. $CFG->htmleditorstylesheet2 = $CFG->www."/style_sheet/style_sheet.css";
  34. $CFG->htmleditorimgroot = $CFG->dirroot."/";
  35.  
  36. $CFG->pdfdir = $CFG->dirroot."/downloads";
  37. $CFG->resourceDir = $CFG->dirroot ."/resources";
  38. // Lib
  39. define("_LIBDIR_", $CFG->dirroot."/lib");
  40. define("_WWWROOT_", $CFG->wwwroot);
  41. define("_DIRROOT_", $CFG->dirroot);
  42.  
  43.  
  44. require_once(_LIBDIR_ . "/dblib.php");
  45. require_once(_LIBDIR_ . "/db_page_counter.php");
  46. require_once(_LIBDIR_ . "/stdlib.php");
  47. require_once(_LIBDIR_ . "/sitelib.php");
  48. require_once(_LIBDIR_ . "/class.phpmailer.php");
  49. require_once(_LIBDIR_ . "/class.notification.php");
  50. require_once(_LIBDIR_ . "/uploadwiz.php");
  51. require_once(_LIBDIR_ . "/Parser.php");
  52. require_once(_LIBDIR_ . "/BIFFwriter.php");
  53. require_once(_LIBDIR_ . "/Format.php");
  54. require_once(_LIBDIR_ . "/OLEwriter.php");
  55. require_once(_LIBDIR_ . "/Worksheet.php");
  56. require_once(_LIBDIR_ . "/Workbook.php");
  57. require_once(_LIBDIR_ . "/vcard.class.php");
  58. require_once(_LIBDIR_ . "/class.logs_notification.php");
  59. require_once(_LIBDIR_ . "/calendar.php");
  60. require_once(_LIBDIR_ . "/calendar1.php");
  61.  
  62. include $exaed_root.'exaed_config.php';
  63. include $exaed_root.'exaed_control.class.php';
  64.  
  65. // Emails
  66. $CFG->noreply = "noreply@exasmtp.com";
  67. $CFG->siteAdminEmail = "info@knoxdiv.com.au";
  68. $CFG->siteAdminName = "KDGP Info";
  69. $CFG->adminMailer = "events@knoxdiv.com.au";
  70. $CFG->adminMailerName = "KDGP Events";
  71. $CFG->eventMail = "admin@geph.com.au";
  72. $CFG->eventMailName = "KDGP Events";
  73. $CFG->dbErrorEmail = "errors@exateam.com";
  74. $CFG->dbErrorName = "KDGP Info";
  75. $CFG->color1 = "#CCD6E5";
  76. $CFG->color2 = "#FFFFFF";
  77. $CFG->color3 = "#0A88CD";
  78. $CFG->websitelogo = $CFG->www."/images/site_logo.gif";
  79. $CFG->websitelogo_small = $CFG->www."/images/exa_logo.gif";
  80. $CFG->Username = "noreply@exasmtp.com";
  81. $CFG->Password = ".nr$#ecs.";
  82. $CFG->Host = "www.exasmtp.com";
  83.  
  84. // Database Details
  85. $CFG->db_user = "knoxdiv_dbuser";
  86. $CFG->db_pass = "knoxdiv101";
  87. $CFG->db_name = "knoxdiv_db";
  88. $CFG->db_host = "localhost";
  89. $CFG->db_prefix = "";
  90. ██████████████████████████████END█████████████████████████████████████
  91.  
  92.  
  93.  
  94. Have Fun!
  95.  
  96.  
  97.  
  98. ████████████████████████████████████████████████████████████████████
  99. CMDL1NE
  100. ████████████████████████████████████████████████████████████████████
Add Comment
Please, Sign In to add comment