Brian TH
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Hacked site, theme under suspicionMy site has just been hacked. I got this email from WebHostingHub:
Our System Administration team has discovered your account security was compromised and hacks inserted into your account. These hacks were loaded onto your account through either a weak password or by a third-party software exploit within your site.
The location of the hacked file(s) is as follows:
/home/brianh15/public_html (/home/brianh12/public_html/businessprocesstangles.com/wp-content/themes/twentyfifteen/css/global.php)
Again it’s the twentyfifteen theme. I thought be using only approved themes and plugins that I would be safe. I have a very strong password so don’t know how to protect against this again.
Forum: Plugins
In reply to: show mov video in frame, not line of codeHere’s my problem
I’ve got wordpress running on a localhost (macbook) and want to show a mov file in a frame. I’ve added this code:
a href=’http://localhost:8888/wordpress/wp-content/uploads/2011/11/1_filename-003-6-2.mov’>1_filename 003 (6) (2)</a
<> enclose the above – removed to allow posting of the code
This gives me the line ‘1_filename 003 (6) (2)’ when published. Clicking on that line launches the video player quicktime player. I want to show a frame, not a line of text.
I’m using a silverlight player but have tried several others.
Anyone able to help?