User Tools

Site Tools


res:plugins:inlinephp

This is an old revision of the document!


Inlinephp

Execute arbitrary php code from a flatpress page.

[exec]echo(rand(10,100)); echo PHP_VERSION;[/exec]

Execute php file from folder /fp-plugins/locale.php

[exec]require_once('../locale.php');[/exec]

Refresch page every 30 or 20 seconds

[exec]header(“refresh: 30;”);[/exec] [exec]echo(“<meta http-equiv='refresh' content='20'>”);[/exec]

Description

Plugin to execute PHP from flatpress pages.

Plugin by ChrisBlank

Download

res/plugins/inlinephp.1613483002.txt.gz · Last modified: 2021/02/16 14:43 by lubomir_ludvik

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki