Why I see some of my buddies as "pleaseupgrade000"? This is happened specially for those buddies who's user name contains different domains like "johnykus@prosys.com". Is there any solution?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Keep in mind this is a complete guess, but I would be willing to bet that TOC, being a very old protocol, does not support some of the newer features of AIM, such as an email address type name. Is that an AIM6 thing? I've never seen buddies like that (just out of curiosity), but I'd be willing to bet that any feature added in AIM 6 will not be available to a TOC client
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Thanks for reply. You can cheack shuvotestaim as screen name and password test123. this aim account has 2 buddy. 1)shuvo@improsys.com and 2)efrshuvo. the shuvo@improsys.com buddy shows Pleaseupgrade000. You can download a toc aim client miniaim from here: http://miniaim.net/miniaim.latest.exe this client gives the correct buddy list. Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I managed to figure out what causes this problem. You have to send a slightly different signon packet to get PleaseUpgrade000 to not show. To fix this, change line 929 from:
$signon_packet_part2 = 'toc2_signon login.oscar.aol.com 29999 ' . $this->myScreenName . ' ' . $this->myRoastedPass . ' english-US "TIC:TOC2:REVISION" 160 ' . $this->myAuthCode;
Why I see some of my buddies as "pleaseupgrade000"? This is happened specially for those buddies who's user name contains different domains like "johnykus@prosys.com". Is there any solution?
Keep in mind this is a complete guess, but I would be willing to bet that TOC, being a very old protocol, does not support some of the newer features of AIM, such as an email address type name. Is that an AIM6 thing? I've never seen buddies like that (just out of curiosity), but I'd be willing to bet that any feature added in AIM 6 will not be available to a TOC client
Hello Thanks for reply. You can cheack shuvotestaim as screen name and password test123. this aim account has 2 buddy. 1)shuvo@improsys.com and 2)efrshuvo. the shuvo@improsys.com buddy shows Pleaseupgrade000. You can download a toc aim client miniaim from here: http://miniaim.net/miniaim.latest.exe this client gives the correct buddy list. Thank you.
I managed to figure out what causes this problem. You have to send a slightly different signon packet to get PleaseUpgrade000 to not show. To fix this, change line 929 from:
$signon_packet_part2 = 'toc2_signon login.oscar.aol.com 29999 ' . $this->myScreenName . ' ' . $this->myRoastedPass . ' english-US "TIC:TOC2:REVISION" 160 ' . $this->myAuthCode;
to
$signon_packet_part2 = 'toc2_login login.oscar.aol.com 29999 ' . $this->myScreenName . ' ' . $this->myRoastedPass . ' English "TIC:TOC2:REVISION" 160 US "" "" 3 0 30303 -kentucky -utf8 ' . $this->myAuthCode;