mypageranking.org type in a url, hit submit, it throws an error. I just moved the site from another server, browning.insanegb.com It works there Here is the code it throws just in case you didn't look Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 55 Warning: file_get_contents(http://www.google.com/search?client=navclient-auto&ch=6-71654813&features=Rank&q=info:google.com) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 55 Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 70 Warning: file_get_contents(http://data.alexa.com/data?cli=10&dat=snbamz&url=google.com) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 70 Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 90 Warning: file_get_contents(http://www.google.com/search?q=link%3Agoogle.com) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 90 Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 103 Warning: file_get_contents(http://search.yahoo.com/search?p=links%3Agoogle.com) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 103 Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 116 Warning: file_get_contents(http://search.msn.com/results.aspx?q=link%3Agoogle.com) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 116 Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 129 Warning: file_get_contents(http://www.altavista.com/web/results?q=link%3Agoogle.com) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 129 Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 142 Warning: file_get_contents(http://www.alltheweb.com/search?q=link%3Agoogle.com) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /www/hostedwith.us/b/r/o/browning/htdocs/php/rank.class.php on line 142 Code (markup):
Ask your administrator to enable URL file-access or add php_flag allow_url_fopen on Code (markup): to .htaccess file.
.htaccess files can be hidden (it depends on your server). Note that there is a dot in file the beginning of file name. Also search for an option in your ftp client "show hidden files". If you are sure that you don't have such a file, then create it.
create an empty file named .htaccess, then add one line: php_flag allow_url_fopen on Code (markup): and upload it to your server
Then contact your server administrator to allow URL file functions in php (It seems that you are not allowed to modify web server configuration via .htaccess too).