Skip to content

Commit

Permalink
initial commit code base is here
Browse files Browse the repository at this point in the history
  • Loading branch information
zcqian committed Jul 17, 2015
0 parents commit 0d835c9
Show file tree
Hide file tree
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.
77 changes: 77 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# Created by https://www.gitignore.io

### OSX ###
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


### PhpStorm ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm

*.iml

## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:

# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries

# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml

# Gradle:
# .idea/gradle.xml
# .idea/libraries

# Mongo Explorer plugin:
# .idea/mongoSettings.xml

## File-based project format:
*.ipr
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties

Expand Down
366 changes: 366 additions & 0 deletions 0day.php

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions 403.php
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);
6 changes: 6 additions & 0 deletions 404.php
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);
19 changes: 19 additions & 0 deletions 502.html
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>
15 changes: 15 additions & 0 deletions 503.html
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>
Loading

0 comments on commit 0d835c9

Please sign in to comment.