PHPIndex

This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).

en.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/officeLive/i18n/en.php'
View Content
<?php
return array(
	"officeLive.meta.name"				=> "Officelive",
	"officeLive.meta.title"				=> "Office file online preview",
	"officeLive.meta.desc"				=> "Officelive Viewer",
	'officeLive.meta.netwrokDesc'		=> "<h4>Description:</h4>During the operation of the application, it will request an external network interface to analyze the office file through the interface to achieve online preview of the file.",
	'officeLive.meta.netwrokUrl'		=> "Interface URL",	

	"officeLive.Config.apiServer"		=> "Server Api",
	"officeLive.Config.apiServerDesc"	=> "<div class='can-select pt-10'>
		The address of the preview server must be accessible by the server where the server can access kods can use third party services, or Microsoft's official interface <br/> (Kod server must be in the external network, and the need for domain name access)
		<div class = 'grayy 8'> https://view.officeapps.live.com/op/embed.aspx?src= </div>
		<div class = 'grayy 8'> https://owa-box.vips100.com/op/view.aspx?src=</div>
		<div class = 'grayy 8'> https://docview.mingdao.com/op/view.aspx?src=</div>
		<div class = 'grayy 8'> https://preview.tita.com/op/view.aspx?src=</div>
		<div class = 'grayy 8'> https://view.officeapps.live.com/op/view.aspx?src=</div>
		Users can build their own; <a href='https://kodcloud.com/help/show-5.html' target='_blank'> learn more </a></div>"
);
zh-CN.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/officeLive/i18n/zh-CN.php'
View Content
<?php
return array(
	"officeLive.meta.name"				=> "Officelive",
	"officeLive.meta.title"				=> "office文件在线预览",
	"officeLive.meta.desc"				=> "office系列文件在线预览",
	'officeLive.meta.netwrokDesc'		=> "<h4>说明:</h4>该应用在运行过程中,将请求外网接口,通过接口对office文件进行解析,实现文件的在线预览。",
	'officeLive.meta.netwrokUrl'		=> "接口地址",

	"officeLive.Config.apiServer"		=> "服务器接口",
	"officeLive.Config.apiServerDesc"	=> "<div class='can-select pt-10'>
		预览服务器的地址,必须要office所在服务器能访问到kod<br/>可以使用第三方的服务,或微软官方的接口<br/>(kod服务器必须要在外网,且需要域名访问)<br/><br/>
		<div class = 'grayy 8'> https://view.officeapps.live.com/op/embed.aspx?src=</div>
		<div class='grey-8'>https://owa-box.vips100.com/op/view.aspx?src=</div>
		<div class='grey-8'>https://docview.mingdao.com/op/view.aspx?src=</div>
		<div class='grey-8'>https://preview.tita.com/op/view.aspx?src=</div>
		<div class='grey-8'>https://view.officeapps.live.com/op/view.aspx?src=</div><br/>
		内网的用户,可以自己搭建;<a href='https://kodcloud.com/help/show-5.html' target='_blank'>了解详情</a></div>"
);