Linkman101
01-05-2004, 05:08 AM
I got a problem with showthread.php.. When I downloaded it, and tried to open it, I got a message; I forgot what it said though. Anyway, I tried opening it with wordpad and it opened and everything looked normal except for a message at the top stating "error." It looked like this:
<?php
error_reporting(7);
$action = $HTTP_GET_VARS['action'];
$goto = $HTTP_GET_VARS['goto'];
if ( isset($goto) and ($goto=='lastpost' or $goto=='newpost')) {
$noheader=1;
}
exc..
everything after that looked normal. I just wanted to know if that "error_reporting(7);" thing was normal, or what it was before doing anything to it and completely screwing it up.. This is my first time using vB and PHP, so.. yeah..
VBULLETIN VERSION: 2.3.2
WINDOWS VERSION: XP (home)
^ just incase you need to know..
thanks..
p.s.: I appologize if this is the wrong forum to put this..
<?php
error_reporting(7);
$action = $HTTP_GET_VARS['action'];
$goto = $HTTP_GET_VARS['goto'];
if ( isset($goto) and ($goto=='lastpost' or $goto=='newpost')) {
$noheader=1;
}
exc..
everything after that looked normal. I just wanted to know if that "error_reporting(7);" thing was normal, or what it was before doing anything to it and completely screwing it up.. This is my first time using vB and PHP, so.. yeah..
VBULLETIN VERSION: 2.3.2
WINDOWS VERSION: XP (home)
^ just incase you need to know..
thanks..
p.s.: I appologize if this is the wrong forum to put this..