x00
MVPx00 MVP
Reactions
-
Re: I can't get PremHide to work
for the pattern I’d use #<prem>(.*?)</prem>#si If this modifier is set, a dot metacharacter in the pattern matches all characters, including newlines. Without it, newlines are excluded. T… (View Post)3 -
Re: I can't get PremHide to work
you are lucky it worked at all /<prem>(.*?</prem>/ is not a valid pattern. How the hell it work, probably isn't worth getting into, but it will have the change, becuase you can'… (View Post)2 -
Re: $100 - Helper Class for External Authentication Integration
I think I go back to the original point, which is you need to pay someone to do the SSO for you. You might streamline the SSO somewhat. What you want is secure sessions, with user management, there a… (View Post)2 -
Re: $100 - Helper Class for External Authentication Integration
Like I said it depends on the application. If you want something to provide cookie based SSO authentication, that is a separate concern. If you want to utilise the API, to integrate with another app,… (View Post)3 -
Re: $100 - Helper Class for External Authentication Integration
have you looked at the Vanilla API application? http://vanillaforums.org/addon/api-application (View Post)3
