Advertisement
Chronicle

Heainfo Leaked

Jan 25th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 KB | None | 0 0
  1. #########################http://heainfo.org/ HACKED###############################
  2. ENJOY! HACKED BY CHRONICLE:
  3.  
  4. <%
  5. '#################################################################################
  6. '## Snitz Forums 2000 v3.4.07
  7. '#################################################################################
  8. '## Copyright (C) 2000-09 Michael Anderson, Pierre Gorissen,
  9. '## Huw Reddick and Richard Kinser
  10. '##
  11. '## This program is free software; you can redistribute it and/or
  12. '## modify it under the terms of the GNU General Public License
  13. '## as published by the Free Software Foundation; either version 2
  14. '## of the License, or (at your option) any later version.
  15. '##
  16. '## All copyright notices regarding Snitz Forums 2000
  17. '## must remain intact in the scripts and in the outputted HTML
  18. '## The "powered by" text/logo with a link back to
  19. '## http://forum.snitz.com in the footer of the pages MUST
  20. '## remain visible when the pages are viewed on the internet or intranet.
  21. '##
  22. '## This program is distributed in the hope that it will be useful,
  23. '## but WITHOUT ANY WARRANTY; without even the implied warranty of
  24. '## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  25. '## GNU General Public License for more details.
  26. '##
  27. '## You should have received a copy of the GNU General Public License
  28. '## along with this program; if not, write to the Free Software
  29. '## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  30. '##
  31. '## Support can be obtained from our support forums at:
  32. '## http://forum.snitz.com
  33. '##
  34. '## Correspondence and Marketing Questions can be sent to:
  35. '##
  36. '#################################################################################
  37. %>
  38. <!--#INCLUDE FILE="config.asp"-->
  39. <!--#INCLUDE FILE="inc_func_secure.asp" -->
  40. <!--#INCLUDE FILE="inc_sha256.asp"-->
  41. <!--#INCLUDE FILE="inc_header.asp" -->
  42. <%
  43. Response.Write " <table border=""0"" width=""100%"" align=""center"">" & vbNewLine & _
  44. " <tr>" & vbNewLine & _
  45. " <td width=""33%"" align=""left"" nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _
  46. " " & getCurrentIcon(strIconFolderOpen,"All Forums","") & "&nbsp;<a href=""default.asp"">All&nbsp;Forums</a><br />" & vbNewLine & _
  47. " " & getCurrentIcon(strIconBar,"","") & getCurrentIcon(strIconFolderOpenTopic,"Admin Login","") & "&nbsp;Admin&nbsp;Login<br /></font></td>" & vbNewLine & _
  48. " </tr>" & vbNewLine & _
  49. " </table>" & vbNewLine
  50.  
  51. fName = strDBNTFUserName
  52. fPassword = ChkString(Request.Form("Password"), "SQLString")
  53.  
  54. RequestMethod = Request.ServerVariables("Request_method")
  55. strTarget = trim(chkString(request("target"),"SQLString"))
  56.  
  57. if RequestMethod = "POST" Then
  58. strEncodedPassword = sha256("" & fPassword)
  59.  
  60. '## Forum_SQL
  61. strSql = "SELECT MEMBER_ID "
  62. strSql = strSql & " FROM " & strMemberTablePrefix & "MEMBERS "
  63. strSql = strSql & " WHERE M_NAME = '" & trim(fName) & "' AND "
  64. strSql = strSql & " M_PASSWORD = '" & trim(strEncodedPassword) & "' AND "
  65. strSql = strSql & " M_LEVEL = 3 AND M_STATUS = 1"
  66.  
  67. Set dbRs = my_Conn.Execute(strSql)
  68.  
  69. If not(dbRS.EOF) and ChkQuoteOk(fName) and ChkQuoteOk(strEncodedPassword) Then
  70.  
  71. Response.Write " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """>Login was successful!</font></p>" & vbNewLine
  72. Session(strCookieURL & "Approval") = "15916941253"
  73. Response.Write " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><a href="""
  74. if strTarget = "" then
  75. Response.Write "admin_home.asp"
  76. else
  77. Response.Write strTarget
  78. end if
  79. Response.Write """>Click here to Continue</a></font></p>" & vbNewLine
  80.  
  81. Response.Write " <meta http-equiv=""Refresh"" content=""2; URL="
  82. if strTarget = "" then
  83. Response.Write "admin_home.asp"
  84. else
  85. Response.Write strTarget
  86. end if
  87. Response.Write """>" & vbNewline & _
  88. " <br />"
  89.  
  90. WriteFooter
  91. Response.End
  92. else
  93. Response.Write " <center>" & vbNewLine & _
  94. " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """ color=""" & strHiLiteFontColor & """>There has been a problem!</font></p>" & vbNewLine & _
  95. " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """ color=""" & strHiLiteFontColor & """>You are not allowed access.</font></p>" & vbNewLine & _
  96. " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>If you think you have reached this message in error, please try again.</font></p>" & vbNewLine & _
  97. " </center>" & vbNewLine
  98. end if
  99. end if
  100. bgcolor=""" & strPopUpBorderColor & """
  101. Response.Write " <form action=""admin_login.asp"" method=""post"" id=""Form1"" name=""Form1"">" & vbNewLine & _
  102. " <input type=""hidden"" value=""" & strTarget & """ name=""target"">" & vbNewLine & _
  103. " <table border=""0"" cellspacing=""0"" cellpadding=""0"" align=""center"">" & vbNewLine & _
  104. " <tr>" & vbNewLine & _
  105. " <td bgcolor=""" & strPopUpBorderColor & """>" & vbNewLine & _
  106. " <table border=""0"" cellspacing=""1"" cellpadding=""0"" align=""center"">" & vbNewLine & _
  107. " <tr>" & vbNewLine & _
  108. " <td align=""center"" colspan=""2"" bgcolor=""" & strHeadCellColor & """><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>Admin Login</font></b></td>" & vbNewLine & _
  109. " </tr>" & vbNewLine & _
  110. " <tr>" & vbNewLine & _
  111. " <td align=""right"" bgcolor=""" & strPopupTableColor & """ nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>&nbsp;UserName:&nbsp;</font></b></td>" & vbNewLine & _
  112. " <td bgcolor=""" & strPopupTableColor & """><input type=""text"" name=""Name"" style=""width:150px;""></td>" & vbNewLine & _
  113. " </tr>" & vbNewLine & _
  114. " <tr>" & vbNewLine & _
  115. " <td align=""right"" bgcolor=""" & strPopupTableColor & """ nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Password:&nbsp;</font></b></td>" & vbNewLine & _
  116. " <td bgcolor=""" & strPopupTableColor & """><input type=""Password"" name=""Password"" style=""width:150px;""></td>" & vbNewLine & _
  117. " </tr>" & vbNewLine & _
  118. " <tr>" & vbNewLine & _
  119. " <td colspan=""2"" bgcolor=""" & strPopupTableColor & """ align=""center""><input type=""submit"" value=""Login"" id=""Submit1"" name=""Submit1""></td>" & vbNewLine & _
  120. " </tr>" & vbNewLine & _
  121. " </table>" & vbNewLine & _
  122. " </td>" & vbNewLine & _
  123. " </tr>" & vbNewLine & _
  124. " </table>" & vbNewLine & _
  125. " </form>" & vbNewLine
  126. WriteFooter %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement