<?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>Bravo List - PMBT</title>
		<link>http://bvlist.com/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Wed, 08 Sep 2010 11:10:11 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://bvlist.com/images/styles/versionj/misc/rss.jpg</url>
			<title>Bravo List - PMBT</title>
			<link>http://bvlist.com/</link>
		</image>
		<item>
			<title>annoying pm pop up</title>
			<link>http://bvlist.com/pmbt/5318-annoying-pm-pop-up.html</link>
			<pubDate>Wed, 08 Sep 2010 00:40:39 GMT</pubDate>
			<description>was a little annoying when a user pms you and cant navigate away till you read it, well i changed this so only poped up on pm page. even that was...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>was a little annoying when a user pms you and cant navigate away till you read it, well i changed this so only poped up on pm page. even that was doing my head in, so now its simpler.<br />
<br />
<br />
open theme/****/main.php<br />
<br />
find and delete<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$has_newpm = false;<br />
$sql = &quot;SELECT id FROM &quot;.$db_prefix.&quot;_private_messages WHERE recipient = '&quot;.$user-&gt;id.&quot;' AND is_read = 'false' LIMIT 1;&quot;;<br />
$res = $db-&gt;sql_query($sql) or btsqlerror($sql);<br />
$has_newpm = ($db-&gt;sql_numrows($res) &gt; 0) ? true : false;<br />
$db-&gt;sql_freeresult($res);<br />
if ($has_newpm)<br />
{<br />
&nbsp; echo &quot;&lt;script type=\&quot;text/javascript\&quot; language=\&quot;JavaScript\&quot;&gt;&quot;;<br />
&nbsp; echo &quot;sPath = window.location.pathname;&quot;;<br />
&nbsp; echo &quot;sPage = sPath.substring(sPath.lastIndexOf('/') + 1);&quot;;<br />
&nbsp; <br />
&nbsp; echo &quot;if (sPage != \&quot;pm.php\&quot;){ var answer = confirm (\&quot;&quot;._jscriptconfirmtext.&quot;\&quot;);&quot;;<br />
&nbsp; echo &quot;if (answer) window.location=\&quot;pm.php?op=inbox\&quot;;&quot;;<br />
&nbsp; echo &quot;}&quot;;<br />
&nbsp; echo &quot;&lt;/script&gt;&quot;;<br />
<br />
}</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->find<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">// WARN things START<br />
if ($user-&gt;user) {<br />
if ($user-&gt;downloaded &gt; 0){<br />
include (&quot;./ratiowarn.php&quot;);<br />
}<br />
}</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->and add above<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$has_newpm = false;<br />
$sql = &quot;SELECT id FROM &quot;.$db_prefix.&quot;_private_messages WHERE recipient = '&quot;.$user-&gt;id.&quot;' AND is_read = 'false' LIMIT 1;&quot;;<br />
$res = $db-&gt;sql_query($sql) or btsqlerror($sql);<br />
$pmcount = $db-&gt;sql_numrows($res);<br />
$has_newpm = ($pmcount &gt; 0) ? true : false;<br />
$db-&gt;sql_freeresult($res);<br />
if ($has_newpm)<br />
{<br />
&nbsp;print(&quot;&lt;center&gt;&lt;p&gt;&lt;table border=0 cellspacing=0 cellpadding=0 bgcolor=green&gt;&lt;tr&gt;&lt;td style='padding: 10px; background: red'&gt;\n&quot;);<br />
&nbsp;print(&quot;&lt;a href=pm.php?op=inbox&gt;&lt;font color=white&gt;&lt;u&gt;You Have &lt;B&gt;&quot;.$pmcount.&quot;&lt;/b&gt; New Message!&lt;/U&gt;&lt;/font&gt;&lt;/a&gt;&quot;);<br />
&nbsp;print(&quot;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;&lt;/center&gt;\n&quot;);<br />
}</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><a href="http://i56.tinypic.com/20u34ih.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://i56.tinypic.com/20u34ih.jpg" border="0" alt="Click the image to open in full size." class="tcattdimgresizer" onload="NcodeImageResizer.createOn(this);" /></a></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://bvlist.com/development/tracker-mods/pmbt/">PMBT</category>
			<dc:creator>daffy</dc:creator>
			<guid isPermaLink="true">http://bvlist.com/pmbt/5318-annoying-pm-pop-up.html</guid>
		</item>
		<item>
			<title>Latest Donors Block</title>
			<link>http://bvlist.com/pmbt/5317-latest-donors-block.html</link>
			<pubDate>Wed, 08 Sep 2010 00:35:52 GMT</pubDate>
			<description><![CDATA[Code: 
--------- 
OpenTable("Site Donors"); 
 
echo "<div align=left>"; 
echo "<center><strong><br>Thank You</strong></center><br>"; 
echo "<br/>";...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div><!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">OpenTable(&quot;Site Donors&quot;);<br />
<br />
echo &quot;&lt;div align=left&gt;&quot;;<br />
echo &quot;&lt;center&gt;&lt;strong&gt;&lt;br&gt;Thank You&lt;/strong&gt;&lt;/center&gt;&lt;br&gt;&quot;;<br />
echo &quot;&lt;br/&gt;&quot;;<br />
$sql = &quot;SELECT id, username, can_do, donated FROM &quot;.$db_prefix.&quot;_users WHERE donated != '' ORDER BY donated DESC &quot;;<br />
$mysql_result=mysql_query($sql) or die (mysql_error());; <br />
while ($row=mysql_fetch_array($mysql_result))<br />
{<br />
$id = $row['id'];<br />
$username = $row['username'];<br />
$donated = $row['donated'];<br />
echo &quot;&lt;center&gt;&lt;strong&gt;&lt;img src=/images/star.gif&gt;&lt;/img&gt;&lt;a href=account-details.php?id=$id&gt;&lt;font color=orange&gt;&quot;.$username.&quot;&lt;/font&gt;&lt;/a&gt;&lt;img src=/images/star.gif&gt;&lt;/img&gt;&lt;/strong&gt;&lt;/center&gt;&quot;;<br />
}<br />
echo &quot;&lt;/marquee&gt;&lt;br&gt;&quot;;<br />
echo &quot;&lt;center&gt;&lt;strong&gt;&lt;img src=/images/star.gif&gt;&lt;/img&gt;&lt;a href=user.php?op=profile&amp;id=$id&gt;&lt;font color=\&quot;&quot;.getusercolor($row[&quot;can_do&quot;]).&quot;\&quot;&gt;&quot;.$username.&quot;&lt;/font&gt;&lt;/a&gt;&lt;img src=/images/star.gif&gt;&lt;/img&gt;&lt;/strong&gt;&lt;/center&gt;&lt;br /&gt;&quot;;<br />
echo&quot;&lt;br/&gt;&quot;;<br />
<br />
CloseTable();</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://bvlist.com/development/tracker-mods/pmbt/">PMBT</category>
			<dc:creator>daffy</dc:creator>
			<guid isPermaLink="true">http://bvlist.com/pmbt/5317-latest-donors-block.html</guid>
		</item>
		<item>
			<title>share with facebook torrent table addon</title>
			<link>http://bvlist.com/pmbt/5316-share-facebook-torrent-table-addon.html</link>
			<pubDate>Wed, 08 Sep 2010 00:31:04 GMT</pubDate>
			<description><![CDATA[add table column share with facebook. 
 
 
open themes/***/bittorrent.php 
 
find around line 220 
 
Code: 
--------- 
echo"<td class=\"colhead\"...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>add table column share with facebook.<br />
<br />
<br />
open themes/***/bittorrent.php<br />
<br />
find around line 220<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">echo&quot;&lt;td class=\&quot;colhead\&quot; align=\&quot;center\&quot;&gt;&lt;a href=\&quot;$phpself&quot;.$oldlink.&quot;sort=8&amp;type=$link8\&quot; title=\&quot;Sort by &quot;._btleechers.&quot; &quot;.$link8.&quot;\&quot;&gt;&quot;.pic(&quot;leechers.png&quot;,null,_btleechers).&quot;&lt;/a&gt;&lt;/td&gt;\n&quot;;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->add below<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">echo&quot;&lt;td class=\&quot;colhead\&quot; align=\&quot;center\&quot;&gt;&lt;img style=\&quot;border: medium none ;\&quot; title=\&quot;share with facebook\&quot; src=\&quot;http://bvlist.com/images/facebook2.png\&quot; border=\&quot;0\&quot;&gt;&lt;/td&gt;\n&quot;;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->find<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">echo&quot;&lt;td align=\&quot;center\&quot;&gt;&lt;b&gt;&quot;.$row[&quot;leechers&quot;].&quot;&lt;/b&gt;&lt;/td&gt;\n&quot;;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->add below<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">echo&quot;&lt;td aligh=\&quot;center\&quot;&gt;&lt;a href=\&quot;http://www.facebook.com/share.php?u=&quot;.$siteurl.&quot;/details.php?id=$id\&quot; target=\&quot;blank\&quot;&gt;&lt;center&gt;&lt;img src=&quot;.$siteurl.&quot;/images/facebook.png height=22 width=22 border=0&nbsp; title=Share-on-Facebook &gt;&lt;/a&gt;&lt;/center&gt;&lt;/td&gt;\n&quot;;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->add images to images.</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/png.gif" alt="File Type: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2501&amp;d=1283905842">facebook.png</a> (1.6 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment --><!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/png.gif" alt="File Type: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2502&amp;d=1283905842">facebook2.png</a> (542 Bytes)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment --><!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2503&amp;d=1283905860">screenshot.jpg</a> (44.9 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
			</table>
			</fieldset>
	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://bvlist.com/development/tracker-mods/pmbt/">PMBT</category>
			<dc:creator>daffy</dc:creator>
			<guid isPermaLink="true">http://bvlist.com/pmbt/5316-share-facebook-torrent-table-addon.html</guid>
		</item>
		<item>
			<title>nfo generator</title>
			<link>http://bvlist.com/pmbt/5315-nfo-generator.html</link>
			<pubDate>Wed, 08 Sep 2010 00:26:36 GMT</pubDate>
			<description>It is a generator of nfo based on the MOD for tbdev 
 
needs a little work to touch up how it looks, but with help im sure we can do it. 
 
add both...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>It is a generator of nfo based on the MOD for tbdev<br />
<br />
needs a little work to touch up how it looks, but with help im sure we can do it.<br />
<br />
add both files to root. create nfo directory and place into root (chmodd 777)<br />
<br />
make link to nfogen.php<br />
<br />
Done.<br />
<br />
Attachment added, small program that will convert any picture to ascii text :d</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/php.gif" alt="File Type: php" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2498&amp;d=1283905565">gen.php</a> (13.9 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment --><!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/php.gif" alt="File Type: php" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2499&amp;d=1283905565">nfogen.php</a> (9.1 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment --><!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/rar.gif" alt="File Type: rar" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2500&amp;d=1283905585">pic2txt.rar</a> (1.05 MB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
			</table>
		</fieldset>
	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://bvlist.com/development/tracker-mods/pmbt/">PMBT</category>
			<dc:creator>daffy</dc:creator>
			<guid isPermaLink="true">http://bvlist.com/pmbt/5315-nfo-generator.html</guid>
		</item>
		<item>
			<title>customize the registration page</title>
			<link>http://bvlist.com/pmbt/5314-customize-registration-page.html</link>
			<pubDate>Wed, 08 Sep 2010 00:21:14 GMT</pubDate>
			<description><![CDATA[backup and overwrite attached file to user/ 
 
then open user/takeregister.php 
 
find 
 
 
Code: 
--------- 
if($conferm_email)$sql = "INSERT INTO...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>backup and overwrite attached file to user/<br />
<br />
then open user/takeregister.php<br />
<br />
find<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">if($conferm_email)$sql = &quot;INSERT INTO &quot;.$db_prefix.&quot;_users (username, clean_username, email, password, act_key, uploaded, regdate&quot; . $passkeyrow . &quot;) VALUES ('&quot;.addslashes($username).&quot;', '&quot;.addslashes(strtolower($username)).&quot;', '&quot;.addslashes($email).&quot;', '&quot;.md5($password).&quot;', '&quot;.$act_key.&quot;', '&quot;.$give_sign_up_credit.&quot;', NOW() &quot; . $passkey .&quot;);&quot;;<br />
else<br />
$sql = &quot;INSERT INTO &quot;.$db_prefix.&quot;_users (username, clean_username email, password, act_key, uploaded, regdate&quot; . $passkeyrow . &quot;, active) VALUES ('&quot;.addslashes($username).&quot;', '&quot;.strtolower($username).&quot;', '&quot;.addslashes($email).&quot;', '&quot;.md5($password).&quot;', '&quot;.$act_key.&quot;', '&quot;.$give_sign_up_credit.&quot;', NOW()&quot; . $passkey .&quot;, 1);&quot;;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->replace with<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">if($conferm_email)$sql = &quot;INSERT INTO &quot;.$db_prefix.&quot;_users (username, clean_username, aim, icq, jabber, msn, skype, yahoo, country, birthday, email, password, act_key, uploaded, regdate&quot; . $passkeyrow . &quot;) VALUES ('&quot;.addslashes($username).&quot;', '&quot;.addslashes(strtolower($username)).&quot;', '&quot;.addslashes($email).&quot;', '&quot;.md5($password).&quot;', '&quot;.$act_key.&quot;', '&quot;.$give_sign_up_credit.&quot;', NOW() &quot; . $passkey .&quot;);&quot;;<br />
else<br />
$sql = &quot;INSERT INTO &quot;.$db_prefix.&quot;_users (username, clean_username, aim, icq, jabber, msn, skype, yahoo, country, birthday, email, password, act_key, uploaded, regdate&quot; . $passkeyrow . &quot;, active) VALUES ('&quot;.addslashes($username).&quot;', '&quot;.strtolower($username).&quot;', '&quot;.addslashes($email).&quot;', '&quot;.md5($password).&quot;', '&quot;.$act_key.&quot;', '&quot;.$give_sign_up_credit.&quot;', NOW()&quot; . $passkey .&quot;, 1);&quot;;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->please let me know if problems, not tested yet.<br />
<br />
<a href="http://i54.tinypic.com/2dv8y39.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://i54.tinypic.com/2dv8y39.jpg" border="0" alt="Click the image to open in full size." class="tcattdimgresizer" onload="NcodeImageResizer.createOn(this);" /></a></div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/php.gif" alt="File Type: php" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2497&amp;d=1283905269">register.php</a> (21.3 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
			</table>
		</fieldset>
	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://bvlist.com/development/tracker-mods/pmbt/">PMBT</category>
			<dc:creator>daffy</dc:creator>
			<guid isPermaLink="true">http://bvlist.com/pmbt/5314-customize-registration-page.html</guid>
		</item>
		<item>
			<title>donation level block.</title>
			<link>http://bvlist.com/pmbt/5313-donation-level-block.html</link>
			<pubDate>Wed, 08 Sep 2010 00:18:09 GMT</pubDate>
			<description>my updated donation level block. 
 
add to blocks/ 
 
open usercp.php add where you want to show 
 
Code: 
--------- 
if ($donations){...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>my updated donation level block.<br />
<br />
add to blocks/<br />
<br />
open usercp.php add where you want to show<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">if ($donations){<br />
include(&quot;./blocks/donation_block.php&quot;);<br />
}</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->open donation_block with text editor and change<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">print &quot;Due Date 7/Oct/2010&lt;BR&gt;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->and <br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$keyMonth = 10;<br />
$keyDay = 7;<br />
$keyYear = 2010;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->for due date<br />
<br />
alter the amount and colleted in your admin panel donations<br />
<br />
<a href="http://i51.tinypic.com/f580ug.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://i51.tinypic.com/f580ug.jpg" border="0" alt="Click the image to open in full size." class="tcattdimgresizer" onload="NcodeImageResizer.createOn(this);" /></a> <a href="http://i53.tinypic.com/vdo1p4.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://i53.tinypic.com/vdo1p4.jpg" border="0" alt="Click the image to open in full size." class="tcattdimgresizer" onload="NcodeImageResizer.createOn(this);" /></a></div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/php.gif" alt="File Type: php" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2496&amp;d=1283905055">donation_block.php</a> (3.9 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
			</table>
		</fieldset>
	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://bvlist.com/development/tracker-mods/pmbt/">PMBT</category>
			<dc:creator>daffy</dc:creator>
			<guid isPermaLink="true">http://bvlist.com/pmbt/5313-donation-level-block.html</guid>
		</item>
		<item>
			<title>statistics table</title>
			<link>http://bvlist.com/pmbt/5237-statistics-table.html</link>
			<pubDate>Tue, 24 Aug 2010 19:25:17 GMT</pubDate>
			<description>Hope you like it firstly. 
 
simply put statstable_blocks.php into blocks/ and browser, date.txt both into cache/ chmd to 666 
 
add below to your...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hope you like it firstly.<br />
<br />
simply put statstable_blocks.php into blocks/ and browser, date.txt both into cache/ chmd to 666<br />
<br />
add below to your index where you want to appear.<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">include (&quot;blocks/statstable_blocks.php&quot;);</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->lotto added, minor things left, aswell as working on more stuff. gona get high for a bit. piece!</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2468&amp;d=1282690630">screen.jpg</a> (69.3 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
			</table>
			</fieldset>
	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/txt.gif" alt="File Type: txt" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2464&amp;d=1282677886">browser.txt</a> (96 Bytes)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment --><!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/txt.gif" alt="File Type: txt" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2465&amp;d=1282677886">date.txt</a> (2 Bytes)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment --><!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/php.gif" alt="File Type: php" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2469&amp;d=1282690630">statstable_blocks.php</a> (12.3 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
			</table>
		</fieldset>
	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://bvlist.com/development/tracker-mods/pmbt/">PMBT</category>
			<dc:creator>daffy</dc:creator>
			<guid isPermaLink="true">http://bvlist.com/pmbt/5237-statistics-table.html</guid>
		</item>
		<item>
			<title>avatar in shout PMBT 2.4 REPACK</title>
			<link>http://bvlist.com/pmbt/5230-avatar-shout-pmbt-2-4-repack.html</link>
			<pubDate>Tue, 24 Aug 2010 01:33:14 GMT</pubDate>
			<description><![CDATA[now working with 2.4 repack  :d  
 
open blocks/shoutbox.php 
 
find 
 
Code: 
--------- 
$sql = "SELECT S.*, U.id as uid, 
---------]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>now working with 2.4 repack  :d <br />
<br />
open blocks/shoutbox.php<br />
<br />
find<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$sql = &quot;SELECT S.*, U.id as uid,</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->add after<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">U.avatar as avat,</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->so looks like<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$sql = &quot;SELECT S.*, U.id as uid, U.avatar as avat,</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->find<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;div class=\&quot;&quot;.$utc3.&quot;\&quot; onMouseOver=\&quot;this.className='over';\&quot; onMouseOut=\&quot;this.className='$utc3';\&quot;&gt;&lt;p class=\&quot;shout\&quot; bgcolor=\&quot;#53B54F\&quot;&gt;&quot;;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->replace with below<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;div class=\&quot;&quot;.$utc3.&quot;\&quot; onMouseOver=\&quot;this.className='over';\&quot; onMouseOut=\&quot;this.className='$utc3';\&quot;&gt;&lt;p class=\&quot;shout\&quot; bgcolor=\&quot;#53B54F\&quot;&gt;&lt;img width=\&quot;45px\&quot; src=\&quot;avatars/&quot;.$shout[&quot;avat&quot;].&quot;\&quot;&gt;&quot;;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->THIS IS IN 2 PLACES.. close and save<br />
<br />
now open ajax.php in root<br />
<br />
search for <br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">case 'view_shout':{</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->and<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$sql = &quot;SELECT S.*, U.id as uid, U.can_do as can_do,</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->after<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">U.id as uid,</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->add<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">U.avatar as avat,</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->so looks like this<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$sql = &quot;SELECT S.*, U.id as uid, U.avatar as avat, U.can_do as can_do,</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->find<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;div class=\&quot;&quot;.$utc3.&quot;\&quot; onMouseOver=\&quot;this.className='over';\&quot; onMouseOut=\&quot;this.className='$utc3';\&quot;&gt;&lt;p class=\&quot;shout\&quot; bgcolor=\&quot;#53B54F\&quot;&gt;&quot;;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->replace with below<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;div class=\&quot;&quot;.$utc3.&quot;\&quot; onMouseOver=\&quot;this.className='over';\&quot; onMouseOut=\&quot;this.className='$utc3';\&quot;&gt;&lt;p class=\&quot;shout\&quot; bgcolor=\&quot;#53B54F\&quot;&gt;&lt;img width=\&quot;45px\&quot; src=\&quot;avatars/&quot;.$shout[&quot;avat&quot;].&quot;\&quot;&gt;&quot;;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><br />
<br />
search again for <br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if($shout_config['allow_url'] == &quot;no&quot;)$shout = str_links($shout);</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->just below find<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">if(!isset($sendto))$sql = &quot;SELECT S.*, U.id as uid,</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->add after<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">U.avatar as avat,</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->so looks like<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">if(!isset($sendto))$sql = &quot;SELECT S.*, U.id as uid, U.avatar as avat,</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->and below<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$sql = &quot;SELECT S.*, U.id as uid,</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->make it like below<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$sql = &quot;SELECT S.*, U.id as uid, U.avatar as avat,</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->find<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;div class=\&quot;&quot;.$utc3.&quot;\&quot; onMouseOver=\&quot;this.className='over';\&quot; onMouseOut=\&quot;this.className='$utc3';\&quot;&gt;&lt;p class=\&quot;shout\&quot; bgcolor=\&quot;#53B54F\&quot;&gt;&quot;;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->replace with below<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;div class=\&quot;&quot;.$utc3.&quot;\&quot; onMouseOver=\&quot;this.className='over';\&quot; onMouseOut=\&quot;this.className='$utc3';\&quot;&gt;&lt;p class=\&quot;shout\&quot; bgcolor=\&quot;#53B54F\&quot;&gt;&lt;img width=\&quot;45px\&quot; src=\&quot;avatars/&quot;.$shout[&quot;avat&quot;].&quot;\&quot;&gt;&quot;;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->in 2 places also.</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2455&amp;d=1282613585">screen1.jpg</a> (11.7 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
			</table>
			</fieldset>
	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://bvlist.com/development/tracker-mods/pmbt/">PMBT</category>
			<dc:creator>daffy</dc:creator>
			<guid isPermaLink="true">http://bvlist.com/pmbt/5230-avatar-shout-pmbt-2-4-repack.html</guid>
		</item>
		<item>
			<title>staff block drop nav menu</title>
			<link>http://bvlist.com/pmbt/5229-staff-block-drop-nav-menu.html</link>
			<pubDate>Mon, 23 Aug 2010 23:51:50 GMT</pubDate>
			<description>just add to blocks/. open blocks/usercp.php and add below where you want to show or theme/THEME_NAME/main.php 
 
 
Code: 
--------- 
if...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>just add to blocks/. open blocks/usercp.php and add below where you want to show or theme/THEME_NAME/main.php<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">if ($user-&gt;admin) {<br />
include(&quot;blocks/staffnav_block.php&quot;);<br />
}</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->might want to change some links for your own, this is just how mine is.<br />
<br />
p.s i make all my blocks in own php file and simply add above where i want to show. less text in usercp's.php or themes main.php then ;)</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2454&amp;d=1282607540">screen.jpg</a> (18.0 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
			</table>
			</fieldset>
	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://bvlist.com/images/styles/versionj/attach/php.gif" alt="File Type: php" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://bvlist.com/attachment.php?attachmentid=2452&amp;d=1282607444">staffnav_block.php</a> (8.1 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
			</table>
		</fieldset>
	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://bvlist.com/development/tracker-mods/pmbt/">PMBT</category>
			<dc:creator>daffy</dc:creator>
			<guid isPermaLink="true">http://bvlist.com/pmbt/5229-staff-block-drop-nav-menu.html</guid>
		</item>
	</channel>
</rss>
