From 4b7acc085f918beb0b750a8faa6fa86421697b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=A5=E7=BE=8A?= Date: Sat, 14 Jan 2023 07:51:09 +0800 Subject: [PATCH] Add files via upload --- codes/tvb.php | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 codes/tvb.php diff --git a/codes/tvb.php b/codes/tvb.php new file mode 100644 index 0000000..1df8640 --- /dev/null +++ b/codes/tvb.php @@ -0,0 +1,44 @@ +content->url; +if(isset($hq)) { + if($id == '4' || $id == '5' || $id == '6' || $id == '7') { + header('location:'.preg_replace('/&p=(.*?)$/','',$url->hd)); + } else { + header('location:'.preg_replace('/&p=(.*?)$/','&p=3000',$url->hd)); + }; +} else if($id == '0' || $id == '2' || $id == '4' || $id == '6') { + header('location:'.$url->hd); +} else { + header('location:'.$url->sd); +}; \ No newline at end of file