Forum Replies Created

Viewing 15 replies - 16 through 30 (of 31 total)
  • Forum: Plugins
    In reply to: WordPress File Manager Hack
    pstew21

    (@pstew21)

    I commented out the /incl/header.inc.php lines as these would be handled by WP instead… Not sure how critical they are, they could be moved to the WP Header include, but it seems to work without them now…
    I am getting this error now though, not sure if its an error or just a warning:
    Use of undefined constant SID – assumed ‘SID’ from Line 20 in /incl/header.inc.php
    Everything so far works besides that error message.

    Forum: Plugins
    In reply to: WordPress File Manager Hack
    pstew21

    (@pstew21)

    Getting the same errors as above…

    pstew21

    (@pstew21)

    Cool, thanks, I’ll check it out… Hopefully this can get vetted into 1.2 before release. Hate to hack the upload.php each time for such and obvious feature…

    pstew21

    (@pstew21)

    NuclearMoose brings up a good point… I’m willing to offer support (unofficial of course) of MT to WP conversions. I will charge money for this, however, all money will go to donations to support WordPress. Hopefully others might follow suit…
    Also, those that would pay MT for a license, but have decided to come to WP instead because of its open source / GPL license. Take that money and donate it as well.

    pstew21

    (@pstew21)

    Judging from your sites, I doubt you’d need much assistance. Add in the great support for questions here and it shouldn’t take more then a few hours to get them over.
    The content is quite easy to port over. The style and templates takes a bit of getting used to, but compared to MT, its more like unlearning it, then learning anything new.
    Since its all php based and really just one file to edit. You can do all the style and layout in your HTML editor of choice…
    If you are really interested in having someone to pay to do this for you, well, I’ll help once I know more of the scope of what you want done. However, I think you can easily do the move without paying anyone.
    Just set up a test install of WP 1.2 beta or a nightly, do an export out of MT, import it into the new install of WP and play around till you get it right. Once you are ready to switch, there are some other quick hints if you search or ask here to make everything easy.

    pstew21

    (@pstew21)

    Yeah, I noticed this too, key is to change your admin back to admin and when you run the 1.2 mt-import script, then select admin and import, then it seems to import all to admin. Then change the name of the admin nick to whatever you want.

    pstew21

    (@pstew21)

    Sorry, slow on the respond… That’s basically what I use as well. I also have a few other’s for other files and most popular MT posts to redirect to the new locations and one to just redirect to the main page.
    RewriteEngine On
    RewriteBase /
    RewriteRule ^archives/category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?category_name=$1&feed=$2 [QSA]
    RewriteRule ^archives/category/?(.*) /index.php?category_name=$1 [QSA]
    RewriteRule ^archives/author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?author_name=$1&feed=$2 [QSA]
    RewriteRule ^archives/author/?(.*) /index.php?author_name=$1 [QSA]
    RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([0-9]+)?/?([0-9]+)?/?$ /index.php?year=$1&monthnum=$2&day=$3&p=$4&page=$5 [QSA]
    RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([0-9]+)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?year=$1&monthnum=$2&day=$3&p=$4&feed=$5 [QSA]
    RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([0-9]+)/trackback/?$ /wp-trackback.php?year=$1&monthnum=$2&day=$3&p=$4 [QSA]
    RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1 [QSA]
    RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1&withcomments=1 [QSA]
    RewriteRule ^stats/author/(.*)?/page/?(.*)?/?$ /index.php?wp_stats=1&author=$1&page=$2 [QSA]
    RewriteRule ^stats/author/?(.*) /index.php?wp_stats=1&author=$1 [QSA]
    RewriteRule ^stats/ /index.php?wp_stats=1 [QSA]
    RewriteRule ^stats /index.php?wp_stats=1 [QSA]
    RewriteRule ^archives/000259.html /archives/2002/09/14/378/ [QSA]
    RewriteRule ^index.xml /feed/rss2/ [QSA]
    RewriteRule ^mt/ / [QSA]
    RewriteRule ^resume.shtml /archives/category/personal/resume/ [QSA]
    RewriteRule ^archives/?(.*).html / [QSA]
    RewriteRule ^cgi-bin/mt/mt-comments.cgi http://www.fbi.gov/ [QSA]

    The last one is my favorite… I got sick of the script kiddies spaming my comments on MT so I just redirected them to a fun little place.

    pstew21

    (@pstew21)

    Ouch… Nothing wrong with Macs…
    (written on a pc) ๐Ÿ™‚

    pstew21

    (@pstew21)

    Behold the power of Slashdot and the GPL ๐Ÿ™‚

    pstew21

    (@pstew21)

    Any way to ban them via WP? Or can you post how the best way to ban the ip’s? I left MT because of comment spam and want to make sure I can deal with it on WP.

    pstew21

    (@pstew21)

    Just for validation, my new 1.2rc1 validates just fine, so I suspect you are on to something with the dates not being RFC-822 compliant, (Try using numbers instead?) and the fact that the encoding might be different, look at the default index.php that comes with 1.2rc1 and see what it now is being defined as and change yours to match and see if it revalidates?

    Forum: Plugins
    In reply to: WP 1.2, Statistics
    pstew21

    (@pstew21)

    Thanks, it now works, nice plugin… Well documented install. Thanks!

    Forum: Plugins
    In reply to: WP 1.2, Statistics
    pstew21

    (@pstew21)

    One little thing… I get this at the end:
    ร‚ยป Link Categories Stats
    Array
    Links, 10 Links

    I don’t have any Categories assigned to my links, is that why?

    Forum: Plugins
    In reply to: Comment & Post Plugins
    pstew21

    (@pstew21)

    Thanks for these, a nice way to integrate stats and use these on other pages then index.php.

    Forum: Your WordPress
    In reply to: Another convert
    Thread Starter pstew21

    (@pstew21)

    no relation, thanks ๐Ÿ™‚

Viewing 15 replies - 16 through 30 (of 31 total)