| Author |
|
edizz
Groupie
Joined: 26 February 2006
Location: Turkey
Status: Offline
Points: 44
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 March 2009 at 10:41am |
|
ok,i understand but i can't download Web Wiz Forums Premium Edition
9.56a
- Full Version i have log in but i can't find the link i have license key..
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 March 2009 at 10:52am |
|
There are not separate downloads. You download the Free Express Edition from the download page, this will run as the full Premium Edition with your license registration key.
|
|
|
 |
cmv
Newbie
Joined: 22 May 2009
Location: vienna
Status: Offline
Points: 36
|
Post Options
Thanks(0)
Quote Reply
Posted: 23 May 2009 at 9:54am |
beforehand let me say the developer team really deserve appreciation for putting together this fine piece of software - functionality is thoughtfully designed and coded, the extent of comments makes it readable like a newspaper, XHTML is almost perfectly realized, personalization will be a walkover ...
scanning through the code (mainly to see how to best integrate with an existent user base and website) i found a few glitches though - what would be the appropriate place to post them?
thank you for maintaining a forum software for classic ASP, since still many sites have not been (or cannot get) migrated to .NET - especially on IIS7 it is no longer possible to sync user logins between classic ASP and .NET in an elegant manner (at least i didn't find any so far)
christian
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 May 2009 at 10:27am |
There are two built in API's for integrating web wiz forums with your own login system. If you use classic ASP just edit in notepad the file functions/functions_member_API.asp and follow the instructions in that file on how to integrate web wiz forums with your own login, logout, and registration system. It should only take 10 minutes at the most to setup. If you are using ASP.NET, PHP, ColdFusions, etc. then there is a more powerful HTTP XML API built in that uses standard HTTP Post and Get calls and returns an XML result, which can then be parsed. This allows you to create your own intergration with web wiz forums. For a full list of methods and actions have a look at the page below:- http://demo.webwizforums.com/HttpAPI.asp
|
|
|
 |
cmv
Newbie
Joined: 22 May 2009
Location: vienna
Status: Offline
Points: 36
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 May 2009 at 10:22pm |
thanks for pointing me to the files (again: great how everything is documented) - syncing classicASP will indeed be more than easy.
you made me actually think about possibly using an XML response to sync a classicASP app to a .NET login on IIS7 (running not in classic mode so i don't have the AUTH_USER avilable from wildcard mapping)
christian
|
 |
swerlo
Newbie
Joined: 29 May 2009
Status: Offline
Points: 1
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 May 2009 at 1:47pm |
|
Microsoft VBScript runtime error '800a01f4' Variable is undefined: 'strTxtShareTopic' /forum/forum_posts.asp, line 923
|
 |
MortiOli
Senior Member
Joined: 26 May 2002
Location: United Kingdom
Status: Offline
Points: 514
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 May 2009 at 3:20pm |
swerlo wrote:
Microsoft VBScript runtime error '800a01f4' Variable is undefined: 'strTxtShareTopic' /forum/forum_posts.asp, line 923
|
Nice first post! Might want to explain how you got the error 
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 May 2009 at 3:24pm |
|
If it begins with 'strTxt' then it's a variable from the language file and more than likely means that the person is running a set of language files which is for an older version and needs the new language language strings added to the end of one of the lanaguge_files.
|
|
|
 |