Forum Replies Created

Viewing 15 replies - 301 through 315 (of 689 total)
  • I mentioned NIS, only because it’s defaults mess with quite a few things. It could also be another firewall, outside of your computer. If it’s in a tight environment, then I assume it’s beyond your power to make changes to the firewall.

    Perhaps you could try someone else’s computer in the same environment. If you have the problem elsewhere, that speaks to the firewall issue.

    Something could be fudge from the download. Who knows. I suggest starting fresh.

    Backup your files. Make sure you are in your html root folder. Connect via ssh if you can, and not telnet (no security with telnet).

    cp -a wordpress wordpress.bak

    Just to be on the safe side, I would recommend you redownload http://wordpress.org/latest.tar.gz to your server.

    wget ht tp://wordpress.org/latest.tar.gz

    remove the space between the t’s.

    And untar it again.

    tar -zxvf latest.tar.gz

    Then double check your wp-config.php. I suggest replacing it from wp-config-sample.php. First change to the wordpress dir.

    cd wordpress
    cp -af wp-config-sample.php wp-config.php

    Then edit your wp-config.php file. I typically use vi. Use whatever you prefer.

    vi wp-config.php

    As you know, 4 key values there.

    If the above doesn’t work. There must be some kind of connection timeout or something. Perhaps your host needs to adjust my.cnf, or php.ini, or even httpd.conf. They all have their own settings for connection timeouts. Maybe something is out of whack. I’m just speculating. Perhaps you can look up log files for mysql. Or did you?

    It might be helpful if you could provide the version numbers of mysql, php, and apache.

    Do you have NIS (Norton Internet Security). Anyway, it’s a firewall, and as one, it can strip out referers and other bits from your communication. If you have, try temporarily turning it off to see if it then works.

    Also, you can have more than one cookie. domain.com and http://www.domain.com for example. You could also try deleting all cookies to be sure you go them all.

    I’m a little stumped here.

    Podz, I don’t appreciate the ‘tone’ you are using when speaking with to the ‘you lot’ group. Although this might be the first most of us have hard about this, we very respectfully spoke of our concerns with this new service. I personally did not question the honesty of anyone involved, but it’s a valid point, and can very legitimately be asked, *and* answered. The links you’ve provided are helpful, as are the respectful responses I’ve also read.

    I personally believe the moderators should hold themselves to a higher standard of behaviour than the people they are moderating. Or at least to the same standard. You’re telling people not to ask valid questions, and not to point out very valid concerns. Perhaps these concerns have been addressed in another place. All I know is that this is the first I’ve heard of it, I chose to respond to the announcement here.

    If this topic is valid for this forum, surely respectfully stated concerns and questions are also valid.

    I sort of agree with you Cyber, the teach to fish thing that is. When I offer advice here, I purposely avoid offering cut and paste solutions. I try to get the person to understand the problem better, so they can come up with the solution themselves as much as possible.

    If you can’t handle installing wordpress, I personally recommend wordpress.com or similar such services. But having said that, time will tell if this offer is ultimately useful to some people. If it sets them up to fail in the future, that will become apparent. If it gets them going, so they can then take more time to learn the rest, that will show itself too. I hope it’s successful though. At worst, it’s an interesting experiment. At best, it turns out to be darn helpful!

    maybe try deleting your cookie(s) for their website and re log in.

    You want the Category Access plugin. You can decide which categories (or all of them if you wish) are available to guests. And there is a second level of settings for subscribers. Above subscribers, everyone gets to read, unless you override settings under their specific user account. (at least, that’s how it works if I remember correctly).

    try deleting your cookie for your site in the browser giving you the problem.

    Are you good with php? Write a short script that creates a folder. Then go in and look at who the owner is of that folder. That should tell you which user php is running as despite what configs indicate. http://ca3.php.net/manual/en/function.mkdir.php

    Find out if you’re in a chroot’d environment. Ask them, but also, log into your shell and see if you can see other people’s user spaces.

    Can’t stop if you don’t know how it happened. He might have cracked into mysql. Perhaps a plugin let him in.

    I would ask that you have your account moved to another server. Perhaps that one was already compromised, or perhaps it now has a compromise left behind.

    phpsuexec is just one piece of a security puzzle. I wouldn’t worry too much about it all by itself. Is your account in a chrooted environment?

    I would also try 775 for permissions. see if that works.

    Also, what control panel do you have? That might tell us more about your environment. CPanel for example is less secure than Ensim. But don’t get that hung up about that either.

    When people hack sites, it’s not just because somebody left a folder with write permissions on their server. There are many factors.

    hey great, glad you got it sorted.

    You might want to let the author know about your problem. Perhaps he’ll fix it, and maybe you’ll even get to use it!

    have you been trying different admin themes?

    Other plugins are capable to disabling the built in upload function. One example is PhotoPress, which will disable the upload if that option is enabled. If you’ve installed new plugins, I would first try disabling it(them) to see if it’s the problem.

    Thread Starter manstraw

    (@manstraw)

    Hi,

    I never made it public, and I haven’t tested it with 2+ yet. But I can probably be convinced to look it over, clean it up where necessary, and publish it.

    I know there are a few things missing, like proper checks for size. I think I only check the height right now. And I think I only support jpeg, which is probably good enough for many folks.

    I’m dealing with a minor server crisis, and have a couple of other priorities to take care of first, and then I’ll look at this. If I decide I don’t have time to clean it up, I may elect to give it to just you to test privately. I wrote it so long ago, I’m not quite sure what messy bunch of code I might find when I crack it open! 🙂

    Sorry I wasn’t much help there. I’ve never imported rdf, but thought there were utilities to convert the format. I’ve read about them a few times, but it seems the majority that google just gave me were for convert from rss to rdf and not so much the other way around.

    How many blog entries are you talking about? Dozens? Or Thousands? It might be possible to manually convert the file format to one that the rss importer will read. Perhaps all that’s need is some changes to header bits. Would it be possible for you to post a sample .rdf file that I could experiment with?

Viewing 15 replies - 301 through 315 (of 689 total)