PostNuke

Flexible Content Management System

News

Klubi

Footnote: 1






Christ!

from user.php



} else {


$fp = popen('/usr/sbin/sendmail -t -f '.$from.' '.$email,"w");


if(!$fp) return false;


fputs($fp,"From:".$from."rn");


fputs($fp, "To: $emailrn");


fputs($fp, "Subject: ".$subject."rn");


fputs($fp, $message);


fputs($fp, "rn");


pclose($fp);






This opens a socket to talk to the sendmail and writes to it then ends it...





The original looks like this




} else {


mail($email, $subject, $message, "From: $fromnX-Mailer: PHP/" . phpversion());






Oh! The 'rn' stuff is to be preceeded byt backslashes but those are stripped from the submit.php ;->





//Mattias



The IMissary Project




IM is gratifying and the same time can be annoying, depending on how it is used or abused. The Imissary Project is focused on using the IM platform to deliver digital service to any one person or any business, anywhere they are, in the connected world. The project will focus on a secure and reliable server, secure transmissions for services and conversations, a Reputation and Identity system, distributed storage and gateways to other service platforms.


First Page Previous Page Page 258 / 277 (2571 - 2580 of 2763 Total) Next Page Last Page