PDA

View Full Version : header hack


somerfeld
11-30-2001, 12:05 AM
has anyone made a hack to remove headers yet? I made a search and couldnt find one so far..

tubedogg
11-30-2001, 03:40 AM
Remove headers?

somerfeld
11-30-2001, 04:03 AM
HTTP - Hypertext Transfer Protocol
http://www.w3.org/Protocols/HTTP/

in lamens terms,..
The syantax before <html.></html.>
The info vb sends out to direct pages or "redirect".
If you need a little refreshing maybe webmonkey can help you..
http://hotwired.lycos.com/webmonkey/99/36/index3a.html?tw=backend

Crinos
11-30-2001, 05:13 AM
Uhm, you don't need a hack for this ... you can manually remove the "headers" you are speaking of from the Templates, primarily the forumhome template...

somerfeld
12-03-2001, 04:02 AM
No Crinos, the headers you are talking about have nothing to do with HTTP headers..

Tubedogg>>
Can something like this be changed to include()?

if ($goto != '') {
if ($s) {
$sessionhash = $s;
}
header("Location: $goto.php?s=$sessionhash");
exit;
}

I assume so, I'm going to try it.. (these are the headers I want to remove)