__Note__: The actions on this page require administrative privileges. They won't work unless you have set an admin username and password in the PhpWiki config file. ----------- ! Log In __[Log In | phpwiki:?action=login]__ This allows you to login. While you are logged in you will be able to ''lock'', ''unlock'' and ''delete'' pages. You will also be able edit ''locked'' pages. ---------- ! ZIP files of database __[ZIP Snapshot | phpwiki:?action=zip]__ : contains only the latest versions __[ZIP Dump | phpwiki:?action=zip&include=all]__ : contains all archived versions These links lead to zip files, generated on the fly, which contain the most recent versions of all pages in the PhpWiki. The pages are stored, one per file, as MIME (RFC2045) e-mail (RFC822) messages, with the content type application/x-phpwiki for the snapshot and content type multipart/mixed for the dump. In the latter case, there is one subpart (with type application/x-phpwiki) for each version of the page (in chronological order). The message body contains the page text, while the page meta-data is included as parameters in the Content-Type: header field. ----------- ! Load / Dump Serialized Pages Here you can load or dump pages of your Wiki into a directory of your choice. __Dump__ [ Dump Serialized Pages | phpwiki:?action=dumpserial&directory=(/tmp/wikidump) ] Pages will be written out as "serialized" strings of a PHP associative array, meaning they will not be human readable. If the directory does not exist PhpWiki will try to create one for you. Ensure that your server has write permissions to the directory! __Load__ [ Load Serialized Pages | phpwiki:?action=loadserial&directory=(/tmp/wikidump) ] If you have dumped a set of pages from PhpWiki, you can reload them here. Note that pages in your database will be overwritten; thus, if you dumped your FrontPage when you load it from this form it will overwrite the one in your database now. If you want to be selective just delete the pages from the directory you don't want to load. -----------