Questions tagged [phpmyid]

phpMyID is a standalone, single user, OpenID Identity Provider longer being developed or maintained.

8 questions
2
votes
1 answer

Running my own OpenID identity server/service (php)

i need to provide openid service to users on my domain. They all have unique subdomains such as: abc.example.com and i want them to use abc.example.com as their openid identity... I read this - https://www.myopenid.com/help#own%5Fdomain - but it…
RubiCon10
  • 1,199
  • 2
  • 13
  • 15
2
votes
2 answers

Apache Redirect only when entering a password

I setup phpMyID on one of my machines, and I'm trying to get apache to redirect to HTTPS only when a password is being submitted. I am doing this as my original setup of redirecting all openid traffic didn't work stackoverflow doesn't like my self…
Mark Roddy
  • 27,122
  • 19
  • 67
  • 71
1
vote
0 answers

Show two Different View_Table on PHPMyEDIT

I have the following Two display rendered on one page, but some how the first is showing and the second view is not...why?
MR.Internet
  • 547
  • 4
  • 19
1
vote
2 answers

Setting up a personal OpenID for myself

For a few years I've had my personal OpenID set up at my domain, cool-RR.com. The script is something called PHPMyID. Problem is, it's sometimes buggy and won't let me log in. Is there a solution for making a personal OpenID (on my own domain) that…
Ram Rachum
  • 84,019
  • 84
  • 236
  • 374
0
votes
1 answer

how could i make working self-hosted openid provider, connected to wordpress

Aim: To have own OpenId provider connected with self-hosted Wordpress blog, so Wordpress admin could use his OpenId to login to Admin Panel, and also to comment other blogs with this OpenId. Blog address: http://blog.blomqvist.no OpenId provider:…
0
votes
1 answer

Profile Query Submit

I have the following code: get_results("SELECT * FROM `agents` WHERE `name`='".$id."'"); foreach ($res as $row) { $name = $row->name; echo $name; } ?> When I hit…
-1
votes
2 answers

I want explanation in phpmyid and Openid

what is phpmyid exactly? can I use it for logging into yahoo mail? which steps I must follow? Well, basically OpenID is a way to authenticate yourself to various places (websites) by verifying your identity as the owner of a particular URL (say, a…
Nickool
  • 3,662
  • 10
  • 42
  • 72
-1
votes
1 answer

PHP/MySQL Edit Account Information

i have 2 files edit.php and update.php edit.php first
Jacob Tonna
  • 17
  • 2
  • 4
  • 13