GRAYBYTE WORDPRESS FILE MANAGER2696

Server IP : 192.250.235.76 / Your IP : 45.90.210.12
System : Linux s2968.sgp1.stableserver.net 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
PHP Version : 8.2.29
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF

HOME

/home/tawsifschoice/borkaa.tawsifschoice.com/
1902110114081995

GRAYBYTE WORDPRESS FILE MANAGER7441

Server IP : 198.54.116.172 / Your IP : 216.73.216.36
System : Linux server322.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : mail
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF

HOME

/var/softaculous/razor/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /var/softaculous/razor//softaculous_install.php
<?php

/**
 * razorCMS FBCMS Softaculous Installer
 *
 * Updates configuration in sqlite db based on GET/POST parameters and responds in a RESTful way.
 * Removes the ocnfiguration file once complete. RUN THIS FROM BASE INSTALL PATH!
 *
 * @param String GET/POST email - email address for the default user account
 * @param String GET/POST password - the password for the default user account
 * @param String/Bool GET/POST json - return json response
 * For GET json response - RAZOR_BASE_PATH/softaculous_install.php?json=true&email=razorcms@razorcms.co.uk&password=password
 * For GET raw html response - RAZOR_BASE_PATH/softaculous_install.php?email=razorcms@razorcms.co.uk&password=
 *
 * @return mixed (raw html or json) - The result of the install as a RESTful response (400 on error) with containing data
 *
 * Copywrite 2014 to Present Day - Paul Smith (aka smiffy6969, razorcms)
 *
 * @author Paul Smith
 * @site ulsmith.net
 * @created Jan 2015
 */
 	
// constants
define("RAZOR_BASE_PATH", str_replace(array("softaculous_install.php"), "", $_SERVER["SCRIPT_FILENAME"]));
define('RAZOR_PDO', 'sqlite:'.RAZOR_BASE_PATH.'storage/database/razorcms.sqlite');

// includes
include_once(RAZOR_BASE_PATH.'library/php/razor/razor_file_tools.php');
include_once(RAZOR_BASE_PATH.'library/php/razor/razor_error_handler.php');
include_once(RAZOR_BASE_PATH.'library/php/razor/razor_site.php');
include_once(RAZOR_BASE_PATH."library/php/razor/razor_pdo.php");
include_once(RAZOR_BASE_PATH.'library/php/razor/razor_api.php');

// Load error handler
$error = new RazorErrorHandler();
set_error_handler(array($error, 'handle_error'));
set_exception_handler(array($error, 'handle_error'));

//////////////////////////////////////////////
// update the sqlite db based on get params //
//////////////////////////////////////////////

// first remove the this file
unlink(__FILE__);

// get query GET/POST data
$json = (isset($_GET['json']) || isset($_POST['json']) ? 'json' : null);
$email = (isset($_GET['email']) && !empty($_GET['email']) ? $_GET['email'] : (isset($_POST['email']) && !empty($_POST['email']) ? $_POST['email'] : null));
$password = (isset($_GET['password']) && !empty($_GET['password']) ? $_GET['password'] : (isset($_POST['password']) && !empty($_POST['password']) ? $_POST['password'] : null));
if (empty($email) || empty($password)) RazorAPI::response('email or password not set', $json, 400);

// generate password
$password = RazorAPI::create_hash($password);

// update db
$db = new RazorPDO();
$user = $db->edit_data('user', array('email_address' => $email, 'password' => $password), array('id' => 1), array('id')); 

// check update OK and return result
if (empty($user)) RazorAPI::response('user not updated', $json, 400);
else RazorAPI::response('User details updated', $json);

/* PHP END */

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
January 11 2026 11:30:19
root / root
0755
images
--
May 13 2024 23:04:03
root / root
0755
php53
--
May 13 2024 23:04:03
root / root
0755
php56
--
May 13 2024 23:04:03
root / root
0755
php71
--
May 13 2024 23:04:03
root / root
0755
php81
--
May 13 2024 23:04:03
root / root
0755
php82
--
May 13 2024 23:04:03
root / root
0755
upgrade
--
May 13 2024 23:04:03
root / root
0755
check_suphp.php
0.094 KB
December 23 2021 11:54:36
root / root
0644
clone.php
3.593 KB
May 02 2024 12:33:44
root / root
0644
fileindex.php
0.064 KB
December 23 2021 11:54:36
root / root
0644
info.xml
2.854 KB
May 02 2024 10:25:50
root / root
0644
install.js
0.899 KB
December 23 2021 11:54:36
root / root
0644
install.php
5.092 KB
May 02 2024 12:33:44
root / root
0644
install.xml
0.397 KB
December 23 2021 11:54:36
root / root
0644
md5
2.671 KB
May 02 2024 12:33:44
root / root
0644
notes.txt
0.063 KB
December 23 2021 11:54:36
root / root
0644
softaculous_install.php
2.747 KB
December 23 2021 11:54:36
root / root
0644
upgrade.php
4.463 KB
May 02 2024 12:33:44
root / root
0644
upgrade.xml
0.422 KB
December 23 2021 11:54:36
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF