Updated code to html5/css.
4
.gitignore
vendored
|
@ -1,3 +1 @@
|
|||
cgi-bin/
|
||||
files/
|
||||
logs/
|
||||
/logs/
|
||||
|
|
1
files/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/htpasswd
|
1
html/bwbar-dark.png
Symbolic link
|
@ -0,0 +1 @@
|
|||
/run/bwbar-dark.png
|
1
html/bwbar-light.png
Symbolic link
|
@ -0,0 +1 @@
|
|||
/run/bwbar-light.png
|
1
html/bwbar.txt
Symbolic link
|
@ -0,0 +1 @@
|
|||
/run/bwbar.txt
|
BIN
html/circuit-dark.png
Normal file
After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
230
html/dark.css
Normal file
|
@ -0,0 +1,230 @@
|
|||
a:link {
|
||||
color: #4255ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #943cc3;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #000000;
|
||||
background-image: url("/circuit-dark.png");
|
||||
color: #aeaeae;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
hr {
|
||||
background-color: #888888;
|
||||
border: 0;
|
||||
color: #888888;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
table {
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
margin-top: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table, td {
|
||||
border: 0;
|
||||
color: #888888;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
td {
|
||||
padding-bottom: 5px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.box {
|
||||
background: #060606;
|
||||
border: 2px solid #aaaaaa;
|
||||
box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5);
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.boxmargins {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.boxpadding {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.donatebutton {
|
||||
margin-left: 100px;
|
||||
margin-right: 100px;
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-size: 200%;
|
||||
}
|
||||
|
||||
.motdcontent {
|
||||
}
|
||||
|
||||
.motdheader {
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.notice {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-bottom: 25px;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.sponsor {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.subheading {
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
.torrentdescription {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.torrentlinks {
|
||||
text-align: right;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
#bwbar {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 30px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#copyright {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#donatebuttons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#headingbox {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
#headingtext {
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#logo {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-bottom: 30px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#motd {
|
||||
column-gap: 40px;
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
row-gap: 15px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#page {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
#signature {
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 3;
|
||||
margin-bottom: 50px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#sponsorship {
|
||||
font-weight: bold;
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#theme {
|
||||
display: grid;
|
||||
column-gap: 50px;
|
||||
grid-template-columns: auto auto auto;
|
||||
}
|
||||
|
||||
#themetoggle {
|
||||
align-self: end;
|
||||
display: flex;
|
||||
height: 25px;
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
max-height: 25px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#themetoggleimg {
|
||||
height: 15px;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#themetoggletext {
|
||||
align-content: center;
|
||||
color: #888888;
|
||||
font-size: 15px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#torrentbox {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 80%;
|
||||
}
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
BIN
html/download-light.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
492
html/index.shtml
|
@ -1,224 +1,282 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Slackware UK SeedBox</title>
|
||||
<link rel="stylesheet" href="/index.css" type="text/css">
|
||||
<link rel="shortcut icon" href="/favicons/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/favicons/site.webmanifest">
|
||||
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<?php if ($_COOKIE['theme'] == "light") { ?>
|
||||
<link rel="stylesheet" href="/light.css" type="text/css">
|
||||
<?php } else { ?>
|
||||
<link rel="stylesheet" href="/dark.css" type="text/css">
|
||||
<?php } ?>
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<meta name="author" content="Darren 'Tadgy' Austin">
|
||||
<meta name="description" content="Slackware UK seedbox service.">
|
||||
<meta name="keywords" content="Slackware,Slackware64,Slackware Linux,SlackwareUK,Slackware UK,Slackware64 UK,Slackware Linux UK,Slackware bittorrent,Slackware64 bittorrent,SlackwareUK bittorrent,Slackware UK bittorrent,SlackwareUK torrent,Slackware UK torrent,Bittorrent,Slackware torrent,Slackware64 torrent,torrent,seedbox">
|
||||
<meta name="description" content="Slackware UK SeedBox service">
|
||||
<meta name="keywords" content="Slackware UK, seedbox, bittorrent, Slackware, Slackware64, Slackware Linux, Slackware bittorrent, Slackware torrent,">
|
||||
<title>Slackware UK: SeedBox</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<p>
|
||||
<img src="/slackwareuk-seedbox.png" alt="** Slackware UK Seedbox **" title="Slackware UK Seedbox" border="0" align="center">
|
||||
</p>
|
||||
<p>
|
||||
<b>is kindly sponsored by:</b>
|
||||
<div align="center">
|
||||
<!-- <a href="http://www.file-away.co.uk/" title="File-away Limited"><img src="/fileaway.png" alt="- File-away Limited -" title="File-away Limited" border="0" align="center" hspace="50"></a> -->
|
||||
<a href="http://mailg.ukservers.com/c/eJxVjDkOwyAQAF8DJYLlLijS-B8LbGTLdhKBE5TfhzajKUdTk0fnNN8SSADplVETAGFUVqWCCmBiDETMyPfeqX2odVGeJ18TeQXag9W2uoAaCLyNeC9GZp-drfxI63W9OtM3Bst0jCH-Jy31b8d6bo_57weWfWCjGf0AmK0uIA" title="UK Servers"><img src="/ukservers.png" alt="- UK Servers -" title="UK Servers" border="0" align="center" hspace="50"></a>
|
||||
<a href="http://www.uk2.net/" title="UK2"><img src="/uk2.png" alt="- UK2 -" title="UK2" border="0" align="center" hspace="50"></a>
|
||||
</div>
|
||||
<br>
|
||||
<b>Please take a moment to visit the sponsors using the links above!</b>
|
||||
</p>
|
||||
</center>
|
||||
<hr width="90%">
|
||||
<center>
|
||||
<table width="90%" cellspacing="5">
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Access:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
The bittorrent swarms can be accessed by downloading the torrent files below or using the magnet links - a torrent client, such as <a href="https://transmissionbt.com/" title="Transmission Bittorrent Client" alt="Transmission">Transmission</a> (available on <a href="https://slackware.uk/slackbuilds.org/14.2/network/transmission/" title="Transmission on SBo" alt="SBo">SBo</a>), <a href="https://github.com/rakshasa/rtorrent/" title="rTorrent Bittorrent Client" alt="rTorrent">rTorrent</a>, (also on <a href="https://slackware.uk/slackbuilds.org/14.2/network/rtorrent/" title="rTorrent on SBo" alt="Sbo">SBo</a>) or <a href="http://bittornado.com/" title="Bittornado Bittorrent Client" alt="Bittornado">Bittornado</a> (in the Slackware <a href="http://slackware.uk/slackware/slackware64-current/extra/bittornado/" title="Bittornado in Slackware64" alt="/extra">/extra</a> directory) will be required in order to download the ISOs.<br>
|
||||
You may find it much quicker to download the ISOs via bittorrent rather than a direct download from the Slackware UK <a href="https://slackware.uk/slackware/slackware-iso/" title="Slackware UK ISO mirror" alt="ISO mirror">ISO mirror</a> - especially around release day.<br>
|
||||
Please continue to seed the ISOs once you have downloaded them - this will ensure faster downloads for everyone, and earn you Karma points in the Slackware community :)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>About bittorrent, peers & seeding:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
Bittorrent is a technology for distributing large files in a super fast and resiliant way, by allowing you to download data from multiple users (peers) in the swarm. While you are downloading the data (leaching), your bittorrent client will be uploading the portions of the file it has already downloaded to the other peers in the swarm. These peers will also be sending you the data they have which you do not. This should facilitate faster downloads since many peers are sending you data at the same time.<br>
|
||||
It is considered good practice to upload <b>at least</b> as much data as you have downloaded, but please be a good community member and leave the downloaded file(s) uploading in your torrent client for as long as you can (this is known as "seeding").<br>
|
||||
<b>Don't hit and run!</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Notice:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
All connections and transfers are logged. By accessing this service or joining the bittorrent swarm you implicitly agree to our collecting your IP address for analytics purposes. We do not collect or hold any user identifying data.<br>
|
||||
Access to this service is a privilege, not a right - abusive users will be firewalled without warning.
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Seeding requests:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
This service is primarily intended to provide a bittorrent seeding service for <a href="http://www.slackware.com/" title="Slackware Linux" alt="Slackware Linux">Slackware Linux</a> based projects. If you run a Slackware based project, or have a suggestion for a project which would benefit from having their ISOs seeded here, please message with full details.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Patronage & donations:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons:
|
||||
<table width="100%" cellpadding="5">
|
||||
<tr>
|
||||
<!-- <td align="center" valign="center">
|
||||
<a href="https://gofund.me/c1434479"><img src="/gofundme.png" alt="GoFundMe Campaign" title="GoFundMe"></a>
|
||||
</td> -->
|
||||
<td align="center" valign="center">
|
||||
<a href="https://www.patreon.com/slackwareUK"><img src="/patreon.png" alt="Patreon Page" title="Patreon"></a>
|
||||
</td>
|
||||
<td align="center" valign="center">
|
||||
<a href="https://paypal.me/DonateToSlackwareUK"><img src="/paypal.png" alt="PayPal Donation" title="PayPal"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
All <a href="https://slackware.uk/html/project_supporters.html" title="Donations" alt="Donations">donations</a> will be gratefully received - thank you
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Creditations:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
Many thanks to Firebird for the Slackware UK 'seedbox' logo!
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" valign="top" colspan="2">
|
||||
<b>Darren 'Tadgy' Austin</b><br>
|
||||
<b>Email:</b> <a href="mailto:mirrors (at) slackware.uk" title="Send email" alt="Send email">mirrors (at) slackware.uk</a><br>
|
||||
<b>IRC:</b> On <a href="http://libera.chat/" title="Libera IRC Network" alt="Libera IRC Network">Libera</a>, join #slackware.uk channel or PM 'Tadgy'
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<br>
|
||||
<center>
|
||||
<h1>Slackware Linux Torrents</h1>
|
||||
<br>
|
||||
<table width="70%" cellspacing="0" cellpadding="1" border="0" id="torrents">
|
||||
<tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware64 (x86_64 - 64bit) 15.0 (latest stable) DVD</b><br>
|
||||
This DVD includes everything but the sources.<br>
|
||||
Sources are available at: <a href="https://slackware.uk/slackware/slackware64-15.0/source/" title="Slackware sources" alt="Slackware sources">https://slackware.uk/slackware/slackware64-15.0/source/</a>.
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:ccf87debed487d8623404e93b22d2f3ff86a67b6&dn=slackware64-15.0-iso" title="slackware64-15.0-install-dvd.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware64-15.0-install-dvd.torrent" title="slackware64-15.0-install-dvd.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware (x86 - 32bit) 15.0 (latest stable) DVD</b><br>
|
||||
This DVD includes everything but the sources.<br>
|
||||
Sources are available at: <a href="https://slackware.uk/slackware/slackware-15.0/source/" title="Slackware sources" alt="Slackware sources">https://slackware.uk/slackware/slackware-15.0/source/</a>.
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:34af1437d6381e53e6099fb70b732861395b6a1a&dn=slackware-15.0-iso" title="slackware-15.0-install-dvd.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-15.0-install-dvd.torrent" title="slackware-15.0-install-dvd.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<hr width="95%">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware64 (x86_64 - 64bit) 14.2 DVD</b><br>
|
||||
This DVD includes everything but the sources (see below)
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:85922fbee6dce5e2f5491e16bcdd9e6e427ba5aa&dn=slackware64-14.2-iso" title="slackware64-14.2-install-dvd.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware64-14.2-install-dvd.torrent" title="slackware64-14.2-install-dvd.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware (x86 - 32bit) 14.2 DVD</b><br>
|
||||
This DVD includes everything but the sources (see below)
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:e7288c10b7513e9583f810a288a94c71f9e7b350&dn=slackware-14.2-iso" title="slackware-14.2-install-dvd.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-install-dvd.torrent" title="slackware-14.2-install-dvd.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware64 14.2 source code DVD</b><br>
|
||||
The complete source code tree for Slackware 14.2 x86_64 and x86
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:2f7f8e3cb15259491125cdbf2a0204c3c30e1ef2&dn=slackware-14.2-iso" title="slackware-14.2-source-dvd.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-source-dvd.torrent" title="slackware-14.2-source-dvd.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware 14.2 install CDROM disk1</b><br>
|
||||
Includes the bootable installer (including the USB and PXE installers), kernels, package sets A AP E F N Y, extra/ and testing/
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:d042db4335a8c8884da040e3ab4dc2df6c3efcea&dn=slackware-14.2-iso" title="slackware-14.2-install-d1.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-install-d1.torrent" title="slackware-14.2-install-d1.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware 14.2 install CDROM disk2</b><br>
|
||||
Includes package sets D K L T TCL, and source code
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:ab034d9f8a879bbd511f837368b9a62d3704987a&dn=slackware-14.2-iso" title="slackware-14.2-install-d2.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-install-d2.torrent" title="slackware-14.2-install-d2.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware 14.2 install CDROM disk3</b><br>
|
||||
Includes package sets X XAP XFCE, and source code
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:0059bef1699f18c8f8a89e8c73e6e94c74e9268b&dn=slackware-14.2-iso" title="slackware-14.2-install-d3.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-install-d3.torrent" title="slackware-14.2-install-d3.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware 14.2 install CDROM disk4</b><br>
|
||||
Includes the KDE package set, and source code
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:0cb15af6a59aee7e6abb3b54748b13f0366cfd14&dn=slackware-14.2-iso" title="slackware-14.2-install-d4.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-install-d4.torrent" title="slackware-14.2-install-d4.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware 14.2 install CDROM disk5</b><br>
|
||||
Includes the KDEI package set, and source code
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:e630bb59426002621b5c38d45d00cce2780fe308&dn=slackware-14.2-iso" title="slackware-14.2-install-d5.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-install-d5.torrent" title="slackware-14.2-install-d5.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware 14.2 source CDROM disk6</b><br>
|
||||
Includes source code only
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:40f9bd1b86102be97957907723fc9e1127452d7d&dn=slackware-14.2-iso" title="slackware-14.2-source-d6.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-source-d6.torrent" title="slackware-14.2-source-d6.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<center>
|
||||
<b>Seedbox server bandwidth utilisation</b><br>
|
||||
<img src="/bwbar.png" title="<!--#include virtual='/bwbar.txt' -->" alt="<!--#include virtual='/bwbar.txt' -->" border="0">
|
||||
</center>
|
||||
<div id="page">
|
||||
<div id="logo">
|
||||
<?php if ($_COOKIE['theme'] == "light") { ?>
|
||||
<a href="/" title="Slackware UK"><img src="/slackwareuk-black.png" title="Slackware UK" alt="Slackware UK Logo"></a>
|
||||
<?php } else { ?>
|
||||
<a href="/" title="Slackware UK"><img src="/slackwareuk-white.png" title="Slackware UK" alt="Slackware UK Logo"></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div id="sponsorship">
|
||||
is kindly sponsored by:
|
||||
<div class="sponsor">
|
||||
<a href="http://mailg.ukservers.com/c/eJxVjDkOwyAQAF8DJYLlLijS-B8LbGTLdhKBE5TfhzajKUdTk0fnNN8SSADplVETAGFUVqWCCmBiDETMyPfeqX2odVGeJ18TeQXag9W2uoAaCLyNeC9GZp-drfxI63W9OtM3Bst0jCH-Jy31b8d6bo_57weWfWCjGf0AmK0uIA" title="UK Servers"><img src="/ukservers.png" title="UK Servers" alt="UK Servers Logo"></a>
|
||||
</div>
|
||||
Please take a moment to visit the sponsor using the link above!
|
||||
</div>
|
||||
<hr>
|
||||
<div id="motd">
|
||||
<div class="motdheader">
|
||||
Access
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
The bittorrent swarms can be accessed by downloading the torrent files below or using the magnet links - a torrent client, such as <a href="https://apps.kde.org/ktorrent/" title="KTorrent Bittorrent Client" alt="KTorrent">KTorrent</a> (included in the kde/ set of Slackware), <a href="https://transmissionbt.com/" title="Transmission Bittorrent Client" alt="Transmission">Transmission</a> (available on <a href="https://slackbuilds.org/repository/15.0/network/transmission/" title="Transmission on SBo" alt="SBo">SBo</a>) or <a href="https://github.com/rakshasa/rtorrent/" title="rTorrent Bittorrent Client" alt="rTorrent">rTorrent</a> (also on <a href="https://slackbuilds.org/repository/15.0/network/rtorrent/" title="rTorrent on SBo" alt="Sbo">SBo</a>) will be required in order to download the ISOs.<br>
|
||||
You may find it much quicker to download the ISOs via bittorrent rather than a direct download from the Slackware UK <a href="https://slackware.uk/slackware/slackware-iso/" title="Slackware UK ISO mirror" alt="ISO mirror">ISO mirror</a> - especially around release day.<br>
|
||||
By joining the swarm your IP address <span class="bold">will</span> be exposed to other people who have joined the swarm.<br>
|
||||
Please continue to seed the ISOs once you have downloaded them - this will ensure faster downloads for everyone, and earn you Karma points in the Slackware community :)
|
||||
</div>
|
||||
<div class="motdheader">
|
||||
About bittorrent, peers & seeding
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
Bittorrent is a technology for distributing large files in a super fast and resiliant way, by allowing you to download data from multiple users (peers) in the swarm.<br>
|
||||
While you are downloading data (leaching), your bittorrent client will be uploading portions of the data it has already downloaded to the other peers in the swarm. These peers will also be sending you the data they have which you do not. This should facilitate faster downloads since many peers are sending you data at the same time.<br>
|
||||
It is considered good practice to upload <span class="bold">at least</span> as much data as you have downloaded, but please be a good community member and leave the downloadeds uploading in your torrent client for as long as you can (this is known as "seeding").<br>
|
||||
<span class="bold">Don't hit and run! :)</span>
|
||||
</div>
|
||||
<div class="motdheader">
|
||||
Notice
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
All connections and transfers are logged. By accessing this service you implicitly agree to our collecting your IP address for analytics purposes.<br>
|
||||
We do not collect or hold any user identifying data, but do set a cookie in your browser for your choice of theme.<br>
|
||||
Access to this service is a privilege, not a right - abusive users will be firewalled without warning.
|
||||
</div>
|
||||
<div class="motdheader">
|
||||
Seeding requests
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
This service is primarily intended to provide a bittorrent seeding service for <a href="http://www.slackware.com/" title="Slackware Linux" alt="Slackware Linux">Slackware Linux</a> based projects. If you run a Slackware based project, or have a suggestion for a project which would benefit from having their ISOs seeded here, please message with full details.
|
||||
</div>
|
||||
<div class="motdheader">
|
||||
Patronage & Donations
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons:
|
||||
<div id="donatebuttons">
|
||||
<?php if ($_COOKIE['theme'] == "light") { ?>
|
||||
<a class="donatebutton" href="https://www.patreon.com/slackwareUK" title="Patreon"><img src="/patreon-black.png" title="Patreon" alt="Patreon Logo"></a>
|
||||
<a class="donatebutton" href="https://paypal.me/DonateToSlackwareUK" title="PayPal"><img src="/paypal-black.png" title="PayPal" alt="PayPal Logo"></a>
|
||||
<?php } else { ?>
|
||||
<a class="donatebutton" href="https://www.patreon.com/slackwareUK" title="Patreon"><img src="/patreon-white.png" title="Patreon" alt="Patreon Logo"></a>
|
||||
<a class="donatebutton" href="https://paypal.me/DonateToSlackwareUK" title="PayPal"><img src="/paypal-white.png" title="PayPal" alt="PayPal Logo"></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
All <a href="//slackware.uk/html/donors.php" title="Donors">donations</a> will be gratefully received - thank you!
|
||||
</div>
|
||||
<div id="signature">
|
||||
--<br>
|
||||
<div class="bold">Darren 'Tadgy' Austin</div>
|
||||
<span class="bold">Email:</span> <a href="mailto:mirrors (at) slackware.uk" title="Send email">mirrors (at) slackware.uk</a><br>
|
||||
<span class="bold">IRC:</span> On <a href="http://libera.chat/" title="Libera.Chat IRC Network">Libera.Chat</a>, join #slackware.uk channel or PM 'Tadgy'
|
||||
</div>
|
||||
</div>
|
||||
<div id="theme">
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div class="box boxmargins" id="themetoggle">
|
||||
<span id="themetoggletext">Toggle theme:</span><a href="/toggletheme.php" title="Toggle Theme"><img id="themetoggleimg" src="/toggletheme.png" title="Toggle Theme" alt="Toggle Theme Button"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box boxmargins" id="headingbox">
|
||||
<div id="headingtext">
|
||||
<span class="heading bold">Slackware Linux Torrents</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box boxmargins boxpadding" id="torrentbox">
|
||||
<table>
|
||||
<tr>
|
||||
<td class="torrentdescription">
|
||||
<span class="bold">Slackware64 (x86_64 - 64bit) 15.0 (latest stable) DVD</span><br>
|
||||
This DVD includes everything but the sources.<br>
|
||||
Sources are available at: <a href="https://slackware.uk/slackware/slackware64-15.0/source/" title="Slackware sources" alt="Slackware UK">//slackware.uk/slackware/slackware64-15.0/source/</a>.
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="magnet:?xt=urn:btih:ccf87debed487d8623404e93b22d2f3ff86a67b6&dn=slackware64-15.0-iso" title="slackware64-15.0-install-dvd.iso Magnet Link">
|
||||
<img src="<?php if ($_COOKIE['theme'] == "light") { print ("/magnet-dark.png"); } else { print ("/magnet-light.png"); } ?>" title="Magnet Link"
|
||||
alt="Magnet Link"></img></a>
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="/torrents/slackware64-15.0-install-dvd.torrent" title="slackware64-15.0-install-dvd.torrent Torrent File">
|
||||
<img src="<?php if ($_COOKIE['theme'] == "light") { print ("/download-dark.png"); } else { print ("/download-light.png"); } ?>" title="Torrent File"
|
||||
alt="Torrent File"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="torrentdescription">
|
||||
<span class="bold">Slackware (x86 - 32bit) 15.0 (latest stable) DVD</span><br>
|
||||
This DVD includes everything but the sources.<br>
|
||||
Sources are available at: <a href="https://slackware.uk/slackware/slackware-15.0/source/" title="Slackware sources" alt="Slackware sources">https://slackware.uk/slackware/slackware-15.0/source/</a>.
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="magnet:?xt=urn:btih:34af1437d6381e53e6099fb70b732861395b6a1a&dn=slackware-15.0-iso" title="slackware-15.0-install-dvd.iso Magnet Link"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/magnet-dark.png"); } else { print ("/magnet-light.png"); } ?>" title="Magnet Link" alt="Magnet Link"></img></a>
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="/torrents/slackware-15.0-install-dvd.torrent" title="slackware-15.0-install-dvd.torrent Torrent File" alt="Torrent File"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/download-dark.png"); } else { print ("/download-light.png"); } ?>" title="Torrent File" alt="Torrent File"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<hr>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="torrentdescription">
|
||||
<span class="bold">Slackware64 (x86_64 - 64bit) 14.2 DVD</span><br>
|
||||
This DVD includes everything but the sources (see below)
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="magnet:?xt=urn:btih:85922fbee6dce5e2f5491e16bcdd9e6e427ba5aa&dn=slackware64-14.2-iso" title="slackware64-14.2-install-dvd.iso Magnet Link"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/magnet-dark.png"); } else { print ("/magnet-light.png"); } ?>" title="Magnet Link" alt="Magnet Link"></img></a>
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="/torrents/slackware64-14.2-install-dvd.torrent" title="slackware64-14.2-install-dvd.torrent Torrent File"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/download-dark.png"); } else { print ("/download-light.png"); } ?>" title="Torrent File" alt="Torrent File"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="torrentdescription">
|
||||
<span class="bold">Slackware (x86 - 32bit) 14.2 DVD</span><br>
|
||||
This DVD includes everything but the sources (see below)
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="magnet:?xt=urn:btih:e7288c10b7513e9583f810a288a94c71f9e7b350&dn=slackware-14.2-iso" title="slackware-14.2-install-dvd.iso Magnet Link"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/magnet-dark.png"); } else { print ("/magnet-light.png"); } ?>" title="Magnet Link" alt="Magnet Link"></img></a>
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="/torrents/slackware-14.2-install-dvd.torrent" title="slackware-14.2-install-dvd.torrent Torrent File" alt="Torrent File"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/download-dark.png"); } else { print ("/download-light.png"); } ?>" title="Torrent File" alt="Torrent File"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="torrentdescription">
|
||||
<span class="bold">Slackware64 (x86_64 - 64bit) 14.2 source code DVD</span><br>
|
||||
The complete source code tree for Slackware 14.2 x86_64 and x86
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="magnet:?xt=urn:btih:2f7f8e3cb15259491125cdbf2a0204c3c30e1ef2&dn=slackware-14.2-iso" title="slackware-14.2-source-dvd.iso Magnet Link"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/magnet-dark.png"); } else { print ("/magnet-light.png"); } ?>" title="Magnet Link" alt="Magnet Link"></img></a>
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="/torrents/slackware-14.2-source-dvd.torrent" title="slackware-14.2-source-dvd.torrent Torrent File"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/download-dark.png"); } else { print ("/download-light.png"); } ?>" title="Torrent File" alt="Torrent File"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="torrentdescription">
|
||||
<span class="bold">Slackware 14.2 (x86 - 32bit) install CDROM disk1</span><br>
|
||||
Includes the bootable installer (including the USB and PXE installers), kernels, package sets A AP E F N Y, extra and testing
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="magnet:?xt=urn:btih:d042db4335a8c8884da040e3ab4dc2df6c3efcea&dn=slackware-14.2-iso" title="slackware-14.2-install-d1.iso Magnet Link"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/magnet-dark.png"); } else { print ("/magnet-light.png"); } ?>" title="Magnet Link" alt="Magnet Link"></img></a>
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="/torrents/slackware-14.2-install-d1.torrent" title="slackware-14.2-install-d1.torrent Torrent File"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/download-dark.png"); } else { print ("/download-light.png"); } ?>" title="Torrent File" alt="Torrent File"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="torrentdescription">
|
||||
<span class="bold">Slackware 14.2 (x86 - 32bit) install CDROM disk2</span><br>
|
||||
Includes package sets D K L T TCL, and source code
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="magnet:?xt=urn:btih:ab034d9f8a879bbd511f837368b9a62d3704987a&dn=slackware-14.2-iso" title="slackware-14.2-install-d2.iso Magnet Link"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/magnet-dark.png"); } else { print ("/magnet-light.png"); } ?>" title="Magnet Link" alt="Magnet Link"></img></a>
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="/torrents/slackware-14.2-install-d2.torrent" title="slackware-14.2-install-d2.torrent Torrent File"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/download-dark.png"); } else { print ("/download-light.png"); } ?>" title="Torrent File" alt="Torrent File"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="torrentdescription">
|
||||
<span class="bold">Slackware 14.2 (x86 - 32bit) install CDROM disk3</span><br>
|
||||
Includes package sets X XAP XFCE, and source code
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="magnet:?xt=urn:btih:0059bef1699f18c8f8a89e8c73e6e94c74e9268b&dn=slackware-14.2-iso" title="slackware-14.2-install-d3.iso Magnet Link"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/magnet-dark.png"); } else { print ("/magnet-light.png"); } ?>" title="Magnet Link" alt="Magnet Link"></img></a>
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="/torrents/slackware-14.2-install-d3.torrent" title="slackware-14.2-install-d3.torrent Torrent File"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/download-dark.png"); } else { print ("/download-light.png"); } ?>" title="Torrent File" alt="Torrent File"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="torrentdescription">
|
||||
<span class="bold">Slackware 14.2 (x86 - 32bit) install CDROM disk4</span><br>
|
||||
Includes the KDE package set, and source code
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="magnet:?xt=urn:btih:0cb15af6a59aee7e6abb3b54748b13f0366cfd14&dn=slackware-14.2-iso" title="slackware-14.2-install-d4.iso Magnet Link"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/magnet-dark.png"); } else { print ("/magnet-light.png"); } ?>" title="Magnet Link" alt="Magnet Link"></img></a>
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="/torrents/slackware-14.2-install-d4.torrent" title="slackware-14.2-install-d4.torrent Torrent File"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/download-dark.png"); } else { print ("/download-light.png"); } ?>" title="Torrent File" alt="Torrent File"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="torrentdescription">
|
||||
<span class="bold">Slackware 14.2 (x86 - 32bit) install CDROM disk5</span><br>
|
||||
Includes the KDEI package set, and source code
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="magnet:?xt=urn:btih:e630bb59426002621b5c38d45d00cce2780fe308&dn=slackware-14.2-iso" title="slackware-14.2-install-d5.iso Magnet Link"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/magnet-dark.png"); } else { print ("/magnet-light.png"); } ?>" title="Magnet Link" alt="Magnet Link"></img></a>
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="/torrents/slackware-14.2-install-d5.torrent" title="slackware-14.2-install-d5.torrent Torrent File"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/download-dark.png"); } else { print ("/download-light.png"); } ?>" title="Torrent File" alt="Torrent File"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="torrentdescription">
|
||||
<span class="bold">Slackware 14.2 (x86 - 32bit) source CDROM disk6</span><br>
|
||||
Includes source code only
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="magnet:?xt=urn:btih:40f9bd1b86102be97957907723fc9e1127452d7d&dn=slackware-14.2-iso" title="slackware-14.2-source-d6.iso Magnet Link"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/magnet-dark.png"); } else { print ("/magnet-light.png"); } ?>" title="Magnet Link" alt="Magnet Link"></img></a>
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="/torrents/slackware-14.2-source-d6.torrent" title="slackware-14.2-source-d6.torrent Torrent File"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/download-dark.png"); } else { print ("/download-light.png"); } ?>" title="Torrent File" alt="Torrent File"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br><br><br>
|
||||
<div class="box boxmargins" id="headingbox">
|
||||
<div id="headingtext">
|
||||
<span class="heading bold">Slint Torrents</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box boxmargins boxpadding" id="torrentbox">
|
||||
<table>
|
||||
<tr>
|
||||
<td class="torrentdescription">
|
||||
<span class="bold">Slint64 (x86_64 - 64bit) 15.0-5 DVD</span><br>
|
||||
This DVD includes everything but the sources
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="magnet:?xt=urn:btih:4FDKQYCOMGT2GDXIYR64K55D2GZFMH5H&dn=slint64-15.0-5-iso&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce" title="slint64-15.0-5-iso Magnet Link"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/magnet-dark.png"); } else { print ("/magnet-light.png"); } ?>" title="Magnet Link" alt="Magnet Link"></img></a>
|
||||
</td>
|
||||
<td class="torrentlinks">
|
||||
<a href="/torrents/slint64-15.0-5-iso.torrent" title="slint64-15.0-5-iso.torrent Torrent File"><img src="<?php if ($_COOKIE['theme'] == "light") { print ("/download-dark.png"); } else { print ("/download-light.png"); } ?>" title="Torrent File" alt="Torrent File"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="bwbar">
|
||||
<span class="bold">SeedBox server bandwidth utilisation</span><br>
|
||||
<?php if ($_COOKIE['theme'] == "light") { ?>
|
||||
<img src="/bwbar-light.png" title="<!--#include virtual='/bwbar.txt' -->" alt="Bandwidth graph measuring <!--#include virtual='/bwbar.txt' -->">
|
||||
<?php } else { ?>
|
||||
<img src="/bwbar-dark.png" title="<!--#include virtual='/bwbar.txt' -->" alt="Bandwidth graph measuring <!--#include virtual='/bwbar.txt' -->">
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div id="copyright">
|
||||
Slackware UK logo, design and code © Darren 'Tadgy' Austin
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,198 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Slackware UK SeedBox</title>
|
||||
<link rel="stylesheet" href="/index.css" type="text/css">
|
||||
<link rel="shortcut icon" href="/favicons/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/favicons/site.webmanifest">
|
||||
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="author" content="Darren 'Tadgy' Austin">
|
||||
<meta name="description" content="Slackware UK seedbox service.">
|
||||
<meta name="keywords" content="Slackware,Slackware64,Slackware Linux,SlackwareUK,Slackware UK,Slackware64 UK,Slackware Linux UK,Slackware bittorrent,Slackware64 bittorrent,SlackwareUK bittorrent,Slackware UK bittorrent,SlackwareUK torrent,Slackware UK torrent,Bittorrent,Slackware torrent,Slackware64 torrent,torrent,seedbox">
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<p>
|
||||
<img src="/slackwareuk-seedbox.png" alt="** Slackware UK Seedbox **" title="Slackware UK Seedbox" border="0" align="center">
|
||||
</p>
|
||||
<p>
|
||||
<b>is kindly sponsored by:</b>
|
||||
<div align="center">
|
||||
<a href="http://www.file-away.co.uk/" title="File-away Limited"><img src="/fileaway.png" alt="- File-away Limited -" title="File-away Limited" border="0" align="center" hspace="50"></a>
|
||||
<a href="http://www.uk2.net/" title="UK2"><img src="/uk2.png" alt="- UK2 -" title="UK2" border="0" align="center" hspace="50"></a>
|
||||
</div>
|
||||
<br>
|
||||
<b>Please take a moment to visit the sponsors using the links above!</b>
|
||||
</p>
|
||||
</center>
|
||||
<hr width="90%">
|
||||
<center>
|
||||
<table width="90%" cellspacing="5">
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Access:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
The bittorrent swarms can be accessed by downloading the torrent files below or using the magnet links - a torrent client, such as <a href="https://transmissionbt.com/" title="Transmission Bittorrent Client" alt="Transmission">Transmission</a> (available on <a href="https://slackware.uk/slackbuilds.org/14.2/network/transmission/" title="Transmission on SBo" alt="SBo">SBo</a>), <a href="https://github.com/rakshasa/rtorrent/" title="rTorrent Bittorrent Client" alt="rTorrent">rTorrent</a>, (also on <a href="https://slackware.uk/slackbuilds.org/14.2/network/rtorrent/" title="rTorrent on SBo" alt="Sbo">SBo</a>) or <a href="http://bittornado.com/" title="Bittornado Bittorrent Client" alt="Bittornado">Bittornado</a> (in the Slackware <a href="http://slackware.uk/slackware/slackware64-current/extra/bittornado/" title="Bittornado in Slackware64" alt="/extra">/extra</a> directory) will be required in order to download the ISOs.<br>
|
||||
You may find it much quicker to download the ISOs via bittorrent rather than a direct download from the Slackware UK <a href="https://slackware.uk/slackware/slackware-iso/" title="Slackware UK ISO mirror" alt="ISO mirror">ISO mirror</a> - especially around release day.<br>
|
||||
Please continue to seed the ISOs once you have downloaded them - this will ensure faster downloads for everyone, and earn you Karma points in the Slackware community :)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>About bittorrent, peers & seeding:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
Bittorrent is a technology for distributing large files in a super fast and resiliant way, by allowing you to download data from multiple users (peers) in the swarm. While you are downloading the data (leaching), your bittorrent client will be uploading the portions of the file it has already downloaded to the other peers in the swarm. These peers will also be sending you the data they have which you do not. This should facilitate faster downloads since many peers are sending you data at the same time.<br>
|
||||
It is considered good practice to upload <b>at least</b> as much data as you have downloaded, but please be a good community member and leave the downloaded file(s) uploading in your torrent client for as long as you can (this is known as "seeding").<br>
|
||||
<b>Don't hit and run!</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Notice:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
All connections and transfers are logged. By accessing this service or joining the bittorrent swarm you implicitly agree to our collecting your IP address for analytics purposes. We do not collect or hold any user identifying data.<br>
|
||||
Access to this service is a privilege, not a right - abusive users will be firewalled without warning.
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Seeding requests:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
This service is primarily intended to provide a bittorrent seeding service for <a href="http://www.slackware.com/" title="Slackware Linux" alt="Slackware Linux">Slackware Linux</a> based projects. If you run a Slackware based project, or have a suggestion for a project which would benefit from having their ISOs seeded here, please message with full details.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Patronage & donations:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons:
|
||||
<table width="100%" cellpadding="5">
|
||||
<tr>
|
||||
<td align="center" valign="center">
|
||||
<a href="https://gofund.me/c1434479"><img src="/gofundme.png" alt="GoFundMe Campaign" title="GoFundMe"></a>
|
||||
</td>
|
||||
<td align="center" valign="center">
|
||||
<a href="https://www.patreon.com/slackwareUK"><img src="/patreon.png" alt="Patreon Page" title="Patreon"></a>
|
||||
</td>
|
||||
<td align="center" valign="center">
|
||||
<a href="https://paypal.me/DonateToSlackwareUK"><img src="/paypal.png" alt="PayPal Donation" title="PayPal"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
All <a href="https://slackware.uk/html/project_supporters.html" title="Donations" alt="Donations">donations</a> will be gratefully received - thank you
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Creditations:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
Many thanks to Firebird for the Slackware UK 'seedbox' logo!
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" valign="top" colspan="2">
|
||||
<b>Darren 'Tadgy' Austin</b><br>
|
||||
<b>Email:</b> <a href="mailto:mirrors (at) slackware.uk" title="Send email" alt="Send email">mirrors (at) slackware.uk</a><br>
|
||||
<b>IRC:</b> On <a href="http://libera.chat/" title="Libera IRC Network" alt="Libera IRC Network">Libera</a>, join #slackware.uk channel or PM 'Tadgy'
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<br>
|
||||
<center>
|
||||
<h1>Slackware Linux Torrents</h1>
|
||||
<br>
|
||||
<table width="70%" cellspacing="0" cellpadding="1" border="0" id="torrents">
|
||||
<tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware64 (x86_64 - 64bit) 14.2 (latest stable) DVD</b><br>
|
||||
This DVD includes everything but the sources (see below)
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:85922fbee6dce5e2f5491e16bcdd9e6e427ba5aa&dn=slackware64-14.2-iso" title="slackware64-14.2-install-dvd.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware64-14.2-install-dvd.torrent" title="slackware64-14.2-install-dvd.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware (x86 - 32bit) 14.2 (latest stable) DVD</b><br>
|
||||
This DVD includes everything but the sources (see below)
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:e7288c10b7513e9583f810a288a94c71f9e7b350&dn=slackware-14.2-iso" title="slackware-14.2-install-dvd.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-install-dvd.torrent" title="slackware-14.2-install-dvd.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware64 14.2 (latest stable) source code DVD</b><br>
|
||||
The complete source code tree for Slackware 14.2 x86_64 and x86
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:2f7f8e3cb15259491125cdbf2a0204c3c30e1ef2&dn=slackware-14.2-iso" title="slackware-14.2-source-dvd.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-source-dvd.torrent" title="slackware-14.2-source-dvd.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware 14.2 (latest stable) install CDROM disk1</b><br>
|
||||
Includes the bootable installer (including the USB and PXE installers), kernels, package sets A AP E F N Y, extra/ and testing/
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:d042db4335a8c8884da040e3ab4dc2df6c3efcea&dn=slackware-14.2-iso" title="slackware-14.2-install-d1.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-install-d1.torrent" title="slackware-14.2-install-d1.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware 14.2 (latest stable) install CDROM disk2</b><br>
|
||||
Includes package sets D K L T TCL, and source code
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:ab034d9f8a879bbd511f837368b9a62d3704987a&dn=slackware-14.2-iso" title="slackware-14.2-install-d2.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-install-d2.torrent" title="slackware-14.2-install-d2.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware 14.2 (latest stable) install CDROM disk3</b><br>
|
||||
Includes package sets X XAP XFCE, and source code
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:0059bef1699f18c8f8a89e8c73e6e94c74e9268b&dn=slackware-14.2-iso" title="slackware-14.2-install-d3.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-install-d3.torrent" title="slackware-14.2-install-d3.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware 14.2 (latest stable) install CDROM disk4</b><br>
|
||||
Includes the KDE package set, and source code
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:0cb15af6a59aee7e6abb3b54748b13f0366cfd14&dn=slackware-14.2-iso" title="slackware-14.2-install-d4.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-install-d4.torrent" title="slackware-14.2-install-d4.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware 14.2 (latest stable) install CDROM disk5</b><br>
|
||||
Includes the KDEI package set, and source code
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:e630bb59426002621b5c38d45d00cce2780fe308&dn=slackware-14.2-iso" title="slackware-14.2-install-d5.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-install-d5.torrent" title="slackware-14.2-install-d5.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware 14.2 (latest stable) source CDROM disk6</b><br>
|
||||
Includes source code only
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:40f9bd1b86102be97957907723fc9e1127452d7d&dn=slackware-14.2-iso" title="slackware-14.2-source-d6.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-14.2-source-d6.torrent" title="slackware-14.2-source-d6.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<center>
|
||||
<b>Seedbox server bandwidth utilisation</b><br>
|
||||
<img src="/bwbar.png" title="<!--#include virtual='/bwbar.txt' -->" alt="<!--#include virtual='/bwbar.txt' -->" border="0">
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
|
@ -1,114 +1,99 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Slackware UK SeedBox</title>
|
||||
<link rel="stylesheet" href="/index.css" type="text/css">
|
||||
<link rel="shortcut icon" href="/favicons/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/favicons/site.webmanifest">
|
||||
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<?php if ($_COOKIE['theme'] == "light") { ?>
|
||||
<link rel="stylesheet" href="/light.css" type="text/css">
|
||||
<?php } else { ?>
|
||||
<link rel="stylesheet" href="/dark.css" type="text/css">
|
||||
<?php } ?>
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<meta name="author" content="Darren 'Tadgy' Austin">
|
||||
<meta name="description" content="Slackware UK seedbox service.">
|
||||
<meta name="keywords" content="Slackware,Slackware64,Slackware Linux,SlackwareUK,Slackware UK,Slackware64 UK,Slackware Linux UK,Slackware bittorrent,Slackware64 bittorrent,SlackwareUK bittorrent,Slackware UK bittorrent,SlackwareUK torrent,Slackware UK torrent,Bittorrent,Slackware torrent,Slackware64 torrent,torrent,seedbox">
|
||||
<meta name="description" content="Slackware UK SeedBox service">
|
||||
<meta name="keywords" content="Slackware UK, seedbox, bittorrent, Slackware, Slackware64, Slackware Linux, Slackware bittorrent, Slackware torrent,">
|
||||
<title>Slackware UK: SeedBox</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<p>
|
||||
<img src="/slackwareuk-seedbox.png" alt="** Slackware UK Seedbox **" title="Slackware UK Seedbox" border="0" align="center">
|
||||
</p>
|
||||
<p>
|
||||
<b>is kindly sponsored by:</b>
|
||||
<div align="center">
|
||||
<a href="http://www.file-away.co.uk/" title="File-away Limited"><img src="/fileaway.png" alt="- File-away Limited -" title="File-away Limited" border="0" align="center" hspace="50"></a>
|
||||
<a href="http://www.uk2.net/" title="UK2"><img src="/uk2.png" alt="- UK2 -" title="UK2" border="0" align="center" hspace="50"></a>
|
||||
</div>
|
||||
<br>
|
||||
<b>Please take a moment to visit the sponsors using the links above!</b>
|
||||
</p>
|
||||
</center>
|
||||
<hr width="90%">
|
||||
<center>
|
||||
<table width="90%" cellspacing="5">
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Access:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
The bittorrent swarms can be accessed by downloading the torrent files below or using the magnet links - a torrent client, such as <a href="https://transmissionbt.com/" title="Transmission Bittorrent Client" alt="Transmission">Transmission</a> (available on <a href="https://slackware.uk/slackbuilds.org/14.2/network/transmission/" title="Transmission on SBo" alt="SBo">SBo</a>), <a href="https://github.com/rakshasa/rtorrent/" title="rTorrent Bittorrent Client" alt="rTorrent">rTorrent</a>, (also on <a href="https://slackware.uk/slackbuilds.org/14.2/network/rtorrent/" title="rTorrent on SBo" alt="Sbo">SBo</a>) or <a href="http://bittornado.com/" title="Bittornado Bittorrent Client" alt="Bittornado">Bittornado</a> (in the Slackware <a href="http://slackware.uk/slackware/slackware64-current/extra/bittornado/" title="Bittornado in Slackware64" alt="/extra">/extra</a> directory) will be required in order to download the ISOs.<br>
|
||||
You may find it much quicker to download the ISOs via bittorrent rather than a direct download from the Slackware UK <a href="https://slackware.uk/slackware/slackware-iso/" title="Slackware UK ISO mirror" alt="ISO mirror">ISO mirror</a> - especially around release day.<br>
|
||||
Please continue to seed the ISOs once you have downloaded them - this will ensure faster downloads for everyone, and earn you Karma points in the Slackware community :)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>About bittorrent, peers & seeding:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
Bittorrent is a technology for distributing large files in a super fast and resiliant way, by allowing you to download data from multiple users (peers) in the swarm. While you are downloading the data (leaching), your bittorrent client will be uploading the portions of the file it has already downloaded to the other peers in the swarm. These peers will also be sending you the data they have which you do not. This should facilitate faster downloads since many peers are sending you data at the same time.<br>
|
||||
It is considered good practice to upload <b>at least</b> as much data as you have downloaded, but please be a good community member and leave the downloaded file(s) uploading in your torrent client for as long as you can (this is known as "seeding").<br>
|
||||
<b>Don't hit and run!</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Notice:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
All connections and transfers are logged. By accessing this service or joining the bittorrent swarm you implicitly agree to our collecting your IP address for analytics purposes. We do not collect or hold any user identifying data.<br>
|
||||
Access to this service is a privilege, not a right - abusive users will be firewalled without warning.
|
||||
</td>
|
||||
</tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Seeding requests:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
This service is primarily intended to provide a bittorrent seeding service for <a href="http://www.slackware.com/" title="Slackware Linux" alt="Slackware Linux">Slackware Linux</a> based projects. If you run a Slackware based project, or have a suggestion for a project which would benefit from having their ISOs seeded here, please message with full details.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Patronage & donations:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons:
|
||||
<table width="100%" cellpadding="5">
|
||||
<tr>
|
||||
<td align="center" valign="center">
|
||||
<a href="https://gofund.me/c1434479"><img src="/gofundme.png" alt="GoFundMe Campaign" title="GoFundMe"></a>
|
||||
</td>
|
||||
<td align="center" valign="center">
|
||||
<a href="https://www.patreon.com/slackwareUK"><img src="/patreon.png" alt="Patreon Page" title="Patreon"></a>
|
||||
</td>
|
||||
<td align="center" valign="center">
|
||||
<a href="https://paypal.me/DonateToSlackwareUK"><img src="/paypal.png" alt="PayPal Donation" title="PayPal"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
All <a href="https://slackware.uk/html/project_supporters.html" title="Donations" alt="Donations">donations</a> will be gratefully received - thank you
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" width="15%">
|
||||
<b>Creditations:</b>
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
Many thanks to Firebird for the Slackware UK 'seedbox' logo!
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" valign="top" colspan="2">
|
||||
<b>Darren 'Tadgy' Austin</b><br>
|
||||
<b>Email:</b> <a href="mailto:mirrors (at) slackware.uk" title="Send email" alt="Send email">mirrors (at) slackware.uk</a><br>
|
||||
<b>IRC:</b> On <a href="http://libera.chat/" title="Libera IRC Network" alt="Libera IRC Network">Libera</a>, join #slackware.uk channel or PM 'Tadgy'
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<div id="page">
|
||||
<div id="logo">
|
||||
<?php if ($_COOKIE['theme'] == "light") { ?>
|
||||
<a href="/" title="Slackware UK"><img src="/slackwareuk-black.png" title="Slackware UK" alt="Slackware UK Logo"></a>
|
||||
<?php } else { ?>
|
||||
<a href="/" title="Slackware UK"><img src="/slackwareuk-white.png" title="Slackware UK" alt="Slackware UK Logo"></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<hr>
|
||||
<div id="motd">
|
||||
<div class="motdheader">
|
||||
Access
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
The bittorrent swarms can be accessed by downloading the torrent files below or using the magnet links - a torrent client, such as <a href="https://apps.kde.org/ktorrent/" title="KTorrent Bittorrent Client" alt="KTorrent">KTorrent</a> (included in the kde/ set of Slackware), <a href="https://transmissionbt.com/" title="Transmission Bittorrent Client" alt="Transmission">Transmission</a> (available on <a href="https://slackbuilds.org/repository/15.0/network/transmission/" title="Transmission on SBo" alt="SBo">SBo</a>) or <a href="https://github.com/rakshasa/rtorrent/" title="rTorrent Bittorrent Client" alt="rTorrent">rTorrent</a> (also on <a href="https://slackbuilds.org/repository/15.0/network/rtorrent/" title="rTorrent on SBo" alt="Sbo">SBo</a>) will be required in order to download the ISOs.<br>
|
||||
You may find it much quicker to download the ISOs via bittorrent rather than a direct download from the Slackware UK <a href="https://slackware.uk/slackware/slackware-iso/" title="Slackware UK ISO mirror" alt="ISO mirror">ISO mirror</a> - especially around release day.<br>
|
||||
By joining the swarm your IP address <span class="bold">will</span> be exposed to other people who have joined the swarm.<br>
|
||||
Please continue to seed the ISOs once you have downloaded them - this will ensure faster downloads for everyone, and earn you Karma points in the Slackware community :)
|
||||
</div>
|
||||
<div class="motdheader">
|
||||
About bittorrent, peers & seeding
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
Bittorrent is a technology for distributing large files in a super fast and resiliant way, by allowing you to download data from multiple users (peers) in the swarm.<br>
|
||||
While you are downloading data (leaching), your bittorrent client will be uploading portions of the data it has already downloaded to the other peers in the swarm. These peers will also be sending you the data they have which you do not. This should facilitate faster downloads since many peers are sending you data at the same time.<br>
|
||||
It is considered good practice to upload <span class="bold">at least</span> as much data as you have downloaded, but please be a good community member and leave the downloadeds uploading in your torrent client for as long as you can (this is known as "seeding").<br>
|
||||
<span class="bold">Don't hit and run! :)</span>
|
||||
</div>
|
||||
<div class="motdheader">
|
||||
Notice
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
All connections and transfers are logged. By accessing this service you implicitly agree to our collecting your IP address for analytics purposes.<br>
|
||||
We do not collect or hold any user identifying data, but do set a cookie in your browser for your choice of theme.<br>
|
||||
Access to this service is a privilege, not a right - abusive users will be firewalled without warning.
|
||||
</div>
|
||||
<div class="motdheader">
|
||||
Seeding requests
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
This service is primarily intended to provide a bittorrent seeding service for <a href="http://www.slackware.com/" title="Slackware Linux" alt="Slackware Linux">Slackware Linux</a> based projects. If you run a Slackware based project, or have a suggestion for a project which would benefit from having their ISOs seeded here, please message with full details.
|
||||
</div>
|
||||
<div class="motdheader">
|
||||
Patronage & Donations
|
||||
</div>
|
||||
<div class="motdcontent">
|
||||
If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons:
|
||||
<div id="donatebuttons">
|
||||
<?php if ($_COOKIE['theme'] == "light") { ?>
|
||||
<a class="donatebutton" href="https://www.patreon.com/slackwareUK" title="Patreon"><img src="/html/patreon-black.png" title="Patreon" alt="Patreon Logo"></a>
|
||||
<a class="donatebutton" href="https://paypal.me/DonateToSlackwareUK" title="PayPal"><img src="/html/paypal-black.png" title="PayPal" alt="PayPal Logo"></a>
|
||||
<?php } else { ?>
|
||||
<a class="donatebutton" href="https://www.patreon.com/slackwareUK" title="Patreon"><img src="/html/patreon-white.png" title="Patreon" alt="Patreon Logo"></a>
|
||||
<a class="donatebutton" href="https://paypal.me/DonateToSlackwareUK" title="PayPal"><img src="/html/paypal-white.png" title="PayPal" alt="PayPal Logo"></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
All <a href="/html/donors.php" title="Donors">donations</a> will be gratefully received - thank you!
|
||||
</div>
|
||||
<div id="signature">
|
||||
--<br>
|
||||
<div class="bold">Darren 'Tadgy' Austin</div>
|
||||
<span class="bold">Email:</span> <a href="mailto:mirrors (at) slackware.uk" title="Send email">mirrors (at) slackware.uk</a><br>
|
||||
<span class="bold">IRC:</span> On <a href="http://libera.chat/" title="Libera.Chat IRC Network">Libera.Chat</a>, join #slackware.uk channel or PM 'Tadgy'
|
||||
</div>
|
||||
</div>
|
||||
<div id="theme">
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div class="box boxmargins" id="themetoggle">
|
||||
<span id="themetoggletext">Toggle theme:</span><a href="/toggletheme.php" title="Toggle Theme"><img id="themetoggleimg" src="/toggletheme.png" title="Toggle Theme" alt="Toggle Theme Button"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box boxmargins" id="headingbox">
|
||||
<div id="headingtext">
|
||||
<span class="heading bold">Slackware Linux Torrents</span><br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
<center>
|
||||
<h1>Slackware Linux Torrents</h1>
|
||||
|
@ -134,7 +119,11 @@
|
|||
<a href="magnet:?xt=urn:btih:34af1437d6381e53e6099fb70b732861395b6a1a&dn=slackware-15.0-iso" title="slackware-15.0-install-dvd.iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slackware-15.0-install-dvd.torrent" title="slackware-15.0-install-dvd.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
<hr width="95%">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<hr width="95%">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slackware64 (x86_64 - 64bit) 14.2 DVD</b><br>
|
||||
|
@ -210,6 +199,20 @@
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<h1>Slint Torrents</h1>
|
||||
<br>
|
||||
<table width="70%" cellspacing="0" cellpadding="1" border="0" id="torrents">
|
||||
<tr>
|
||||
<td align="left" valign="top">
|
||||
<b>Slint64 (x86_64 - 64bit) 15.0-5 DVD</b><br>
|
||||
This DVD includes everything but the sources
|
||||
</td>
|
||||
<td align="center" valign="center" width="60">
|
||||
<a href="magnet:?xt=urn:btih:4FDKQYCOMGT2GDXIYR64K55D2GZFMH5H&dn=slint64-15.0-5-iso&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce" title="slint64-15.0-5-iso Magnet Link" alt="Magnet Link"><img src="/magnet-icon.png" alt="Magnet Link"></a> <a href="/torrents/slint64-15.0-5-iso.torrent" title="slint64-15.0-5-iso.torrent Torrent File" alt="Torrent File"><img src="/download-icon.png" alt="Torrent File"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<center>
|
||||
<b>Seedbox server bandwidth utilisation</b><br>
|
231
html/light.css
Normal file
|
@ -0,0 +1,231 @@
|
|||
a:link {
|
||||
color: #2c199c;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #943cc3;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #ffffff;
|
||||
background-image: url("/circuit-light.png");
|
||||
color: #000000;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
hr {
|
||||
background-color: #070707;
|
||||
border: 0;
|
||||
color: #070707;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
table {
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
margin-top: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table, td {
|
||||
border: 0;
|
||||
color: #070707;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
td {
|
||||
padding-bottom: 5px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.box {
|
||||
background: #f0f0f0;
|
||||
border: 2px solid #070707;
|
||||
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.boxmargins {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.boxpadding {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.donatebutton {
|
||||
margin-left: 100px;
|
||||
margin-right: 100px;
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-size: 200%;
|
||||
}
|
||||
|
||||
.motdcontent {
|
||||
}
|
||||
|
||||
.motdheader {
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.notice {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-bottom: 25px;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.sponsor {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.subheading {
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
.torrentdescription {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.torrentlinks {
|
||||
text-align: right;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
#bwbar {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 30px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#copyright {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#donatebuttons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#headingbox {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
#headingtext {
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#logo {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-bottom: 30px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#motd {
|
||||
column-gap: 40px;
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
row-gap: 15px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#page {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
#signature {
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 3;
|
||||
margin-bottom: 50px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#sponsorship {
|
||||
font-weight: bold;
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#theme {
|
||||
display: grid;
|
||||
column-gap: 50px;
|
||||
grid-template-columns: auto auto auto;
|
||||
}
|
||||
|
||||
#themetoggle {
|
||||
align-self: end;
|
||||
display: flex;
|
||||
height: 25px;
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
max-height: 25px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#themetoggleimg {
|
||||
height: 15px;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#themetoggletext {
|
||||
align-content: center;
|
||||
color: #000000;
|
||||
font-size: 15px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#torrentbox {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 80%;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
html/magnet-light.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
BIN
html/patreon-white.png
Normal file
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
BIN
html/paypal-white.png
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
BIN
html/slackwareuk-white.png
Normal file
After Width: | Height: | Size: 17 KiB |
20
html/toggletheme.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
$cookie_data = array(
|
||||
"expires" => mktime (23, 59, 59, 12, 31, 2069),
|
||||
"domain" => ".slackware.uk",
|
||||
"path" => "/",
|
||||
"httponly" => true,
|
||||
"samesite" => "Lax"
|
||||
);
|
||||
if ($_COOKIE['theme'] != "light") {
|
||||
$theme = "light";
|
||||
} else {
|
||||
$theme = "dark";
|
||||
}
|
||||
setcookie ("theme", $theme, $cookie_data);
|
||||
if (isset ($_SERVER['HTTP_REFERER'])) {
|
||||
header ("Location: " . $_SERVER['HTTP_REFERER'], true, 302);
|
||||
} else {
|
||||
header ("Location: /", true, 302);
|
||||
}
|
||||
?>
|
BIN
html/toggletheme.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
html/torrents/slint64-15.0-5-iso.torrent
Normal file
BIN
html/uk2.png
Before Width: | Height: | Size: 7.8 KiB |