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

 All Forums
 Announcements
 Announcements: New Releases
 v3.1sr3beta2 is out...
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 3

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 25 October 2000 :  23:42:06  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
Have addressed all bugs that have been closed in the bug reports (open) forum.

download

Still need the following database updates to be included in the setup.asp:

FORUM_CONFIG
C_STRAUTOLOGON - NUMBER - Default =0
C_STRNTGROUPS - NUMBER - Default =0

FORUM_FORUM
F_PASSWORD set to 255 (to handle NT Group Names)

<center>Reinsnitz (Mike)
<font color=red>><)))'></font id=red>

<font color=green>"<font color=red>I no longer call you servants, because a servant does not know his master's business. Instead I have called you friends...</font id=red>"
-- John 15:15</font id=green></center>

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 26 October 2000 :  00:29:37  Show Profile
You uploaded 2 copies of the files in the Tools.zip file. You uploaded the original Tools.zip file, and the same files in the tools.zip is in the main Snitz_Forums_2000_v3_1_sr_3b2.zip file. So the entire zip file is 375kb.

And I think the file names are getting a bit confusing Mike. Think we could come up with a consistent file name for the Snitz Forum file?

<center><font color=green>*----*----*----*----*----*----*----*----*----*----*----*
<font size=2>"However, if you suffer as a Christian, do not be ashamed,
but praise God that you bear that name."</font id=size2>
1 Peter 4:16</font id=green></center>
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 October 2000 :  05:45:05  Show Profile  Visit HuwR's Homepage
We still appear to have the dodgy characters in post_info and post, will finish checking the files and post a fix in about an hour.

<font color=blue>'Resistance is futile'</font id=blue>

Ok, fixed five files containing dodgy characters, you can download them here
copy them over the files from the download 3.1sr3beta2

files fixed are post,post_info,pop_delete,inc_functions and pop_delete

We seem to have gotten more dodgy chars this tim ????

Edited by - huwr on 26 October 2000 06:11:33
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 26 October 2000 :  06:24:08  Show Profile
HuwR,

I have had no problems whatsoever with the files that you mentioned. What "dodgy characters" specifically are you talking about?

Edited by - Richard Kinser on 26 October 2000 06:24:51
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 October 2000 :  06:39:15  Show Profile  Visit HuwR's Homepage
The files mentioned all contain incorrect EOL markers in various places, they don't affect me either, but since it was reported before and was causing problems I thought I ought to report it again. If you look at the file in some editors, you will see a small black block where the error is, what is happeing is half the EOL marker is missing.

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 26 October 2000 :  10:56:18  Show Profile  Visit Kal Corp's Homepage
Whats up with files Mike?

Was it like that when I send it to you?

I only use Notepad. Should I use something Else?

I can open it in Wordpad OK

Edited by - kal corp on 26 October 2000 11:03:22
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 October 2000 :  11:14:41  Show Profile  Visit HuwR's Homepage
I've got the files you sent me, I'll check them against mikes, maybe it is mike, or maybe it is when they're zipped?

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 26 October 2000 :  11:17:45  Show Profile  Visit Kal Corp's Homepage
Dam this NT Group Update is Great.

I ONLY check for the group the First Time now, It is saved in the session.

Just tested on my production Server, Over 300%+ Speed Increase <img src=icon_smile_approve.gif border=0 align=middle>
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 October 2000 :  11:18:38  Show Profile  Visit HuwR's Homepage
I've just check your post.asp, it must be from Mikes end

<font color=blue>'Resistance is futile'</font id=blue>

if you look in the file you sent to Mike
line 293 it reads
<pre id=code><font face=courier size=2 id=code>
<% end if %>
<% end if %>
<%
if strRqMethod = "Edit" or _
</font id=code></pre id=code>
In the beta3 it reads
<pre id=code><font face=courier size=2 id=code>
<% end if
end if
if strRqMethod = "Edit" or _
</font id=code></pre id=code>
The EOL marker after the first End if was broken depending what you view it in.
In some editors it will appear as
<pre id=code><font face=courier size=2 id=code>
<% end if | end if
if strRqMethod = "Edit" or _
</font id=code></pre id=code>
the | indicating a black block, this is what is causing the space problems as mentioned in the previous bug, we now appear to have gained more.



Edited by - huwr on 26 October 2000 11:26:25
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 26 October 2000 :  11:24:16  Show Profile  Visit Kal Corp's Homepage
Can anyone Edit or create a Forum?

In Post.asp
Microsoft VBScript compilation error '800a03ea'
Syntax error
?
--^
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 October 2000 :  11:28:09  Show Profile  Visit HuwR's Homepage
Try replacing your post.asp with the one in my zip file

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 October 2000 :  11:29:30  Show Profile  Visit HuwR's Homepage
Try replacing your post.asp with the one in my zip file

<font color=blue>'Resistance is futile'</font id=blue>

Ooops sorry, having bad performance issues today, had to refresh the page and it reposted it

Edited by - huwr on 26 October 2000 11:30:50
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 26 October 2000 :  11:44:04  Show Profile  Visit Kal Corp's Homepage
same thing, Also Error in Register :-)
I'll Look At it after lunch

Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 26 October 2000 :  12:01:27  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
HuwR,

Please stop editing your posts with your reply... please just hit the reply button... it's getting very confusing to try to follow your conversations.

Thanks.

<center>Reinsnitz (Mike)
<font color=red>><)))'></font id=red>

<font color=green>"<font color=red>I no longer call you servants, because a servant does not know his master's business. Instead I have called you friends...</font id=red>"
-- John 15:15</font id=green></center>
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 26 October 2000 :  12:04:52  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
on a side note... I'm just posting the code as I make changes, I'm not going to just "Do all the work" then release a final... this is for multiple reasons, 1. it gives you all code to check in the middle ( I won't release anything that shouldn't work at all ) and 2. it gives me a starting/stoping place when moving from development computer to development computer

HuwR,

As far as editors, I'm just using MS Visual Interdev for my edits. Do you know of any settings that might deliniate what characters to use for hard returns?

<center>Reinsnitz (Mike)
<font color=red>><)))'></font id=red>

<font color=green>"<font color=red>I no longer call you servants, because a servant does not know his master's business. Instead I have called you friends...</font id=red>"
-- John 15:15</font id=green></center>
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 October 2000 :  12:12:17  Show Profile  Visit HuwR's Homepage
I don't know, it seems to be some sort of corruption, can you send me the copy of post.asp that you put in the zip file, but not the one from the zip, I will check that to make sure it's not the zipping that's doing it.

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Next Page
 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.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07