Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Jelmerholland

    (@jelmerholland)

    I know exactly what the ‘not WP’ page is. And how IT handles users.. like I said before, it’s an external page, so I didn’t install WP for that purpose.

    The ‘not wp-page’ is a homepage for your browser (so called splash page).. What it has to do is really simple,there are 2 options:

    * you come on start.mysite.nl (splash page), but you’re not logged in.
    * There will be a login form on the splash page, so you can login.
    * You login
    ** WordPress checks whether you’re in the wp_users database or not and it will check for ALL the other wordpress ‘user stuff’. Like groups, status and stuff like that (the wordpress login function)
    *** You’re accepted: You go to YOUR splash page
    **** There will be set a cookie, so will be logged in the whole session AND you can now use the wordpress (respond and stuff like that on my blog) (because it’s the same cookie, because i’ts the wordpress login)
    *** You’re not accepted: You go to a registration form (the one of wordpress)

    Option 2:
    Exactly the same as above, but the difference is that you log in on the blog.mysite.nl and you’ll ALSO be logged in to use the custom splash-page.

    The splash page I’m creating is something like https://www.symbaloo.com, but different (not important), what is important, is that it’s linked to the login script of wordpress (with al the details, like groups, status AND the ‘remember me’ and other cookies). But it DOESN’T contain the data of the blog. So it’s JUST the login function I want to use.

    I can understand you get a little bit agitated, but I still hope that you will help me. I hope this makes sense, so you can give me more details?

    Thread Starter Jelmerholland

    (@jelmerholland)

    So, what you’re saying is: It can’t be done.

    Everything I’m asking is: Which files do I need?

    For example: Do I have to include –
    – index.php? or
    – page.php and wp-login.php? or
    – wp-login.php, wp-functions.php and includes/wp-functions.php?

    I hope you know what I mean. PHP and MySQL is no problem. I just need to know where to start. And if you know how, can you please send me the link?

    The only specifics is that I want to integrate the login on an external (not linked to wp) page. And I need to know how..

    Thread Starter Jelmerholland

    (@jelmerholland)

    https://www.ads-software.com/extend/plugins/simple-ldap-login/
    If I understand this correctly.. I can install that in the /plugin folder. And then recall it in a different(completely not wp-linked) page?

    I’m not sure if LDAP is what you meant. But you used this term, so I guess it’s okay? Because “Lightweight Directory Access Protocol”, well, I guess that’s what I need? But there is no explanation how to use it. Just how to install it.. so is this what I need?

    I’m sorry if these are some noob questions, but I never worked with wp before… well, a bit, but not deep inside the code.

    And thank you for your time, I really appreciate it.

    Thread Starter Jelmerholland

    (@jelmerholland)

    There are currently no details.

    The form can send whatever the wp script needs. If it needs an input with ‘user_login’ and ‘user_pass’ I can give the form those input fields. It depends on what the script needs.

    It’s very simple what I want. I want to use the login script in another file. and that ‘other file’ is NOT part of the wp-blog. It’s just an external script. My splash page.

    There are people in the wp_users table (database). When you are logged in on my blog, you’re also logged in on your personal splash page. If you’re logged in on your custom splash page, you’re also logged in on my blog.

    So:
    – SEPARATED files, SAME login session
    – SEPARATED files, both with login form but with their own redirection
    – SEPARATED files, but same ‘user database’ (wp_users)

    I hope you understand, if anything isn’t 100% clear to you, please give me a sign.

    I think you understand (according to your last paragraph), but I don’t have details. It’s just… what does wp need? what do I need?

    Thread Starter Jelmerholland

    (@jelmerholland)

    Like I said: “I’m creating something for myself and it’s NOT a plug-in for wordpress.”

    So every answer you gave me is not what I was looking for.

    The only thing I want to have linked is the ‘login’/’login session’. That’s all. So you can register on my blog, and use my static frontpage (tnx). It’s NOT the static frontpage for wp. Just for my browser, something like https://www.symbaloo.com. But Now I’m creating it for myself (and eventually for the readers of my blog too).

    So it’s NOT FOR wp. Only the login session has to be joined, and I want to login through another form. The login form on start.mysite.nl.

Viewing 5 replies - 1 through 5 (of 5 total)