strange script showing strange script showing
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

strange script showing

Started by smittyhead, December 05, 2004, 05:22:21 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

smittyhead

at the bottom of my pages a script is showing up that wasnt before I swiched hosts.  you can see it at www.smittyhead.com/pics .  What am I to do?

donnoman

this is from index.php for 1.32 starting at line 734.


            case 'anycontent':
                if ($cat == 0) {
                    include('anycontent.php');
                }
                flush();
                break;
        }
    }

    pagefooter();
    ob_end_flush();
    // Speed-up the random image query by 'keying' the image table


If you haven't applied any mod's I think I would start with re-uploading a clean index.php

If you have done some modding, then you might want to check that area of index.php.

smittyhead

thanks, just replaced it with fresh copy and works a charm, thanks mate