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`).

i18n
static
app.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/photoSwipe/app.php'
View Content
<?php

class photoSwipePlugin extends PluginBase{
	function __construct(){
		parent::__construct();
	}
	public function regist(){
		$this->hookRegist(array(
			'user.commonJs.insert' => 'photoSwipePlugin.echoJs',
		));
	}
	public function echoJs(){
		$this->echoFile('static/main.js');
	}
}
package.json
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/photoSwipe/package.json'
View Content
{
	"id":"photoSwipe",
	"name":"{{LNG['photoSwipe.meta.name']}}",
	"title":"{{LNG['photoSwipe.meta.title']}}",
	"version":"1.68",
	"source":{
		"className":"x-item-icon x-gif",
		"screenshoot":[
			"{{staticPath}}images/wall_page/6.jpg",
			"{{staticPath}}images/wall_page/8.jpg"
		]
	},
	"category":"media,file",
	"description":"{{LNG['photoSwipe.meta.desc']}}",
	"keywords":"",
	"auther":{
		"copyright":"kodcloud.",
		"homePage":"http://www.kodcloud.com",
	},
	"configItem":{
		"pluginAuth":{
			"type":"userSelect",
			"value":{"all":1},
			"display":"{{LNG['admin.plugin.auth']}}",
			"desc":"{{LNG['admin.plugin.authDesc']}}",
			"require":1
		},
		"sep1001":"<hr/>",
		"fileExt":{
			"type":"tags",
			"display":"{{LNG['admin.plugin.fileExt']}}",
			"desc":"{{LNG['admin.plugin.fileExtDesc']}}",
			"value":"jpg,jpeg,png,bmp,gif,ico,svg,cur,webp,heic,heif,avif",
		},
		"fileSort":{
			"type":"number",
			"display":"{{LNG['admin.plugin.fileSort']}}",
			"desc":"{{LNG['admin.plugin.fileSortDesc']}}",
			"value":20
		},
		
		"showType":{
			"type":"segment",
			"display":"{{LNG['photoSwipe.showType.title']}}",
			"value":"big",
			"info":{
				"big":"{{LNG['photoSwipe.showType.big']}}",
				"full":"{{LNG['photoSwipe.showType.full']}}"
			}
		}
	}
}
readme.md
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/photoSwipe/readme.md'
View Content