MU Soapbox

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Muxify
    • Mustard
    1. Home
    2. Bobotron
    3. Posts
    • Profile
    • Following 3
    • Followers 2
    • Topics 56
    • Posts 1987
    • Best 578
    • Controversial 1
    • Groups 1

    Posts made by Bobotron

    • RE: DigitalOcean Mediawiki ShortURL

      @ixokai

      Currently the wiki is stored in site.com/mw
      The site loads as: site.com/mw/index.php/Article
      The goal is to be: site.com/wiki/Artice

      Using the options provided by the ShortURL builder (which looks like it matches up with what you provided), I get:

      site.com/wiki/Main_Page (for example) with a 404 Not Found error.

      The options I'm using are (in site.conf above my SSL):
      RewriteEngine On
      RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/mw/index.php [L]
      RewriteRule ^/?$ %{DOCUMENT_ROOT}/mw/index.php [L]

      In LocalSettings.php:
      $wgScriptPath = "/mw";
      $wgScriptExtension = ".php";
      $wgArticlePath = "/wiki/$1";

      posted in Mildly Constructive
      Bobotron
      Bobotron
    • RE: DigitalOcean Mediawiki ShortURL

      @ixokai

      The redworks shorturl creator is filling in an image 404 handler; I can unclick the option, as I've never had 404 image errors but felt it was worth keeping in just in case.

      I realize what I posted was reset, as I forgot to pull /wiki/ out of it as I was trying to just remove the index.php section (if I can't rewrite to just point to /mw/ that's fine, I can point to wiki without issue).

      And I had read over that, and kept looking at it and it seemed to match what the redworks builder was giving me. Even going back in and making the directory /wiki/Article, it still doesn't work. What you gave me matches up with what redworks outputs, but I still jut get a 404 Not Found error when it rewrites/redirects. What I have currently:

      RewriteEngine On
      RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/mw/index.php [L]
      RewriteRule ^/?$ %{DOCUMENT_ROOT}/mw/index.php [L]

      (I have the above, above my SSL stuff in my site.conf file).

      $wgScriptPath = "/mw";
      $wgScriptExtension = ".php";
      $wgArticlePath = "/wiki/$1";

      Still just a 404 error, but it does rewrite (I go to mw and it rewrites to wiki/Main_Page and gives me a 404). I also tried it without that second rewriterule line and it still does the same.

      posted in Mildly Constructive
      Bobotron
      Bobotron
    • RE: DigitalOcean Mediawiki ShortURL

      @skew
      I tried to use what you posted and realized that mine is installed differently than yours, and I was missing the stuff to put into the LocalSettings.php so it didn't work.

      @ixokai
      I am not really a server admin. I think I posted ngnix thinking that I had installed it to get the Apache I got? I installed CentOS 7 because it was suggested to be the easiest one for PennMUSH to be installed/used with.

      I use httpd to mess with my stuff, like apachectl to restart it when I make changes. I'm far from a server admin, so I'm kinda blind when it comes to crazy changes.

      The rewrite rules it's giving me are:
      RewriteEngine On
      RewriteRule ^/?mw/wiki(/.*)?$ %{DOCUMENT_ROOT}/mw/index.php [L]

      RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
      RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
      RewriteRule ^/?mw/images/thumb/[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ %{DOCUMENT_ROOT}/mw/thumb.php?f=$1&width=$2 [L,QSA,B]

      RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
      RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
      RewriteRule ^/?mw/images/thumb/archive/[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ %{DOCUMENT_ROOT}/mw/thumb.php?f=$1&width=$2&archived=1 [L,QSA,B]

      And the LocalSettings stuff:
      $wgScriptPath = "/mw";
      $wgScriptExtension = ".php";
      $wgArticlePath = "{$wgScriptPath}/wiki/$1";

      When I enter all that, it returns a 404 Not Found error, but it does remove the index.php from the site.

      posted in Mildly Constructive
      Bobotron
      Bobotron
    • RE: DigitalOcean Mediawiki ShortURL

      @ixokai

      Nah, I'm using apache. httpd.

      My wiki is site/mw/index.php/Article

      I'm just trying to remove the /index.php/

      posted in Mildly Constructive
      Bobotron
      Bobotron
    • RE: DigitalOcean Mediawiki ShortURL

      @ixokai

      Yeah. I have used that guideline plus the redworks setup and still no luck. It WORKS and redirects just fine... and just gives me a 404, like it's not processing the php file.

      posted in Mildly Constructive
      Bobotron
      Bobotron
    • DigitalOcean Mediawiki ShortURL

      I come to you guys hoping someone has made this work.

      I have a digitalocean account. I love it. I'm hosting a few things there, like the BJ Zanzibar backup, a couple of personal wikis for tabletop games, and some other stuff.

      I cannot get any form of mediawiki shorturl function to work. It always, always, breaks.

      I'm using CentOS 7, ngnix and the standard setup in these two tutorials:
      https://www.digitalocean.com/community/tutorials/how-to-install-mediawiki-on-centos-7

      https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-centos-7

      I tried with root access. I tried with the non-root .htaccess.

      I can't get it to work at all.

      Anyone actually gotten this to work on digitalocean?

      posted in Mildly Constructive
      Bobotron
      Bobotron
    • RE: Poll: Fantasy Earth 2.0

      @thenomain

      Ahh. I skimmed it at Half Price Books but didn't pick it up.

      posted in Game Development
      Bobotron
      Bobotron
    • RE: Poll: Fantasy Earth 2.0

      @ganymede

      do not want

      Wasn't the Victoriana RPG this but in 1890s London with a fantastical overlay?

      posted in Game Development
      Bobotron
      Bobotron
    • RE: Wikidot formatting?

      @shincashay

      I think I finally got some of the heading stuff extricated. Basically I wanted to use a pre-made theme, but I didn't like the headings, so I tried to mess with them... but the options I usually use weren't working. I figured out that I needed to unconnect some of them from one of the main page headers and I was good. Otherwise, it seems to be funcitoning alright (I wouldn't mind having the edit buttons on the top, but I can live with them at the bottom.)

      The skin I'm using is http://themes.wikidot.com/woodcut

      posted in Tastes Less Game'y
      Bobotron
      Bobotron
    • RE: Wikidot formatting?

      @faraday

      Do you have any good tutorials or links to things? I'm going through and fiddling with formatting a pre-existing template that I found that I like, and I'm looking at it and it looks like basic CSS, but some of the things I'm trying to do don't see m to be working.

      posted in Tastes Less Game'y
      Bobotron
      Bobotron
    • Wikidot formatting?

      Anyone here good with wikidot formatting? I have questions if you are willing to lend an ear for a few minutes.

      posted in Tastes Less Game'y
      Bobotron
      Bobotron
    • RE: How To Strip Comtitles in PennMush

      @roz

      You're right, my brainmeats are just not working.

      posted in MU Questions & Requests
      Bobotron
      Bobotron
    • RE: How To Strip Comtitles in PennMush

      @ashen-shugar

      Maybe? Set a chatformat on yourself, to strip before() the name but after() the channel tag? I've honestly never played around with @chatformat.

      posted in MU Questions & Requests
      Bobotron
      Bobotron
    • RE: How To Strip Comtitles in PennMush

      @roz

      You can set individual channels to not have comtitles through @chan/privs channel=notitles which does it on a per-channel basis. Setting the thin to 0 does it for every channel.

      posted in MU Questions & Requests
      Bobotron
      Bobotron
    • RE: How To Strip Comtitles in PennMush

      In Penn...

      If this is something that you're doing as a player, you'd have to use triggers to strip the chan title for everything before the player's name.

      If this is something you're wanting to do as staff, just set the chan_title_len to 0 which will stop chantitles altogether.

      posted in MU Questions & Requests
      Bobotron
      Bobotron
    • RE: Active Modern Day Games?

      @lithium
      He was alive since Angel season 5.

      posted in A Shout in the Dark
      Bobotron
      Bobotron
    • RE: Active Modern Day Games?

      @magee101

      I have no idea about the community, and I couldn't get it to wrap, so sorry.

      My observation that it has a similar look to the wiki and the same code as the Shadowhunters game is just that, an observation. This was posted on an elseMU* board on MUS*H. I was just chucking it up here 'cause it was a modern game per request.

      posted in A Shout in the Dark
      Bobotron
      Bobotron
    • RE: Potential Buffy Game

      @seraphim73

      You win the internet!

      buffy xander

      posted in Game Development
      Bobotron
      Bobotron
    • RE: Potential Buffy Game

      @wizz

      In Ohio

      Cleveland is, IIRC, another canonical Hellmouth.

      posted in Game Development
      Bobotron
      Bobotron
    • RE: Active Modern Day Games?

      @coin
      The comics got crazy as things went on. Broken Masquerade, vampire reality TV, vampires making mindless zombie-vamps when they sired, all kinds of stuff.

      posted in A Shout in the Dark
      Bobotron
      Bobotron
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 99
    • 100
    • 6 / 100