Med version 7 af TeamShare tager Lector næste skridt og bygger en platform for AI-agenter, der i højere grad kan følge medarbejderen gennem hele arbejdsprocessen.
<?php include("func.php"); DB::Conn("open"); $query = mysql_query("select `*` from `db_users` where `username`='" . $_POST['username'] . "'") or die (mysql_error()); if (!empty($_POST['username'])) { $headers = "From: Admin@typonatic.dk\r\n"; $headers .= "MIME-Version: 1.0\r\n"; $boundary = uniqid("HTMLDEMO"); $headers .= "Content-Type: multipart/mixed; boundary = $boundary\r\n\r\n"; $body = "--$boundary\r\n" . "Content-Type: text/plain; charset=ISO-8859-1\r\n" . "Content-Transfer-Encoding: base64\r\n\r\n";
$SQL = "SELECT * FROM db_users WHERE username = '" . $_POST['username'] . "'"; $loadin = mysql_query($SQL) or die("There is an Error in the database"); while ($Get = mysql_fetch_object($loadin)){
$body .= chunk_split(base64_encode("Hallo $Get->username here is you Private code")); $body .= chunk_split(base64_encode("$Get->code")); $body .= "--$boundary\r\n" . "Content-Type: text/html; charset=ISO-8859-1\r\n" . "Content-Transfer-Encoding: base64\r\n\r\n"; mail("$Get->email", "Private Code", $body, $headers);
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.