askapache
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 Help for NewbieMaybe I’m old and bitter, but heh, I learned the hard way. I searched, read, practiced, blew up plenty of sites and even once sent my local mom and pop ISP’s servers down in flames. (That was back when I was trying to learn Greymatter!) So .. ask and some kind soul will probably try to help.
ha the good old days. I probalby spent a month trying to figure SLIP out just to get on the net.. http://tldp.org/HOWTO/SLIP-PPP-Emulator/index.html
But the best piece of advice I can give you is to try to learn by doing. THEN if you hit a wall, you can come back here and intelligently articulate your problem, and what steps you’ve taken to try to solve it yourself. That goes a long way toward garnering the help you need to get yourself out of whatever web related jam you are in. 🙂
Anyone with any level of knowledge dealing with technology knows host true that is. Because its the part when you are trying to find a solution to a problem that you learn the best..
Forum: Plugins
In reply to: [Plugin: AskApache Password Protect] Nothing found for WordPress Wp-adminThe new version 4.2.3 should fix this.
Try the new 4.2 version, it sounds like your server doesn’t support .htaccess but somehow slipped past the tests.
Forum: Plugins
In reply to: [Plugin: AskApache Password Protect] Fatal Error HelpOk Install the new 4.2 version which removes gzuncompress as a neccessary function.
Forum: Plugins
In reply to: [Plugin: AskApache Password Protect] Nothing found for WordPress Wp-adminAdd this to your root .htaccess file.
DirectoryIndex index.phpForum: Fixing WordPress
In reply to: [Plugin: AskApache Password Protect] blank options pageThats great to hear vrroot!
But please do not ever chmod your wp-admin 777
You should chmod that 755 and try chmod 766 instead of 777 for wp-content mine works at 755
Forum: Fixing WordPress
In reply to: [Plugin: AskApache Password Protect] htaccess support not found?then again it could be as simple as the funciton “is_resource” not being php4 compatible.. this plugin is going to be awesome…
Forum: Fixing WordPress
In reply to: [Plugin: AskApache Password Protect] htaccess support not found?@ karcher
I believe the latest version solves that bug, let me know.
That isn’t good.. I’m already using like the most compatible lowest level networking available..
if( false!= ($fp = @fsockopen($target, $_SERVER['SERVER_PORT'], $errno, $errstr, 15)) && is_resource($fp)){ ..... }else die('bad fsockopen');just keep upgrading
Forum: Fixing WordPress
In reply to: 2.5 Admin Ajax Javascript Broken*sheepish grin*
oops it was because of a 301 redirecting /wp-admin/js/ to /js/
Forum: Fixing WordPress
In reply to: [Plugin: AskApache Password Protect] htaccess support not found?Try the new version, upgrade to php 5 if you can.
Forum: Fixing WordPress
In reply to: 2.5 Admin Ajax Javascript BrokenWhen I go to edit a dashboard feed.syntax error
http://www.site.com/wp-admin/js/common.js?ver=20080318
Line 1`jQuery is not defined http://www.site.com/wp-admin/index.php?edit=dashboard_secondary#dashboard_secondary Line 330jQuery is not defined http://www.site.com/wp-admin/index.php?edit=dashboard_secondary#dashboard_secondary Line 495Go to the themes page
jQuery is not defined http://www.site.com/wp-admin/themes.php Line 330on the deactivating plugins
syntax error http://www.site.com/wp-admin/js/common.js?ver=20080318 Line 1jQuery is not defined http://www.site.com/wp-admin/plugins.php?deactivate=true Line 323syntax error http://www.site.com/wp-admin/js/common.js?ver=20080318 Line 1Forum: Fixing WordPress
In reply to: 2.5 Admin Ajax Javascript BrokenAnother error when I go to write a new page..
edToolbar is not defined http://www.site.com/wp-admin/page-new.php Line 777Forum: Fixing WordPress
In reply to: 2.5 Admin Ajax Javascript BrokenI’m also seeing the same thing.. I think it started when I turned on a plugin a day ago and nothing will fix it.. heres the error in firefox
jQuery is not defined
the dashboard feeds don’t work, the mediaupload doesn’t show up.. weird.
Forum: Plugins
In reply to: [Plugin: AskApache Password Protect] Installation Problemok I just did a fairly large (for me anyway) refactoring of the plugin so much is improved.. Added a couple more security modules that I’m trying to program to be compatible to snort, nessus, and mod_security rules. I’ll be working on a submission form for people to contribute their own .htaccess modules.
some changes
* more php4 compatible, no glob, no 2nd parameter for sha1, etc.
* 99.99% accurate test for mod_rewrite capability and .htaccess capability using fsockopen
* started the SID collection to make it easy to add in more security modulesForum: Fixing WordPress
In reply to: [Plugin: AskApache Password Protect] blank options pageBy blank options page you mean?? see if it still happens with the new version, if it won’t install then try setting DEBUG to 1 in the code.