Jump to content

Script just under ads


linkednet

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...