Jump to content

jonixp13

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Country
    Brazil

jonixp13's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello! I would like to ask about the GateKeeper authentication used on MSNChat-like servers... I'll explain: i'm developing a simple PHP Bot (it's must be PHP for them take data from a MySQL table). To connect to an IRC server, i just put the code: $socket = fsockopen($config['SERVER'],$config['PORT'],$errno,$errstr,30); fputs($socket,"USER $config['NICKNAME'] Castelo $config['SERVER'] : Jonathan\r\n"); fputs($socket,"NICK $config['NICKNAME']\r\n"); fputs($socket,"PRIVMSG NickServ IDENTIFY $config['PASSWORD']\r\n"); fputs($socket,"JOIN #$config['ROOM']\r\n"); To connect to a IRCx server, i tried to use the AUTH parameter... fputs($socket,"AUTH ??? I\r\n"); ... but i have no idea of how it works Someone can help?
  2. I do not have the source code (sorry: /), but really wanted to show this xD site. The cool thing is that you can attach the webchat at any site using iframes, almost like the old ChatCore.org Thanks for the welcome: P
  3. Hello! Attend the forum there - very - time, but never signed up and participated actively. I came here to show a like MSN-Like Chat server, which has been online since the end of the chat on MSN Groups and hosts one of the largest rooms of the season (Amizades&Namoros) of putput2000 and BrasilOficial groups. The coolest thing is the completely renovated webchat (used the MSN Chat OCX until 2009/2010), and it amazes me that no one here talked about this server before kkkk (sorry for English, translated directly from the Portuguese by Google Translate and not revised) The link is http://brasilchat.net.br
×
×
  • Create New...