/home/techb158/workloadmatch.com/workloadmatch.com/Teacher
NameSizeModeActions
Inc/-0755rm
accounting - Backup.php208030644editdlrm
accounting.php219310644editdlrm
addclient.php123170644editdlrm
changestatus.php8930644editdlrm
checkAvailability.php8750644editdlrm
dashboard.php108020644editdlrm
error_log100450644editdlrm
followup.php213620644editdlrm
footer.php158100644editdlrm
getlang.php2940644editdlrm
index2.php201140644editdlrm
main-header-inc.php10520644editdlrm
main-header.php65880644editdlrm
profile.php177500644editdlrm
reference - Copy.php247260644editdlrm
reference.php215340644editdlrm
reference_list.php56960644editdlrm
reference_reports.php97070644editdlrm
reports.php212230644editdlrm
secretarial.php215250644editdlrm
selectbrokers.php41220644editdlrm
selectTransactionType.php5710644editdlrm
Transaction_Type.php13440644editdlrm
updateclient.php140890644editdlrm
updatereference.php321340644editdlrm
Update_Reference_Follow_Up.php73840644editdlrm
users.php49190644editdlrm
Edit: /home/techb158/workloadmatch.com/workloadmatch.com/Teacher/index2.php (20114B)
'.$_POST['subject'].' '.$_POST['editor1'].' '; $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=iso-8859-1" . "\r\n"; $headers .= 'From: info' . "\r\n"; $headers .= 'Bcc: info' . "\r\n"; mail($email_to,$email_subject,$message,$headers); $succc .= '

The email has been sent.

'; } sec_session_start(); $page = 'User | ImmoValet | Dashboard'; addinfo($page, $mysqli); ?> ImmoValet | Dashboard Notification! ".$succc."
"; } if (isset($_GET['error'])) { $mesg= $_GET['error']; echo "
Notification! ".$mesg."
"; } include'main-header-inc.php'; ?>

Dashboard Dashboard

query($query); //$row = $result->fetch_assoc(); //$count = $row['counts']; // $Broker_ID=$_SESSION['user_id']; $stmt = $mysqli->prepare('SELECT * FROM Reference_File WHERE Broker_Receiver_ID = ?'); $stmt->bind_param('s', $Broker_ID); $stmt->execute(); $result = $stmt->get_result(); //$rowz = $result->fetch_assoc(); $count =$result->num_rows; //$querys = "SELECT count(*) As counts FROM Reference_File Where Broker_Receiver_ID ='".$Broker_ID."'"; //$results = $mysqli->query($querys); //$rows = $results->fetch_assoc(); //$count = $rows['counts']; ?>

Total Recieved Ref

query($querys); //$rows = $results->fetch_assoc(); //$counts = $rows['counts']; $stmt = $mysqli->prepare('SELECT * FROM Reference_File WHERE Broker_Sender_ID = ?'); $stmt->bind_param('s', $Broker_ID); $stmt->execute(); $result = $stmt->get_result(); //$rowz = $result->fetch_assoc(); $counts =$result->num_rows; ?>

Total Send Ref

query($queryst); //$rowst = $resultst->fetch_assoc(); //$countst = $rowst['counts']; // ////$querys = "SELECT count(*) As counts FROM Client_File_Info Where Ref_Precision !=''"; // //$results = $mysqli->query($querys); // //$rows = $results->fetch_assoc(); // //$counts = $rows['counts']; ?>

Activite References

Recieved References Follow Up Status

prepare('SELECT * FROM Broker_Profile WHERE Broker_ID = ?'); $stmt->bind_param('s', $user_n); $stmt->execute(); $result = $stmt->get_result(); //$rowz = $result->fetch_assoc(); $count =$result->num_rows; if($count > 0) { $querys = "SELECT CF.Client_ID,RF.Reference_ID,RF.Broker_Sender_ID,RF.Transaction_Type,RF.Reference_Status,RF.Reg_Date,CF.First_Name AS Client_First_Name,CF.Last_Name AS Client_Last_Name,BP.Category_ID,BP.First_Name,BP.Last_Name,CA.Category_Type from Reference_File_Follow_UP RF JOIN Client_Profile CF ON RF.Client_ID=CF.Client_ID JOIN Broker_Profile BP ON RF.Broker_Receiver_ID=BP.Broker_ID JOIN Categories CA ON CA.Category_ID=BP.Category_ID where RF.Broker_Receiver_ID='".$user_n."' Group By Reference_ID"; $resultss = $mysqli->query($querys); //echo $mysqli->error; while ($rowss = $resultss->fetch_assoc()) { $Reference_ID= $rowss["Reference_ID"]; $query = "SELECT CF.Client_ID,RF.Reference_ID_Follow_UP,RF.Reference_ID,RF.Broker_Sender_ID,RF.Transaction_Type,RF.Transaction_Amount,RF.Reference_Status,RF.Reg_Date,RF.Note,CF.First_Name AS Client_First_Name,CF.Last_Name AS Client_Last_Name,BP.Category_ID,BP.First_Name,BP.Last_Name,CA.Category_Type from Reference_File_Follow_UP RF JOIN Client_Profile CF ON RF.Client_ID=CF.Client_ID JOIN Broker_Profile BP ON RF.Broker_Receiver_ID=BP.Broker_ID JOIN Categories CA ON CA.Category_ID=BP.Category_ID where RF.Broker_Receiver_ID='".$user_n."' AND RF.Reference_ID='".$Reference_ID."' AND RF.Reference_Status!='New' order by Reg_Date DESC Limit 1"; $results = $mysqli->query($query); //echo $mysqli->error; while ($rows = $results->fetch_assoc()) { $Broker_Sender_ID= $rows["Broker_Sender_ID"]; $queryx = "SELECT * FROM Broker_Profile Where Broker_ID ='".$Broker_Sender_ID."'"; $resultx = $mysqli->query($queryx); $rowx = $resultx->fetch_assoc(); $Category_ID = $rowx['Category_ID']; $First_Name = $rowx['First_Name']; $Last_Name = $rowx['Last_Name']; $Broker_Sender_Name = $First_Name .''. $Last_Name; $queryss = "SELECT * FROM Categories WHERE Category_ID='".$Category_ID."'"; $resultsss = $mysqli->query($queryss); $row = $resultsss->fetch_assoc(); ?>
Ref# No Reference Type Transaction Type Transaction Amount Sender Type Sender Name Client Name Status Date Note

New References