Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > 123 Flash Chat Server Software > 123 Flash Chat Support

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-02-2006, 02:28 AM
Junior Member
 
Join Date: Jun 2006
Posts: 1
Default autologin

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="clsid27CDB6E-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>
  #2 (permalink)  
Old 06-02-2006, 02:35 AM
joy joy is offline
Senior Member
 
Join Date: Nov 2003
Posts: 361
Default Re:autologin

Dear peloncito,
thanks for sharing your code!
Closed Thread

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:07 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.