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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now