Print Page | Close Window

Web Wiz Forums 7.7 released

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=8644
Printed Date: 28 March 2026 at 9:10pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Web Wiz Forums 7.7 released
Posted By: WebWiz-Bruce
Subject: Web Wiz Forums 7.7 released
Date Posted: 07 January 2004 at 10:03am
Web Wiz Forums version 7.7 FULL has now been released.

The new version fixes a number of security holes and also improves performance.

Please note:- To keep your forum secure you should upgrade today!!

You can download this new version from:-

http://www.webwiz.net/web_wiz_forums/forum_download.asp - http://www.webwiz.net/web_wiz_forums/forum_download.as p

Upgrading
To upgrade from 7.6, to 7.7 just replace the changed files listed in the Version History file with the new files.

Using Web Wiz Forums on Free Web Host
If you are using Web Wiz Forums on a free web host please make sure you follow the new install instructions for free web hosts otherwise the forum will not run correctly.

http://www.webwiz.net/web_wiz_forums/docs_free_host_install.asp - http://www.webwiz.net/web_wiz_forums/docs_free_host_in stall.asp
http://forums.webwiz.net/forum_posts.asp?TID=6950 -

-------------
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



Replies:
Posted By: maxm2125
Date Posted: 07 January 2004 at 11:52am

We are running version 6.34 (SQL version).  Can I just remove the old files and upload the new files and re-run the sql setup page?  Will my old messages and users be intact when I do this or is there another way I should upgrade.

Thanks



Posted By: WebWiz-Bruce
Date Posted: 07 January 2004 at 12:03pm
No, it's not as simple as that with the SQL server version.

If you look in the mods forum  think someone did make some sort of upgrade script at one point, otherwise it's a matter of trying to build the new database around the old one using the changes listed in the version history file.


-------------
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: Gullanian
Date Posted: 07 January 2004 at 12:21pm

I know you get fed up of all these questions Bruce, but im on 7.01, can I just stick all the 7.7 files in?



Posted By: Scotty32
Date Posted: 07 January 2004 at 12:29pm

i think you can

and becose about V7.1 there was a database change for Active Users - which i think isnt used any more anyway (sumfin to do with the Browser they use?)



-------------
S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins

For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .


Posted By: BoLt
Date Posted: 07 January 2004 at 12:34pm

Thankz for that I have upgraded and all seams ok.

Good work BoRg 

PS

I don’t know if its me but I downloaded the forum and looked at the Version history and only found it go’s up to version 7.6 to version 7.6a.

I have updated ok as I only placed the new files up on the host with my database.



-------------
BoLt (Computer Engineer)
I suffer from Dyslexia, it means I can not spell to well not that I am thick.

www.welshlens.co.uk


Posted By: drjamez
Date Posted: 07 January 2004 at 7:21pm

I get this error after upgrading SQL 7.6 to 7.7, whenever I look at someone's profile:

Quote

Microsoft VBScript runtime error '800a01f4'

Variable is undefined: 'strTxtOnlineStatus'

/entrustment/forums/pop_up_profile.asp, line 287

In which file is this variable defined?  Did I miss copying up one file?

Thanks.

- James -



Posted By: Badaboem
Date Posted: 07 January 2004 at 7:34pm

that's probably due to a mod by maddog u installed (online users status ).

Delete maddogs code, or simply replace forum_posts.asp.



Posted By: Joey805
Date Posted: 07 January 2004 at 7:36pm

You need to add the following to your language_file_inc.asp

Const strTxtOnlineStatus = "Online Status"

The version history file didnt say this file got changed but it did. (oops)

That should fix your prob

Joey



Posted By: Joey805
Date Posted: 07 January 2004 at 7:37pm
Its not in forum_posts.asp. Its just a variable that isnt define within the language file, thats all.


Posted By: Joey805
Date Posted: 07 January 2004 at 7:41pm

I have a question about the upgrade from version 7.6 to 7.7.

In the Version History.txt it says the following for 7.7:

5. tblActiveUsers - table removed from the database as it is no-longer used
6. msSQL_server_setup.asp - removed the creating of the tblActiveUsers table and the stored procedures:-
 -wwfSPActiveUsersWhereIPis
 -wwfSPAddNewActiveUser
 -wwfSPUpdateActiveUser
 -wwfSPDeleteActiveUser
 -wwfSPDeleteActiveUserDoubleEntry
 -wwfSPCountOfActiveUsers
 -wwfSPCountOfActiveGuests

Should I manually delete that table and stored procedures or just leave them? Since this is not a new install, these are already created and I guess with the new code changes, these are no longer used.

Thanks,

Joey



Posted By: Badaboem
Date Posted: 07 January 2004 at 7:46pm

Originally posted by Joey805 Joey805 wrote:

Its not in forum_posts.asp. Its just a variable that isnt define within the language file, thats all.

it may be a string maddog added to the language file along with xtra code in forum_posts.asp   ...either that or the language file has changed like u said. Both is possible.



Posted By: WebWiz-Bruce
Date Posted: 07 January 2004 at 7:56pm
It's a new string in the language file so it can display if a user is online or offline

-------------
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: WebWiz-Bruce
Date Posted: 07 January 2004 at 7:57pm
Originally posted by Joey805 Joey805 wrote:

I have a question about the upgrade from version 7.6 to 7.7.

In the Version History.txt it says the following for 7.7:

5. tblActiveUsers - table removed from the database as it is no-longer used
6. msSQL_server_setup.asp - removed the creating of the tblActiveUsers table and the stored procedures:-
 -wwfSPActiveUsersWhereIPis
 -wwfSPAddNewActiveUser
 -wwfSPUpdateActiveUser
 -wwfSPDeleteActiveUser
 -wwfSPDeleteActiveUserDoubleEntry
 -wwfSPCountOfActiveUsers
 -wwfSPCountOfActiveGuests

Should I manually delete that table and stored procedures or just leave them? Since this is not a new install, these are already created and I guess with the new code changes, these are no longer used.

Thanks,

Joey


They don't really matter and you can leave them if you want, there just no-longer used.


-------------
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: Joey805
Date Posted: 07 January 2004 at 8:02pm

Hey -boRg-, you may want to correct the version history.txt file to mention that the language file is changed as well. Right now it doesnt mention that it is. This would help the people who have mods and are upgrading manually.

Joey



Posted By: WebWiz-Bruce
Date Posted: 07 January 2004 at 8:13pm
The language file was actually changed for version 7.6 when the online, offline was added.

-------------
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: Joey805
Date Posted: 07 January 2004 at 8:14pm
Hmm, my language file didnt have that variable in it for 7.6. I got the same error. Thats weird...


Posted By: drjamez
Date Posted: 07 January 2004 at 8:38pm

Thank you all!  Copying over that language include file did the trick.  I then needed to replace the forum_posts file so that I could see the on/offline tag on the posts, but that was not a problem now that I understand where the variables were coming from.

Thanks again.  I appreciate it.

- James -



Posted By: MarkWLI
Date Posted: 07 January 2004 at 9:28pm
I LOVE THIS VERSION

Thanks whoever made this system! THANK YOU!

Also if you need donations come to me, I can help...

-------------
Mark Hamilton
http://www.Mark-Hamilton.com
"Oh, Oh, CRAP!"


Posted By: hulta
Date Posted: 07 January 2004 at 10:34pm

How do i uppgrade my 7.6 to 7.7? i am a newbie on this

I use the access version off wwf 7.6



Posted By: Joey805
Date Posted: 08 January 2004 at 1:18am
Hulta, Just copy all the files over and overwrite yours if you have no mods. However don't overwrite the wwforum.mdb file of coarse.


Posted By: hulta
Date Posted: 08 January 2004 at 7:02am

Originally posted by Joey805 Joey805 wrote:

Hulta, Just copy all the files over and overwrite yours if you have no mods. However don't overwrite the wwforum.mdb file of coarse.

Ok i have a mod! latest forum post mod,

And swedish language! 



Posted By: Rabbit
Date Posted: 08 January 2004 at 7:53am

when i Suspend New Registrations,it also can register new user



Posted By: WebWiz-Bruce
Date Posted: 08 January 2004 at 7:56am
Place the following code in at line 97 of the file suspend_registration.asp:-

'Update the application variable
    Application("blnRegistrationSuspeneded") = blnSuspended   
   
    'Empty the application level variable so that the changes made are seen in the main forum
    Application("blnConfigurationSet") = false



-------------
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: Rabbit
Date Posted: 08 January 2004 at 7:59am

borg:Thank you ~~~



Posted By: hulta
Date Posted: 08 January 2004 at 9:22am

Should I overwrite all the files? Even when I have a forum mod, latest forum post and invision skin

And Swedish language files  

 

Thanks...



Posted By: Joey805
Date Posted: 08 January 2004 at 11:14am
If you overwrite the file, you'll wipe out your mods. You'll need to input the code for your mods again if you do. Other than that, you could check out version history.txt and see what files are updated with 7.7 and move them manually.


Posted By: Bruce William
Date Posted: 08 January 2004 at 11:47am

Strange name bug?
I'm posting this question here, because I felt it did not deserve a new topic. I searched for this "bug" on the forum, but I couldn't find any information on it, so here it goes.

I've been using the board (latest version) for a couple of days now and I've noticed somethng strange was happening. When I look at the forum statistics, Active Users I some times see strange names....like "Freedom Warrior" or "Ladylucy". I first thought, oh well, new members or someone probaly changed their name, but when I clicked on the name I could see it was an old user.

I also noticed that at times my name is displayed as "Bibi Baba" (or something like that, I don't remember anymore) insted of "Bruce"....it's al very strange and confusing because it isn't even my name (it just shows it like that in the active users list), same goes for the other users.

What I'd like to know is, is this a bug? Or is it an Easteregg, or something else? (I'm using the free version btw).

Thanks alot Bruce Corkhill for spending time building this forum and making it available for free.

Update:
Found another one, -][B.B][- is another one I believe and suddenly a user with the name "ttlsysop" appeared on the list, but when I click on the name I get an "this user does not excist" error:

Quote
Profile
Sorry no profile can be found for this user
Close Window 



Posted By: hulta
Date Posted: 08 January 2004 at 12:20pm

Originally posted by Joey805 Joey805 wrote:

If you overwrite the file, you'll wipe out your mods. You'll need to input the code for your mods again if you do. Other than that, you could check out version history.txt and see what files are updated with 7.7 and move them manually.

Ok now i understand thanks  



Posted By: Eftie
Date Posted: 08 January 2004 at 2:32pm
Originally posted by Bruce William Bruce William wrote:

Strange name bug?
I'm posting this question here, because I felt it did not deserve a new topic. I searched for this "bug" on the forum, but I couldn't find any information on it, so here it goes.

Are you using a free host Bruce??

Then see topic:

http://forums.webwiz.net/forum_posts.asp?TID=8087 - http://forums.webwiz.net/forum_posts.asp?TID=8087



-------------
Eftie


Posted By: Bruce William
Date Posted: 08 January 2004 at 3:18pm

Ah, thanks alot, I should have utilized the search function better, thanks anyways. I guess this is the problem I'm facing.....



Posted By: k6irk
Date Posted: 09 January 2004 at 1:13am

Interesting problem (I don't think it is a bug, only something I missed).

I upgraded from 7.6 to 7.7 of course replacing my files with the newer versions.

One thing I noticed is that everything appears to be working except one thing, from the forum members menu and you click on a member to view their profile, I get a  Error  500 Internal Server Error.

In 7.6, it worked fine, but in 7.7 I am having a problem with it.

What am I missing?  Or shall I say, what did I possibly change that would cause it not to work now?

Thanks,

Rob



Posted By: Eftie
Date Posted: 09 January 2004 at 4:04am

I get also an error for as well the normal user as for the administrator on both wwwebserver and a different localserver, and it is in 7.7. (7.6 is working fine with no problems)

The Error I get is:

Technical Information (for support personnel)

  • Error Type:
    Microsoft VBScript runtime (0x800A000D)
    Type mismatch: 'UBound'
    /cash/forum/pop_up_profile.asp, line 182
  • Browser Type:
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

  • Page:
    GET /cash/forum/pop_up_profile.asp

Steps I tried:
Upload new Forum SW (all files overwrite old) to webserver. Problem exists
Deleted the Forum folder
Upload new Forum SW (all files) to webserver again. Problem still exists.

Please shine a light

addendum:
I noticed the line mentioned is containing new script compared with WWF7.6:

'Get the users online status

For intArrayPass = 1 To UBound(saryActiveUsers, 2)
If saryActiveUsers(1, intArrayPass) = lngProfileNum Then blnIsUserOnline = True
Next



-------------
Eftie


Posted By: WebWiz-Bruce
Date Posted: 09 January 2004 at 6:02am
Do you have avctive users turend off??

-------------
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: Eftie
Date Posted: 09 January 2004 at 6:09am

You got the point Bruce.

I have indeed active users turned off. (wanted option)

Knowing this I tried to activate active users and then it works OK.



-------------
Eftie


Posted By: wingking
Date Posted: 10 January 2004 at 12:33am

I know this isn't the right place but...

I was looking at some mods and I am a bit confused. I just updated my form to sql and webwiz forum 7.7 and the mod I was looking at to show birthdays wants me to change the database connection he gives. This must be stored on a page someplace and I am guessing I would just do an include. Does someone know what page this is stored on?



Posted By: wingking
Date Posted: 10 January 2004 at 3:26am
Never mind I got it figured out


Posted By: zadax
Date Posted: 10 January 2004 at 6:39pm

what about 7.1 to 7.7 ?

jee thers i most modify all my mods again



Posted By: india
Date Posted: 11 January 2004 at 10:30am

hey zadax,

dont worry.

i downloaded all mods 4m the site and tried on 7.7. max worked. which didnt im trying 2 figure out changes

im making a list n soon post which mods works with v7.7



Posted By: dpozaric
Date Posted: 11 January 2004 at 4:05pm

Hi there!

I have been busy developing my website and forgot to follow all the changes you guys did to the forum. And now I see there have been so many changes from my version (7.5) to the fresh version.

I did not do much tailoring to the original 7.5 except that I had to translate my language files to Croatian. I have tested 7.7 locally by overwriting all of the files and adding the missing text in one of the language files and it seems okay but I cannot login as an administrator or any user from the admin group.

Please, tell me what is the quickest (and safest) way to move from 7.5 to 7.7. I have no problems with asp programming whatsoever.

Congrats for the good job and support, and greetings from Croatia



-------------
www.parentium.com


Posted By: WebWiz-Bruce
Date Posted: 11 January 2004 at 4:10pm
There should be no problem logging in as this hasn't changed between versions, could be a problem with IE.

-------------
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: india
Date Posted: 11 January 2004 at 4:16pm

Sorry Borg but 1 line on ur behalf

Use mozilla firebird http://mozilla.org/firebird - http://mozilla.org/firebird



Posted By: dpozaric
Date Posted: 11 January 2004 at 4:19pm

Originally posted by -boRg- -boRg- wrote:

There should be no problem logging in as this hasn't changed between versions, could be a problem with IE.

You're right. I have tried with Crazy Browser but it is using MSIE's dlls (and cookies,too I guess). Now I have tried with Mozilla and Opera and it works fine

 



-------------
www.parentium.com


Posted By: Ted Ljong
Date Posted: 11 January 2004 at 6:21pm

Hi
I have upgr to ver 7.7 from 7.6 and now I have problem with email. Massmail is ok but

mailing one at the time
Email notify from the forum
Email to new members

doesn´t work. The forum is still only for testing so I can replace every file except the languagefile but my question is what happens to the removalkey will there bee any problems with the key.

 



Posted By: Ted Ljong
Date Posted: 11 January 2004 at 8:13pm

I have reinstalled the Forum 7.7 now but the Email still don´tr work. I use jmail and the same servername that I use in other forms on several sites on the one server.

Is there anyone who can help me with this problem?

 



Posted By: Jason2004
Date Posted: 11 January 2004 at 10:18pm

Ted,

Look at this:

http://forums.webwiz.net/forum_posts.asp?TID=8668&PN=3 - http://forums.webwiz.net/forum_posts.asp?TID=8668&a mp;PN=3

Jason



Posted By: Ted Ljong
Date Posted: 12 January 2004 at 4:55pm

Thanks Jason

It works great now. I don´t understand why I missed that thread, maybe it was to late or early, 3 in the morning.

Ted
Clap



Posted By: mave
Date Posted: 13 January 2004 at 2:34pm

there is every time when i clik on the left hand side button from the forum (admin) an error!!
so i only can go there when i tipe the adresse!!

but sometimes this doesn't go too!!!
link to: javascript:openWin.....

then there stands (i'm from austria) laufzeitfehler!!

go time error(translation) or something like that!!
please help me!!!

and the second thing:
i can't set the area where a moderator should make his job!!
my moderators are only moderators and they can't make something what a mod should do!!



Posted By: zadax
Date Posted: 13 January 2004 at 6:55pm

borg?

7.1 > 7.7 ?



Posted By: Sharon
Date Posted: 14 January 2004 at 4:18pm

7.5>7.7

ok...we installed the new forum...managed to keep all the posts, which is a frickin' miracle!!!

there's only one problem...i can't get into my admin menu anymore...so...any suggestions on what i've done wrong or overlooked? i can log in as administrator, just don't get the admin menu anymore...

help!?



Posted By: WebWiz-Bruce
Date Posted: 14 January 2004 at 4:37pm
Replace all files (apart from the database) with the files from the latest version.

-------------
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: Lamur
Date Posted: 15 January 2004 at 6:47pm

Greetings, great work borg.

I was wondering if when a user is Online, if the "online" part was green? that way someone would recognize that the user is online a bit better. Get what I mean?

Online Status: Offline

Online Status: Online



Posted By: Lamur
Date Posted: 15 January 2004 at 6:53pm

In the language_files/language_file_inc.asp  File

I just added the  <font color=#3CB11D><b>Online</b></font>

to my online status. It looks alot better.



Posted By: rigg
Date Posted: 15 January 2004 at 8:39pm
Originally posted by Sharon Sharon wrote:

there's only one problem...i can't get into my admin menu anymore...so...any suggestions on what i've done wrong or overlooked? i can log in as administrator, just don't get the admin menu anymore...

help!?

I think I have the same problem. Updated from 7.6 > 7.7 just kept my old db. Can´t access the admin area, says that i'm not authorized.

Changing to the new, empty db from 7.7 zip, it works fine.

I have even tried to erase the whole forum (except db) and make a "clean" install...

Good for me that I saved a backup of the working 7.6 before I started

 



Posted By: Jason2004
Date Posted: 15 January 2004 at 10:48pm

Lamur,

That's a cool little mod. That small change does make a big difference.

Thanks

Jason



Posted By: Lamur
Date Posted: 16 January 2004 at 12:11am
Yea it does, and overall it was a great idea from borg!


Posted By: skaue
Date Posted: 16 January 2004 at 8:46am
Whats new/changed in this version?

couldnt find a changelog on this site...


Posted By: WebWiz-Bruce
Date Posted: 16 January 2004 at 11:03am
It's in the version history file that comes with the 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: LesMan
Date Posted: 16 January 2004 at 7:21pm

I just installed a new copy of 7.7 and get this error when clicking on a forum.

 Item cannot be found in the collection corresponding to the requested name or ordinal.
/pc/forum/forum_topics.asp, line 424

Any ideas



Posted By: WebWiz-Bruce
Date Posted: 16 January 2004 at 7:28pm
If you are updating the SQL server version make sure that you have updated any stored procedures that need updating.

There are posts if you search on updating to inbetween versions that contain what stored procedures need to be changed.


-------------
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: jari
Date Posted: 17 January 2004 at 4:29am

Why there can't be an exact folder path in changelog txt-file (Version History) Would be a lot easier to find if it's root or admin folder. OK "both" and other words may help. What should I do with Access, how can I update it??

Jari



Posted By: WebWiz-Bruce
Date Posted: 17 January 2004 at 4:40am
Read the other posts!!

-------------
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: mave
Date Posted: 17 January 2004 at 8:20am
Originally posted by mave mave wrote:

there is every time when i clik on the left hand side button from the forum (admin) an error!!
so i only can go there when i tipe the adresse!!

but sometimes this doesn't go too!!!
link to: javascript:openWin.....

then there stands (i'm from austria) laufzeitfehler!!

go time error(translation) or something like that!!
please help me!!!

and the second thing:
i can't set the area where a moderator should make his job!!
my moderators are only moderators and they can't make something what a mod should do!!



Posted By: Dante
Date Posted: 18 January 2004 at 6:40am
  1. Erm, I have to say, that there is no Czechoslovakia on our world, the country_list should be updated :-))) This bohemian country in the heart of Europe was divided in 1993 into Czech Republic (Česká republika) and Slovakia (Slovenská republika)
  2. And my problem is: I'm using two Web Wiz Forums 7.7 on my server and they are causing several problems. When I was using 7.6, there were only problems with Active users, when somebody was on one forum, he was shown also on the other even if he wasn't registered there, even if his user name was not in this forums member list. And now, this problem continues, but there aro also some new problems. The main configuration of the one forum affects also the other. The name, forum image and also, when I close one forum, the other is also closed. The fields in admin configuration remains correct, but the last changes, that I do on one forum are shown also on the other, even if on this forum the fields in admin configuration remains different and for this forum correct. Please, how can I fix this problem?

Thanks.

I'm sorry for all the mistakes I've done and also for the bad language. I'm still a student. 



Posted By: WebWiz-Bruce
Date Posted: 18 January 2004 at 9:54am
1. I shall look into that.

2. You need to open the common.asp file and set the variable:-

blnUseApplicationVariables = true

To:-

blnUseApplicationVariables = false

Or run each forum on seperate sub domain.


-------------
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: WebWiz-Bruce
Date Posted: 18 January 2004 at 9:56am
I've just checked and although Czechoslovakia is in the country list so is Czech Republic and Slovakia, so it shouldn't really be a problem.

A bit like United Kingdom and Great Britain are in the list even though so is England, Scotland, Wales. Although England, Scotland, Wales are part of Great Britain and United Kingdom, but United Kindom also includes Northan Ireland. All of these are part of the EU, so may as well just put EU.

Then there are different spelling for different languages, so it's simpler just to place all the countries into one easy to edit country list (select_countries_list.asp) and let people edit the country list itself.


-------------
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: Dante
Date Posted: 19 January 2004 at 1:55pm

Thanks a lot!!!

Yes, but the difference is that Czechoslovakia doesn't exist. Only in historical literature :-)



Posted By: _fantom_
Date Posted: 19 January 2004 at 4:27pm

Questions about Web Wiz Forums version 7.7 Licence contract

  1. When you say “You may modify source code” is this includes the forum’s color? I have no intention of making it look like my own work but my site uses frames so in order to fit your forum in it I should change its color. (At least the background) Otherwise it will look terrible
  2. About your logo at the up left corner. Must I keep it? In the administrators section I have the option to remove or change it and place my own logo with a hyperlink to my default page. You refer to it as Forum Title Image Location:This replaces the Web Wiz Forum's logo that is shown on the top of each page. Your own web sites banner logo would be good to place here.”  Of course I will keep your copyrights and links at the bottom of the page, but when you say “You may not deactivate, change, remove, all or any hyper links or links to Web Wiz Guide and the Web Wiz Guide powered by logo's, text, or images” is this includes the logo at the up left corner or this is optional and it is used as a demo?  The problem for me to keep it is that it does not look good on a dark background.

 



Posted By: Gazz
Date Posted: 22 January 2004 at 12:28pm

Can version 7.0 be just staraight upgraded to 7.7? or are their any complications I should know about?

Fantastic product by the way



Posted By: arejay
Date Posted: 23 January 2004 at 11:04am
Originally posted by Eftie Eftie wrote:

I get also an error for as well the normal user as for the administrator on both wwwebserver and a different localserver, and it is in 7.7. (7.6 is working fine with no problems)

The Error I get is:

Technical Information (for support personnel)

  • Error Type:
    Microsoft VBScript runtime (0x800A000D)
    Type mismatch: 'UBound'
    /cash/forum/pop_up_profile.asp, line 182
  • Browser Type:
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

  • Page:
    GET /cash/forum/pop_up_profile.asp

Steps I tried:
Upload new Forum SW (all files overwrite old) to webserver. Problem exists
Deleted the Forum folder
Upload new Forum SW (all files) to webserver again. Problem still exists.

Please shine a light

addendum:
I noticed the line mentioned is containing new script compared with WWF7.6:

'Get the users online status

For intArrayPass = 1 To UBound(saryActiveUsers, 2)
If saryActiveUsers(1, intArrayPass) = lngProfileNum Then blnIsUserOnline = True
Next

Is it necessary now to have this option, show active users, enabled to see popup profiles?  What if I don't to show the active users?  I woudl still like to see the popup profiles.



Posted By: shelton1
Date Posted: 23 January 2004 at 1:29pm
I am going through and replacing files for the upgrade.  I noticed that function_common is found within the 'function' folder in 'admin' and within the 'function' folder within 'forum'.  This has me wondering about which function files I am supposed to be replacing - i.e. from which 'functions' folder?


Posted By: Danth
Date Posted: 27 January 2004 at 2:44pm

Hi everyone!

I was using WebWiz 7.6 and then I updated the 7.6 files to 7.7. I only changed the files that are in "Version History", the others I left like they were. BUT I HAVE A TERRIBLE PROBLEM:

    1 - I can't go into the admin panel!! =( When it tries to open the frame_set.asp, the forum shows me an error message. (Internal server error : error 500).

Can anyone help me and the others that have the same trouble?



Posted By: numanme
Date Posted: 01 February 2004 at 9:14pm
Originally posted by Danth Danth wrote:

Hi everyone!

I was using WebWiz 7.6 and then I updated the 7.6 files to 7.7. I only changed the files that are in "Version History", the others I left like they were. BUT I HAVE A TERRIBLE PROBLEM:

    1 - I can't go into the admin panel!! =( When it tries to open the frame_set.asp, the forum shows me an error message. (Internal server error : error 500).

Can anyone help me and the others that have the same trouble?

Danth

Having the same problem I have tried every thing I can think of,  I was using WebWiz 7.01 and then I updated the 7.01 files to 7.7. and now I get the same error as you, The only thing I didn’t change was my database. HELP!



Posted By: WebWiz-Bruce
Date Posted: 02 February 2004 at 4:30am
Turn off friendly HTTP errors in IE then start a new topic with a post containing the error message you get and as much detail as possible.

But do, do a search first as most questions have been answered many times before


-------------
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: numanme
Date Posted: 02 February 2004 at 8:23am
Right my old forum is in a folder called forumme just to test the new forum I put it in a folder called forum, is this why I cant get into the admin, do you think it will work when I put the new forum all in the old folder,


Posted By: Dante
Date Posted: 02 February 2004 at 11:33am

When I want to post a PM i get this error:

Technical Information (for support personnel)

  • Error Type:
    Microsoft VBScript runtime (0x800A01F4)
    Variable is undefined: 'strIncomingMailServer'
    /dante/zatlanka/functions/functions_send_mail.asp, line 107

  • Browser Type:
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)

  • Page:
    POST 202 bytes to /dante/zatlanka/pm_post_message.asp

  • POST Data:
    member=Linda&selectMember=&subject=Zdravim&selec tFont=0&selectFontSize=0&forumCodes=True&message =%3CP+align%3Dcenter%3E%3CIMG+src%3D%22smileys%2Fdrink.gif%2 2%3E%3C%2FP%3E&browser=RTE&sessionID=6505985 . . .

What should I do with it?



Posted By: WebWiz-Bruce
Date Posted: 02 February 2004 at 12:18pm
This means that you have not correctly updated all the files.

The functions_send_mail.asp file in the main forum is different to the one in the admin area and should be updated with the latest file version.


-------------
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: 4Hosted
Date Posted: 03 February 2004 at 4:54am
Excellent Version 

Works great!!!


-------------
4Hosted Quality WebHosting
http://www.4hosted.com/ - Forum Hosting Plans



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