| utorrent upload guide [message #3049] |
Tue, 27 October 2009 15:25  |
|
thought id share this as many people ask me "how do i create torrents with utorrent and upload them" you may want to add more yourself.
create new doc, named utorrent.php copy all inside and upload to root
<?php
include("header.php");
OpenTable("Utorrent Guide");
?><center>
<table class=main width=750 border=0 cellspacing=0 cellpadding=0><tr><td class=embedded>
<h2>Utorrent 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 Utorrent.</font></p>
<ol>
<li>Download Utorrent from here: '<a href=[url]http://www.utorrent.com/download.php[/url] target=_blank>Utorrent</a>'.</li>
<li>Go to the µTorrent menu > File > Create a New torrent(This opens the "Create a new .torrent" dialog box;).</li>
<li>First you will need to browse to the location of the torrent directory..</li>
<li>This will open Windows Explorer where you will want to browse to the directory where the file you want to create into a torrent is located, highlight it and click OK.</li>
<li>You will then go back to the Create new Torrent window.</li>
<li>In the "Announce URL" put "<b>[url]http://SITENAMEHERE/announce.php[/url]</b>" disable DHT and check prv box is ticked then click "Create".</li>
<li>just click on Create and Save as.</li>
<li>Windows Explorer will once again open so you can create a name for the torrent and choose where to save the torrent file.(just save it on desktop)</li>
<li>Login to the site '<a href=/ target=_blank>[url]http://SITENAMEHERE[/url]</a>' and go to the "Upload" section or click here <a href=[url]http://SITENAMEHERE/upload.php[/url] 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 "Browse nfo" area click the "Browse" button and find the nfo file then click "open".</li>
<li>In the "IMDB" area click the copy the direct link to imdb (movies only).</li>
<li>In the "Description" area type a thorough description of the file. bbcode allowed. 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, "Open".torrent File with utorrent. 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=[url]http://www.SITENAMEHERE/faq.php[/url] 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></font>
</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 7days or longer if possible.</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=\"utorrent.php\">Utorrent Guide</a></center>\n";
CloseTable();


For cheap, fast, reliable webhosting, please click here on my affiliate link!
[Updated on: Tue, 27 October 2009 15:27] Report message to a moderator
|
|
|
| updated utorrent upload guide [message #3732 is a reply to message #3049] |
Wed, 10 March 2010 20:04   |
|
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 utorrent.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("Utorrent Guide");
?><p align=\"center\">
<table class=main width=750 border=0 cellspacing=0 cellpadding=0><tr><td class=embedded>
<h2>Utorrent 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 Utorrent.</font></p>
<ol>
<li>Download Utorrent from here: <a href=http://www.utorrent.com/download.php target=_blank><b>"Utorrent"</b></a>.</li>
<li>Go to the uTorrent menu > File > Create a New torrent(This opens the "Create a new .torrent" dialog box;).</li>
<li>First you will need to browse to the location of the torrent directory..</li>
<li>This will open Windows Explorer where you will want to browse to the directory where the file you want to create into a torrent is located, highlight it and click OK.</li>
<li>You will then go back to the Create new Torrent window.</li>
<li>In the "Announce URL" put <a href=http://YOURSITEGOESHERE/announce.php target=_blank><b>"http://YOURSITEGOESHERE/announce.php"</b></a> disable DHT and check prv box is ticked then click "Create".</li>
<li>just click on Create and Save as.</li>
<li>Windows Explorer will once again open so you can create a name for the torrent and choose where to save the torrent file.(just save it on desktop)</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 "Browse nfo" area click the "Browse" button and find the nfo file then click "open".</li>
<li>In the "IMDB" area click the copy the direct link to imdb (movies only).</li>
<li>In the "Description" area type a thorough description of the file. bbcode allowed. 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, "Open".torrent File with utorrent. 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>
<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></font>
</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 7days or longer if possible.</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=\"utorrent.php\">utorrent 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
|
|
|
|