-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlinks.php
More file actions
205 lines (186 loc) · 8.28 KB
/
links.php
File metadata and controls
205 lines (186 loc) · 8.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<?php
/**
**************************
** FreeTSP Version: 1.0 **
**************************
** http://www.freetsp.info
** https://github.com/Krypto/FreeTSP
** Licence Info: GPL
** Copyright (C) 2010 FreeTSP v1.0
** A bittorrent tracker source based on TBDev.net/tbsource/bytemonsoon.
** Project Leaders: Krypto, Fireknight.
**/
require_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'functions'.DIRECTORY_SEPARATOR.'function_main.php');
require_once(FUNC_DIR.'function_vfunctions.php');
require_once(FUNC_DIR.'function_user.php');
require_once(FUNC_DIR.'function_bbcode.php');
db_connect();
logged_in();
site_header("Links", false);
function add_link ($url, $title, $description = "")
{
$text = "<a class='altlink' href='$url'>$title</a>";
if ($description)
{
$text = "$text - $description";
}
echo("<li>$text</li>\n");
}
if ($CURUSER)
{
?>
<p align='center'>
<a href='sendmessage.php?receiver=1'><img src='<?php echo $image_dir?>deadlink.png' width='250' height='64' border='0' alt='Report Dead Links' title='Report Dead Links' /></a>
</p>
<?php
}
?>
<table class='main' border='0' width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td class='embedded'>
<h2>Other Pages on this Site</h2>
<table border='1' width='100%' cellspacing='0' cellpadding='10'>
<tr>
<td class='text'>
<ul>
<li>
<a class='altlink' href='rss.xml'>RSS feed</a> - For use with RSS-enabled software. An alternative to torrent email notifications.
</li>
<li>
<a class='altlink' href='rssdd.xml'>RSS feed (direct download)</a> - Links directly to the torrent file.
</li>
<li>
<a class='altlink' href='http://imgur.com'>Imgur</a> - If you need a place to host your avatar or other pictures.
</li>
</ul>
</td>
</tr>
</table>
<h2>BitTorrent Information</h2>
<table border='1' width='100%' cellspacing='0' cellpadding='10'>
<tr>
<td class='text'>
<ul>
<li>
<a class='altlink' href='http://dessent.net/btfaq/'>Brian's BitTorrent FAQ and Guide</a> - Everything
you need to know about BitTorrent. Required reading for all n00bs.
</li>
<li>
<a class='altlink' href='http://10mbit.com/faq/bt/'>The Ultimate BitTorrent FAQ</a> - Another nice BitTorrent FAQ, by Evil Timmy.
</li>
</ul>
</td>
</tr>
</table>
<h2>BitTorrent Software</h2>
<table border='1' width='100%' cellspacing='0' cellpadding='10'>
<tr>
<td class='text'>
<ul>
<li>
<a class='altlink' href='http://pingpong-abc.sourceforge.net/'>ABC</a> - "ABC is an improved client for the Bittorrent peer-to-peer file distribution solution."
</li>
<li>
<a class='altlink' href='http://azureus.sourceforge.net'>Azureus</a> - "Azureus is a java bittorrent client. It provides a quite full bittorrent protocol implementation using java language."
</li>
<li><a class='altlink' href='http://bnbt.go-dedicated.com/'>BNBT</a> - Nice BitTorrent tracker written in C++.
</li>
<li><a class='altlink' href='http://bittornado.com/'>BitTornado</a> - a.k.a "TheSHAD0W's Experimental BitTorrent Client".
</li>
<li>
<a class='altlink' href='http://www.bitconjurer.org/BitTorrent'>BitTorrent</a> - Bram Cohen's official BitTorrent client.
</li>
<li><a class='altlink' href='http://ei.kefro.st/projects/btclient/'>BitTorrent EXPERIMENTAL</a> - "This is an unsupported, unofficial, and, most importantly, experimental build of the BitTorrent GUI for Windows."
</li>
<li>
<a class='altlink' href='http://krypt.dyndns.org:81/torrent/'>Burst!</a> - Alternative Win32 BitTorrent client.
</li>
<li>
<a class='altlink' href='http://g3torrent.sourceforge.net/'>G3 Torrent</a> - "A feature rich and graphically empowered bittorrent client written in python."
</li>
<li>
<a class='ltlink' href='http://krypt.dyndns.org:81/torrent/maketorrent/'>MakeTorrent</a> - A tool for creating torrents.
</li>
<li>
<a class='altlink' href='http://ptc.sourceforge.net/'>Personal Torrent Collector</a> - BitTorrent client.
</li>
<li>
<a class='altlink' href='http://www.shareaza.com/'>Shareaza</a> - Gnutella, eDonkey and BitTorrent client.
</li>
</ul>
</td>
</tr>
</table>
<h2>Download Sites</h2>
<table border='1' width='100%' cellspacing='0' cellpadding='10'>
<tr>
<td class='text'>
<ul>
<li>
<a class='altlink' href='http://www.suprnova.org/'>SuprNova</a> - Apps, games, movies, TV and other stuff. [popups]
</li>
<li>
<a class='altlink' href='http://empornium.us:6969/'>Empornium</a> - Pr0n, and then some!
</li>
</ul>
</td>
</tr>
</table>
<h2>Forum Communities</h2>
<table border='1' width='100%' cellspacing='0' cellpadding='10'>
<tr>
<td class='text'>
<ul>
<li><a class='altlink' href='http://www.filesoup.com/'>Filesoup</a> - BitTorrent community.
</li>
<li><a class='altlink' href='http://www.torrent-addiction.com/forums/index.php'>Torrent Addiction</a> - Another BitTorrent community. [popups]
</li>
<li><a class='altlink' href='http://www.terabits.net'>TeraBits</a> - Games, movies, apps both unix and win, tracker support, music, xxx.
</li>
<li>
<a class='altlink' href='http://www.ftpdreams.com/new/forum/sitenews.asp'>FTP Dreams</a> - "Where Dreams Become a Reality".
</li>
</ul>
</td>
</tr>
</table>
<h2>Other Sites</h2>
<table border='1' width='100%' cellspacing='0' cellpadding='10'>
<tr>
<td class='text'>
<ul>
<li><a class='altlink' href='http://www.nforce.nl/'>NFOrce</a> - Game and movie release tracker / forums.
</li>
<li><a class='altlink' href='http://www.grokmusiq.com/'>grokMusiQ</a> - Music release tracker.
</li>
<li><a class='altlink' href='http://www.izonews.com/'>iSONEWS</a> - Release tracker and forums.
</li>
<li>
<a class='altlink' href='http://www.btsites.tk'>BTSITES.TK</a> - BitTorrent link site. [popups]
</li>
<li>
<a class='altlink' href='http://www.litezone.com/'>Link2U</a> - BitTorrent link site.
</li>
</ul>
</td>
</tr>
</table>
<h2>Link to FreeTSP</h2>
<table border='1' width='100%' cellspacing='0' cellpadding='10'>
<tr>
<td class='text'> Do you want a link to FreeTSP on your homepage?<br /> Copy the following and paste it into your homepage code.<br /> <br />
<a href="http://www.freetsp.info"><img src="http://www.freetsp.info/public/style_images/logo-4.png" width='486' height='100' border='0' alt='FreeTSP Support Forum' title='FreeTSP Support Forum' /></a><br /> <span style='color : #004E98;'> <!-- FreeTSP Link --><br /> <br /> <a href='http://www.freetsp.info'><img src='http://www.freetsp.info/public/style_images/logo-4.png' border='0' alt='FreeTSP Support Forum' title='FreeTSP Support Forum' ></a> <br /> <br /> <!-- End of FreeTSP Link --></span><br />
<br />
<br />
</td>
</tr>
</table>
<p align='right'>
<span style='font-size: x-small; color : #004E98; font-weight:bold'>Links edited 2010-01-26 (08:38 GMT)</span>
</p>
</td>
</tr>
</table>
<?php
site_footer();
?>