Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.117.94.221
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/book24.ng/resources/module/template/admin/fields/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/resources/module/template/admin/fields/field-editor.vue
<template>
    <div class="">
        <tinymce-editor v-model="value" :init="init" toolbar="formatselect | bold italic strikethrough forecolor backcolor | link image media | alignleft aligncenter alignright alignjustify  | numlist bullist outdent indent code "></tinymce-editor>
    </div>
</template>

<script>
	import { abstractField } from "vue-form-generator";
	import Editor from '@tinymce/tinymce-vue';

	export default {
		mixins: [ abstractField ],
		data(){
			return {
				id:'',
				init:{
					plugins: 'searchreplace autolink fullscreen image link media codesample table charmap hr toc advlist lists wordcount textpattern help code',
                    toolbar: 'formatselect | bold italic strikethrough forecolor backcolor permanentpen formatpainter | link image media | alignleft aligncenter alignright alignjustify  | numlist bullist outdent indent  | pagebreak codesample code | removeformat',
					image_advtab: false,
					image_caption: false,
					height:400,
					file_picker_callback: function (callback, value, meta) {
						/* Provide file and text for the link dialog */
						if (meta.filetype === 'file') {
							uploaderModal.show({
								multiple:false,
								file_type:'video',
								onSelect:function (files) {
									if(files.length)
										callback(bookingCore.url+'/media/preview/'+files[0].id);
								},
							});
						}

						/* Provide image and alt text for the image dialog */
						if (meta.filetype === 'image') {
							uploaderModal.show({
								multiple:false,
								file_type:'image',
								onSelect:function (files) {
									if(files.length)
										callback(files[0].thumb_size);
								},
							});
						}

						/* Provide alternative source and posted for the media dialog */
						if (meta.filetype === 'media') {
							uploaderModal.show({
								multiple:false,
								file_type:'video',
								onSelect:function (files) {
									if(files.length)
										callback(bookingCore.url+'/media/preview/'+files[0].id);
								},
							});
						}
					},
				}
			}
		},
		components:{
			'tinymce-editor': Editor
		},
		methods:{
			makeid:function(length) {
				var result           = '';
				var characters       = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
				var charactersLength = characters.length;
				for ( var i = 0; i < length; i++ ) {
					result += characters.charAt(Math.floor(Math.random() * charactersLength));
				}
				return result;
			}

		},
		created:function () {
		}
	};
</script>

Youez - 2016 - github.com/yon3zu
LinuXploit