Trying to install Song of the Week Mod, but come across many difficulties.
First
in the readme file it stand: Step 6
Copy/Paste the following lines, into your SiteNews.asp page:
<%'-------------------------------------------------------------%>
<% if (mlev = 0) then %>
<% 'Don't Show unless Member is logged in %>
<% else %>
<!-- #include file="include/inc_sotw.asp"-->
<!-- #include file="inc_spacer.asp" -->
<!-- #include file="inc_spacer.asp" -->
<% end if %>
<%'-------------------------------------------------------------%>
well, in Snitz 3.4.06 there is not sitenews.asp page, nor inc_spacer.asp
so manage to modify this, and put in inc_footer.asp in this way:
'## Correspondence and Marketing Questions can be sent to:
'## manderson@snitz.com
'###########################################
if (mlev = 0) then
'Don't Show unless Member is logged in
else
%>
<!-- #include file="include/inc_sotw.asp"-->
<%
end if
Response.Write " </td>" & vbNewLine & _
" </tr>" & vbNewLine & _
"</table>" & vbNewLine & _
To this point it works. I have it in my footer at the bottom of the page.
But when I click on Listen Song of the Week link, it opens Popup window (that is normal), but in it says Page cannot be displayed. Common html error, when he can not find page.
Well, I check my connection link url in all files, and I can not find the problem there.
Page that should be displayed in popup is sotw_popup.asp. I tried to look at the file, and find some new issues. There are another several files that does not exist nor in Snitz install, nor in Mod zip. files.
This is a part of the code in sotw_popup.asp:
%>
<!--#INCLUDE FILE="../config.asp"-->
<%' <!--INCLUDE FILE="../inc_sha256.asp"--> %>
<%' <!--INCLUDE FILE="../inc_func_secure.asp"--> %>
<!--#INCLUDE FILE="../inc_header_short.asp" -->
<%' <!--INCLUDE FILE="../content.asp" --> %>
<%' <!--INCLUDE FILE="../inc_contentdisplay.asp" --> %>
<%' <!--INCLUDE FILE="../inc_func_common.asp"--> %>
<%' <!--INCLUDE FILE="../inc_func_member.asp"--> %>
<%' <!--INCLUDE FILE="../inc_profile.asp" --> %>
<%
I tried to delete content.asp and inc_contentdisply.asp, but without success. Error message still on.
I am puting all text files here, if that would help:
http://www.hermetizam.com/forum/txt/SOTW_Readme.txt
http://www.hermetizam.com/forum/txt/inc_sotw.txt
http://www.hermetizam.com/forum/txt/inc_sotw_list.txt
http://www.hermetizam.com/forum/txt/sotw_popup.txt
I will appreciate any suggestion.