Jump to content
MakeWebGames

Recommended Posts

Posted

Re: FlashChat 4.7 Auto Login?

Hi, Haunted via MSN shown me the way and works great.

Here it is -

print "<a href='flashchat_v4712/chat/flashchat.php?username=".$ir['username']."&lang=undefined>";

Thx haunted. :-D

  • 4 weeks later...
Posted

Re: FlashChat 4.7 Auto Login?

<font color=silver>Chat Room</font>

Heres my issue with this. The information is displayed in the address bar. Yes the password is in the form of MD5 however on lookers of a member may decide to take this information on the basis of decrypting the MD5 and accessing the account. Would there be a way to make this information not shown or a better way to auto login flashchat behind the scenes.

Posted

Re: FlashChat 4.7 Auto Login?

Easily, make it a button that submits the info in post(hidden to the user).

Then when it gets to the flashchat page, convert the $_POST's to $_GET's.

Should work I believe.

Posted

Re: FlashChat 4.7 Auto Login?

 

Easily, make it a button that submits the info in post(hidden to the user).

Then when it gets to the flashchat page, convert the $_POST's to $_GET's.

Should work I believe.

Wrong, viewsource show's the hidden field's.

@ chaoswar4u, the password field for flashchat is only for admin's therefor, remove the password bit and it will only use the username.. Simple as That.

Posted

Re: FlashChat 4.7 Auto Login?

 

Easily, make it a button that submits the info in post(hidden to the user).

Then when it gets to the flashchat page, convert the $_POST's to $_GET's.

Should work I believe.

Wrong, viewsource show's the hidden field's.

@ chaoswar4u, the password field for flashchat is only for admin's therefor, remove the password bit and it will only use the username.. Simple as That.

The password entry is needed as I plan to have flashchat intergrated to my username / password field. Hence why I require a method to keep these details hidden.

Posted

Re: FlashChat 4.7 Auto Login?

Easily, make it a button that submits the info in post(hidden to the user).

Then when it gets to the flashchat page, convert the $_POST's to $_GET's.

Should work I believe.

Wrong, viewsource show's the hidden field's.

@ chaoswar4u, the password field for flashchat is only for admin's therefor, remove the password bit and it will only use the username.. Simple as That.

The password entry is needed as I plan to have flashchat intergrated to my username / password field. Hence why I require a method to keep these details hidden.

I'm not sure how secure it would be but sessions could be a good idea? Cant be seen via view source and in Flash chat just convert all session data into get or post?

Posted

Re: FlashChat 4.7 Auto Login?

im not sure but if you buy he full version cant you edit it so it auto logs you in with out adding the

?password=xxxxxxx&username=xxxx

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...