PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/allinonecryptonews.kerihosting.com/wp-content/plugins/w3-total-cache/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/allinonecryptonews.kerihosting.com/wp-content/plugins/w3-total-cache/Cdnfsd_Util.php |
<?php namespace W3TC; class Cdnfsd_Util { static public function engine_name( $engine ) { return $engine; } static public function get_suggested_home_ip() { $ip = gethostbyname( Util_Environment::home_url_host() ); // check if it resolves to local IP, means host cant know its real IP if ( substr( $ip, 0, 4 ) == '127.' || substr( $ip, 0, 3 ) == '10.' || substr( $ip, 0, 8 ) == '192.168.' ) return ''; return $ip; } }