Author |
Topic |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 11 December 2002 : 07:47:23
|
on line #68 find the following:
Name = Request.Form("Name")
Password = Request.Form("Password") and replace it with this:Name = trim(chkString(Request.Form("Name"),"SQLString"))
Password = trim(chkString(Request.Form("Password"),"SQLString")) |
|
Jeepaholic
Average Member
USA
697 Posts |
|
Dunrobin
Starting Member
USA
2 Posts |
Posted - 11 December 2002 : 18:44:42
|
Well that was certainly easy! Thanks guys! |
Quiet, knumbskulls, I'm broadcastin'! |
|
|
James
Average Member
USA
539 Posts |
Posted - 11 December 2002 : 23:15:18
|
Is this file used for anything other than setting up the forums?
What I'm asking is can it be moved offline after forums are set up and not affect anything? |
*Interested in Radio Control* *The RC Web Board - http://www.rcwebboard.com/* |
|
|
Etymon
Advanced Member
United States
2385 Posts |
Posted - 12 December 2002 : 01:05:38
|
Yes! Yes! Thank you sooooo MUCH!! |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 12 December 2002 : 01:29:08
|
quote: Originally posted by James
Is this file used for anything other than setting up the forums?
What I'm asking is can it be moved offline after forums are set up and not affect anything?
you can remove it if you want to, but you might need it someday, so don't forget that you removed it. I don't see any problems with leaving it though, we have left it here, and I leave it in all of the forums that I work with. |
|
|
Zeb
Starting Member
Italy
41 Posts |
Posted - 12 December 2002 : 04:42:37
|
quote: Originally posted by RichardKinser
on line #68 find the following:
Name = Request.Form("Name")
Password = Request.Form("Password") and replace it with this:Name = trim(chkString(Request.Form("Name"),"SQLString"))
Password = trim(chkString(Request.Form("Password"),"SQLString"))
is this fix for 3.303 too?
I have these strings in line # 60-63:
Name = Request.Form("Name") Password = Request.Form("Password") ReturnTo = Request.Form("ReturnTo") |
___ Zeb |
Edited by - Zeb on 12 December 2002 04:45:01 |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 12 December 2002 : 04:45:10
|
yes, just the line number will be a little different. I would say this would apply to just about all versions of Snitz. |
|
|
pweighill
Junior Member
United Kingdom
453 Posts |
Posted - 12 December 2002 : 08:32:44
|
quote: Originally posted by James
Is this file used for anything other than setting up the forums?
What I'm asking is can it be moved offline after forums are set up and not affect anything?
There are a few other files that can be moved after the forums have been installed:
setup.asp inc_create_forum_*.asp readme.htm readme_admin_email_config.gif |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 12 December 2002 : 08:45:43
|
It is not necessary to move any files. Moving setup.asp will potentially cause you to have an error on your site. In config.asp there is a redirect to setup.asp that could be triggered and it would give a 404 page not found error. |
|
|
forahobby
Starting Member
Australia
14 Posts |
Posted - 12 December 2002 : 19:04:51
|
Great. Thanks for the bug fix.. |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
|
|
Topic |
|