also note, that officially the command names should be in ALL CAP's (ie NICK and USER) regardless of the fact that most servers will accept the lowercase version thereof.

On Monday, Mar 10, 2003, at 06:11 Pacific/Auckland, [EMAIL PROTECTED] wrote:

I strongly suggest reading the rfc1459:
End of command is \n\r and not \n\n;
The fullname in USER should be prefixed with : to indicate, that it's the
last parameter.
PHP issues:
Strings are not prefixed and sufixed with an escaped doublequote, "<string>"
is enough.


Hello;
in one of my php document i am using this parameters and about this
parameters, i need raw`s \"user\" command`s parameters on undernet server.
If u
send me that parameters i will be very happy. My computer has more than
one
statical ip and i want to use one of them so i need this parameters. I do
not know about if localhost settings are activated after user command...
If
u give me information about these i will be pleased to you. Good works.

My php tags ;

  if($loop==0){
    fputs($fp,\"nick $nick\\n\\n\");
    fputs($fp,\"user $nick $server $server $fullname\\n\\n\");


if($loop==0){ fputs($fp,"NICK $nick\r\n"); fputs($fp,"USER $nick $server $server $fullname\r\n");



-- volta

+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


-- http://www.mediadesign.school.nz/

CAUTION: This communication is confidential and may be legally privileged.
If you have received it in error you must not use, disclose, copy or retain
it. Please immediately notify us by return email and then delete the email.


This message has been scanned for viruses and dangerous content by
MailScanner with McAfee UVScan, and is believed to be clean.


-- Regards Richard Smith Media Design School Technician


-- http://www.mediadesign.school.nz/

CAUTION: This communication is confidential and may be legally privileged.
If you have received it in error you must not use, disclose, copy or retain
it. Please immediately notify us by return email and then delete the email.

This message has been scanned for viruses and dangerous content by
MailScanner with McAfee UVScan, and is believed to be clean.




Reply via email to