<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>osCommerce eXtras &#187; osCommerce Flash Carousel FAQ</title>
	<atom:link href="http://www.oscommercex.com/category/oscommerce-addons/oscommerce-flash-carousel-addons/oscommerce-flash-carousel-faq/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oscommercex.com</link>
	<description>The solutions are not only about osCommerce but also about e-commerce.</description>
	<lastBuildDate>Sat, 18 Jul 2009 11:27:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add background image to flash carousel?</title>
		<link>http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/</link>
		<comments>http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 19:19:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[osCommerce Flash Carousel]]></category>
		<category><![CDATA[osCommerce Flash Carousel FAQ]]></category>
		<category><![CDATA[flas]]></category>

		<guid isPermaLink="false">http://www.oscommercex.com/?p=304</guid>
		<description><![CDATA[Open catalog/includes/modules/flash_carousel.php file and find below lines

?View Code CSS1
2
3
4
5
6
        &#60;style type=&#34;text/css&#34; media=&#34;screen&#34;&#62;
                        body &#123; margin:0; text-align:center; &#125;
         [...]]]></description>
			<content:encoded><![CDATA[<p>Open catalog/includes/modules/flash_carousel.php file and find below lines</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p304code3'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p3043"><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code" id="p304code3"><pre class="css" style="font-family:monospace;">        &lt;style type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span> media<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;screen&quot;</span><span style="color: #00AA00;">&gt;</span>
                        body <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
                        div<span style="color: #cc00cc;">#flash_carousel_container</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
                        object<span style="color: #cc00cc;">#flash_carousel</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
&nbsp;
        &lt;/style<span style="color: #00AA00;">&gt;</span></pre></td></tr></table></div>

<p>And replace with below lines</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p304code4'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p3044"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code" id="p304code4"><pre class="css" style="font-family:monospace;">        &lt;style type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span> media<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;screen&quot;</span><span style="color: #00AA00;">&gt;</span>
                        body <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
                        div<span style="color: #cc00cc;">#flash_carousel_container</span> <span style="color: #00AA00;">&#123;</span> 
			<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span> 
			<span style="color: #000000; font-weight: bold;">background-image</span><span style="color: #00AA00;">:</span>  <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">http://www.yourwebsite123.com/images/background.jpg</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
     			<span style="color: #000000; font-weight: bold;">background-repeat</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
                        object<span style="color: #cc00cc;">#flash_carousel</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
        &lt;/style<span style="color: #00AA00;">&gt;</span></pre></td></tr></table></div>

<p>Don&#8217;t forget to change <strong>background-image:  url(http://www.yourwebsite123.com/images/background.jpg);</strong> tags in above lines according to your settings.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+add+background+image+to+flash+carousel%3F+-+http://tr.im/AglY+(via+@osCommerceX)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;Title=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F&amp;desc=Open%20catalog%2Fincludes%2Fmodules%2Fflash_carousel.php%20file%20and%20find%20below%20lines%0D%0A%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20body%20%7B%20margin%3A0%3B%20text-align%3Acenter%3B%20%7D%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20div%23flash_carousel_container%20%7B%20text-align%3Acenter%3B%20%7D%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object%23flash_carousel%20%7B%20display%3Ablock%3B%20" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;submitHeadline=How+to+add+background+image+to+flash+carousel%3F&amp;submitSummary=Open%20catalog%2Fincludes%2Fmodules%2Fflash_carousel.php%20file%20and%20find%20below%20lines%0D%0A%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20body%20%7B%20margin%3A0%3B%20text-align%3Acenter%3B%20%7D%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20div%23flash_carousel_container%20%7B%20text-align%3Acenter%3B%20%7D%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object%23flash_carousel%20%7B%20display%3Ablock%3B%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;t=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;t=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F&amp;summary=Open%20catalog%2Fincludes%2Fmodules%2Fflash_carousel.php%20file%20and%20find%20below%20lines%0D%0A%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20body%20%7B%20margin%3A0%3B%20text-align%3Acenter%3B%20%7D%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20div%23flash_carousel_container%20%7B%20text-align%3Acenter%3B%20%7D%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object%23flash_carousel%20%7B%20display%3Ablock%3B%20&amp;source=osCommerce eXtras" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;h=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=Open%20catalog%2Fincludes%2Fmodules%2Fflash_carousel.php%20file%20and%20find%20below%20lines%0D%0A%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20body%20%7B%20margin%3A0%3B%20text-align%3Acenter%3B%20%7D%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20div%23flash_carousel_container%20%7B%20text-align%3Acenter%3B%20%7D%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object%23flash_carousel%20%7B%20display%3Ablock%3B%20&amp;posturl=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;posttitle=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;bm_description=How+to+add+background+image+to+flash+carousel%3F&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/" rel="nofollow" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/" rel="nofollow" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+add+background+image+to+flash+carousel%3F&amp;link=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=How+to+add+background+image+to+flash+carousel%3F&amp;url=http%3A%2F%2Fwww.oscommercex.com%2F2009%2F06%2Fhow-to-add-background-image-to-flash-carousel%2F&amp;desc=Open%20catalog%2Fincludes%2Fmodules%2Fflash_carousel.php%20file%20and%20find%20below%20lines%0D%0A%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20body%20%7B%20margin%3A0%3B%20text-align%3Acenter%3B%20%7D%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20div%23flash_carousel_container%20%7B%20text-align%3Acenter%3B%20%7D%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object%23flash_carousel%20%7B%20display%3Ablock%3B%20&amp;pcat=Internet&amp;tags=" rel="nofollow" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/" rel="nofollow" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F&amp;body=Open%20catalog%2Fincludes%2Fmodules%2Fflash_carousel.php%20file%20and%20find%20below%20lines%0D%0A%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20body%20%7B%20margin%3A0%3B%20text-align%3Acenter%3B%20%7D%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20div%23flash_carousel_container%20%7B%20text-align%3Acenter%3B%20%7D%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object%23flash_carousel%20%7B%20display%3Ablock%3B%20" rel="nofollow" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;lname=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;u_data[name]=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;bmtitle=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&amp;title=How+to+add+background+image+to+flash+carousel%3F" rel="nofollow" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Style for osCommerce Flash Carousel</title>
		<link>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/</link>
		<comments>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 19:47:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[osCommerce Addons]]></category>
		<category><![CDATA[osCommerce Flash Carousel FAQ]]></category>
		<category><![CDATA[osCommerce Flash Carousel]]></category>

		<guid isPermaLink="false">http://www.oscommercex.com/?p=289</guid>
		<description><![CDATA[These package includes one style with two version, big and small.
osCommerce Flash Carousel has plug-in support. Easy install within 5 seconds.
Install
Copy new style to your catalog. Then go admin flash carousel configuration page and select new style.
You can download New Style for osCommerce Flash Carousel file from http://addons.oscommerce.com/info/6123.





		
			Tweet This!
		
		
			Submit this to Script &#38; Style
		
		
			Share this [...]]]></description>
			<content:encoded><![CDATA[<p>These package includes one style with two version, big and small.<br />
osCommerce Flash Carousel has plug-in support. Easy install within 5 seconds.</p>
<p>Install</p>
<p>Copy new style to your catalog. Then go admin flash carousel configuration page and select new style.</p>
<p>You can download <strong>New Style for osCommerce Flash Carousel file</strong> from <a href="http://addons.oscommerce.com/info/6123">http://addons.oscommerce.com/info/6123</a>.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=New+Style+for+osCommerce+Flash+Carousel+-+http://tr.im/Agm1+(via+@osCommerceX)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;Title=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel&amp;desc=These%20package%20includes%20one%20style%20with%20two%20version%2C%20big%20and%20small.%0D%0AosCommerce%20Flash%20Carousel%20has%20plug-in%20support.%20Easy%20install%20within%205%20seconds.%0D%0A%0D%0AInstall%0D%0A%0D%0ACopy%20new%20style%20to%20your%20catalog.%20Then%20go%20admin%20flash%20carousel%20configuration%20page%20and%20select%20new%20style.%0D%0A%0D%0AYou%20can%20download%20New%20Style%20for%20osCom" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;submitHeadline=New+Style+for+osCommerce+Flash+Carousel&amp;submitSummary=These%20package%20includes%20one%20style%20with%20two%20version%2C%20big%20and%20small.%0D%0AosCommerce%20Flash%20Carousel%20has%20plug-in%20support.%20Easy%20install%20within%205%20seconds.%0D%0A%0D%0AInstall%0D%0A%0D%0ACopy%20new%20style%20to%20your%20catalog.%20Then%20go%20admin%20flash%20carousel%20configuration%20page%20and%20select%20new%20style.%0D%0A%0D%0AYou%20can%20download%20New%20Style%20for%20osCom&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;t=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;t=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel&amp;summary=These%20package%20includes%20one%20style%20with%20two%20version%2C%20big%20and%20small.%0D%0AosCommerce%20Flash%20Carousel%20has%20plug-in%20support.%20Easy%20install%20within%205%20seconds.%0D%0A%0D%0AInstall%0D%0A%0D%0ACopy%20new%20style%20to%20your%20catalog.%20Then%20go%20admin%20flash%20carousel%20configuration%20page%20and%20select%20new%20style.%0D%0A%0D%0AYou%20can%20download%20New%20Style%20for%20osCom&amp;source=osCommerce eXtras" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;h=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=These%20package%20includes%20one%20style%20with%20two%20version%2C%20big%20and%20small.%0D%0AosCommerce%20Flash%20Carousel%20has%20plug-in%20support.%20Easy%20install%20within%205%20seconds.%0D%0A%0D%0AInstall%0D%0A%0D%0ACopy%20new%20style%20to%20your%20catalog.%20Then%20go%20admin%20flash%20carousel%20configuration%20page%20and%20select%20new%20style.%0D%0A%0D%0AYou%20can%20download%20New%20Style%20for%20osCom&amp;posturl=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;posttitle=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;bm_description=New+Style+for+osCommerce+Flash+Carousel&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/" rel="nofollow" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/" rel="nofollow" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=New+Style+for+osCommerce+Flash+Carousel&amp;link=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=New+Style+for+osCommerce+Flash+Carousel&amp;url=http%3A%2F%2Fwww.oscommercex.com%2F2009%2F04%2Fnew-style-for-oscommerce-flash-carousel%2F&amp;desc=These%20package%20includes%20one%20style%20with%20two%20version%2C%20big%20and%20small.%0D%0AosCommerce%20Flash%20Carousel%20has%20plug-in%20support.%20Easy%20install%20within%205%20seconds.%0D%0A%0D%0AInstall%0D%0A%0D%0ACopy%20new%20style%20to%20your%20catalog.%20Then%20go%20admin%20flash%20carousel%20configuration%20page%20and%20select%20new%20style.%0D%0A%0D%0AYou%20can%20download%20New%20Style%20for%20osCom&amp;pcat=Internet&amp;tags=" rel="nofollow" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/" rel="nofollow" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel&amp;body=These%20package%20includes%20one%20style%20with%20two%20version%2C%20big%20and%20small.%0D%0AosCommerce%20Flash%20Carousel%20has%20plug-in%20support.%20Easy%20install%20within%205%20seconds.%0D%0A%0D%0AInstall%0D%0A%0D%0ACopy%20new%20style%20to%20your%20catalog.%20Then%20go%20admin%20flash%20carousel%20configuration%20page%20and%20select%20new%20style.%0D%0A%0D%0AYou%20can%20download%20New%20Style%20for%20osCom" rel="nofollow" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;lname=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;u_data[name]=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;bmtitle=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/&amp;title=New+Style+for+osCommerce+Flash+Carousel" rel="nofollow" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>5 Free osCommerce Themes (updated)</title>
		<link>http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/</link>
		<comments>http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 21:02:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Templates and Themes]]></category>
		<category><![CDATA[osCommerce Addons]]></category>
		<category><![CDATA[osCommerce Flash Carousel]]></category>
		<category><![CDATA[osCommerce Flash Carousel FAQ]]></category>
		<category><![CDATA[osCommerce Themes]]></category>
		<category><![CDATA[osCommerce memcached]]></category>
		<category><![CDATA[free oscommerce themes]]></category>

		<guid isPermaLink="false">http://www.oscommercex.com/?p=125</guid>
		<description><![CDATA[Blue-World-Osc Template




Live demo
Download Template
Download Template (Alternative)


Flyaway-Osc Template





Live demo
Download Template
Download Template (Alternative)


Inner-Rounded-OSC Template





Live demo
Download Template
Download Template (Alternative)


Rounded-OSC &#8211; Oscommerce Template





Live demo
Download Template
Download Template (Alternative)


Burgundy Oscommerce Template &#8211; Free





Live demo
Download Template
Download Template (Alternative)


Source
http://free-wordpress-themes.info





		
			Tweet This!
		
		
			Submit this to Script &#38; Style
		
		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Post this on Diigo
		
		
			Share this on Reddit
		
		
			Buzz up!
		
		
			Stumble upon something good? Share [...]]]></description>
			<content:encoded><![CDATA[<h2>Blue-World-Osc Template</h3>
<p><img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/blue_world_osc/blue_world_osc_1.jpg" alt="Blue-World-Osc template screen" /><br />
<br/><br />
<img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/blue_world_osc/blue_world_osc_2.jpg" alt="Blue-World-Osc template screen bottom" /></p>
<ul>
<li><a href="http://free-wordpress-themes.info/oscommerce15/" target="_blank">Live demo</a></li>
<li><a href="http://addons.oscommerce.com/info/6527" target="_blank">Download Template</a></li>
<li><a href="http://e-themes.info/downloads/oscommerce/blue-world-osc.zip" target="_blank">Download Template (Alternative)</a></li>
</ul>
<hr/>
<h2>Flyaway-Osc Template</h3>
<p><img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/flyaway_osc/flyaway_osc_1.jpg" alt="Flyaway-Osc template screen" /><br />
<br/><br />
<img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/flyaway_osc/flyaway_osc_2.jpg" alt="Flyaway-Osc template screen" /><br/><br />
<img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/flyaway_osc/flyaway_osc_3.jpg" alt="Flyaway-Osc template screen bottom" /></p>
<ul>
<li><a href="http://free-wordpress-themes.info/oscommerce14/" target="_blank">Live demo</a></li>
<li><a href="http://addons.oscommerce.com/info/6477" target="_blank">Download Template</a></li>
<li><a href="http://e-themes.info/downloads/oscommerce/flyaway-osc.zip" target="_blank">Download Template (Alternative)</a></li>
</ul>
<hr/>
<h2>Inner-Rounded-OSC Template</h3>
<p><img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/inner_rounded_osc/inner_rounded_osc_1.jpg" alt="Inner-Rounded-OSC template screen" /><br />
<br/><br />
<img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/inner_rounded_osc/inner_rounded_osc_2.jpg" alt="Inner-Rounded-OSC template screen" /><br/><br />
<img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/inner_rounded_osc/inner_rounded_osc_3.jpg" alt="Inner-Rounded-OSC template screen bottom" /></p>
<ul>
<li><a href="http://free-wordpress-themes.info/oscommerce13/" target="_blank">Live demo</a></li>
<li><a href="http://addons.oscommerce.com/info/6446" target="_blank">Download Template</a></li>
<li><a href="http://e-themes.info/downloads/oscommerce/inner-rounded-osc.zip" target="_blank">Download Template (Alternative)</a></li>
</ul>
<hr/>
<h2>Rounded-OSC &#8211; Oscommerce Template</h3>
<p><img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/rounded_osc/rounded_osc_1.jpg" alt="Rounded-Rounded-OSC template screen" /><br />
<br/><br />
<img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/rounded_osc/rounded_osc_2.jpg" alt="Rounded-Rounded-OSC template screen" /><br/><br />
<img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/rounded_osc/rounded_osc_3.jpg" alt="Rounded-Rounded-OSC template screen bottom" /></p>
<ul>
<li><a href="http://free-wordpress-themes.info/oscommerce12/" target="_blank">Live demo</a></li>
<li><a href="http://addons.oscommerce.com/info/6428" target="_blank">Download Template</a></li>
<li><a href="http://e-themes.info/downloads/oscommerce/rounded-OSC.zip" target="_blank">Download Template (Alternative)</a></li>
</ul>
<hr/>
<h2>Burgundy Oscommerce Template &#8211; Free</h3>
<p><img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/burgundy/burgundy_1.jpg" alt="Burgundy Oscommerce template screen" /><br />
<br/><br />
<img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/burgundy/burgundy_2.jpg" alt="Burgundy Oscommerce template screen" /><br/><br />
<img src="http://www.oscommercex.com/wp-includes/images/site_small_images/oscommerce_themes/free_wordpress_themes/burgundy/burgundy_3.jpg" alt="Burgundy Oscommerce template screen bottom" /></p>
<ul>
<li><a href="http://free-wordpress-themes.info/oscommerce11/" target="_blank">Live demo</a></li>
<li><a href="http://addons.oscommerce.com/info/6406" target="_blank">Download Template</a></li>
<li><a href="http://e-themes.info/downloads/oscommerce/Burgundy-OSC.zip" target="_blank">Download Template (Alternative)</a></li>
</ul>
<hr/>
<h4>Source</h4>
<p><a href="http://free-wordpress-themes.info" target="_blank">http://free-wordpress-themes.info</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=5+Free+osCommerce+Themes+%28updated%29+-+http://tr.im/Agpc+(via+@osCommerceX)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;Title=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29&amp;desc=Blue-World-Osc%20Template%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20Download%20Template%20%28Alternative%29%0D%0A%0D%0A%0D%0AFlyaway-Osc%20Template%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20Download%20Template%20%28Alternative%29%0D%0A%0D%0A%0D%0AInner-Rounded-OSC%20Template%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;submitHeadline=5+Free+osCommerce+Themes+%28updated%29&amp;submitSummary=Blue-World-Osc%20Template%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20Download%20Template%20%28Alternative%29%0D%0A%0D%0A%0D%0AFlyaway-Osc%20Template%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20Download%20Template%20%28Alternative%29%0D%0A%0D%0A%0D%0AInner-Rounded-OSC%20Template%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;t=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;t=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29&amp;summary=Blue-World-Osc%20Template%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20Download%20Template%20%28Alternative%29%0D%0A%0D%0A%0D%0AFlyaway-Osc%20Template%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20Download%20Template%20%28Alternative%29%0D%0A%0D%0A%0D%0AInner-Rounded-OSC%20Template%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20&amp;source=osCommerce eXtras" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;h=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=Blue-World-Osc%20Template%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20Download%20Template%20%28Alternative%29%0D%0A%0D%0A%0D%0AFlyaway-Osc%20Template%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20Download%20Template%20%28Alternative%29%0D%0A%0D%0A%0D%0AInner-Rounded-OSC%20Template%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20&amp;posturl=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;posttitle=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;bm_description=5+Free+osCommerce+Themes+%28updated%29&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/" rel="nofollow" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/" rel="nofollow" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=5+Free+osCommerce+Themes+%28updated%29&amp;link=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=5+Free+osCommerce+Themes+%28updated%29&amp;url=http%3A%2F%2Fwww.oscommercex.com%2F2009%2F03%2F5-free-oscommerce-themes%2F&amp;desc=Blue-World-Osc%20Template%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20Download%20Template%20%28Alternative%29%0D%0A%0D%0A%0D%0AFlyaway-Osc%20Template%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20Download%20Template%20%28Alternative%29%0D%0A%0D%0A%0D%0AInner-Rounded-OSC%20Template%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20&amp;pcat=Internet&amp;tags=" rel="nofollow" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/" rel="nofollow" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29&amp;body=Blue-World-Osc%20Template%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20Download%20Template%20%28Alternative%29%0D%0A%0D%0A%0D%0AFlyaway-Osc%20Template%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20Download%20Template%20%28Alternative%29%0D%0A%0D%0A%0D%0AInner-Rounded-OSC%20Template%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%0D%0A%09Live%20demo%0D%0A%09Download%20Template%0D%0A%20%20%20%20%20%20%20%20" rel="nofollow" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;lname=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;u_data[name]=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;bmtitle=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/&amp;title=5+Free+osCommerce+Themes+%28updated%29" rel="nofollow" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.oscommercex.com/2009/03/5-free-oscommerce-themes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Solution : Fatal error: Call to undefined function: str_split&#8230;</title>
		<link>http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/</link>
		<comments>http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 22:03:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[osCommerce Addons]]></category>
		<category><![CDATA[osCommerce Flash Carousel]]></category>
		<category><![CDATA[osCommerce Flash Carousel FAQ]]></category>
		<category><![CDATA[flash carousel]]></category>

		<guid isPermaLink="false">http://www.oscommercex.com/?p=99</guid>
		<description><![CDATA[Question
When I open my website ( http://www.******.com/catalog/ ) I get this error:
Fatal error: Call to undefined function: str_split() in /home/******/catalog/includes/modules/flash_carousel.php on line 68
Solution
str_split is PHP 5 native function. If you are using PHP 4+, you can follow below instruction.
Open catalog/includes/functions/flash_carousel.php file. Add below code to your file before last ?> tag.

?View Code PHP1
2
3
4
5
6
7
8
9
10
11
12
13
14
if&#40;!function_exists&#40;'str_split'&#41;&#41; &#123;
  [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Question</strong><br />
When I open my website ( http://www.******.com/catalog/ ) I get this error:</p>
<p>Fatal error: Call to undefined function: str_split() in /home/******/catalog/includes/modules/flash_carousel.php on line 68</p>
<p><strong>Solution</strong><br />
str_split is PHP 5 native function. If you are using PHP 4+, you can follow below instruction.<br />
Open <strong>catalog/includes/functions/flash_carousel.php</strong> file. Add below code to your file before last <strong>?></strong> tag.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p99code6'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p996"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
</pre></td><td class="code" id="p99code6"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'str_split'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #990000;">str_split</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$string</span><span style="color: #339933;">,</span><span style="color: #000088;">$string_length</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">strlen</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$string</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">&gt;</span><span style="color: #000088;">$string_length</span> <span style="color: #339933;">||</span> <span style="color: #339933;">!</span><span style="color: #000088;">$string_length</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #b1b100;">do</span> <span style="color: #009900;">&#123;</span>
                <span style="color: #000088;">$c</span> <span style="color: #339933;">=</span> <span style="color: #990000;">strlen</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$string</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                <span style="color: #000088;">$parts</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">substr</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$string</span><span style="color: #339933;">,</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span><span style="color: #000088;">$string_length</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                <span style="color: #000088;">$string</span> <span style="color: #339933;">=</span> <span style="color: #990000;">substr</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$string</span><span style="color: #339933;">,</span><span style="color: #000088;">$string_length</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">while</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$string</span> <span style="color: #339933;">!==</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000088;">$parts</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$string</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span>
        <span style="color: #b1b100;">return</span> <span style="color: #000088;">$parts</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>



<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split...+-+http://tr.im/Aguw+(via+@osCommerceX)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;Title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split...&amp;desc=Question%0D%0AWhen%20I%20open%20my%20website%20%28%20http%3A%2F%2Fwww.%2A%2A%2A%2A%2A%2A.com%2Fcatalog%2F%20%29%20I%20get%20this%20error%3A%0D%0A%0D%0AFatal%20error%3A%20Call%20to%20undefined%20function%3A%20str_split%28%29%20in%20%2Fhome%2F%2A%2A%2A%2A%2A%2A%2Fcatalog%2Fincludes%2Fmodules%2Fflash_carousel.php%20on%20line%2068%0D%0A%0D%0ASolution%0D%0Astr_split%20is%20PHP%205%20native%20function.%20If%20you%20are%20using%20PHP%204%2B%2C%20you%20can%20follo" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;submitHeadline=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split...&amp;submitSummary=Question%0D%0AWhen%20I%20open%20my%20website%20%28%20http%3A%2F%2Fwww.%2A%2A%2A%2A%2A%2A.com%2Fcatalog%2F%20%29%20I%20get%20this%20error%3A%0D%0A%0D%0AFatal%20error%3A%20Call%20to%20undefined%20function%3A%20str_split%28%29%20in%20%2Fhome%2F%2A%2A%2A%2A%2A%2A%2Fcatalog%2Fincludes%2Fmodules%2Fflash_carousel.php%20on%20line%2068%0D%0A%0D%0ASolution%0D%0Astr_split%20is%20PHP%205%20native%20function.%20If%20you%20are%20using%20PHP%204%2B%2C%20you%20can%20follo&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;t=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;t=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split...&amp;summary=Question%0D%0AWhen%20I%20open%20my%20website%20%28%20http%3A%2F%2Fwww.%2A%2A%2A%2A%2A%2A.com%2Fcatalog%2F%20%29%20I%20get%20this%20error%3A%0D%0A%0D%0AFatal%20error%3A%20Call%20to%20undefined%20function%3A%20str_split%28%29%20in%20%2Fhome%2F%2A%2A%2A%2A%2A%2A%2Fcatalog%2Fincludes%2Fmodules%2Fflash_carousel.php%20on%20line%2068%0D%0A%0D%0ASolution%0D%0Astr_split%20is%20PHP%205%20native%20function.%20If%20you%20are%20using%20PHP%204%2B%2C%20you%20can%20follo&amp;source=osCommerce eXtras" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;h=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=Question%0D%0AWhen%20I%20open%20my%20website%20%28%20http%3A%2F%2Fwww.%2A%2A%2A%2A%2A%2A.com%2Fcatalog%2F%20%29%20I%20get%20this%20error%3A%0D%0A%0D%0AFatal%20error%3A%20Call%20to%20undefined%20function%3A%20str_split%28%29%20in%20%2Fhome%2F%2A%2A%2A%2A%2A%2A%2Fcatalog%2Fincludes%2Fmodules%2Fflash_carousel.php%20on%20line%2068%0D%0A%0D%0ASolution%0D%0Astr_split%20is%20PHP%205%20native%20function.%20If%20you%20are%20using%20PHP%204%2B%2C%20you%20can%20follo&amp;posturl=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;posttitle=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;bm_description=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split...&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/" rel="nofollow" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/" rel="nofollow" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split...&amp;link=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split...&amp;url=http%3A%2F%2Fwww.oscommercex.com%2F2009%2F03%2Ffatal-error-call-to-undefined-function-str_split%2F&amp;desc=Question%0D%0AWhen%20I%20open%20my%20website%20%28%20http%3A%2F%2Fwww.%2A%2A%2A%2A%2A%2A.com%2Fcatalog%2F%20%29%20I%20get%20this%20error%3A%0D%0A%0D%0AFatal%20error%3A%20Call%20to%20undefined%20function%3A%20str_split%28%29%20in%20%2Fhome%2F%2A%2A%2A%2A%2A%2A%2Fcatalog%2Fincludes%2Fmodules%2Fflash_carousel.php%20on%20line%2068%0D%0A%0D%0ASolution%0D%0Astr_split%20is%20PHP%205%20native%20function.%20If%20you%20are%20using%20PHP%204%2B%2C%20you%20can%20follo&amp;pcat=Internet&amp;tags=" rel="nofollow" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/" rel="nofollow" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split...&amp;body=Question%0D%0AWhen%20I%20open%20my%20website%20%28%20http%3A%2F%2Fwww.%2A%2A%2A%2A%2A%2A.com%2Fcatalog%2F%20%29%20I%20get%20this%20error%3A%0D%0A%0D%0AFatal%20error%3A%20Call%20to%20undefined%20function%3A%20str_split%28%29%20in%20%2Fhome%2F%2A%2A%2A%2A%2A%2A%2Fcatalog%2Fincludes%2Fmodules%2Fflash_carousel.php%20on%20line%2068%0D%0A%0D%0ASolution%0D%0Astr_split%20is%20PHP%205%20native%20function.%20If%20you%20are%20using%20PHP%204%2B%2C%20you%20can%20follo" rel="nofollow" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;lname=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;u_data[name]=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;bmtitle=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/&amp;title=Solution+%3A+Fatal+error%3A+Call+to+undefined+function%3A+str_split..." rel="nofollow" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.oscommercex.com/2009/03/fatal-error-call-to-undefined-function-str_split/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
