ivovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Have an Issue herethe problem is mainly that you don’t have any spaces in that big-ass line of text.
Where did you expect it to break for wrapping purposes?
Forum: Fixing WordPress
In reply to: Does WordPress Assign IP Address??I think there’s been a breakdown in communication.
I believe that the host would like to know if your friend (lets call him the author) is using a fixed IP on his internet connection at home. They might like to know that, so they can restrict access to admin files only to that IP address.
Make sense now?
WordPress doesn’t assign IPs, of course… but your host may want to ensure that only the author can get access to the back-end of wordpress.
All of this is a worse idea than having your host make sure that their group permissions are set correctly, and then upgrading the blog to 2.5.1 to patch any security issues present in wordpress itself.
Of course, you could do BOTH, but sitting around on version 2.3.3 once you’ve been hacked is probably a bad idea.
Mind you… none of this will help if you still have compromised files on there. You *must* clear out everything from the hosting space, being careful to backup media… and then re-upload fresh wordpress files and fresh copies of all your plugins.
Be careful about keeping your plugins updated too… it wouldn’t be the first time someone had their “wordpress” hacked via a plugin.
Forum: Fixing WordPress
In reply to: database backup file contains posts from sites other than my ownI’m so glad to have been party to a thread which involves an actual bona-fide database backup, around here.
good luck 🙂
Forum: Fixing WordPress
In reply to: Disallow Repliesno no, he’s ‘poe’ you’re Mike.
(sorry)
Forum: Fixing WordPress
In reply to: 404 Help for Newbieoh Whooami is going to be pissed she missed out on another dogpile 🙂
Forum: Fixing WordPress
In reply to: 404 Help for NewbieHalf your luck…
Honestly, it’s nothing against you specifically, it’s more a PTSD trigger than anything YOU did specifically, thanks for being good-natured about it.
Regulars of any help forum will tell you that “I don’t know any XXX” is like putting a war veteran next to a backfiring car. Only because we’re not sure when it became our responsibility to sacrifice chatting with exotic ladies just so you wouldn’t have to 😛
Cheers 😉
Forum: Fixing WordPress
In reply to: 404 Help for NewbieYou’re welcome. Get you another drink? 😉
Actually I understand where you’re coming from. I don’t much like the idea of being spammed when I can’t find what I’m looking for.
Especially on 404 pages, since the reason I can’t find it is because the idiot site owner took it away, or moved it without adequate redirection. What the hell is that all about?
If you get 404s, you should aim to fix them, not consider it a good way to make a buck.
Forum: Fixing WordPress
In reply to: database backup file contains posts from sites other than my ownI don’t know how it works exactly, so I’m only guessing here… but I would think that the RSS feeds on your wordpress dashboard (you know the ones about plugins and the wordpress ol’ boys club self-promotion bullshit where you can find out what tickled matt’s fancy lately) are very likely to be cached in your database.
I’m inclined to think that’s what you’re seeing.
If by some chance you don’t have a shrine in your bedrooom dedicated to matt & friends, then you might consider removing those feeds from your dashboard with one of the plugins available… I’m not sure whether they just stop them being displayed, or actually cease to pull them into your DB in the first place. You’d have to test that yourself.
Forum: Fixing WordPress
In reply to: 404 Help for Newbie*hands you back your drink, after sneaking a sip*
‘Adsense for Search’ is designed for search results pages, or 404 pages where keywords are evident.
Lets say you’ve hit a 404 page with the url yourblog.com/deals/cheap-viagra/ … adsense for search is designed to display ads for cheap viagra based on either the search string you used, or the URL on your 404 page.
The idea being that if you can’t find what you wanted to find, you may as well leave via a somewhat-related advertisement.
This differs from regular adsense, which looks at the contents of the page, to determine what’s relevant.
Forum: Fixing WordPress
In reply to: script tried to increase memory_limitline 16 of wp-settings.php should be this:
@ini_set('memory_limit', WP_MEMORY_LIMIT);the constant WP_MEMORY_LIMIT is 32 meg, which is the number you’re being shown there.
Notice the @ symbol is on that line. That’s supposed to tell PHP to suppress any warning messages created by that action. In your case, it doesn’t seem to be suppressing it.
Please check that your wp-settings.php has an @ symbol in that location. If it does, and you still get this filling your log files, then comment out lines 15 and 16, in wp-settings.php and your blog should continue to run fine. Please make a backup of that file, and replace those lines with the following:
//if ( function_exists('memory_get_usage') && ( (int) @ini_get('memory_limit') < abs(intval(WP_MEMORY_LIMIT)) ) ) // @ini_set('memory_limit', WP_MEMORY_LIMIT);Forum: Fixing WordPress
In reply to: 404 Help for Newbiehere’s your original thread, it wasn’t deleted.
http://wordpress.org/support/topic/178975you can find your threads by clicking “view your profile” on the upper right hand side of this website.
to address your question though… your 404 page should be part of the theme you’re using. If your theme has a 404.php, edit that.
If it doesn’t have one, you can create one, making sure to include the basic elements
<?php get_header(); ?> [your 404 page layout goes here] <?php get_sidebar(); ?> <?php get_footer(); ?>I understand that you said you don’t know PHP, but surely you can cut and paste, right? If you can’t then perhaps you need to re-examine what you hope to achieve.
What I’m about to write isn’t necessarily directed at you, but at everyone who expects to be able to change their theme/blog functionality:
Blogging is easy, but changing your theme requires becoming an amateur web-designer. It’s important to understand that one thing has nothing to do with the other. If you can write, you can blog… but if you want to be a web designer (even just so you can customise your own blog) then be prepared to learn the language(s) of the web.
Forum: Themes and Templates
In reply to: Trouble getting alternating comment styles to worklol @scribblerguy… I don’t see a difference in what you posted.
anyway…. here’s the culprit:
<li <?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>">should be:
<li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">see the difference? the alt was being used, it just wasn’t specified as a class.
Forum: Your WordPress
In reply to: My review of $25 logo from gotlogos.com“I know how to critique logos, I dont know how to design them, i don’t have a degree in design, i’m 15 after all
I designed those logos while in school in around 20 min”Webmeba, you can’t have it both ways. Either you’re a brilliant 15 year old, like I was, and your opinion matters… or you’re “only 15 after all” and nobody should should listen to you.
Which is it?
You have a big mouth on you… time to own it, or re-evaluate how it’s working for you.
For the record, 20 minutes is about all you can expect to get for $25, so that wasn’t the issue. Nobody expects a marketing team to run focus groups for that amount of money.
I think I’ve proven my point though… it’s easy to criticise, but when someone asks you to come up with the goods, everyone runs away.
I’ll give you credit Webmeba, for at least submitting something, even though you ignored the brief, initially.
Forum: Fixing WordPress
In reply to: Post and Edit redirects to Home without savingobviously this wasn’t always like this, so what changed?
don’t say ‘nothing’, that’s never true.
Forum: Requests and Feedback
In reply to: Sort posts in My Profile by Most Recent Reply?exactly.
also, it would be nice to get back the right side of the profile page, where the threads you’ve started show up.
it’s been a while since the update… time to get some of this stuff sorted out 🙂
cheers.