chaoswar4u Posted June 14, 2009 Posted June 14, 2009 Hi. Im aware that flashchat can have an auto login method. Does anyone here no what modifications need to be done etc. Willing to pay for this. Please post here or email me [email protected] Many thx in advance for any help that can be provided. Quote
chaoswar4u Posted June 14, 2009 Author Posted June 14, 2009 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 Quote
Dukky Posted June 14, 2009 Posted June 14, 2009 Re: FlashChat 4.7 Auto Login? thanks ill keep this in prefrence Quote
chaoswar4u Posted July 9, 2009 Author Posted July 9, 2009 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. Quote
Cronus Posted July 10, 2009 Posted July 10, 2009 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. Quote
Haunted Dawg Posted July 10, 2009 Posted July 10, 2009 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. Quote
chaoswar4u Posted July 11, 2009 Author Posted July 11, 2009 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. Quote
Dave Posted July 12, 2009 Posted July 12, 2009 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? Quote
Dayo Posted July 12, 2009 Posted July 12, 2009 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.