How to login to another page via php?

Asked

Viewed 320 times

1

I have a radio panel with web interface and in it has a function that is fundamental for the speakers to use. the problem is that this interface allows me to register only 1 user. In case, I (Administrator).

And I can’t give that password to the guys for obvious reasons. So I’d like to make a second page that after the speakers connect, they click on a button and that button sends the login and password to the radio panel and opens a link that you have there. All without the talker need to provide login and password to access a function in the panel.

My only question is how to make this button with that function.

I’m going to make some sort of algorithm for you to understand: I did everything in BR even, without any language. I thank from now.

var login = "login do painel"
var senha = "senha do painel" 
var sitePainel = "http://painel.com/login"
var funcao = "http://painel.com/reset.cgi"

Se clicarNoBotão (enviar login + senha)
   para sitePainel
se (login com sucesso)
   executar funcao
  • You won’t get anything with this type of content in the question. It’s very "Vague": My only question is how to do this button with this function.

  • I’ll be more direct. I really can’t add other users. It’s a code I can’t modify or anything like that, to be exact, it’s the shoutcast panel. and there is in other radios a panel that has the function "kickar the speaker" and by clicking this button (I believe) he logs in to the shoutcast panel and opens the link that executes the function kickar the speaker.

  • I have a friend who said I can do this using auth from php. as at the moment he has no time to make a skeleton model, I decided to ask here for you to advance.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.