Page 1 of 1

send a message

Posted: Fri Jan 09, 2004 3:11 am
by login
Help me !!!
how to send a message to many clients (attach address) in LAN network with many VLAN ?
thanks.

Posted: Fri Jan 09, 2004 8:47 am
by AVATAr
what?? message?? email???

send a message to many clients

Posted: Wed Jan 14, 2004 8:53 pm
by login
Hi....
I'm coding a software in LAN network.
I want send a message to many clients. exsample as line command "net send ... " in Windows.
eg: i want to send a message: Have a new report !!! to 172.167.1.111, 172.167.1.101, 172.167.2.121,...

thanks you...

Posted: Wed Jan 14, 2004 10:07 pm
by penguinboy
I don't believe that is possible in PHP.

Posted: Wed Jan 14, 2004 10:08 pm
by Straterra
Sure it is, with databases and sockets

exec

Posted: Wed Jan 14, 2004 10:28 pm
by AVATAr
you can allways use exec (http://www.php.net/exec)

i dont recomend it for security issues...

Posted: Wed Jan 14, 2004 11:26 pm
by lazy_yogi
I'd be interested how to do this. sockets are easy in php
Don't know how to set it up for htis situation tho

Posted: Thu Jan 15, 2004 12:38 am
by penguinboy
Straterra wrote:Sure it is, with databases and sockets
I know you can send info through sockets with php.
But how would you recieve the information on the remote machin?

question

Posted: Fri Jan 16, 2004 3:16 am
by login
i want to receive a message through a dialog like a dialog.

Posted: Fri Jan 16, 2004 3:19 am
by login
Can I to use exec in php ?

Posted: Fri Jan 16, 2004 4:42 am
by AVATAr

Posted: Fri Jan 16, 2004 4:59 am
by malcolmboston
lol i like your style avatar :lol:

well if you want my opinion if i was going to do anything like this i would not use PHP, this is what things like C++ and Java are made for, how many commercial packages for what you want to do are made in PHP? ill give you a clue, not very many if at all, plus as people have pointed out tehre is a serious security risk that you could be taken on and especially on a network, security must be high

just my 2 cents anyway

Posted: Fri Jan 16, 2004 5:52 am
by AVATAr
malcolmboston, thanks, im trying to perfect it. ;)