Print Page | Close Window

Nwe 7.9 Features

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=11338
Printed Date: 09 April 2026 at 4:53am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Nwe 7.9 Features
Posted By: cbr600
Subject: Nwe 7.9 Features
Date Posted: 29 July 2004 at 12:46am

Hi all.  After fully implemented 7.8 forum on my website, i no see you have released 7.9 version.  What are the main uptades/new functionalities offered by this version?

And what can be expected for further versions?




Replies:
Posted By: WebWiz-Bruce
Date Posted: 29 July 2004 at 9:53am
7.9 is just a security update to prevent hackers from hacking your forum.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Chrynoble
Date Posted: 02 August 2004 at 12:59pm

After installing 7.9 I am getting the following error when ever the admin account (me) loggs in, but not when my users are logging in.

I have read in other posts that this is either a situation where the server is running out of memory, or an access ODBC problem. They also mention that it could be caused by other users on a shared server, but I an thinking the problem is me running V7.9.

Anyone else with this?



Posted By: Chrynoble
Date Posted: 02 August 2004 at 1:00pm

Sorry, the error was

Microsoft JET Database Engine error '80004005'

System resource exceeded.

/CMain/Forum/active_topics.asp, line 293



Posted By: WebWiz-Bruce
Date Posted: 02 August 2004 at 2:14pm
This error means that you are using an overloaded server or one that is being abused by some users using too many resources making the server run out of resources.

Rebooting the server will sortout the issue.

If this error occurs often then the best thing you can do is look for a new host.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Chrynoble
Date Posted: 02 August 2004 at 2:17pm

I am worried that the person abusing the server may be me, while using version 7.9.

Any chance of that? It only started right after upgrading.



Posted By: WebWiz-Bruce
Date Posted: 02 August 2004 at 2:19pm
7.8 to 7.9 is only a minor change to one file to fix a security hole and would not effect performance in any way.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Chrynoble
Date Posted: 02 August 2004 at 2:23pm
I acctually went from 7.2 (I think)


Posted By: WebWiz-Bruce
Date Posted: 02 August 2004 at 2:28pm
7.9 uses far less resources than 7.01 (I think you mean 7.01 as there was never a version 7.2)

Less connections, recordsets, and the use of application level variables make 7.9 faster and use much less servers resources than 7.01. The load time was cut by over 60% on most pages.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: i2Paq
Date Posted: 20 August 2004 at 7:41am

Originally posted by -boRg- -boRg- wrote:

7.8 to 7.9 is only a minor change to one file to fix a security hole and would not effect performance in any way.

Hello boRg, please tell me wich file is changed because I'm going to upgrade to 7.8 this weekend and I have changed the layout and added a few MOD's and a Chat so I don't want to re-do all of that again....

Thanks, i2Paq



Posted By: WebWiz-Bruce
Date Posted: 20 August 2004 at 7:42am
Have a look at the changed log file which is linked from the forum download page:-

http://www.webwiz.net/web_wiz_forums/Version%20History.txt - http://www.webwiz.net/web_wiz_forums/Version%20History .txt


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: i2Paq
Date Posted: 24 August 2004 at 2:29am

Originally posted by -boRg- -boRg- wrote:

Have a look at the changed log file which is linked from the forum download page:-

http://www.webwiz.net/web_wiz_forums/Version%20History.txt - http://www.webwiz.net/web_wiz_forums/Version%20History .txt

Oké, I found it and changed it. But now my version on the default.asp still say's v7.8 and it's v7.9 , were can I change it?

Another question, were can I find the explenation for the skin_file.asp. In there you find like tiHeader and I don't have a cleu what or where that is. This is because I want to change some fonts, colors etc.

Thanks again and I love your forum!



Posted By: i2Paq
Date Posted: 25 August 2004 at 3:11am

Found it myself and want it to share with you;

The version you can find in the common.asp

The text-font I wanted to change on the frontpage (default.asp) turned out to be smText. I could not change the color

Quote .smText {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color : #FF9900;
 font-size: 10px;
 font-weight: normal;
because it would change all of the frontpage smText.

So I added

Quote .sText {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color : #000000;
 font-size: 10px;
 font-weight: normal;
in de default_style sheet and changed smText to sText in those places I needed it changed.



Posted By: ndamico
Date Posted: 28 September 2004 at 1:18am

Originally posted by -boRg- -boRg- wrote:

7.9 uses far less resources than 7.01 (I think you mean 7.01 as there was never a version 7.2)

Less connections, recordsets, and the use of application level variables make 7.9 faster and use much less servers resources than 7.01. The load time was cut by over 60% on most pages.

Do you know of any SQL command or perfmon objects i can monitor to figure out why my forum is so slow after upgrading to 7.9 from 7.01?

thank you!!




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net