Skip to content

igorw/phpbb3-example-ext

 
 

Repository files navigation

Example Extension

Installation

Clone into phpBB/ext/example:

git clone https://github.com/naderman/phpbb3-example-ext.git phpBB/ext/example

Enable in database by inserting a row into phpbb_ext

INSERT INTO phpbb_ext (ext_name, ext_active, ext_state) VALUES ('example', 1, '');

Usage

The cron task writes to a file called foobar.txt in your forum root with the current time (to the second) each time a page on your board is accessed. Completely pointless, but it's an example. For this to work, ensure that a file called foobar.txt exists in your board root and that it is writable.

To access the front-page file, navigate your browser to index.php?ext=example

License

GPLv2

About

Example extension for phpBB3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%