Ron Foreman
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Latest version 1.4.9.3 broken?Hello xnau!
I discovered that when the fields are too wide the list goes blank, it doesn’t overflow or wrap. By reducing the number of fields or the length of the content in the fields I was able to get it working.
Thanks for the plugin!Forum: Fixing WordPress
In reply to: Hostgator WP sites hacked, links added to wp-blog-header.phpUpdate
Hostgator (not Hostmonster) tell me this:
The wp-blog-header.php files on several of your sites were being modified via a PHP shell script (comments-popup.php) that had been placed on the accounts. This shell script was placed on the account in May and June, 2010. Unfortunately we do not have logs from this time period, so we can not see exactly how this was uploaded to the account. If you see any modification of your sites occur again, please contact us as soon as possible so that we may investigate further.
Forum: Fixing WordPress
In reply to: Hostgator WP sites hacked, links added to wp-blog-header.phpThanks Michael!
Sorry for the confusion. The problem is with Hostgator NOT Hostmonster and it’s back again.
Here is the explanation I received from Hostgator last time:
This was a PHP shell that had been missed during the last cleaning. I’ve removed the content from wp-blog-header.php and I’m removed the PHP shell. I’m very sorry about that. The good new is it does not appear that any of the passwords have been compromised and your WHM is safe at this time.
Ron
Forum: Fixing WordPress
In reply to: Hostgator WP sites hacked, links added to wp-blog-header.phpThanks Esmi,
I had read most of those before posting.
I was hoping to find a solution more targeted to this specific problem. I have 50 installations and almost all (perhaps all) sites have this same problem. Following the cleanup procedures on every site would take days or weeks.
I thought perhaps somebody else would have the same problem and I could pinpoint the cause and resolve it.
Am I the only one with a ‘doctor9’ administrator in 50 sites on Hostgator that keeps coming back after I delete it?
And links like these in the wp-blog-header.php that keep coming back after I delete them.
</body>
</html><font color=”#0099CC”>شات</font></font></span><font size=”1″ color=”#0099CC”> </font><font size=”1″ color=”#000000″>
<font color=”#0099CC”>billiards</font></font><font size=”1″ color=”#0099CC”>
</font>
<font size=”1″ color=”#0099CC”>شات قطر</font><font size=”1″ color=”#0099CC”>
</font>
<font size=”1″ color=”#0099CC”>شات صوتي</font><font size=”1″ color=”#0099CC”>
</font>
<font size=”1″ color=”#0099CC”>كام</font><font size=”1″ color=”#0099CC”>
</font>
<font size=”1″ color=”#0099CC”>شات سعودي</font><font size=”1″ color=”#0099CC”>
</font>
<font size=”1″ color=”#0099CC”>جلسات</font><font size=”1″ color=”#0099CC”>
</font>
<font size=”1″ color=”#0099CC”>طرب</font><font size=”1″><font color=”#0099CC”>
</font>
<span lang=”ar-sa”>
<font color=”#0099CC”>بنت ابوي</font><font color=”#0099CC”>
</font>
<font color=”#0099CC”>شات صوتي</font><font color=”#0099CC”>
</font>
<font color=”#0099CC”>شات كتابي</font><font color=”#0099CC”>
</font>
<font color=”#0099CC”>عرب سيد</font><font color=”#0099CC”></font>
<font color=”#0099CC”>افلام عربي</font><font color=”#0099CC”>
</font>
<font color=”#0099CC”>بلياردو</font><font color=”#0099CC”>
</font>
<font color=”#0099CC”>دردشه</font><font color=”#0099CC”>
</font>
<font color=”#0099CC”>منتدى</font></span><font color=”#0099CC”>
</font>
<font color=”#0099CC”>قيمزر</font><font color=”#0099CC”>
</font>
<span lang=”ar-sa”><font color=”#0099CC”>
سعودي كول</font></span></font>Thanks for your patience!
Ron
Forum: Plugins
In reply to: [Plugin: WP-dTree] Unwanted bulletThanks KaFu,
I had commented out the sidebar ul css in the stylesheet (can’t remember why) and as soon as I un-commented it the bullets disappeared.Forum: Fixing WordPress
In reply to: Lone unwanted left angle bracket (<) on a pageI used the validator (http://validator.w3.org/) to check the page and this showed that there was an extra < much further down in the table which was displaying before the table.
This is now resolved. My error. I should be using CSS.
Thanks for your help!!!
Forum: Fixing WordPress
In reply to: Lone unwanted left angle bracket (<) on a pageHi Chrisber,
Thanks for your reply.
I’m using tables when in a hurry while I get better with CSS.
RonForum: Fixing WordPress
In reply to: Lone unwanted left angle bracket (<) on a pageHi Damienk,
Thanks for your reply! Here is the code from the theme editor:<div id=”homepagefeatured”>
<h1>Product List</h1>
We are preparing our catalogue. In the meantime here is our latest Product List.
<table border=”0″ cellspacing=”1″ cellpadding=”1″ align=”left”>
<tr>
<td colspan=”2″ align=”center”>Available as of August 25th!</td>
</tr>I had already looked for that lone <.
Thanks for your efforts!!Forum: Fixing WordPress
In reply to: Entries excerpted without inserting more tagMany, many thanks!
Love WordPress!!!Forum: Themes and Templates
In reply to: CSS problem with Links in SidebarWhich was exactly what you said the problem was above!!!
Forum: Themes and Templates
In reply to: CSS problem with Links in SidebarDear Doodlebee,
Thanks very much for taking the time to help me.
I tried to add the three lines to the stylesheet without success.
Then I tried validating but got 35 errors and a “This page is not Valid XHTML 1.0 Strict!” message.
Then I ‘viewed the source’ and compared the “Links” section to the “Pages” section which was displaying correctly.
I discovered a simple error that solved the problem. I didn’t close my h2 tag!! As soon as I fixed that it worked. http://www.royalmontrealgolfclub.info.
Thanks again!! So simple but I couldn’t see it.
Forum: Themes and Templates
In reply to: CSS problem with Links in SidebarHi Samboll,
Thanks for your reply. I apologise; theis not in my CSS, I was trying to fomat the posting here at WordPress Support and don’t know how to use the back quotes.
Here is how my files read:
In the sidebar
<h2>Helpful Links<h2>
<?php get_links_list(); ?>In the Sidebar section of the CSS file:
/* Sidebar */
#sidebar {float:left; margin:0 0 5px; padding:1px 0 0; width:195px;}
#sidebar p,#sidebar ul,#sidebar .textwidget {margin:0 0 15px 10px;}
#sidebar li {list-style:none; margin:0 0 6px;}
#sidebar li a {font-size:1.2em; font-weight:bold; padding:2px;}
#sidebar ul ul {margin:5px 0 5px 10px;}
#sidebar ul ul li {margin:0 0 5px;}
#sidebar ul ul li a {font-weight:normal;}In the Links section of the CSS file:
/* Links */
a {color:#4088b8; font-weight:bold; text-decoration:none;}
a:hover {text-decoration:underline;}
a img {border:0;}You can see the CSS problem here: royalmontrealgolfclub.info.
Can anyone point me in the right direction?
Many thanks