I have contacted the hosting company and they wrote that neither the $_SERVER[‘SERVER_ADDR’] and the $_SERVER[‘LOCAL_ADDR’] are supported :(.
I am very disappointed about this because the fake registrations were gone with your plugin.
Can’t you make a little change to make it work? I would happily donate you if you could help me.
Okay, I added to my mobile themes function file these lines:
function my_deregister_javascript() {
wp_deregister_script( 'WPSupersized_standard' );
wp_deregister_script( 'WPSupersized_theme_js' );
wp_deregister_script( 'WPSupersized_core' );
}
and everything is solved.
If someone else needs.