Living free digital life without being tracing and collecting personal informations is possible.
Website www.startpage.com offering to you more than just search. There are another positives such as free proxy.
In my experience www.startpage.com is quick. I think that as advantage is their proxy server which is really quick.
In addition to increase your privacy you can choose some add-ons for Firefox. My favourites are http://www.ghostery.com/, http://noscript.net/, http://adblockplus.org and https://addons.mozilla.org/en-US/firefox/addon/betterprivacy/ which deletes supercookies!
For extra security can be add VPN or anonymous VPN such as btguard.com.
What are yours favorites?
Sunday, 22 January 2012
Sunday, 1 January 2012
PHP Deprecated: Function split()
Apache logs were feeded with repating message:
PHP Deprecated: Function split()
[Sun Jan 01 22:37:33 2012] [error] [client XX.194.XX.27] PHP Deprecated: Function split() is deprecated in /web/public/.../wordpress/wp-content/themes/test/library/misc.php on line 19, referer: http://www....tk/wordpress/wp-admin/index.php
So upgraded PHP code:
// $words = split($sep, $str);
$words = explode($sep, $str);
was the cure.
$words = explode($sep, $str);
Štítky:
PHP
Subscribe to:
Posts (Atom)