| Server IP : 54.36.91.62 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webm021.cluster127.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : uxhactp ( 169076) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/uxhactp/www/wp-content/plugins/LayerSlider/templates/ |
Upload File : |
<?php if(!defined('LS_ROOT_FILE')) { header('HTTP/1.0 403 Forbidden'); exit; } ?>
<script type="text/html" id="tmpl-upload-sliders">
<div id="ls-upload-modal-window">
<header>
<h1><?php _e('Upload Slider', 'LayerSlider') ?></h1>
<b class="dashicons dashicons-no"></b>
</header>
<form method="post" enctype="multipart/form-data" class="km-ui-modal-scrollable">
<p><?php _e('Here you can upload previously exported sliders. To import them to your site, you just need to choose and select the appropriate export file (files with .zip or .json extensions), then press the Import Sliders button.', 'LayerSlider') ?></p>
<p class="small italic dim"><?php _e('Notice: In order to import from outdated versions (pre-v3.0.0), you need to create a new file and paste the export code into it. The file needs to have a .json extension, then you will be able to upload it.', 'LayerSlider') ?></p>
<?php wp_nonce_field('import-sliders'); ?>
<input type="hidden" name="ls-import" value="1">
<p class="centered center file">
<input type="file" name="import_file">
</p>
<button class="button button-primary button-hero"><?php _e('Import Sliders', 'LayerSlider') ?></button><br>
</form>
</div>
</script>