Re: Help :'(
Find your .htaccess file and delete any lines that start with "Auth". That will remove the Basic Authentication part (the thing that's creating the dialog box). With PHP applications, authentication is usually handled by the application, not the server. Once the Basic Authentication is gone, we can work on whatever problems remain.
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)