|
|||
|
hi hope this helps to people trying to autologin i used HTTP_GET_VARS because of cookies problem, this reads username and password and login to chat
<? while(list($key, $value) = each($HTTP_GET_VARS)) while(list($key, $value) = each($HTTP_GET_VARS)) if ( isset($HTTP_GET_VARS['whatIneed'] ) ) { $HTTP_GET_VARS['password']=base64_decode($HTTP_GET_VARS['whatIneed']); } $username = ($HTTP_GET_VARS['username']) ; $password = ($HTTP_GET_VARS['password']) ; ?> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body leftmargin="0" topmargin="0"> <!-- BEGIN 123 FLASH CHAT SERVER HOST CODE --> <object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=6,0,0,0" width="750" height="600"><param name=movie value="123flashchat.swf?init_skin=orange&init_user =<? echo $username; ?>&init_password=<? echo $password; ?>"> <param name=quality value=high> <embed src="123flashchat.swf?init_skin=orange&init_user=< ? echo $username; ?>&init_password=<? echo $password; ?>" quality=high pluginspage="http://www.macromedia.com/shockwave/...hockwaveFlash" type="application/x-shockwave-flash" width="750" height="600" > </embed> </object> <!-- END 123 FLASH CHAT SERVER HOST CODE --> </body> </html> |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|