bigdoug
Member
Posted 17 years ago #
I am looking for the simplest way possible to verify that a user's WPMU username and password are valid from a remote (non-WPMU) script.
There are a lot of complex application integration ideas out there deep in the forum archives, but I don't see the 2 lines of code answer -- if there is one.
Thanks in advance.
lunabyte
Member
Posted 17 years ago #
You could:
- Mimic the procedure in wp-login.php
- Check for the cookie related to MU for values, and bounce those to see if they are already logged in
- Write your own little function that performs the look-up in the db, and verifies the info
I'm also trying to do something similar. Any ideias?
lunabyte, have you tried any of those methods? I was willing to try the last option, but I believe I still would have to check the cookies value - and I really don't know how to do that :\
vikasA
Member
Posted 17 years ago #
hi! friends
please any one solve my problem
sorry i use this thread but i want to reply urgently
Q. I want to create subdomain, which should be change dynamiclly.
I have a link
http://www.moonmicrosystem.com/vishw/index.php?subgrp=1&state=Alabama
i want to change above link as like:-
http://www.Alabama.moonmicrosystem.com/vishw/
please any one help me that how is it possible.
please give me solution in detail and step-vise.
thanks & regards
Vikas
vikasA - please stop reposting your question in every thread you can find. If you don't get an answer - WAIT. If you still don't get an answer it's likely people don't know or they don't want to answer because you keep reposting your question.
lunabyte
Member
Posted 17 years ago #
Or, they don't understand what you're trying to ask, either.