DIR : /home/kozerus/public_html/go/dgs0/phorum/read.php
/home/kozerus/public_html/go/dgs0/phorum
<?php
chdir("../");
require_once 'include/quick_common.php';
{
connect2mysql();
$old_forum = @$_REQUEST['f']+0;
$old_thread = @$_REQUEST['t']+0;
$old_id = @$_REQUEST['i']+0;
$row = mysql_single_fetch( "forum_old_links_redirect($old_forum,$old_id)",
"SELECT ID, Thread_ID, Forum_ID FROM Posts " .
"WHERE Forum_ID='$old_forum' AND old_ID='$old_id'")
or error('unknown_post', "forum_old_links_redirect2($old_forum,$old_id)");
header("Location: ../forum/read.php?forum=" . $row['Forum_ID'] .
"&thread=" . $row['Thread_ID'] . "#" . $row['ID']);
}
?>
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer