linkednet Posted April 10, 2007 Posted April 10, 2007 There is a script under the ads on my website, http://www.linkednet.heliohost.org/. The code is: AD; if($_SERVER['PATH_TRANSLATED'] != '/tmp/layout/header.php') return; $filename = explode('/',$_SERVER['LAYOUT_FILENAME']); //New db-in-file method $file = file("/tmp/layout/db.log"); $accounts = explode('|',$file[1]); foreach($accounts as $key => $account) $accounts[$key] = strtolower($account); if(in_array($filename[2],$accounts)) echo $ad; ?> Can some one tell me what that means and how to fix it? Thanks LinkedNet Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.