Hi all-
have been trying to do changes to keywords etc - I erased a series of keywords and overwrote some of the one that were in the default list and the following code appeared at the header position on my site!
*************
<?php /************************************************************************/ /* PHP-NUKE: Web Portal System */ /* =========================== */ /* */ /* Copyright (c) 2002 by Francisco Burzi */ /*
http://phpnuke.org */ /* */ /* This program is free software. You can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ /* the Free Software Foundation; either version 2 of the License. */ /************************************************************************/ if (stristr(htmlentities($_SERVER['PHP_SELF']), "meta.php")) { Header("Location: ../index.php"); die(); } // Get functions global $sitename, $slogan; $ThemeSel = get_theme(); ################################################## # Include for Meta Tags generation # ################################################## $metastring = "\n"; $metastring .= "\n"; $metastring .= "\n"; $metastring .= "\n"; $metastring .= "\n"; $metastring .= "\n"; $metastring .= "\n"; $metastring .= "\n"; $metastring .= "\n"; $metastring .= "\n"; $metastring .= "\n"; ############################################### # DO NOT REMOVE THE FOLLOWING COPYRIGHT LINE! # # YOU'RE NOT ALLOWED TO REMOVE NOR EDIT THIS. # ############################################### // IF YOU REALLY NEED TO REMOVE IT AND HAVE MY WRITTEN AUTHORIZATION CHECK:
http://phpnuke.org/modules.php?name=Commercial_License // PLAY FAIR AND SUPPORT THE DEVELOPMENT, PLEASE! $metastring .= "\n"; echo $metastring; ?>
*****************
www.verticalresources.org
why would this have happened?
help please