From e87097c22e8c377c4bef3c4f106bb47b32df9f99 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 11 Jan 2014 09:39:50 +0000 Subject: [PATCH] Updated docs for saving to a PHP server --- .../tiddlers/Saving on a PHP Server.tid | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 editions/clientserver/tiddlers/Saving on a PHP Server.tid diff --git a/editions/clientserver/tiddlers/Saving on a PHP Server.tid b/editions/clientserver/tiddlers/Saving on a PHP Server.tid new file mode 100644 index 000000000..71aa0eb6e --- /dev/null +++ b/editions/clientserver/tiddlers/Saving on a PHP Server.tid @@ -0,0 +1,21 @@ +created: 20140111091844267 +modified: 20140111093905918 +tags: howto +title: Saving on a PHP Server +type: text/vnd.tiddlywiki + +The built-in TiddlySpot saver can also be used to save changes to a simple PHP script that you can run on most hosting providers. + +//These are preliminary instructions that need verification// + +# Download a copy of ''store.php'' from: +#* https://code.google.com/p/bidix/source/browse/trunk/TiddlyHome/_th/lib/store.php +# Edit your copy of ''store.php'' to add your username(s) and password(s). Find the line `$USERS = array( 'UserName1'=>'Password1', etc)` and replace Username1 and Password1 with your desired username and password +#* Make sure you leave all the punctuation and code, such as the single quotes, intact +# Save the file +# Using FTP or your web interface, upload ''store.php'' to your server. Make sure that the filename is correct +#* If you've uploaded the file correctly you should be able to view it in your browser (eg, http://example.com/store.php) +# In TiddlyWiki, go to the ''Saving'' tab of the control panel and enter the following information: +#* Your username as the wiki name +#* Your password +#* The URL of the ''store.php'' file