Flash login Flash login
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Flash login

Started by lasher13, November 08, 2006, 02:58:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lasher13

not sure  where to post this , made a post elsewhere and it said someting about the topic being over 120 days so ill repost it here.

i am making a flash login and for some reason i can not get it to work with this darn thing....
it currently logs into the forums, and site i have set up but i can not seem to get it to log in to copper mine.....
all i need to know is how to pass the variables to the login page,
i have tried pasing $_POST['login'], $_POST['Login'], $_POST['submited'], and every other post var on the login page :)   
i am currently using $_POST['submited'] = Login and i am also using the link with the refer to it... if you can provide me with the how to pass the var to the login php page ill post the header here with the fla for others to use.

thanks

Nibbler

$_POST['submitted'] (can be set to anything)
$_POST['username'] (your username)
$_POST['password'] (your password)
$_POST['remember_me'] (optional)

lasher13

ok ill try it again..... must be something in the page its self, ill look in flash i can not use password as a variable, so i use pass then on the php page i use $_POST['password'] = $_POST['pass'] this works fine in the phpbb forum, so i must have it in the wrong place, thank you for the quick responce, when i get home tonight ill try it out .

thanks again.

lasher13

it is working , i am gonna work on the logout, then make an fla that your users/subscripers can just add to a flash movie, as in the login, logout will be a movieclip. nothing fancy but ill also include a txt file with instructions as to where to put where and what not... thank you for your help again.