PDA

View Full Version : It asks my visitors each time for a password...



evilpuppy
11-09-2008, 05:12 AM
when they enter www.newincinema.com it shows a window with the title "authentication required" and you must write there the user and pass (both fields are empty).

You must keep ESC key pressed a few seconds for all bugging 'give user and password' windows to close.... and if you do esc you can't see the pictures on the blog linked from the site (you see white instead). If you log with user & pass (which only I know of) everything is fine...

What to do to make that meanie window go away? i tried checking the folders for passwords, nothing... i have no choice but to come here and ask the experts!

Sorry. :-/

Early Out
11-09-2008, 06:21 AM
It's pretty clear that the site from which you're trying to grab the images, watchtvserieshd.com, has its content password-protected.

evilpuppy
11-09-2008, 06:30 AM
it's my site! how do i unprotect the content?

*edit*

I started the hosting account on bluehost a few days ago... and i do not remember putting a password anywhere... when i check out the 'password protect your folders' thing... i see no password whatsoever. Did a search on this forum but couldn't understand much... did some more reading.. pfft! going to .htaccess now to see if i can put my nose in there, too :(

"edit2"

# Use PHP5 as default
AddHandler application/x-httpd-php5 .php

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

# END WordPress

i got this in my main domain... but i don't wanna develop that one right now so i'll probably remove the wp theme from it :-/

evilpuppy
11-09-2008, 12:39 PM
please! It drives all my future visitors away! they literally need to click "no" 20-30 times for the password window to clear... for each picture (got 30 blog posts with 1 picture each... and there is the header pic and 2 more..) ... basically you need to spam 30 times for the windows to close! and if you say "no" which most do... you don't have access to the pictures... and most of the site is blank!

:( i'm so annoyed by this! trying one more time to check the picture file separately.... and sorry for bumping the post and going over the guy whos site got hacked. :( sorry bro and i hope you'll fix it!

Chappiesan
09-20-2009, 10:13 AM
I have password protected a folder full of images, and the protection works great if the user knows the password. The problem arises when a user wishes to cancel the dialog box and continue browsing. Then it seems as if the dialog box goes through a "loop". Eventually the user needs to force quit the browser to get out of the loop. What am I missing? What needs to happen so by clicking on the cancel button of the password protection dialog the user can continue browsing?