-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0d835c9
Showing
3,538 changed files
with
151,203 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
require('include/bittorrent.php'); | ||
dbconn(); | ||
header('HTTP/1.1 403 Forbidden'); | ||
header('Refresh: 5; url=//' . $BASEURL . '/index.php'); | ||
stderr('这谁家熊孩子啊', '别到处乱跑了,赶紧回家吃饭去吧<br /><br /><a href="//' . $BASEURL . '/index.php">5秒后自动回到首页</a>', false); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
require('include/bittorrent.php'); | ||
dbconn(); | ||
header('HTTP/1.1 404 Not found'); | ||
header('Refresh: 5; url=//' . $BASEURL . '/index.php'); | ||
stderr('咦,肿么回事', '北洋媛真没用,居然让你看到这个页面(抱紧)<br /><br /><a href="//' . $BASEURL . '/index.php">5秒后自动回到首页</a>', false); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta name="keywords" content="TJUPT,PT,校园,信网协会,天外天,资源,IPv6" /> | ||
<meta name="description" content="TJUPT是天津市首个、全国前列的校园Private Tracker,建立于2010年,由天津大学信网协会和天外天共同开发的,旨在为大家建立一个更好的资源共享环境,提高资源水准" /> | ||
<meta name="generator" content="NexusPHP" /> | ||
<title>北洋园PT</title> | ||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> | ||
<link rel="search" type="application/opensearchdescription+xml" title="北洋园PT Torrents" href="opensearch.php" /> | ||
</head> | ||
<body> | ||
<h1>北洋媛正在休整中,请稍后再来...</h1> | ||
<h2>不如看看我们的社交网络吧,北洋媛休息好了会通知大家的~</h2> | ||
<ul> | ||
<li><a href="http://weibo.com/tjupt">新浪微博</a></li> | ||
<li><a href="http://page.renren.com/601396265">人人网</a></li> | ||
<div style="display:none">技术菌们表示由衷的抱歉...</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta name="keywords" content="TJUPT,PT,校园,信网协会,天外天,资源,IPv6" /> | ||
<meta name="description" content="TJUPT是天津市首个、全国前列的校园Private Tracker,建立于2010年,由天津大学信网协会和天外天共同开发的,旨在为大家建立一个更好的资源共享环境,提高资源水准" /> | ||
<meta name="generator" content="NexusPHP" /> | ||
<title>北洋园PT</title> | ||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> | ||
<link rel="search" type="application/opensearchdescription+xml" title="北洋园PT Torrents" href="opensearch.php" /> | ||
</head> | ||
<body> | ||
<h1>乃乃乃,不要这样折磨北洋媛了吧~</h1> | ||
<h2>看哪呢说的就是你!</h2> | ||
</body> | ||
</html> |
Oops, something went wrong.