Create a plugin in wordpress and paste in:
add_filter( ‘pre_option_enable_xmlrpc’, create_function(‘$a’, ‘return true;’) );
OR
Founder, Inventor, Creator
Create a plugin in wordpress and paste in:
add_filter( ‘pre_option_enable_xmlrpc’, create_function(‘$a’, ‘return true;’) );
OR
I want to go to the Bradford Imax Cinema but I can’t bring myself to pay £1 for a processing charge and £1 for a service charge and £9 for a ticket.
The best part of £11 for a ticket that 12 months ago cost £6 is just ridiculous, especially considering the imax is party publicly financed (although they publicly deny this which is ridiculous). I guess a load of wealthy people from Leeds and the surrounding areas will come in and buy tickets so I doubt the Imax will get the message that is excluding itself from the thrifty mentality of Bradfordians.
I did complain when the price was increased and mentioned the potential problems of excluding their local customers. Imax didn’t seem concerned and continued reinvesting in things we don’t want such as a new entrance area. My message to the management board at Imax is stop spending, start saving because when people from further areas can’t afford tickets the people of Bradford will remember how you treated them and it will take a lot of work to get the numbers back up.
/rant
My Local Authority are rolling out a trial of e-Safe education to all subscribing schools. I think it’s fair to first get out of the way that I think it is a sad world when we need to monitor individuals activities at such a granular level. But that’s my opinion and it’s not relevant in the context of my review.
e-Safe Education is a managed service that allows schools to monitor for inappropriate use and abuse when using the schools technology. The idea behind the managed service is that it detects potential misuse by detecting keywords and phrases, abuse imagery, nudity and then informs the pupil/teacher that what they are doing is perhaps putting themselves at risk and/or not included in the schools acceptable usage policy. The software runs on all school devices, laptops, net-books etc and (this bit is important) can be turned off at 4pm or whenever.
I would recommend parents check with the person responsible for safe guarding pupils inside their schools to find out exactly what is monitored to ensure they are fully aware of any privacy issues.
e-Safe Education Monitors keystrokes local to the computer, your keystrokes are not sent to a managed service which is nice, all of the detection is done against a local library designed to protect children which is regularly updated.
Keywords are customized at School &/or LA level so you can include local dialects and you can include customizable alerts on keywords. IE if a pupil types fanny, you can display an alert(“Is this appropriate?”). If a pupil types in cock-head you can display a more, erm, serious, alert..
The application works online and offline. Schools can assign an Acceptable usage policy at the beginning of a session using the Internet, so we need to educate kids & teachers to log out. Though the software does allow you to log the computer off automatically so as to help the reduce the the chance of somebody doing something on another users Login. The application doesn’t use an excessive amount of resources, in fact it’s footprint is relatively low for the amount of work it is doing, with this in mind you shouldn’t find the application slowing down your user experience at all.
Images are scanned with a nudity detection tool and blocked from the pupil/teacher if they are deemed as inappropriate e.g. naked or illegal. Obviously this weighs slightly on CPU although e-Safe claim this is only a few % and barely noticeable to the user.
Flash object first view can be scanned but the contents of flash files can not be scanned in the current version however e-safe education claim this will be addressed towards the end of the years. Canvas type objects can be scanned and therefore detected.
e-Safe education claim the managed service will be able to detect keywords on PrimaryPad, which is likely because they also claim it can detect keywords in SecondLife. The keystroke detection is a given and I expect this will work fine with very little headache.
As someone who has written child protection email algorithms before I understand how this service works and we should be clear from the outset this service will not detect 100% of the threats facing a pupil/teacher when they use technology. e-safe education’s managed service does however make for a cosy and somewhat expensive comfort blanket for schools looking to increase their pupil safeguarding.
It’s worth considering the burden of responsibility to check such systems otherwise would typically fall upon school ICT staff who might not have the time to review and respond to potentially serious alerts.
Saying all of that.. The cost of the service is worth it if it protects one child however we cannot avoid the root of the problem or the fact that education is a more effective tool than monitoring when it comes to being safe on-line.
What are your thoughts on this type of monitoring?
Has your school implemented a solution like this? How did you find it?
Iv’e had quite a stressful day so this cheered me up…
I’m working on the PrimaryBlogger new home page to try make things more simple for teachers and whilst recording the audio for the home page video I made this wonderful sound bite.
I am quite proud of that one 🙂
PS the audio is not modified in anyway, that is a natural noise from my voice..
Etherpad won’t start and errors with output
Etherpad Startup execution failed with non-200 response: 500
Cause:
Etherpad can’t talk to MySql
Things to check:
1. Your /etc/hosts
2. Your MySQL conf under networking – /etc/mysql/my.cnf
3. Your MySQL conf bind-address – /etc/mysql/my.cnf
4. The etherpad.SQL_JDBC_URL value in /usr/share/etherpad/etherpad/etc/etherpad.local.properties
Make sure these are correct then restart mysql. Don’t assume that connecting with mysql -uroot -ppassword etherpad is a good test.