Hello Community, my first post 'n my first problem. Hope u can help me. I got a pagerank.php script to support a "backlinkchecker". I think u know how it works, but I think I always get a checksumme fehler: (... = standing for path) Line 103: Is there something wrong or missing? If you need more informations please write it down. Server settings: - safe mode on (<- is it really possible that here is the problem?) - mode_rewrite on Thanks for help =) Greetings, ethic
When safe mode is enabled, PHP checks whether the directory in which the script is operating (here fopen) has the same owner as the script that is being executed. So in your case, the pagerank.php is trying to open the file which is owned by some other directory.
Okay, but even when I have safe mode off, the same error appears.. Whats my fault? The Owner of the script says, that I get a wrong checksumme, but I dont know how to get a "correct one" thanks so long