MyBB Community Forums

Full Version: Stupid, and a security hole, but..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i need to make it so that i can login by a URL.
I got it to work on one of my websites powered by 1.4.8 by changing
if($mybb->input['action'] == "do_login" && $mybb->request_method == "post")
to
if($mybb->input['action'] == "do_login")
in member.php

I did the same in the forum powered by 1.4.9 but it doesn't work. Any suggestions?

Don't ask me why I need to do this. I have my reasons
You would have to be using $_GET, why would you want to do this?
I am making a desktop application, but nevermind that.

The real question is, how come it works on 1.4.8 but not 1.4.9?
Quote:Don't ask me why I need to do this. I have my reasons

If you want your MyBB to be less secure then go ahead and edit that line but you won't see MyBB officially remove it. I can guarantee you this.