403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Old Sites/Engineering/V2/templates/theme519/html/com_user/login/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Old Sites/Engineering/V2/templates/theme519/html/com_user/login/default_login.php
<?php defined('_JEXEC') or die('Restricted access'); ?>
<?php if(JPluginHelper::isEnabled('authentication', 'openid')) :
		$lang = &JFactory::getLanguage();
		$lang->load( 'plg_authentication_openid', JPATH_ADMINISTRATOR );
		$langScript = 	'var JLanguage = {};'.
						' JLanguage.WHAT_IS_OPENID = \''.JText::_( 'WHAT_IS_OPENID' ).'\';'.
						' JLanguage.LOGIN_WITH_OPENID = \''.JText::_( 'LOGIN_WITH_OPENID' ).'\';'.
						' JLanguage.NORMAL_LOGIN = \''.JText::_( 'NORMAL_LOGIN' ).'\';'.
						' var comlogin = 1;';
		$document = &JFactory::getDocument();
		$document->addScriptDeclaration( $langScript );
		JHTML::_('script', 'openid.js');
endif; ?>

<form action="<?php echo JRoute::_( 'index.php', true, $this->params->get('usesecure')); ?>" method="post" name="com-login" id="com-form-login">
    <table width="100%" border="0" align="center" cellpadding="4" cellspacing="0" class="contentpane<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
        <tr>
            <td class="width"><p id="com-form-login-username">
                    <label for="username"><?php echo JText::_('Username') ?></label>
                    <br />
                    <input name="username" id="username" type="text" class="inputbox" alt="username" size="18" />
                </p>
                <p id="com-form-login-password">
                    <label for="passwd"><?php echo JText::_('Password') ?></label>
                    <br />
                    <input type="password" id="passwd" name="passwd" class="inputbox" size="18" alt="password" />
                </p>
                <?php if(JPluginHelper::isEnabled('system', 'remember')) : ?>
                <p id="com-form-login-remember">
                    <label for="remember"><?php echo JText::_('Remember me') ?></label>
                    <input type="checkbox" id="remember" name="remember" class="inputbox" value="yes" alt="Remember Me" />
                </p>
                <?php endif; ?>
                <input type="submit" name="Submit" class="button png" value="<?php echo JText::_('LOGIN') ?>" />
                <br /><br /><br />
                <ul>
                    <li> <a href="<?php echo JRoute::_( 'index.php?option=com_user&view=reset' ); ?>"> <?php echo JText::_('FORGOT_YOUR_PASSWORD'); ?></a> </li>
                    <li> <a href="<?php echo JRoute::_( 'index.php?option=com_user&view=remind' ); ?>"> <?php echo JText::_('FORGOT_YOUR_USERNAME'); ?></a> </li>
                    <?php
        $usersConfig = &JComponentHelper::getParams( 'com_users' );
        if ($usersConfig->get('allowUserRegistration')) : ?>
                    <li> <a href="<?php echo JRoute::_( 'index.php?option=com_user&view=register' ); ?>"> <?php echo JText::_('REGISTER'); ?></a> </li>
                    <?php endif; ?>
                </ul>
                <input type="hidden" name="option" value="com_user" />
                <input type="hidden" name="task" value="login" />
                <input type="hidden" name="return" value="<?php echo $this->return; ?>" />
                <?php echo JHTML::_( 'form.token' ); ?> </td>
            <td colspan="2"><?php if ( $this->params->get( 'show_login_title' ) ) : ?>
                <div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>"> <?php echo $this->params->get( 'header_login' ); ?> </div>
                <?php endif; ?>
                <div> <?php echo $this->image; ?>
                    <?php if ( $this->params->get( 'description_login' ) ) : ?>
                    <?php echo $this->params->get( 'description_login_text' ); ?> <br />
                    <br />
                    <?php endif; ?>
                </div></td>
        </tr>
    </table>
</form>

Youez - 2016 - github.com/yon3zu
LinuXploit