Saurus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need a little php helpI’ve been spammed!!! Oh the horror:)
Strange all those other posts got through and that didn’t. Oh well! Now to wait and see if someone can come up with a solution:)
Forum: Fixing WordPress
In reply to: I need BIG help.There is an FAQ on the Codex listing step by step how to backup your DB via phpMyadmin.
Forum: Fixing WordPress
In reply to: I need BIG help.Some day I might be able to figure stuff like that out. Right now … NOT SO MUCH:)
Forum: Fixing WordPress
In reply to: Is My Blog Under Threat?Anytime you see an .ru address you have a possible attempt. First – change your password to something over 10 digits/characters. Next, install either/or/both the Akismet plugin and Bad behavior plugin. Set the filter for anything containing a url. I think it might be wise to download a dump of your database and look through it to see if there are any suspicious entires there. If not – make a new backup of the DB and all your WP files via FTP to either your system or an off-site location. You should also look into additional security via your .htaccess file.
There is an FAQ on the Codex about hardening your WP install from attack. Read that too.
Forum: Fixing WordPress
In reply to: Need a little php helpThis is strange – my post disappeared and all I see is the Reply text box!
Well let’s try this again …
Last week, another poster inquired if it was possible to use an image rather than a text link for the
<--more-->button of the excerpt tag. I don’t bel;ieve it received any feedback. I was intrigued by this and thought I’d experiment, so I made a nice little graphical button in Xaea Webstyle and sent it to my themes images folder.First try at implementing was the stylesheet, specifically the
#contentmiddle a.more-linkcontainer, addingurl (/images/continue.png). Fail.Second attempt was scanning the various php files to find a reference to the “read more” tag. There were 3 – index.php, page.php, and functions.php. I decided to try the page.php and added the path to the graphic to the link reference.
That worked partially – the graphic i made appeared, but the regular read more text (which I had already edited the style of) was superimposed over it. Not good. I am now stumped how to get this to work correctly. Since at my age of the game attempting to learn any more of php than I do – which isn’t much – I need a hand from someone much more capable with the language to pull this off. Assuming, of course, that the page.php is indeed where this should go.
Anyone? Beuhler?
Site link: <url>http://brucesplace.net/wordpress</url>Forum: Fixing WordPress
In reply to: Read More and Via linkI do it either of two ways – sometimes both. At the end of what I write, I add a SOURCE link to the url of the original post, and then use the trackback url for the story if the site has one.
Forum: Fixing WordPress
In reply to: In my WordPress web site title the Y looks like a VA link would help, but have you tried increasing the “line-height” element a bit in your stylesheet?
Forum: Fixing WordPress
In reply to: I need BIG help.Host backups, on the other hand, cost money, to the host. We, for instance use a SAN. It uses power, it uses cooling. It also costs my boss money to pay me to do things that the end user should have been taking care of.
I assumed backing up would cost a host some money, whooami, but I also assumed that would be a service included in the hosting package costs. I agree end users are ultimately responsible for their own backups, though. That is entirely reasonable.
The $75 the OP cited does seem a bit over the top, though – wouldn’t you agree?
However, kudos to Figaro for handling this for the OP. Above and beyond.
Forum: Fixing WordPress
In reply to: No Misspellings FoundIs your dictionary file present?
Forum: Fixing WordPress
In reply to: WP Adding <p> automatically?Which editor are you using? Are you pasting content from another writer? Why are you styling content from your php file? Content should be styled from your styles.css.
Forum: Themes and Templates
In reply to: where is the new themeIt obviously isn’t where it belongs, or it would show in your dashboard. If it’s there properly – I HAS to show.
Forum: Fixing WordPress
In reply to: I need BIG help.Who is your host? Restricting the number of backups a customer can make is absurd, as is them charging you for a backup. That company needs some exposure.
To view your DB you have to first download it to your system. Use the export, save to file option in the phpMyAdmin section of your panel.
To restore your WP I would not use your hosts fantastico option – I’d install it manually via your FTP account. There are entirely too many stories about files going awry when using these auto install gadgets to suit me. Do it manually and you know what is going and where it’s going.
Forum: Fixing WordPress
In reply to: making a private site?It’s in the editor – not the dashboard.
When you are writing, you will see 2 boxes on the right menu. One gives options for publishing (select PRIVATE), another asks for a post password. Just enter something and pass that on to your members. It will not make your SITE private, granted, but nobody will be able to see any passworded posts.I don’t know of any way to make your entire site invisible to anyone but members, other than selecting the dashboard option to not list your site to various bots like google, and hoping people don’t stumble upon your site:) That is not to say there is no way to do this – just that I don’t know of a way.
Forum: Fixing WordPress
In reply to: I need BIG help.It would appear from their statement that – unfortunately – all your posts are gone. They would have been in the database they report “has been lost/removed”. I find it hard to believe a reliable host does not have their own database backups that might help you recover your data but it appears they did not.
Have you checked into the archived file you have? I’m not an authority on databases, but maybe there is recoverable data there. I imagine it would be a lot of work to recreate your writings, but it’s a shot.
I suppose this is a very good example of why we are told to make regular backups of our DB’s and files. I do it weekly in case of a disaster like this.
Forum: Themes and Templates
In reply to: Internet Explorer & themesStart by VALIDATING your site. Nothing can be accomplished until that issue is out of the way.