| azureusupload guide [message #3050] |
Tue, 27 October 2009 15:36  |
|
thought id share this as many people ask me "how do i create torrents with azureus and upload them" you may want to add more yourself.
create new doc, named azureus.php copy all inside and upload to root
<?php
include("header.php");
OpenTable("Azureus Guide");
?><center>
<table class=main width=750 border=0 cellspacing=0 cellpadding=0><tr><td class=embedded>
<h2>Azureus Uploading Guide</h2>
<table width=100% border=1 cellspacing=0 cellpadding=10><tr><td class=text>
<p>This is a guide explaining how to upload torrents using the BitTorrent client Azureus.</p>
<ol>
<li>Download Azureus from here: '<a href=http://azureus.sourceforge.net/ target=_blank>Azureus</a>'.</li>
<li>Go to the preferences (Azureus->Preferences).</li>
<li>In the "Server" page change the "Incoming TCP listen port" to a non Peer-to-Peer port (6879 will work).</li>
If you have a firewall make sure this port range is open in both directions.
<li>Time to create a torrent to upload (File->Create a Torrent).</li>
<li>In the "Announce URL" put "http://YOURSITEHERE/announce.php" then click "Next".</li>
<li>Click the "Browse" button and find the file you want to share then click "Next".</li>
<li>Check to see if the right file is selected and click "Finish".</li>
<li>Voila, the torrent will be created where the file is.</li>
<li>Login to the site '<a href=/ target=_blank>http://YOURSITEHERE</a>' and go to the "Upload" section or click <a href=http://YOURSITEHERE/upload.php target=_blank>Here</a>.</li>
<li>In the "Torrent file" area click the "Browse" button and find the torrent file then click "Open".</li>
<li>In the "Torrent name" area type the name of the file if the name on the torrent is not descriptive.</li>
<li>In the "Image Box" area click the "Browse" button find the cover of the file on your desktop and upload it.</li>
<li>In the "Description" area type a thorough description of the file. Make sure the description is complete and includes all relevant information. </li>
<li>In the "Type" area choose the type of file by clicking on the pull down menu. Make sure the file is under the correct type.</li>
<li>Check over the following steps and if everything is correct click the "Upload Torrent!" button.</li>
<li>Time to seed the torrent: download the torrent off the site, click "Open"(File->Open->.torrent File), and find the downloaded torrent. You will not be able to seed the torrent created by the client because of the passkey that needs to be embedded in the torrent.</li>
<p>It will take a couple minutes for your torrent to appear in the "Browse" section. If you have any trouble following these instructions be sure to check the <a href=http://YOURSITEHERE/faq.php target=_blank>FaQ</a> section for additional tips with different clients and so forth! If you still can not seem to upload torrents ask in the forum.</p>
</td></tr></table>
</td></tr></table>
<?
?>
<table class=main width=750 border=0 cellspacing=0 cellpadding=0><tr><td class=embedded>
<h2>Rules</h2>
<table width=100% border=1 cellspacing=0 cellpadding=10><tr><td class=text>
<p>Torrents violating these rules may be deleted without notice.</p>
<ol>
<li>You must have legal rights to the file you are uploading.</li>
<li>All uploads must include a detailed description.</li>
<li>No Porn files!</li>
<li>All files must be in a legitiment format so they are functional.</li>
<li>Pre-release stuff should be labeled with an *ALPHA* or *BETA* tag.</li>
<li>Make sure not to include any serial numbers, CD keys or similar in the description (you do <b>not</b> need to edit the NFO!)..
<li>Make sure your torrents are well-seeded for at least 72 hours.</li>
</ol>
<p>If you have something interesting that somehow violate these rules, ask a mod and we might make an exception.</p>
</td></tr></table>
</td></tr></table></center>
<?
CloseTable();
include("footer.php");
?>
change SITENAMEHERE to your sitename.
if you want a block with link to it. open themes/theme/main.php
add below
OpenTable(Upload_Guides);
echo "<center><a href=\"azureus.php\">azureusGuide</a></center>\n";
CloseTable();
alernativley if you have both of these guides. you could just rearange upload Guides block with this
OpenTable(Upload Guides);
echo "<center><a href=\"utorrent.php\">utorrent</a>\n";
echo "<a href=\"azureus.php\">azureus</a></center>\n";
CloseTable();


For cheap, fast, reliable webhosting, please click here on my affiliate link!
|
|
|
| updated azureus upload guide [message #3731 is a reply to message #3050] |
Wed, 10 March 2010 19:55  |
|
updated mod
to avoid error message "You can't access this file directly" on link click, added:
if (defined('IN_PMBT'))die ("You can't include this file");
define("IN_PMBT",true);
create file azureus.php and upload it to root
<?php
if (defined('IN_PMBT'))die ("You can't include this file");
define("IN_PMBT",true);
include("header.php");
OpenTable("Azureus Guide");
?><center>
<table class=main width=750 border=0 cellspacing=0 cellpadding=0><tr><td class=embedded>
<h2>Azureus Uploading Guide</h2>
<table width=100% border=1 cellspacing=0 cellpadding=10><tr><td class=text>
<p>This is a guide explaining how to upload torrents using the BitTorrent client Azureus.</p>
<ol>
<li>Download Azureus from here: <a href=http://azureus.sourceforge.net/ target=_blank><b>"Azureus"</b></a>'.</li>
<li>Go to the preferences (Azureus->Preferences).</li>
<li>In the "Server" page change the "Incoming TCP listen port" to a non Peer-to-Peer port (6879 will work).</li>
If you have a firewall make sure this port range is open in both directions.
<li>Time to create a torrent to upload (File->Create a Torrent).</li>
<li>In the "Announce URL" put <a href=http://YOURSITEGOESHERE/announce.php target=_blank><b>"http://YOURSITEGOESHERE/announce.php"</b></a> then click "Next".</li>
<li>Click the "Browse" button and find the file you want to share then click "Next".</li>
<li>Check to see if the right file is selected and click "Finish".</li>
<li>Voila, the torrent will be created where the file is.</li>
<li>Login to the site <a href=http://YOURSITEGOESHERE target=_blank><b>"http://YOURSITEGOESHERE"</b></a> and go to the "Upload" section or click <a href=http://YOURSITEGOESHERE/upload.php target=_blank><b>Here</b></a>.</li>
<li>In the "Torrent file" area click the "Browse" button and find the torrent file then click "Open".</li>
<li>In the "Torrent name" area type the name of the file if the name on the torrent is not descriptive.</li>
<li>In the "Image Box" area click the "Browse" button find the cover of the file on your desktop and upload it.</li>
<li>In the "Description" area type a thorough description of the file. Make sure the description is complete and includes all relevant information. </li>
<li>In the "Type" area choose the type of file by clicking on the pull down menu. Make sure the file is under the correct type.</li>
<li>Check over the following steps and if everything is correct click the "Upload Torrent!" button.</li>
<li>Time to seed the torrent: download the torrent off the site, click "Open"(File->Open->.torrent File), and find the downloaded torrent. You will not be able to seed the torrent created by the client because of the passkey that needs to be embedded in the torrent.</li>
<p>It will take a couple minutes for your torrent to appear in the "Browse" section. If you have any trouble following these instructions be sure to check the <a href=http://YOURSITEGOESHERE/faq.php target=_blank><b>FaQ</b></a> section for additional tips with different clients and so forth! If you still can not seem to upload torrents ask in the forum.</p>
</td></tr></table>
</td></tr></table>
<?
?>
<table class=main width=750 border=0 cellspacing=0 cellpadding=0><tr><td class=embedded>
<h2>Rules</h2>
<table width=100% border=1 cellspacing=0 cellpadding=10><tr><td class=text>
<p>Torrents violating these rules may be deleted without notice.</p>
<ol>
<li>You must have legal rights to the file you are uploading.</li>
<li>All uploads must include a detailed description.</li>
<li>No Porn files!</li>
<li>All files must be in a legitiment format so they are functional.</li>
<li>Pre-release stuff should be labeled with an *ALPHA* or *BETA* tag.</li>
<li>Make sure not to include any serial numbers, CD keys or similar in the description (you do <b>not</b> need to edit the NFO!)..
<li>Make sure your torrents are well-seeded for at least 72 hours.</li>
</ol>
<p>If you have something interesting that somehow violate these rules, ask a mod and we might make an exception.</p>
</td></tr></table>
</td></tr></table></center>
<?
CloseTable();
include("footer.php");
?>
change YOURSITEGOESHERE with your site details ...
if you want a block with link to it, open themes/theme-name/main.php and add this code where you want the block to appear:
OpenTable(Upload_Guides);
echo "<p align=\"center\"><a href=\"azureus.php\">azureus guide</a></p>\n";
CloseTable();
example: to place the block bellow "Theme Change" block, find the code:
OpenTable('Theme Change');
echo "<p align=\"center\"><b>Theme</b></p>\n";
echo "<form id=\"acp_styles\" type=\"hidden\" method=\"post\" action=\"#\">";
echo "<p><select id=\"template_file\" name=\"theme_change\" onchange=\"if (this.options[this.selectedIndex].value != '') this.form.submit();\">".themechange()."</select></p>";
echo "<p align=\"center\"><b>Language</b></p>\n";
echo "<p><select id=\"language_file\" name=\"language_change\" onchange=\"if (this.options[this.selectedIndex].value != '') this.form.submit();\">".languagechange()."</select></p>";
echo " <input class=\"button2\" type=\"submit\" value=\"SELECT\" /></form>";
CloseTable();
and paste the code bellow it.
zAzU
|
|
|