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
TiddlyHome_0.1.2.zip from https://code.google.com/archive/p/bidix/downloadsstore.php from under the unzipped subdirectory _th\lib$USERS = array( 'UserName1'=>'Password1', etc) and replace Username1 and Password1 with your desired username and passwordThe control panel Saving tab includes the following configuration options:
| Name | Description |
|---|---|
| Server URL | The full URL to the store.php file on your server |
| Upload filename | The filename used to save the TiddlyWiki (defaults to index.html) |
| Upload directory | The relative path from store.php to the directory used for saving the file |
| Backup directory | The relative path from store.php to the directory used for backups |
As your TW file increases in size, you may need to modify your .htaccess or htaccess file (depending on system) to increase the value of the maximum upload and/or post size. Check with your Web Host Provider for your particular settings. Be sure also to make backups before experiementing. On some systems, the settings might look like:
php_value upload_max_filesize 4M
php_value post_max_size 6MIf you get an error message regarding split(), you may need to change references to split in store.php to function explode .