10){ $file = md5(md5($text).md5(uniqid(rand(), true)).time); $uid = "Ausgabe-$file.txt"; $tmp = "/tmp/$file.txt"; $ausgabe = "/tmp/onetipp_tmp.txt"; //"/tmp/$uid.txt"; $ausgabeRaw = "/tmp/$uid.txt.raw.txt"; file_put_contents($tmp, $text, FILE_APPEND | LOCK_EX); $command2 = "python $python_file $tmp $ausgabe"; $output = shell_exec($command2." 2>&1"); //system call $newContent1 = file_get_contents($ausgabe, true); $newContentRaw = file_get_contents($ausgabeRaw, true); if (file_exists($ausgabe)){ unlink($ausgabe); }; echo "Debug: $output"; } if(is_file($python_file)){ $mod_date=date("d. F Y - H:i:s", filemtime($python_file)) . " Uhr"; } echo << OneTipp Demo

ONETIPP - Unique Content Creation!

Version vom $mod_date

Original


OneTIPP - Be unique!


$newContent1

Teilen!


OneTIPP Text nach Facebook kopieren
OneTIPP Text nach Tumblr kopieren
OneTIPP Text nach Blogger kopieren



Schick uns eine Nachricht was wir verbessern können END; exit(0);