<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>Jamroom</title>
	<link>http://www.jamroom.net/phpBB2/</link>
	<description>User Support Forums for Jamroom</description>
	<managingEditor>bigguy@jamroom.net</managingEditor>
	<webMaster>bigguy@jamroom.net</webMaster>
	<lastBuildDate>Tue, 13 May 2008 18:48:26 GMT</lastBuildDate>
<item>
	<title>User Documentation and How To's :: RE: Event Ticket Bar Codes - Anyone use them yet?</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128311#128311</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=2552&quot; target=&quot;_blank&quot;&gt;Brodephat&lt;/a&gt;&lt;br /&gt;

Posted: 05/13/08 11:19 (GMT -7)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Yes, the info assigned to a bar code number is stored in a database connected to the scanner. When a bar code is scanned, the scanner will access the database to see if that number exist in the system. If it does, then the information stored with that bar code number will then be displayed along with the price.
&lt;br /&gt;_________________&lt;br /&gt;&lt;a href=&quot;http://www.ourmusicspace.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;&lt;img src=&quot;http://www.niaradionetwork.net/ourmusic218.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>User Site Design, Integration and Customization :: RE: CP and Plug-Ins</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128310#128310</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=3013&quot; target=&quot;_blank&quot;&gt;JammerPro&lt;/a&gt;&lt;br /&gt;
Subject: loader.php&lt;br /&gt;
Posted: 05/13/08 10:04 (GMT -7)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Actually, loader.php in the root directory of the bonus pack is allegedly how to wrap a script in CP...
&lt;br /&gt;

&lt;br /&gt;
Except, I don't fully understand a few of the steps.
&lt;br /&gt;

&lt;br /&gt;
Can you take a look?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Jamroom Help :: Charts and Profiles still showing incorrect plays counts</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128309#128309</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=830&quot; target=&quot;_blank&quot;&gt;Centurion&lt;/a&gt;&lt;br /&gt;
Subject: Charts and Profiles still showing incorrect plays counts&lt;br /&gt;
Posted: 05/13/08 10:03 (GMT -7)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;This problem is after the 3.3 series of updates and we are currently on the latest 3.3.2, here is what is happening.
&lt;br /&gt;

&lt;br /&gt;
1. Using ranking.php directly is working correctly as before where invoking the script such as
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;br&gt;&lt;table width=&quot;95%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; style=&quot;border: 1px solid #FFFFFF&quot;&gt;&lt;tr&gt; 	  &lt;td class=&quot;quotehead&quot;&gt;&lt;b&gt;Code&lt;/b&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;ranking.php?mode=band&amp;amp;order=5&amp;amp;pagebreak=20&amp;amp;pagenum=1&amp;amp;header_template=ranking_artist_header.tpl&amp;amp;row_template=ranking_artist_row.tpl&amp;amp;footer_template=ranking_common_footer.tpl&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt; 
&lt;br /&gt;

&lt;br /&gt;
and using the {jr_counts} function.
&lt;br /&gt;

&lt;br /&gt;
2. In the artist profiles these counts are showing completely the wrong numbers that do not match the ranking.php calls at all:
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;br&gt;&lt;table width=&quot;95%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; style=&quot;border: 1px solid #FFFFFF&quot;&gt;&lt;tr&gt; 	  &lt;td class=&quot;quotehead&quot;&gt;&lt;b&gt;Code&lt;/b&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;#123;jr_lang id=&amp;quot;41&amp;quot; default=&amp;quot;Total Plays&amp;#58;&amp;quot;&amp;#125; &amp;#123;jr_counts type=&amp;quot;plays_today&amp;quot; band_id=$BAND_ID formatted=&amp;quot;1&amp;quot;&amp;#125;&amp;lt;br /&amp;gt;
&lt;br /&gt;
&amp;#123;jr_lang id=&amp;quot;42&amp;quot; default=&amp;quot;Total Streams&amp;#58;&amp;quot;&amp;#125; &amp;#123;jr_counts type=&amp;quot;streams_today&amp;quot; band_id=$BAND_ID formatted=&amp;quot;1&amp;quot;&amp;#125;&amp;lt;br /&amp;gt;
&lt;br /&gt;
&amp;#123;jr_lang id=&amp;quot;43&amp;quot; default=&amp;quot;Total Downloads&amp;#58;&amp;quot;&amp;#125; &amp;#123;jr_counts type=&amp;quot;downloads_today&amp;quot; band_id=$BAND_ID formatted=&amp;quot;1&amp;quot;&amp;#125;&amp;lt;br /&amp;gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;bullet-green&amp;quot;&amp;gt;&amp;#123;jr_lang id=&amp;quot;291&amp;quot; default=&amp;quot;ALL TIME&amp;quot;&amp;#125;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;
&lt;br /&gt;
&amp;#123;jr_lang id=&amp;quot;41&amp;quot; default=&amp;quot;Total Plays&amp;#58;&amp;quot;&amp;#125; &amp;#123;jr_counts type=&amp;quot;plays&amp;quot; band_id=&amp;quot;$BAND_ID&amp;quot; formatted=&amp;quot;true&amp;quot;&amp;#125;&amp;lt;br /&amp;gt;
&lt;br /&gt;
&amp;#123;jr_lang id=&amp;quot;42&amp;quot; default=&amp;quot;Total Streams&amp;#58;&amp;quot;&amp;#125; &amp;#123;jr_counts type=&amp;quot;streams&amp;quot; band_id=&amp;quot;$BAND_ID&amp;quot; formatted=&amp;quot;true&amp;quot;&amp;#125;&amp;lt;br /&amp;gt;
&lt;br /&gt;
&amp;#123;jr_lang id=&amp;quot;43&amp;quot; default=&amp;quot;Total Downloads&amp;#58;&amp;quot;&amp;#125; &amp;#123;jr_counts type=&amp;quot;downloads&amp;quot; band_id=&amp;quot;$BAND_ID&amp;quot; formatted=&amp;quot;true&amp;quot;&amp;#125;&amp;lt;br /&amp;gt;
&lt;br /&gt;
&amp;#123;jr_lang id=&amp;quot;44&amp;quot; default=&amp;quot;Total Page Views&amp;#58;&amp;quot;&amp;#125; &amp;#123;jr_counts type=&amp;quot;page_views&amp;quot; band_id=&amp;quot;$BAND_ID&amp;quot; formatted=&amp;quot;true&amp;quot;&amp;#125;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
3. The advanced charts when invoked using chart.php and grabbing the jr_chart_header/row/footer templates is not showing the correct plays for today in the jr_chart_row.tpl when used like this:
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;br&gt;&lt;table width=&quot;95%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; style=&quot;border: 1px solid #FFFFFF&quot;&gt;&lt;tr&gt; 	  &lt;td class=&quot;quotehead&quot;&gt;&lt;b&gt;Code&lt;/b&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;Plays Today&amp;#58;&amp;lt;/b&amp;gt; &amp;lt;font color=&amp;quot;#00FF00&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;#123;$TODAY_TOTAL_COUNT|jr_number_format&amp;#125;&amp;lt;/b&amp;gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
The ordering in the chart is off as well, but that may be related to the displayed plays_today which sometimes shows 0 so the two issues may be related.
&lt;br /&gt;

&lt;br /&gt;
Anyway, all of the above worked correctly prior to 3.3.x updates so any help on figuring this out would be appreciated. Not sure on all the applied changes when an update is uploaded and the DB integrity checks that also run scripts but if something changed it would be nice if this stuff was left backward compatible since it looks like maybe the DB data is out of whack or there is a bug in the counts areas.
&lt;br /&gt;

&lt;br /&gt;
Thanks.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Jamroom Help :: php error script privacy</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128308#128308</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=4117&quot; target=&quot;_blank&quot;&gt;Thrillseeker&lt;/a&gt;&lt;br /&gt;
Subject: php error script privacy&lt;br /&gt;
Posted: 05/13/08 09:39 (GMT -7)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi @ all,
&lt;br /&gt;

&lt;br /&gt;
i get the following php error.
&lt;br /&gt;

&lt;br /&gt;
Any idea what i can do??
&lt;br /&gt;

&lt;br /&gt;
thx
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;br&gt;&lt;table width=&quot;95%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; style=&quot;border: 1px solid #FFFFFF&quot;&gt;&lt;tr&gt; 	  &lt;td class=&quot;quotehead&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;
&lt;br /&gt;
[13-May-2008 09:22:23] PHP Fatal error: Smarty error: [in /lauaxlxt/www.lauschbar-live.de/themes/MediaPro/script_privacy.tpl line 47]: syntax error: invalid attribute name: 'Privatsphäre' (Smarty_Compiler.class.php, line 1545) in /lauaxlxt/www.lauschbar-live.de/include/smarty/libs/Smarty.class.php on line 1092&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;_________________&lt;br /&gt;thrilling music can be calming
&lt;br /&gt;
&lt;a href=&quot;http://www.lauschbar-live.de&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;www.lauschbar-live.de&lt;/a&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.groene24.de&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;www.groene24.de&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>User Site Design, Integration and Customization :: RE: Listen to us Banners</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128307#128307</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=1929&quot; target=&quot;_blank&quot;&gt;steveswift79&lt;/a&gt;&lt;br /&gt;

Posted: 05/13/08 09:37 (GMT -7)&lt;br /&gt;
Topic Replies: 14&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I'm still having this problem, but my code may be wrong. Here's what I have:
&lt;br /&gt;

&lt;br /&gt;
I created a template file called banner.tpl and put this in it:
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;br&gt;&lt;table width=&quot;95%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; style=&quot;border: 1px solid #FFFFFF&quot;&gt;&lt;tr&gt; 	  &lt;td class=&quot;quotehead&quot;&gt;&lt;b&gt;Code&lt;/b&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;textarea&amp;gt;&amp;lt;a href=&amp;quot;http&amp;#58;//www.vitalbeats.com/members/&amp;#123;$band_id&amp;#125;&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http&amp;#58;//www.vitalbeats.com/VBbanner1.gif&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/textarea&amp;gt;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
I put banner.tpl in my themes/Evolution folder.
&lt;br /&gt;

&lt;br /&gt;
Then I put the following code in my login_note_default.tpl file at the bottom:
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;br&gt;&lt;table width=&quot;95%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; style=&quot;border: 1px solid #FFFFFF&quot;&gt;&lt;tr&gt; 	  &lt;td class=&quot;quotehead&quot;&gt;&lt;b&gt;Code&lt;/b&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;div&amp;gt;&amp;#123;jr_theme_template template=&amp;quot;banner.tpl&amp;quot; tpl_dir=&amp;quot;theme&amp;quot; theme=&amp;quot;Evolution&amp;quot; band_id=$BAND_ID&amp;#125;&amp;lt;/div&amp;gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Any ideas what I'm doing wrong?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Jamroom Suggestions :: RE: Progress Meter For Radio/Video Commercial Ads</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128306#128306</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=364&quot; target=&quot;_blank&quot;&gt;ktb1025&lt;/a&gt;&lt;br /&gt;

Posted: 05/13/08 09:21 (GMT -7)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;According to his post last week, Brian will be out of town all this week.  As far as I know, the progress meter isn't supported for the uploading of audio/video commercials.
&lt;br /&gt;_________________&lt;br /&gt;Kevin Burns
&lt;br /&gt;
TheTalentFarm.com
&lt;br /&gt;
LIVE WEBCAST VENUE
&lt;br /&gt;
Home of TTF-TV!!!&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>User Site Design, Integration and Customization :: RE: Javascript menu wont display correctly</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128305#128305</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=3859&quot; target=&quot;_blank&quot;&gt;cmpnetwork&lt;/a&gt;&lt;br /&gt;

Posted: 05/13/08 09:09 (GMT -7)&lt;br /&gt;
Topic Replies: 23&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I am going to try that too..i want that timer sorta thing.
&lt;br /&gt;

&lt;br /&gt;
Matt
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;br&gt;&lt;table width=&quot;95%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; style=&quot;border: 1px solid #FFFFFF&quot;&gt;&lt;tr&gt; 	  &lt;td class=&quot;quotehead&quot;&gt;&lt;b&gt;smith.kyle wrote:&lt;/b&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;It might actually be as easy as doing this:
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;br&gt;&lt;table width=&quot;95%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; style=&quot;border: 1px solid #FFFFFF&quot;&gt;&lt;tr&gt; 	  &lt;td class=&quot;quotehead&quot;&gt;&lt;b&gt;Code&lt;/b&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;#123;literal&amp;#125;
&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;br /&gt;
window.onload=function&amp;#40;&amp;#41;&amp;#123;
&lt;br /&gt;
new popUp&amp;#40;200, 100, 425, 350, &amp;quot;Div&amp;quot;, '&amp;lt;object classid=&amp;quot;clsid&amp;#58;d27cdb6e-ae6d-11cf-96b8-444553540000&amp;quot; codebase=&amp;quot;http&amp;#58;//fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0&amp;quot; width=&amp;quot;425&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;http&amp;#58;//www.newmusicpromote.com/include/flash/pj_video_player.swf?playlist_url=http%3A%2F%2Fwww.newmusicpromote.com%2Fplay.php%3Fmode%3Dvideo%26type%3Dxspf%26video_id%3D28&amp;amp;autoplay=true&amp;quot;/&amp;gt;
&lt;br /&gt;
&amp;lt;param name=&amp;quot;wmode&amp;quot; value=&amp;quot;transparent&amp;quot;/&amp;gt;
&lt;br /&gt;
&amp;lt;embed src=&amp;quot;http&amp;#58;//www.newmusicpromote.com/include/flash/pj_video_player.swf?playlist_url=http%3A%2F%2Fwww.newmusicpromote.com%2Fplay.php%3Fmode%3Dvideo%26type%3Dxspf%26video_id%3D28&amp;amp;autoplay=true&amp;quot; wmode=&amp;quot;transparent&amp;quot; width=&amp;quot;425&amp;quot; height=&amp;quot;350&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; pluginspage=&amp;quot;http&amp;#58;//www.macromedia.com/go/getflashplayer&amp;quot; /&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;', &amp;quot;white&amp;quot;, &amp;quot;black&amp;quot;, &amp;quot;bold 10pt sans-serif&amp;quot;, &amp;quot;New Music Promote Player&amp;quot;, &amp;quot;navy&amp;quot;, &amp;quot;white&amp;quot;, &amp;quot;#dddddd&amp;quot;, &amp;quot;gray&amp;quot;, &amp;quot;black&amp;quot;, true, true, false, true, true&amp;#41;;
&lt;br /&gt;
&amp;#125;
&lt;br /&gt;
&amp;lt;/script&amp;gt;
&lt;br /&gt;
&amp;#123;/literal&amp;#125; &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Basically you cannot use the same type of quotes inside a quoted value.  In this case, the &amp;quot;value&amp;quot; you have is everything between the &amp;lt;object&amp;gt;&amp;lt;/object&amp;gt; tags.  Programming and scripting languages aren't &amp;quot;smart&amp;quot; - you have to tell them which quotes to use and which to ignore.  If you begin a value with a double quote, it looks for the next double quote to close the value, so in this case, this:
&lt;br /&gt;

&lt;br /&gt;
&amp;quot;&amp;lt;object classid=&amp;quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
is the value because there are opening and closing quotes (like opening and closing html tags).  the codebase param that follows that just messes things up. It's the same thing in php:
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;?php
&lt;br /&gt;
$foo = &amp;quot;bar &amp;quot;quote&amp;quot; bar&amp;quot;;
&lt;br /&gt;
?&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
the value of $foo would end up being &amp;quot;bar &amp;quot; (but the script would bomb and cause an error, but hypothetically speaking). If you wanted the value of $foo to be:
&lt;br /&gt;

&lt;br /&gt;
bar &amp;quot;quote&amp;quot; bar
&lt;br /&gt;

&lt;br /&gt;
you would need to escape the double quotes inside the value with \, i.e.
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;?php
&lt;br /&gt;
$foo = &amp;quot;bar \&amp;quot;quote&amp;quot; bar&amp;quot;;
&lt;br /&gt;
?&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
Or, alternately, you could just do this:
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;?php
&lt;br /&gt;
$foo = 'bar &amp;quot;quote&amp;quot; bar';
&lt;br /&gt;
?&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
Because your opening and closing quotes are single quotes, there is no need to escape the double quotes.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;_________________&lt;br /&gt;&lt;a href=&quot;http://www.chicagomusicpromotions.com&quot; target=&quot;_blank&quot;&gt;http://www.chicagomusicpromotions.com&lt;/a&gt;
&lt;br /&gt;
Independent Music Promoter - Chicago, IL
&lt;br /&gt;
CMP Network Geek Squad. - Jamroom Helper
&lt;br /&gt;
admin[@]chicagomusicpromotions.com&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Jamroom Help :: RE: Emotions</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128304#128304</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=1371&quot; target=&quot;_blank&quot;&gt;Conbud&lt;/a&gt;&lt;br /&gt;

Posted: 05/13/08 08:51 (GMT -7)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I wanted to change these to my own to show up in the smiley pop up box on the WYSIWYG editor. 
&lt;br /&gt;

&lt;br /&gt;
I'm in the file smiley.cfg.php and I see them. 
&lt;br /&gt;

&lt;br /&gt;
My question is though, where do I go to change the size so mine will fit?
&lt;br /&gt;

&lt;br /&gt;
Thanks
&lt;br /&gt;_________________&lt;br /&gt;&lt;img src=&quot;http://img.photobucket.com/albums/v281/crowbarnola/userbar.png&quot; border=&quot;0&quot; /&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Jamroom Help :: RE: (Resolved) Site downloads ranking.php</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128302#128302</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=749&quot; target=&quot;_blank&quot;&gt;Simplyput&lt;/a&gt;&lt;br /&gt;
Subject: Re: I think its ranking php&lt;br /&gt;
Posted: 05/13/08 08:12 (GMT -7)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;br&gt;&lt;table width=&quot;95%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; style=&quot;border: 1px solid #FFFFFF&quot;&gt;&lt;tr&gt; 	  &lt;td class=&quot;quotehead&quot;&gt;&lt;b&gt;Simplyput wrote:&lt;/b&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;I tried this on a diffrent computer in FF and I did not get the FF download pop up window. However I did get the white page and this following link.
&lt;br /&gt;

&lt;br /&gt;
Typed &lt;a href=&quot;http://www.mysite.com/music&quot; target=&quot;_blank&quot;&gt;http://www.mysite.com/music&lt;/a&gt; 
&lt;br /&gt;

&lt;br /&gt;
got back
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.mysite.com/music/ranking.php?mode=artist&amp;amp;search_area=band_name&amp;amp;show_members=1&amp;amp;search_string=&quot; target=&quot;_blank&quot;&gt;http://www.mysite.com/music/ranking.php?mode=artist&amp;amp;search_area=band_name&amp;amp;show_members=1&amp;amp;search_string=&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
I checked to see if anything was in my error log and its not. Thus, I am missing something in my ranking folder or it's not set up right.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
I fixed this when I did my upgrade I had an old htacces_friendly_urls file and the new bounus htaccess file. They were conflicting with each other. Deleted one and its back to normal.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Jamroom Help :: RE: Artist / Member Approve Link!</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128301#128301</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=1371&quot; target=&quot;_blank&quot;&gt;Conbud&lt;/a&gt;&lt;br /&gt;

Posted: 05/13/08 08:08 (GMT -7)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I found the answer here.... &lt;a href=&quot;http://www.jamroom.net/phpBB2/viewtopic.php?t=22531&quot; target=&quot;_blank&quot;&gt;http://www.jamroom.net/phpBB2/viewtopic.php?t=22531&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
That wasn't posted on the 9th when I made the post.
&lt;br /&gt;
I try to always use the search button before posting and it wasn't there.
&lt;br /&gt;

&lt;br /&gt;
Problem solved,
&lt;br /&gt;
Thanks
&lt;br /&gt;_________________&lt;br /&gt;&lt;img src=&quot;http://img.photobucket.com/albums/v281/crowbarnola/userbar.png&quot; border=&quot;0&quot; /&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Jamroom Help :: clicking on history</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128300#128300</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=5147&quot; target=&quot;_blank&quot;&gt;flick5839&lt;/a&gt;&lt;br /&gt;
Subject: clicking on history&lt;br /&gt;
Posted: 05/13/08 08:04 (GMT -7)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;When clicking on a history link, I get an error. How can I fix this? Another 2 questions. How can I make it so when somebody clicks on a member/artist name, it goes to Info and not blog? and How can I get into the genres file so i can delete genres without using control panel way? What file is it?
&lt;br /&gt;

&lt;br /&gt;
and by the way I got my other problems from the other day fixed.
&lt;br /&gt;

&lt;br /&gt;
Thanks,
&lt;br /&gt;
Chuck
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Jamroom Suggestions :: Set ticket sale end time</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128298#128298</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=758&quot; target=&quot;_blank&quot;&gt;opelgtman&lt;/a&gt;&lt;br /&gt;
Subject: Set ticket sale end time&lt;br /&gt;
Posted: 05/13/08 07:46 (GMT -7)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I had an event with Drowning Pool this past weekend and we had presale tickets online.  It would be nice to be able to set the time on when presale tickets will end.  The presale tickets were cheaper than the day of the show tickets at the door.  The tour manager wanted to raise the prices so I had to stop selling tickets that morning instead of the hour before show time.  It caused problems when I &amp;quot;hid&amp;quot; the item from the vault because users who had not printed their ticket by that time could not print the actual ticket.  It would only print the code from the ticket txt file.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Jamroom Help :: RE: (Resolved) Site downloads ranking.php</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128297#128297</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=749&quot; target=&quot;_blank&quot;&gt;Simplyput&lt;/a&gt;&lt;br /&gt;
Subject: I think its ranking php&lt;br /&gt;
Posted: 05/13/08 07:01 (GMT -7)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I tried this on a diffrent computer in FF and I did not get the FF download pop up window. However I did get the white page and this following link.
&lt;br /&gt;

&lt;br /&gt;
Typed &lt;a href=&quot;http://www.mysite.com/music&quot; target=&quot;_blank&quot;&gt;http://www.mysite.com/music&lt;/a&gt; 
&lt;br /&gt;

&lt;br /&gt;
got back
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.mysite.com/music/ranking.php?mode=artist&amp;amp;search_area=band_name&amp;amp;show_members=1&amp;amp;search_string=&quot; target=&quot;_blank&quot;&gt;http://www.mysite.com/music/ranking.php?mode=artist&amp;amp;search_area=band_name&amp;amp;show_members=1&amp;amp;search_string=&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
I checked to see if anything was in my error log and its not. Thus, I am missing something in my ranking folder or it's not set up right.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Jamroom Help :: RE: Enter the 5 digit validation code from the image bug</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128296#128296</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=5172&quot; target=&quot;_blank&quot;&gt;indiemusicworld&lt;/a&gt;&lt;br /&gt;

Posted: 05/13/08 06:51 (GMT -7)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I tried to signup as an artist as a test and this is what i got.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
Please enter the following information to create your new account
&lt;br /&gt;
» ERROR: Invalid Image Validation Code received
&lt;br /&gt;

&lt;br /&gt;
Of course, i wasn't seeing the image code.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Jamroom Help :: Enter the 5 digit validation code from the image bug</title>
	<link>http://www.jamroom.net/phpBB2/viewtopic.php?p=128294#128294</link>
	<description>Author: &lt;a href=&quot;http://www.jamroom.net/phpBB2/profile.php?mode=viewprofile&amp;u=5172&quot; target=&quot;_blank&quot;&gt;indiemusicworld&lt;/a&gt;&lt;br /&gt;
Subject: Enter the 5 digit validation code from the image bug&lt;br /&gt;
Posted: 05/13/08 06:35 (GMT -7)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi
&lt;br /&gt;

&lt;br /&gt;
I don't see anything from the signup form for 
&lt;br /&gt;
the validation code.
&lt;br /&gt;
&amp;quot;Enter the 5 digit validation code from the image&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
No images produced.
&lt;br /&gt;

&lt;br /&gt;
Let me know
&lt;br /&gt;
Thanks
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>

