instead of the expected lo-fi version of my smf/tp site, the code to archive.php is the one being displayed instead. im using tp0971 + smf1.1.1 with the following mods:
1. SMF Archive 1.1 [ List Files ] [ Delete ]
2. Bear Tabs 1.0 [ Uninstall ] [ List Files ] [ Delete ]
3. IPB-style Calendar 1.0 [ Uninstall ] [ List Files ] [ Delete ]
4. Global Announcements 1.0 [ Uninstall ] [ List Files ] [ Delete ]
5. SMF Arcade 1.3.1-MOD-E1.5.2 [ Uninstall ] [ List Files ] [ Delete ]
6. Spoiler Tag 0.3.1 [ Uninstall ] [ List Files ] [ Delete ]
7. TinyPortal 0.971 [ Uninstall ] [ List Files ] [ Delete ]
i have changed the permission of archive.php to 755. have tried uninstalling the other mods. and have tested it on ie7, firefox2 and opera9.10. server is win2k running apache/2.0.59 (Win32) php/5.1.6
here's what's being displayed when i point my browser to http://<myURLhere>/archive.php
strpos($_SERVER['HTTP_USER_AGENT'], 'Opera') !== false, 'is_opera6' => strpos($_SERVER['HTTP_USER_AGENT'], 'Opera 6') !== false, 'is_opera7' => strpos($_SERVER['HTTP_USER_AGENT'], 'Opera 7') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Opera/7') !== false, 'is_opera8' => strpos($_SERVER['HTTP_USER_AGENT'], 'Opera 8') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Opera/8') !== false, 'is_ie4' => strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 4') !== false && strpos($_SERVER['HTTP_USER_AGENT'], 'WebTV') === false, 'is_safari' => strpos($_SERVER['HTTP_USER_AGENT'], 'Safari') !== false, 'is_mac_ie' => strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 5.') !== false && strpos($_SERVER['HTTP_USER_AGENT'], 'Mac') !== false, 'is_web_tv' => strpos($_SERVER['HTTP_USER_AGENT'], 'WebTV') !== false, 'is_konqueror' => strpos($_SERVER['HTTP_USER_AGENT'], 'Konqueror') !== false, 'is_firefox' => strpos($_SERVER['HTTP_USER_AGENT'], 'Firefox') !== false, ); $context['browser']['is_gecko'] = strpos($_SERVER['HTTP_USER_AGENT'], 'Gecko') !== false && !$context['browser']['is_safari'] && !$context['browser']['is_konqueror']; // Internet Explorer 5 and 6 are often "emulated". $context['browser']['is_ie7'] = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 7') !== false && !$context['browser']['is_opera'] && !$context['browser']['is_gecko'] && !$context['browser']['is_web_tv']; $context['browser']['is_ie6'] = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6') !== false && !$context['browser']['is_opera'] && !$context['browser']['is_gecko'] && !$context['browser']['is_web_tv']; $context['browser']['is_ie5.5'] = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 5.5') !== false && !$context['browser']['is_opera'] && !$context['browser']['is_gecko'] &&
any help is much appreciated