| Author |
Topic Search Topic Options
|
Mikey
Senior Member
1979
Joined: 06 October 2003
Location: United Kingdom
Status: Offline
Points: 839
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 April 2006 at 9:23pm |
djlurchg wrote:
borg,
... C) Easy to hook in to so I could integrate with other applications ...
Reason C is now gone, which is disappointing...
|
Many users are now using ver8 and hooking into it with no problems.. but everyone is entitled to their own opinions
|
|
Handyman man?
|
 |
wistex
Mod Builder Group
Joined: 30 August 2003
Location: United States
Status: Offline
Points: 877
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 April 2006 at 11:23pm |
|
Well, hopefully the API coming soon will help you with the hook-in. I too am looking forward to the API.
And, as far as hooking in, its always easier to replace a less secure login system with a more secure one than the other way around. Why? Because the more secure one is more complex.
I know security is a pain, but unfortunately there are people out there who will steal or destroy what you have if its not locked down.
I don't like having to login twice myself, but I'll do it so my website is more secure. I've spent years building my site up, and I would be very angry and depressed is something happened to it due to someone breaking in. So I'll live with the security.
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 April 2006 at 10:19am |
|
I came up with a more simple way of building an existing member API yesterday, and it took me around 30 minutes to build and test this morning.
It would have been quicker but I wanted to add in error handling, and data checking.
The new 'Existing Member API' will be very simple to setup, you will have to set one variable in the file 'functions/functions_member_API.asp' to true:-
Const blnMemberAPI = True
Then in your own login system add the following two session variables:-
Session("USER") = Member_Username Session("PASSWORD") = Member_Password
It's as simple as that, then when members log into your site they will also be logged into the forum, if an account doesn't exist for them in the forum one will be created. If their password changes in your login system it will also be updated when they go to the forum.
You may also want to disable new user registration in the forum to prevent users by passing your own login system
Of course this new API relies on the security of your own login system which may not be as secure as that used in Web Wiz Forums.
The API has been built to make it as simple as possible to setup, and I don't think you can get much simpler than that.
|
 |
djlurchg
Groupie
Joined: 31 March 2006
Status: Offline
Points: 40
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 April 2006 at 4:21pm |
|
Awesome :)
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 April 2006 at 4:24pm |
|
Version 8 full is out now if you want to try this.
There is no documentation for this yet except nots in the 'functions/functions_member_API.asp' file, but it is so simple to use I doubt much more is needed.
|
 |
wistex
Mod Builder Group
Joined: 30 August 2003
Location: United States
Status: Offline
Points: 877
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 April 2006 at 5:13pm |
|
Wow! I'm impressed!
I'll still stick with WWF as the base as its more secure, but I am very impressed that you made it so simple.
|
|
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 April 2006 at 8:27pm |
-boRg- wrote:
Version 8 full is out now ... |
<greed>Off to the downloads page to see if this means what I think it means </greed>
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
tipponline
Newbie
Joined: 01 May 2006
Status: Offline
Points: 1
|
Post Options
Thanks(0)
Quote Reply
Posted: 01 May 2006 at 1:33pm |
Great API! I say just: wow.
one modification has to be documentated. The "logout" button must be easy to configure with this API too. Depends on the self-login system, the logout button is not working by using the API for login control
|
 |