| Author |
Topic Search Topic Options
|
Mikey
Senior Member
1979
Joined: 06 October 2003
Location: United Kingdom
Status: Offline
Points: 839
|
Posted: 06 February 2004 at 8:44am |
I'm with -BoRg- on this one, I do upgrade a heavily modded forum every time he releases a new version, just for the security
|
|
Handyman man?
|
 |
matkra
Newbie
Joined: 12 November 2003
Status: Offline
Points: 19
|
Posted: 08 February 2004 at 11:04am |
Skeever,
Thanks for you help, I just uploaded the ASP files. and all is working well. It seems that the forum is faster now, has that been your experience or is just in my head?
Matt
|
 |
maddkat
Groupie
Joined: 13 December 2003
Status: Offline
Points: 154
|
Posted: 08 February 2004 at 5:08pm |
-boRg- wrote:
Poeple shouldn't wonder if they shopuld upgrade, it's a cse of you should always be running the latest version if you don't want your forum to be secure as new releases usually follow after security fixes.
If you want your forum to be secure from hackers you should always upgrade to the latest version!!
|
I agree with borg!!!!! Maybe everyone should think about makeing the mod's standalone. Meaning they could be droped right in to the new wwf with little changes. This will not work for every mod but most mod's should be independent from wwf. Should maybe only rely on common.asp the language files. However Im still running wwf 7.1 untill I finnish some mod's on my portal, then I plan to upgrade to 7.7a No matter what I tihnk the new wwf 7.7 is alot faster!!!!!! great work borg.
|
1+1-1=1
|
 |
zamalek
Newbie
Joined: 10 March 2003
Location: United States
Status: Offline
Points: 15
|
Posted: 10 February 2004 at 4:53pm |
-boRg- wrote:
No, I plan on a mySQL version. |
That will be a really great idea and I'm waitng for it on a heated serface.
|
 |
iD.JenKen
Newbie
Joined: 11 February 2004
Location: France
Status: Offline
Points: 1
|
Posted: 11 February 2004 at 1:49pm |
I would like to know if u need help for u MYSQL version coz I need its . And I will give u some money . gl and really very good job man .
Dont hesitate to contact me @ jenkenzool@msn.com
Edited by iD.JenKen
|
 |
JohnKn
Groupie
Joined: 22 March 2003
Status: Offline
Points: 46
|
Posted: 16 April 2004 at 6:11pm |
|
Will we need to wait until mySQL 4.1 is released for the forum? I
started trying to modify ver 7.6 to use mySQL but the lack of support
for sub queries in mySQL 4.0 stalled that effort.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 17 April 2004 at 12:45pm |
|
I think it will have to wait till a decent myODBC driver is released that fully supports ADO and recordset paging.
|
|
|
 |
ljamal
Mod Builder Group
Joined: 16 April 2003
Status: Offline
Points: 888
|
Posted: 17 April 2004 at 12:59pm |
|
Why?
Ideally, for paging you want to use the most effcient manner. For MSSQL, that would be allowing the database to handle paging via a stored procedures.
Otherwise, that would be disconnected recordsets and arrays.
Currently, you are using ADO recordset paging and ADO recordset paging is not the most efficient manner of paging. It would be far better to use arrays to disconnect the recordset and "page" through the arrays. This method is ADO independent and would work for all databases.
Futhermore, using this method and some clever programming, you could utitilize MSSQL stored procedures for paging without re-writing the paging code for other databases AND make the forum that much more efficient with SQL Server.
|
|
|
 |