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

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 (v3.4.03) BUG+FIX: inc_func_common.asp
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 April 2003 :  02:03:53  Show Profile

inc_func_common.asp


around line #1242 (in the ReplaceImageTags function) find the following:
					strUrlText = replace(strUrlText, "javascript", " ", 1, -1, 1) ' ## filter out javascript
					strUrlText = replace(strUrlText, "jscript", " ", 1, -1, 1) ' ## filter out jscript
					strUrlText = replace(strUrlText, "vbscript", " ", 1, -1, 1) ' ## filter out vbscript
					strUrlText = replace(strUrlText, "mailto", " ", 1, -1, 1) ' ## filter out mailto
just above it, insert the following:
					strUrlText = replace(strUrlText, vbTab, " ", 1, -1, 1) ' ## filter out Tabs
					strUrlText = replace(strUrlText, "view-source", " ", 1, -1, 1) ' ## filter out view-source

so it now looks like this:
					strUrlText = replace(strUrlText, vbTab, " ", 1, -1, 1) ' ## filter out Tabs
					strUrlText = replace(strUrlText, "view-source", " ", 1, -1, 1) ' ## filter out view-source
					strUrlText = replace(strUrlText, "javascript", " ", 1, -1, 1) ' ## filter out javascript
					strUrlText = replace(strUrlText, "jscript", " ", 1, -1, 1) ' ## filter out jscript
					strUrlText = replace(strUrlText, "vbscript", " ", 1, -1, 1) ' ## filter out vbscript
					strUrlText = replace(strUrlText, "mailto", " ", 1, -1, 1) ' ## filter out mailto

stylishvn
Junior Member

Vietnam
185 Posts

Posted - 18 April 2003 :  02:46:58  Show Profile  Visit stylishvn's Homepage  Send stylishvn an ICQ Message  Send stylishvn a Yahoo! Message
Richard,
why didnot I see those lines in my file ? am i wrong or
my Snitz's 3.4.03

..:: Welcome #Snitz in Dalnet ::..

Edited by - stylishvn on 18 April 2003 02:51:27
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 April 2003 :  02:51:28  Show Profile
the lines should be there (they might be on a different line # if you have modified the file at all), you can try downloading a new copy of v3.4.03 from: here and use it as a basis.
Go to Top of Page

stylishvn
Junior Member

Vietnam
185 Posts

Posted - 18 April 2003 :  02:55:38  Show Profile  Visit stylishvn's Homepage  Send stylishvn an ICQ Message  Send stylishvn a Yahoo! Message
umm maybe some MOD added on take me to change some lines, I'll check out it but I dont think so

sorry all, my problem's my FTP pro, suck it

..:: Welcome #Snitz in Dalnet ::..

Edited by - stylishvn on 18 April 2003 03:17:01
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 18 April 2003 :  02:56:16  Show Profile
Mine was about 150 lines down, but search for vbTab and you'll find it for sure.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 April 2003 :  03:01:25  Show Profile
let's try not to clutter this topic too much, I don't like bug reports going to multiple pages, and it causes unnecessary confusion. Thanks.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 June 2003 :  07:43:33  Show Profile
fixed in v3.4.04
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.26 seconds. Powered By: Snitz Forums 2000 Version 3.4.07