Author |
Topic |
Willieg
Starting Member
USA
34 Posts |
Posted - 22 May 2004 : 03:32:02
|
DJSOUNDS, What ver of the forum are you using? And did you load the mod files into your forum dir? |
|
|
Willieg
Starting Member
USA
34 Posts |
Posted - 22 May 2004 : 03:38:55
|
DJSOUNDS, Here is how the last 9 lines of code looks in my site news. <% Response.Write "</td>" & vbNewLine & _ "</tr>" & vbNewLine & _ "</table>" & vbNewLine & _ "</tr>" & vbNewLine & _ "</table>" & vbNewLine %> <!--#include file="inc_Weatherban.asp" --> <!--#INCLUDE FILE="inc_footer.asp" --> |
|
|
DJSOUNDS
Starting Member
33 Posts |
Posted - 22 May 2004 : 04:51:48
|
Hello Willieg. Yes. The files are in the Forum directory. I've tested it on 3403 and 3404. Both gave the same results. Here are my lines.
if strShowStatistics = "1" then WriteStatistics end if Response.Write " </table>" & vbNewline & _ " </td>" & vbNewline & _ " </tr>" & vbNewline & _ " <tr>" & vbNewline & _ " <td>" & vbNewline & _ " <table width=""100%"">" & vbNewline & _ " <tr>" & vbNewline & _ " <td><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & vbNewline & _ " " & getCurrentIcon(strIconFolderNew,"New Posts","align=""absmiddle""") & " Contains new posts since last visit.<br />" & vbNewline & _ " " & getCurrentIcon(strIconFolder,"Old Posts","align=""absmiddle""") & " No new posts since the last visit.<br /></font></td>" & vbNewline & _ " </tr>" & vbNewline & _ " </table>" & vbNewline & _ " </td>" & vbNewline & _ " </tr>" & vbNewline & _ " </table>" & vbNewline %> <!--#include file="inc_Weatherban.asp" --> <%
WriteFooter sub PostingOptions() if (mlev = 4) or (lcase(strNoCookies) = "1") then
|
|
|
Willieg
Starting Member
USA
34 Posts |
Posted - 22 May 2004 : 10:24:13
|
In the below bit of code is there a closing %> after "if (mlev = 4) or (lcase(strNoCookies) = "1") then" ? Also what are the permissions set to on your forum dir? The script is pulling data from an outside source and writing it to your forum page, this is just a thought.
%> <!--#include file="inc_Weatherban.asp" --> <%
WriteFooter
sub PostingOptions() if (mlev = 4) or (lcase(strNoCookies) = "1") then
|
|
|
Willieg
Starting Member
USA
34 Posts |
Posted - 22 May 2004 : 10:26:06
|
quote: Originally posted by Willieg
In the below bit of code is there a closing %> after "if (mlev = 4) or (lcase(strNoCookies) = "1") then" ? Also what are the permissions set to on your forum dir? The script is pulling data from an outside source and writing it to your forum page, this is just a thought.
%> <!--#include file="inc_Weatherban.asp" --> <%
WriteFooter
sub PostingOptions() if (mlev = 4) or (lcase(strNoCookies) = "1") then
What server type are you using, as in operating system? |
|
|
Willieg
Starting Member
USA
34 Posts |
|
DJSOUNDS
Starting Member
33 Posts |
Posted - 22 May 2004 : 14:32:49
|
Hi Willieg. After the line of code i've shown you, there is a lot more lines of code but yes, there is a closing %> at the end. I'm also thinking it may have something to do with whether or not my web space provider has XML installed or the permissions. Is there somewhere I can send you my default.asp as a txt file for you to look at?
My server info says it's running Microsoft-IIS/5.0. It also says it will accept:
HTTP_ACCEPT:text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1
Thanks for all the help your giving me. |
|
|
Willieg
Starting Member
USA
34 Posts |
Posted - 22 May 2004 : 16:17:30
|
yes just send it to my email address I use here. |
|
|
DJSOUNDS
Starting Member
33 Posts |
Posted - 22 May 2004 : 17:37:17
|
quote: Originally posted by Willieg
yes just send it to my email address I use here.
Sent. |
|
|
Willieg
Starting Member
USA
34 Posts |
Posted - 23 May 2004 : 15:31:35
|
Nope you need to resent it, they had my old email listed. It is correct now. |
|
|
DJSOUNDS
Starting Member
33 Posts |
Posted - 23 May 2004 : 23:39:00
|
Ok. Sent again. |
|
|
Willieg
Starting Member
USA
34 Posts |
|
Willieg
Starting Member
USA
34 Posts |
Posted - 24 May 2004 : 10:04:38
|
quote: Originally posted by Fuzion
sheesh, over 192 page views and no one has complimented you on this mod. Its been very useful to me and I thank you for all the work youve put into developing it... Also would like to thank you for sharing it with us. Keep up the good work
THANK YOU!! |
|
|
DJSOUNDS
Starting Member
33 Posts |
Posted - 24 May 2004 : 14:28:43
|
Hi Willieg. I just got an answer back from my ISP. This is what they said.
******************************** The problem lies in the fact that the script is trying to access an external server. Unfortunately, our firewalls does not allow that kind of access for security purposes. This causes the XML Parser to produce an error that it cannot locate the resource specified.
The problem isn't related to directory permissions.
Unfortunately, there are no workarounds to this problem aside from linking to Lycos' weather service externally in your forum.
Thanks again for the time you put in on this.
|
|
|
Willieg
Starting Member
USA
34 Posts |
Posted - 24 May 2004 : 15:37:51
|
That sucks, what ISP are you using so I know to stay away from them Sorry it will not work for you, and if I find a way around it I will let you know. You may want to check out this site http://www.1asphost.com/ they have free asp hosting 100 MB sites |
Edited by - Willieg on 24 May 2004 15:40:55 |
|
|
Topic |
|