After activating QOS on my WAG54G2 DSL router everything seemed to be fine, but after restarting it a few weeks later the overall internet speed of all our pc's went down dramatically.
I checked for a firmware update, but there was nothing on the webpage of Linksys. So I decided to restore the old settings (without QOS) and it worked immediately - even without restart of the WAG54G2 router. I even deactivated "WMM-Unterstützung" and it still works perfectly:
Hope it will work for you too ... ;-))
Montag, 28. Oktober 2013
Mittwoch, 16. Oktober 2013
How to add a AdBlock detector in a PHP script
Please check solution details on http://adblockdetector.com
For my website in PHP I've used the following code:
For my website in PHP I've used the following code:
function _enabled() {alert('Bitte AdBlock auf dieser Seite zu Gunsten der Sponsoren deaktivieren - danke!');}function _disabled() {}var _abdDetectedFnc = '_enabled';var _abdNotDetectedFnc = '_disabled';document.write(html);
Abonnieren
Posts (Atom)