diff --git a/www/boris/ajax.php b/www/boris/ajax.php index 0100d8b..4948dcd 100644 --- a/www/boris/ajax.php +++ b/www/boris/ajax.php @@ -15,19 +15,19 @@ print_r($TIMESTAMP); $YOU=system("ps u -C ipfs | tail -n 1 | cut -f 1 -d ' '", $retval); print_r($YOU); -$IPFSNODEID=system("cat"/home/".$YOU."/.zen/ipfs/.*/.ipfsnodeid", $retval); -print_r($IPFSNODEID); +//$IPFSNODEID=curl_exec("http://127.0.0.1:5001/ipns/"); +//print_r($IPFSNODEID); // WRITE MESSAGE LOCALY -$myfile = fopen("/home/".$YOU."/astroport/www/newfile.txt", "w") or die("Unable to open file!"); +$myfile = fopen("/home/".$YOU."/astroport/www/".$TIMESTAMP.".newfile.txt", "w") or die("Unable to open file!"); fwrite($myfile, $message); fclose($myfile); // WRITE MESSAGE TO IPFS -$myfile = fopen("/home/".$YOU."/.zen/ipfs/.$IPFSNODEID/astroport/www/newfile.txt", "w") or die("Unable to open file!"); -fwrite($myfile, $message); -fclose($myfile); +//$myfile = fopen("/home/".$YOU."/.zen/ipfs/.$IPFSNODEID/astroport/www/newfile.txt", "w") or die("Unable to open file!"); +//fwrite($myfile, $message); +//fclose($myfile); error_log("SEND ". $phone ." message : ".$link ); mail($to, $subject, $message, $headers);