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

 All Forums
 Community Forums
 Community Discussions (All other subjects)
 LICENSE AGREEMENT
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 01 March 2003 :  13:49:27  Show Profile  Visit PeeWee.Inc's Homepage
I know it is said that this cannot be edited but, i want to use this:

Response.Write	"    </td>" & vbNewLine & _
		"  </tr>" & vbNewLine & _
		"</table>" & vbNewLine & _
		"<table class=border width=""95%"" align=""center"" border=""0"" cellpadding=""0"" cellspacing=""0"">" & vbNewLine & _
		"  <tr>" & vbNewLine & _
		"        </tr>" & vbNewLine & _
		"      </table>" & vbNewLine & _
		"    </td>" & vbNewLine & _
		"  </tr>" & vbNewLine & _
		" </table>" & vbNewLine & _
                " <center>" & vbNewLine 


Response.Write	"    <td align=""right""><font size=""" & strFooterFontSize & """>"
Response.Write	" <HR>" & vbNewLine 

'## START - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
Response.Write	"<a href=""http://forum.snitz.com"" target=""_blank"" tabindex=""-1""><acronym title=""Powered By: " & strVersion & """>" & vbNewLine
Response.Write " <BR>" & vbNewLine 
	Response.Write	getCurrentIcon("logo_powered_by.gif||","Powered By: " & strVersion,"")
        %>
        <BR>
        <%
	Response.Write	"Powered By: Snitz Forums 2000"
        %>
        <BR>
        <%
	Response.Write	"Version: 3.4.03"
Response.Write	"</acronym></a></font></td>" & vbNewline
'## END   - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT


Response.Write	" <BR>" & vbNewLine & _
		"          <td class=footer align=""left"" valign=""left"" nowrap><font size=""" & strFooterFontSize & """>" & strForumTitle & "</font></td>" & vbNewLine & _
		" <BR>" & vbNewLine & _
		"          <td class=footer align=""right"" valign=""top"" nowrap><font size=""" & strFooterFontSize & """>© " & strCopyright & "</font></td>" & vbNewLine & _
                " <BR>" & vbNewLine
if strShowTimer = "1" then
	Response.Write	"    <td align=""center""><font size=""" & strFooterFontSize & """>" & chkString(replace(strTimerPhrase, "[TIMER]", abs(round(StopTimer(1), 2)), 1, -1, 1),"display") & "</font></td>" & vbNewLine
end if	       
Response.Write	" <HR>" & vbNewLine 

Response.Write	" </center>" & vbNewLine & _
		"  </tr>" & vbNewLine & _
		"</table>" & vbNewLine & _
		"</font>" & vbNewLine & _
		"</body>" & vbNewLine & _
		"</html>" & vbNewLine


Can you try this and see if it is ok? I know it is edited but, it is edited in the only way i can think to do this.

De Priofundus Calmo Ad Te Damine

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 01 March 2003 :  14:30:16  Show Profile
that should be fine, may I suggest using this though?:
Response.Write " <br />" & vbNewLine
	Response.Write	getCurrentIcon("logo_powered_by.gif||","Powered By: " & strVersion,"")
	Response.Write	"<br />Powered By: Snitz Forums 2000"
	Response.Write	"<br />Version: " & trim(replace(strVersion,"Snitz Forums 2000 Version",""))
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 01 March 2003 :  14:36:38  Show Profile  Visit PeeWee.Inc's Homepage
Thank you, that cleaned up the code alot

Well, i thought i best ask cos, the forum will be ready to be shown to everyone on here soon and i did not wanna get told off

De Priofundus Calmo Ad Te Damine
Go to Top of Page
  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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07