Jump to content

jonixp13

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by jonixp13

  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. 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


    post-29839-0-77859800-1432003189_thumb.png


    (sorry for English, translated directly from the Portuguese by Google Translate and not revised)



×
×
  • Create New...