GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   wordpress members area (https://gfy.com/showthread.php?t=953171)

pierrefitch 02-10-2010 10:00 PM

wordpress members area
 
Let's say your using wordpress cms . under /members/ it's seem to be a issue with the .htaccess to upload file each time try to upload it does not let me is there a solution around this then having to disable the htaccess each time you want to do update with wordpress in members area to upload a gallery or video

pierre

harvey 02-10-2010 10:48 PM

Quote:

Originally Posted by pierrefitch (Post 16835882)
Let's say your using wordpress cms . under /members/ it's seem to be a issue with the .htaccess to upload file each time try to upload it does not let me is there a solution around this then having to disable the htaccess each time you want to do update with wordpress in members area to upload a gallery or video

pierre

that's weird. who did your WP install? maybe you should ask them. Also you could post your htaccess file (if so, be sure to hide any sensitive info if you have it) Right now you're not offering any info so it's very difficult to know what's going on

pierrefitch 02-10-2010 10:56 PM

I'm using wordpress here
http://www.pierrefitchonline.com/member/wp-login.php

this is the password protection using it
phantomfrog.com

each time i try to upload a video in member using wordpress it blocks me

so using a plugin and silverlight for my video to upload gallery and video and no way to upload we keep being blocked



we cant make relative URL changes to WP

pierrefitch 02-10-2010 11:00 PM

now when i try to go to my wordpress after the guy who install the protection was added it gave me a error

Warning: parse_url(http://blablabla:blablabapierrefitch...mber/wp-admin/) [function.parse-url]: Unable to parse URL in /home/pfonline/domains/pierrefitchonline.com/public_html/member/wp-includes/pluggable.php on line 946

Warning: Cannot modify header information - headers already sent by (output started at /home/pfonline/domains/pierrefitchonline.com/public_html/member/wp-includes/pluggable.php:946) in /home/pfonline/domains/pierrefitchonline.com/public_html/member/wp-includes/pluggable.php on line 868

pierrefitch 02-10-2010 11:03 PM

I don't know how to get htaccess file

paymeback 02-10-2010 11:34 PM

Quote:

Originally Posted by pierrefitch (Post 16835983)
I don't know how to get htaccess file

FTP into you site and download the .htaccess file open in wordpad or a text editor

pierrefitch 02-10-2010 11:45 PM

AuthUserFile /home/pfonline/public_html/members/.Password/.htpasswd
AuthGroupFile /dev/null
AuthName "Pierre-Fitch online Member's Area"
AuthType Basic


<Limit GET POST>
require valid-user
</Limit>

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# BEGIN PHANTOM FROG
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AddHandler send-as-is asis
RewriteEngine on
#RewriteCond %{IS_SUBREQ} ^false [NC]
#RewriteCond %{HTTP:Authorization} ^basic [NC]
#RewriteCond /home/pfonline/domains/pierrefitchonline.com/phntmfrg/pierrefitchonline.com/frbdn/ipban/%{REMOTE_ADDR} -f
#RewriteRule (.*) http://pierrefitchonline.com/ClientSupport/IpBlock.asis
RewriteCond %{IS_SUBREQ} ^false [NC]
RewriteCond %{HTTP:Authorization} ^basic [NC]
RewriteCond /home/pfonline/domains/pierrefitchonline.com/phntmfrg/pierrefitchonline.com/frbdn/userban/%{REMOTE_USER} -f
RewriteRule (.*) http://pierrefitchonline.com/ClientSupport/userban.php?User=%{REMOTE_USER}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# END PHANTOM FROG
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

xenigo 02-10-2010 11:55 PM

Bill can probably help you out with this.

pierrefitch 02-11-2010 12:00 AM

Bill was helping but we seem to be running into the issue of being able to upload in the member/wp-admin it keeps locking us when trying to upload videos or images it just won't let us!!!

xenigo 02-11-2010 12:04 AM

The next best person to talk to would probably be your web host. They're the people I call when I'm having these sorts of problems.

pierrefitch 02-11-2010 12:57 AM

I see .............

pierrefitch 02-11-2010 01:30 AM

http://pierrefitchonline.com/httoperror.png

look

harvey 02-11-2010 01:47 AM

Quote:

Originally Posted by pierrefitch (Post 16836114)

mmmm.... I have a feeling this is not related to PhantomFrog, try adding this code to htaccess and lmk what happens:

Code:

<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>


pierrefitch 02-11-2010 02:00 AM

thank let's hope that work but i seem stuck when i try to log into my member wordpress i guess this error


Warning: parse_url(http://blablabla:blablabapierrefitch...mber/wp-admin/) [function.parse-url]: Unable to parse URL in /home/pfonline/domains/pierrefitchonline.com/public_html/member/wp-includes/pluggable.php on line 946

Warning: Cannot modify header information - headers already sent by (output started at /home/pfonline/domains/pierrefitchonline.com/public_html/member/wp-includes/pluggable.php:946) in /home/pfonline/domains/pierrefitchonline.com/public_html/member/wp-includes/pluggable.php on line 868
__________________

do you think you know what this could be

harvey 02-11-2010 02:11 AM

Quote:

Originally Posted by pierrefitch (Post 16836135)
thank let's hope that work but i seem stuck when i try to log into my member wordpress i guess this error


Warning: parse_url(http://blablabla:blablabapierrefitch...mber/wp-admin/) [function.parse-url]: Unable to parse URL in /home/pfonline/domains/pierrefitchonline.com/public_html/member/wp-includes/pluggable.php on line 946

Warning: Cannot modify header information - headers already sent by (output started at /home/pfonline/domains/pierrefitchonline.com/public_html/member/wp-includes/pluggable.php:946) in /home/pfonline/domains/pierrefitchonline.com/public_html/member/wp-includes/pluggable.php on line 868
__________________

do you think you know what this could be

1) try to get php.ini up to 32MB, better if 64Mb and lmk.

2) remove the line breaks and/or blank spaces after the closing ?> inside your wp-config.php if it doesn't work, uncomment lines 946 and 868 in pluggable.php (make backup copy first!!!) and see what happens

If nothing of the above works, then I don't know, although my best bet is you've changed something on index.php or wp-config.php, probably blank spaces or lines before or after opening and close of php tags

I'm going to sleep now, but will check once I get back, hope it's solved by that time :)

k0nr4d 02-11-2010 02:38 AM

^
1) The script is not running out of ram, doing this will have no effect.
2) Line breaks aren't causing the issue either.

parse_url() is having trouble parsing the url with the username and password passed in it. The second warning is because of the first one outputting text to the page before the script is trying to set headers.

halfpint 02-11-2010 04:51 AM

dont know if this would help but I had to have it put in my htaccess because my updates would not update becuase of mod rewrite issues or something

Code:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress


raymor 02-11-2010 02:32 PM

That's not a problem when you use Strongbox.
Strongbox can't, of course, fix the totally unrelated problems with the broken
theme you had, though I was going to do that for you too ...

PhantomFrog 02-13-2010 05:51 PM

Hi Pierre,

I contacted your webmaster with a solution to the problem

Kind regards,
Bill

novanuke 02-13-2010 07:59 PM

Wow lots of WP experts here !

pornguy 02-15-2010 06:39 AM

Damn I love this board.. Nice help guys.


All times are GMT -7. The time now is 02:11 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123