Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 02-10-2010, 10:00 PM   #1
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
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
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-10-2010, 10:48 PM   #2
harvey
Confirmed User
 
harvey's Avatar
 
Industry Role:
Join Date: Jul 2001
Location: 127.0.0.1
Posts: 9,266
Quote:
Originally Posted by pierrefitch View Post
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
__________________
This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth
harvey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-10-2010, 10:56 PM   #3
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
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
__________________


Last edited by pierrefitch; 02-10-2010 at 10:58 PM..
pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-10-2010, 11:00 PM   #4
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
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
__________________


Last edited by pierrefitch; 02-10-2010 at 11:09 PM..
pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-10-2010, 11:03 PM   #5
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
I don't know how to get htaccess file
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-10-2010, 11:34 PM   #6
paymeback
Confirmed User
 
paymeback's Avatar
 
Join Date: May 2005
Location: Sydney, Australia
Posts: 1,478
Quote:
Originally Posted by pierrefitch View Post
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
__________________
ICQ:36-43-49-11
paymeback is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-10-2010, 11:45 PM   #7
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
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
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-10-2010, 11:55 PM   #8
xenigo
Confirmed User
 
Industry Role:
Join Date: Jan 2001
Location: Oakland, CA
Posts: 8,067
Bill can probably help you out with this.
xenigo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-11-2010, 12:00 AM   #9
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
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!!!
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-11-2010, 12:04 AM   #10
xenigo
Confirmed User
 
Industry Role:
Join Date: Jan 2001
Location: Oakland, CA
Posts: 8,067
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.
xenigo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-11-2010, 12:57 AM   #11
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
I see .............
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-11-2010, 01:30 AM   #12
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
http://pierrefitchonline.com/httoperror.png

look
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-11-2010, 01:47 AM   #13
harvey
Confirmed User
 
harvey's Avatar
 
Industry Role:
Join Date: Jul 2001
Location: 127.0.0.1
Posts: 9,266
Quote:
Originally Posted by pierrefitch View Post
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>
__________________
This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth
harvey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-11-2010, 02:00 AM   #14
pierrefitch
Confirmed User
 
Join Date: Dec 2005
Location: Montreal
Posts: 318
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
__________________

pierrefitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-11-2010, 02:11 AM   #15
harvey
Confirmed User
 
harvey's Avatar
 
Industry Role:
Join Date: Jul 2001
Location: 127.0.0.1
Posts: 9,266
Quote:
Originally Posted by pierrefitch View Post
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
__________________
This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth
harvey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-11-2010, 02:38 AM   #16
k0nr4d
Confirmed User
 
k0nr4d's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,229
^
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.
k0nr4d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-11-2010, 04:51 AM   #17
halfpint
GFY's Halfpint
 
halfpint's Avatar
 
Industry Role:
Join Date: Jun 2007
Location: UK
Posts: 15,223
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
__________________

Get FREE website listings on Cryptocoinshops.net
halfpint is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-11-2010, 02:32 PM   #18
raymor
Confirmed User
 
Join Date: Oct 2002
Posts: 3,745
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 ...
__________________
For historical display only. This information is not current:
support&#64;bettercgi.com ICQ 7208627
Strongbox - The next generation in site security
Throttlebox - The next generation in bandwidth control
Clonebox - Backup and disaster recovery on steroids
raymor is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-13-2010, 05:51 PM   #19
PhantomFrog
Registered User
 
Join Date: Jul 2006
Posts: 89
Hi Pierre,

I contacted your webmaster with a solution to the problem

Kind regards,
Bill
__________________
PhantomFrog.com....Premium Password Protection
PhantomCart.com....CCBill + Phantom Cart = Clips Store Solution
PhantomFlicks.com .Token-based Clips Store
PhantomFrog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-13-2010, 07:59 PM   #20
novanuke
Confirmed User
 
Join Date: Jun 2007
Posts: 108
Wow lots of WP experts here !
novanuke is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-15-2010, 06:39 AM   #21
pornguy
Too lazy to set a custom title
 
pornguy's Avatar
 
Industry Role:
Join Date: Mar 2003
Location: Homeless
Posts: 62,911
Damn I love this board.. Nice help guys.
__________________
PornGuy skype me pornguy_epic

AmateurDough The Hottes Shemales online!
TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!
pornguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.