403Webshell
Server IP : 208.122.213.31  /  Your IP : 216.73.216.185
Web Server : Apache
System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64
User : WHMCS_MIA_382 ( 1001)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/httpd/html/store.tiacyrusxxx.com/public_html/dev/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/httpd/html/store.tiacyrusxxx.com/public_html/dev/config.php_backup
<?php

	/* For Reference: List of $itemType's

		1: Photoset
		2: Video
		3: Custom Video 
		4: Request
		5: Tips (Tribute)
		6: One on One chat
	*/
	$timestamp = date('Y-m-d H:i:s');
	
	$dbhost = "localhost";
	$dbuser = "xfanclubs";
	$dbpass = "BFX02TBbmUw9d";
	$site_name = "XFanClubs";

	$today = date("Y-m-d");

	$modelsweb = "content/models/";
	$modelsroot = "../content/models/";

	$contentweb = "content/content/";
	$photosets_location = "content/models/";
	$videos_location = "content/models/";
	$contentroot = "/web/sites/taj/xfanclubs.com_files/";

	$fileroot = "/web/sites/taj/xfanclubs.com_files/zips/";
	$freeroot = "/web/sites/taj/xfanclubs.com_files/free_content";

	$blogsweb = "../content/blogs/";
	$blogsroot = "/web/sites/taj/xfanclubs.com/content/blogs/";

	//$admin_email_contact = 'sensorghost@gmail.com';
	$admin_email_contact = 'sbjdev@gmail.com';
	
	$public_location = "content/models/";

	define('MANDRILL_API_KEY', 'VbxiWXZVtIOY00wTSbOKdw');

	function dbConn($db="") {

		global $dbhost, $dbuser, $dbpass;

		$sqlconn = @mysql_connect($dbhost, $dbuser, $dbpass) or die("cannot connect");

		if ($db == "") {
			$db = "xfanclubs";
		}

		if ($db!="" && !@mysql_select_db($db)) {
			die("no database");
		}

		return $sqlconn;

	}

	function pagination($url="", $page="", $total_pages="") {

		$output = '<div class="paginate_sort">';

		if ($page > 1) {
			$output .= '<a href="' . $url . '&page=' . ($page-1) . '" class="pagination"><span>&laquo; prev</span></a>';
		}

		for ($i = 1; $i <= $total_pages; $i++) {
			if ($i == $page) {
				$output .= '<a href="#" class="currpagination"><span>' . $i . '</span></a>';
			} else {
				$output .= '<a href="' . $url . '&page=' . $i . '" class="pagination"><span>' . $i . '</span></a>';
			}
		}

		if ($page < $total_pages) {
			$output .= '<a href="' . $url . '&page=' . ($page + 1) . '" class="pagination"><span>next &raquo;</span></a>';
		}

		$output .= '</div>';
		return $output;

	}

	if (version_compare(PHP_VERSION, '5.4.0') >= 0) {
		if (session_status() == PHP_SESSION_NONE) {
			session_start();
		}
	} else {
		if (session_id() == '') {
			session_start();
		}
	}

	if (isset($_SESSION['member_id'])) {
		$member_id = $_SESSION['member_id'];
	} else {
		$member_id = 0;
	}

// set to true for now
$is_admin = TRUE;

	$path = "/";
	$docroot = "/web/sites/taj/xfanclubs.com";

	try {
		$dbh = new PDO("mysql:host=" . $dbhost . "; dbname=" . $dbuser, $dbuser, $dbpass);
	} catch (PDOException $e) {
		echo $e->getMessage();
	}

	if (isset($dbh)) {
		$dbh->setAttribute(PDO::ATTR_EMULATE_PREPARES, false);
		$dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); 
	}

	include_once('functions_system.php');
	include("functions_admin_system.php");

Youez - 2016 - github.com/yon3zu
LinuXploit