<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WP Marketing &#187; Tag: security - Recent Topics</title>
		<link>http://wpmarketing.org/forum/tags/security</link>
		<description>Wordpress for Internet and Affiliate Marketing</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 21:29:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wpmarketing.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://wpmarketing.org/forum/rss/tags/security/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>nitaonline on "Running wp-admin over SSL and mixed content issue"</title>
			<link>http://wpmarketing.org/forum/topic/running-wp-admin-over-ssl-and-mixed-content-issue#post-271</link>
			<pubDate>Sun, 30 Jan 2011 06:01:22 +0000</pubDate>
			<dc:creator>nitaonline</dc:creator>
			<guid isPermaLink="false">271@http://wpmarketing.org/forum/</guid>
			<description>&#60;p&#62;Hi, first of all: kudos for the Hana Code Insert Plugin. In our case, our members need to fill out professional details at registration, and since access over WiFi hotspots isn't always secure, we've decided to run all of the wp-admin backend over SSL (with a cert and static IP of course). It's not because of &#34;commercial&#34; trust but because of security, for both visiting members and yours truly.&#60;/p&#62;
&#60;p&#62;Functionally speaking, the Hana Code Insert Plugin doesn't protest running over SSL - it works perfectly fine. However, because of the calls to remote non-https assets (i.e. the WP Marketing / RSS icon within the widget) the browser protests, because of ye olde mixed content problem, as far as I can tell mostly due to the RSS widget of the plugin on the wp-admin main page. And calls to a https version of that same image fail, arguably because SSL isn't available (or simply blocked) on the WP Marketing site server.&#60;/p&#62;
&#60;p&#62;To be sure, this is the image that's giving me a bit of trouble:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://wpmarketing.org/image/wpmarketing_rss.png&#34; alt=&#34;The WP Marketing RSS icon&#34; title=&#34;The WP Marketing RSS icon&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Of course it's trivial to solve it by downloading that image and putting it on the site, and then point to it with a webroot-relative pointer so as to switch to whichever protocol requires it, but I thought it'd be more polite to flag it here before hacking out something which may serve another purpose (e.g. metrics gathering, although I'm not sure if that's really useful in the main wp-admin settings page, all the more with the toggle to hide/show the widget there).&#60;/p&#62;
&#60;p&#62;So, I wonder if it's possible to address that either by serving such remote content on request via https, or drop the static assets in the plugin folder and pull them from there (with a sensible function i.e. to pick the right protocol) so as to avoid this little but pesky problem... &#60;/p&#62;
&#60;p&#62;Thanks in advance for looking into it (and helping to make the internet a better place!)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Babar on "Videos are not displaying soruce amazon s3"</title>
			<link>http://wpmarketing.org/forum/topic/videos-are-not-displaying-soruce-amazon-s3#post-106</link>
			<pubDate>Wed, 20 Jan 2010 10:51:02 +0000</pubDate>
			<dc:creator>Babar</dc:creator>
			<guid isPermaLink="false">106@http://wpmarketing.org/forum/</guid>
			<description>&#60;p&#62;Plugin version : Hana Flv Player V2.4.2&#60;/p&#62;
&#60;p&#62;Here is the URL where i'm using your sample code for displaying the video: &#60;a href=&#34;http://becominghmc.com/?p=1&#34; rel=&#34;nofollow&#34;&#62;http://becominghmc.com/?p=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is the code which i'm using in the post :&#60;/p&#62;
&#60;p&#62;[hana-flv-player&#60;br /&#62;
video=&#34;https://becoming.s3.amazonaws.com/teaser.flv&#34;&#60;br /&#62;
width=&#34;400&#34;&#60;br /&#62;
height=&#34;320&#34;&#60;br /&#62;
description=&#34;Sarah is having fun in a merry-go-round&#34;&#60;br /&#62;
clickurl=&#34;http://becominghmc.com&#34;&#60;br /&#62;
clicktarget=&#34;_blank&#34;&#60;br /&#62;
player=&#34;1&#34;&#60;br /&#62;
autoplay=&#34;false&#34;&#60;br /&#62;
loop=&#34;false&#34;&#60;br /&#62;
autorewind=&#34;true&#34;&#60;br /&#62;
/]&#60;/p&#62;
&#60;p&#62;I tried all the players but none of them are working at the moment?&#60;br /&#62;
I also tried in side bar and used following code:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
if (function_exists('hana_flv_player_template_call')){&#60;br /&#62;
	$hana_arg=&#34;&#60;br /&#62;
video='https://becoming.s3.amazonaws.com/teaser.flv'&#60;br /&#62;
player='2'&#60;br /&#62;
width='180'&#60;br /&#62;
height='150'&#60;br /&#62;
more_2=\&#34;showStopButton: false, showScrubber: false, showVolumeSlider: false,showMuteVolumeButton: false,&#60;br /&#62;
showFullScreenButton: false, showMenu: false, controlsOverVideo: 'locked',controlBarBackgroundColor: -1,&#60;br /&#62;
controlBarGloss: 'none', usePlayOverlay:false \&#34;&#60;br /&#62;
&#34;;&#60;br /&#62;
	echo hana_flv_player_template_call($hana_arg);&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

