Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter voxr

    (@voxr)

    Woah. Thanks for reply! This is first I’m hearing of this concept (and I’ve read a lot of noob guides to apache/WP) so I’m very interested in it!
    So you would have PHP-FPM or FastCGI etc running as FTP user and essentially no use for groups? Doesn’t this present the same security issue, though, being that the webserver has write access to all files?
    It’s been suggested that if that were to cause problems, the site in question would already be too hacked for file permission systems to matter, but I’ve no idea really.

    So far I have been under the impression that FTP user is meant to be unique and only used for FTP/master access, while PHP and Apache would run as the webserver user with restricted access to many files and folders, to limit the damage a compromise could cause.
    Actually, I was locking everything for a while as read-only and then simply “chown -R” to the webuser whenever updates were needed… for maximum security. Still seems like the best way, if a nuisance?

    Any further thoughts would be very appreciated, but if not thanks again anyway!!

    • This reply was modified 5 years ago by voxr.
    Forum: Fixing WordPress
    In reply to: WP-Cron system
    voxr

    (@voxr)

    This is not to do with WordPress itself and they not gonna offer support for other peoples paid plugins, damn, i been here like 5 minutes and feel like forum police already. It’s freakin obvious though.

    Forum: Fixing WordPress
    In reply to: Site hover
    voxr

    (@voxr)

    Do you mean the links? That’s all I can see blue also.

    You can style those by adding this to Additional CSS:
    a {
    color: #000;
    }

    voxr

    (@voxr)

    Guy, why don’t you just use different permalink structure WordPress base settings? You can set the permalink to be postname and never use tags or categories or whatever. No need for plugins or hacky fixes..?

    voxr

    (@voxr)

    Nothing to do with WP. Consult your local search engine..

    voxr

    (@voxr)

    I would do like this:

    
    body {
    font-family: 'Arial', sans-serif;
    }
    h1, h2, h3, h4, h5, h6, .yourheadingclassifyouhaveone {
    font-family: 'Earth Orbitwhatever', sans-serif !important;
    }

    You may need to change the selected font to Arial, or whatever normal font you want, in your theme settings or however you selected it.

    • This reply was modified 5 years ago by voxr.

    I get this sometimes, but I get it too sometimes on other sites which Log in by Steam. Actually sometimes, it won’t proceed past “Sign In” button at Steam website,so I think sometimes just the openid service is down.

    Be great if this project would have a spiritual successor! So we can get updates and info on things like this.

    • This reply was modified 6 years, 8 months ago by voxr.
Viewing 7 replies - 1 through 7 (of 7 total)