Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/news/administrator/components/com_youtubegallery/views/themeimport/tmpl/ |
Upload File : |
<?php // No direct access defined('_JEXEC') or die('Restricted access'); JHtml::_('behavior.formvalidation'); JHtml::_('behavior.tooltip'); ?> <p style="text-align:left;">Upgrade to <a href="http://joomlaboat.com/youtube-gallery#pro-version" target="_blank">PRO version</a> to get more features</p> <form action="index.php?option=com_youtubegallery&controller=themeimport" method="post" name="adminForm" id="youtubegallery-form" class="form-validate" enctype="multipart/form-data"> <input type="hidden" name="MAX_FILE_SIZE" value="1000000" /> <div style="width:600px;margin:0 auto;"> <div style="width: 290px;margin:50px auto;font-size:18px;position: relative;"> <?php echo JText::_('Upload Theme (.zip) file'); ?>: <input name="themefile" id="themefile" type="file" style="font-size:18px;" /> </div> <h2 style="text-align:center;">Or insert Theme code here<span style="font-size:12px;"><br/>(You can find it in "theme.txt" file.)</span></h2> <textarea filter="raw" cols="40" rows="5" name="themecode" style="width:600px;"></textarea> <div style="width: 105px;margin:20px auto;font-size:18px;position: relative;"> <input type="submit" value="<?php echo JText::_('Import Theme'); ?>" /> </div> </div> <input type="hidden" name="task" value="upload" /> <?php echo JHtml::_('form.token'); ?> </form>