<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Torrent Invites - Get your free bittorrent tracker invitations! - Site Tutorials</title>
		<link>http://www.torrent-invites.com/</link>
		<description>All new member guides and tutorials</description>
		<language>en</language>
		<lastBuildDate>Wed, 22 May 2013 20:09:03 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.torrent-invites.com/digitalvb/torrinv/misc/rss.png</url>
			<title>Torrent Invites - Get your free bittorrent tracker invitations! - Site Tutorials</title>
			<link>http://www.torrent-invites.com/</link>
		</image>
		<item>
			<title><![CDATA[mirc log when you're mentioned]]></title>
			<link>http://www.torrent-invites.com/site-tutorials/246083-mirc-log-when-youre-mentioned.html</link>
			<pubDate>Tue, 21 May 2013 11:33:19 GMT</pubDate>
			<description>In mirc you can highlight when your name or a keyword was used but i like to have a backlog of it so for that reason i wrote this script that i...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div><!-- google_ad_section_start -->In mirc you can highlight when your name or a keyword was used but i like to have a backlog of it so for that reason i wrote this script that i combine with normal highlighting .the script creates a new window @<a href="http://www.torrent-invites.com/members/log.html" target="_blank">log</a> and the output will look something like this<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> &lt;[21/05/2013] [12:44] +graphic @ #Torrent-Invites&gt; hello Kevin GPaX duketom</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --> edit/remove/add the keywords to log on additional keywords<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">on *:text:*:#:{&nbsp; var %x $me keyword1 keyword2 <br />
&nbsp; var %y $numtok(%x,32)<br />
&nbsp; while %y {<br />
&nbsp; &nbsp; if $wildtok($strip($1-),$token($+(*,%x,*),%y,32),1,32) {<br />
&nbsp; &nbsp; &nbsp; $iif(!$window @<a href="http://www.torrent-invites.com/members/log.html" target="_blank">log</a>),window -ak0 @<a href="http://www.torrent-invites.com/members/log.html" target="_blank">log</a>)<br />
&nbsp; &nbsp; &nbsp; echo -t @<a href="http://www.torrent-invites.com/members/log.html" target="_blank">log</a> &lt; $+ [[ $+ $date $+ ]] $timestamp&nbsp; $nick(#,$nick).pnick @ $chan $+ &gt; $1-<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; dec %y<br />
&nbsp; }<br />
&nbsp; }</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><!-- google_ad_section_end --></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.torrent-invites.com/site-tutorials/">Site Tutorials</category>
			<dc:creator>duketom</dc:creator>
			<guid isPermaLink="true">http://www.torrent-invites.com/site-tutorials/246083-mirc-log-when-youre-mentioned.html</guid>
		</item>
		<item>
			<title>HOWTO re enable tinc in the main channel</title>
			<link>http://www.torrent-invites.com/site-tutorials/245683-howto-re-enable-tinc-main-channel.html</link>
			<pubDate>Fri, 17 May 2013 15:25:19 GMT</pubDate>
			<description>For  its good reasons outdoors30 removed tinc from the main channel .i do not criticize this decision nor do i intent to undermine it. if an admin...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div><!-- google_ad_section_start -->For  its good reasons outdoors30 removed tinc from the main channel .i do not criticize this decision nor do i intent to undermine it. if an admin thinks this is defiant to them (it is not ) i'll take it down just pm me.<br />
But me personally find this annoying because i tend to use tab to autocomplete usernames therefore i created this alias . so you can use <font color="#696969"><i>/tinc username </i></font>in the main channel<br />
(the output is still shown in #Tinfo)<br />
<br />
So how to do this ?<br />
<font size="3"><u>for mirc</u> </font><br />
press alt+r go to aliases and add the following line<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">/tinc /join #Tinfo |&nbsp; /msg #Tinfo !tinc $$1</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><font size="3"><u>for xchat</u></font><br />
Settings -&gt; Advanced -&gt; User Commands<br />
Use the 'Add New' button to create a new User Command (alias).<br />
for name you choose <!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">tinc</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --> and the command rule should be<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> join #Tinfo</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Use the 'Add New' button again to create a new User Command (alias).<br />
for name you choose <!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">tinc</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --> and the command rule should be<br />
 <!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> msg #Tinfo !tinc %2</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><font color="Silver"><br />
<br />
<font size="1"><font color="red">---------- Post added at 05:25 PM ---------- Previous post was at 02:03 PM ----------</font></font><br />
<br />
</font>for other clients just leave a message or post the solution here<!-- google_ad_section_end --></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.torrent-invites.com/site-tutorials/">Site Tutorials</category>
			<dc:creator>duketom</dc:creator>
			<guid isPermaLink="true">http://www.torrent-invites.com/site-tutorials/245683-howto-re-enable-tinc-main-channel.html</guid>
		</item>
		<item>
			<title>How to set up Auto-DL irssi to connect to ZNC.</title>
			<link>http://www.torrent-invites.com/site-tutorials/243589-how-set-up-auto-dl-irssi-connect-znc.html</link>
			<pubDate>Thu, 25 Apr 2013 04:50:48 GMT</pubDate>
			<description>How to have irrsi connect to ZNC multiple times.  
This on Ubuntu 12.04 LTS and assumes you have ZNC and irssi-autodl installed and working already. ...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div><!-- google_ad_section_start -->How to have irrsi connect to ZNC multiple times. <br />
This on Ubuntu 12.04 LTS and assumes you have ZNC and irssi-autodl installed and working already. <br />
<br />
A. Change the irc server names in autodl to the fake host name you will be using in the next steps. This is not required, but if you don't you will receive a duplicate error message in irssi. It doesn't hurt anything though. <br />
<br />
    1. Change the server name in the autodl rutorrent plugin: <br />
    <br />
    <a href="http://image.torrent-invites.com/view.php?filename=4061._rutorrent_autodl_ir.png" target="_blank"><img src="http://image.torrent-invites.com/images/4061._rutorrent_autodl_ir.png" border="0" alt="" /></a><br />
    <br />
    Create a fake hostname and enter it into the server field. It can be anything you want. I just changed mine to irc.site.znc for ease of reference. <br />
    <br />
    <a href="http://image.torrent-invites.com/view.php?filename=8452._rutorrent_autodl_ir.png" target="_blank"><img src="http://image.torrent-invites.com/images/8452._rutorrent_autodl_ir.png" border="0" alt="" /></a><br />
    <br />
    2. or change the server name in the autodl.cfg<br />
    <br />
    <a href="http://image.torrent-invites.com/view.php?filename=8043._autodl_cfg.png" target="_blank"><img src="http://image.torrent-invites.com/images/8043._autodl_cfg.png" border="0" alt="" /></a><br />
    <br />
B. Change /etc/hosts you will need use sudo or root to do this<br />
<br />
    1. If znc is on the same server/pc that irssi is on, add the fake host to the end of the loop back ip 127.0.0.1:<br />
    <br />
    <!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">sudo nano /etc/hosts/</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->    <a href="http://image.torrent-invites.com/view.php?filename=4404._etc_hosts_local.png" target="_blank"><img src="http://image.torrent-invites.com/images/4404._etc_hosts_local.png" border="0" alt="" /></a> <br />
    <br />
    2. If znc is on another serever/pc that irssi is on, add the fake host to a new line with the ip of the server/pc<br />
    <br />
    <!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">sudo nano /etc/hosts/</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->    <a href="http://image.torrent-invites.com/view.php?filename=6125._etc_hosts_remote.png" target="_blank"><img src="http://image.torrent-invites.com/images/6125_tn._etc_hosts_remote_tn.jpg" border="0" alt="" /></a><br />
<br />
3. The last thing you will need to do add the fake host name to ~/.irssi/config. You will need to add a server and a new chatnet.<br />
<br />
    <!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">sudo nano ~/.irssi/config</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->    [CODE] <br />
    Add the following under the servers = (<br />
    <br />
      { address = &quot;irc.fakehost from A1/A2.znc&quot;;<br />
        chatnet = &quot;New chatnet name that wil be used later&quot;;<br />
        port = &quot;Port of ZNC server&quot;;<br />
        password = &quot;ZNCusername:ZNCPassword&quot;;<br />
        use_ssl = &quot;yes if you use ssl no if you don't&quot;;<br />
        ssl_verify = &quot;no&quot;;<br />
        autoconnect = &quot;yes&quot;;<br />
      }<br />
      <br />
    Make a new chatnet under chatnets = {<br />
    <br />
    The new chatnet name you just made = {<br />
    type = &quot;IRC&quot;;<br />
    username = &quot;ZNCusername&quot;;<br />
    password = &quot;ZNCpassword&quot;;<br />
    };<br />
    <br />
    <a href="http://image.torrent-invites.com/view.php?filename=6416._Pic.png" target="_blank"><img src="http://image.torrent-invites.com/images/6416_tn._Pic_tn.jpg" border="0" alt="" /></a><br />
<br />
<font color="#FF0000">I did not write this.... The original creator wishes not to be credited.<br />
Revamp of the tutorial coming soon.</font><!-- google_ad_section_end --></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.torrent-invites.com/site-tutorials/">Site Tutorials</category>
			<dc:creator>ECH3LON</dc:creator>
			<guid isPermaLink="true">http://www.torrent-invites.com/site-tutorials/243589-how-set-up-auto-dl-irssi-connect-znc.html</guid>
		</item>
	</channel>
</rss>
