Recent content by Bios Element

  1. Bios Element

    Steam Authentication & Integration

    http://bioshub.com/test.php I'll go ahead and double check on the Cherokee side of things, but in concept it shouldn't be touching HTTPS anywhere as I never quite got around to configuring that. (Although perhaps this is a good time to do so...)
  2. Bios Element

    Steam Authentication & Integration

    Well yes, I did. I simply stripped the actual domain out, but it's currently live at www.bioshub.com and doesn't appear to like me very much.
  3. Bios Element

    Steam Authentication & Integration

    Soo does this work for anyone else? I can't actually associate Steam accounts with forum accounts, continually getting this error. http://example.com/register/steam?redirect=http://example.com/account/steam&openid.ns=http://specs.openid.net/auth/2.0&openid.mode=error&openid.error=realm and...
  4. Bios Element

    XF 1.1 Game Clan Character Registration

    For the time being I'll probably simply use that. I'd also be open to tossing a few bucks towards sponsoring such a feature if it ended up being possible ^_^
  5. Bios Element

    XF 1.1 Game Clan Character Registration

    I'm wondering if it would be possible, or if it's already been done, to have Arbitrary Multiple-Input Custom Fields. By this I mean something like a gaming clan registration system where they can list their in-game characters. Some players may have just one, while others might have say, 6-7...
  6. Bios Element

    Default thread display order

    I presume there would be a simple way to apply this to multiple nodes without having a dozen if statements?
  7. Bios Element

    Hey, I don't mean to be a nag but how did you go about getting the Mumble info sidebar on Gaming...

    Hey, I don't mean to be a nag but how did you go about getting the Mumble info sidebar on Gaming Masters?
  8. Bios Element

    Converting htaccess to Cherokee

    Got it. In the end the solution was ^.*$ TO index.php
  9. Bios Element

    Converting htaccess to Cherokee

    Or not, since it only works maybe 50% of the time. >.>
  10. Bios Element

    Converting htaccess to Cherokee

    I figured it out. My problem was this. My default handler needed to have a redirect for 'extra' query strings, not just one. So it's now two internal redirect rules. ^/(.*)\?(.*)$ TO /index.php?q=$1&$2 ^/(.*)$ TO /index.php?q=$1
  11. Bios Element

    Converting htaccess to Cherokee

    I'll poke around myself. Because if it's query strings, I think it'll be reasonably easy to figure out.
  12. Bios Element

    Converting htaccess to Cherokee

    It does give me the popup window and then the /logout/ page also shows with a logout button, but it doesn't seem to want to take it. You can see it live here http://bioshub.com/. I made a test account. Username: "Test User" Password: "password".
  13. Bios Element

    Converting htaccess to Cherokee

    Hello folks, I'm attempting to run XenForo with Cherokee and got the URL rewriting about 90% complete. Problem is, I'm unable to logout. No errors, it just won't log me out. I know it's the rewriting since when I disable it, everything works fine. My Cherokee Config Any help would be greatly...
Top Bottom