Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Song of the Week Mod Problem
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Hermes
Junior Member

Croatia
113 Posts

Posted - 17 May 2007 :  15:44:43  Show Profile
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.


ASP Snitz Forum Upute za instalaciju
http://www.kairos.com.hr http://www.hermetizam.com Forum

not so newbie any more :)

Edited by - Hermes on 17 May 2007 15:46:16
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.45 seconds. Powered By: Snitz Forums 2000 Version 3.4.07