SWing'R Posted February 8, 2010 Report Share Posted February 8, 2010 (edited) Starting last night I've been getting popup windows asking for user login verification???I usually come to the site at ohio-riders.net but just now I couldn't get on that way, had to go the .com route. Kept getting server application errors everytime I closed the popup that kept opening.What gives?? Edited February 8, 2010 by SWing'R Quote Link to comment Share on other sites More sharing options...
Fonzie Posted February 8, 2010 Report Share Posted February 8, 2010 Yeah.... I got a couple of those pop up verifications last night too Quote Link to comment Share on other sites More sharing options...
justin0469 Posted February 8, 2010 Report Share Posted February 8, 2010 i got them this morning Quote Link to comment Share on other sites More sharing options...
RSVDon Posted February 8, 2010 Report Share Posted February 8, 2010 Got them, and not just from here, another forum as well. Quote Link to comment Share on other sites More sharing options...
Fonzie Posted February 8, 2010 Report Share Posted February 8, 2010 i got them this morningDitto Quote Link to comment Share on other sites More sharing options...
Bad324 Posted February 8, 2010 Report Share Posted February 8, 2010 last night and today im getting it Quote Link to comment Share on other sites More sharing options...
RC51 John Posted February 8, 2010 Report Share Posted February 8, 2010 I was getting it last night, but it was sporadic.Last night I was using Firefox and getting the window. Right now I'm using IE with no issues.What browsers are you guys using? Quote Link to comment Share on other sites More sharing options...
Bad324 Posted February 8, 2010 Report Share Posted February 8, 2010 Firefox for me Quote Link to comment Share on other sites More sharing options...
jporter12 Posted February 8, 2010 Report Share Posted February 8, 2010 I've had it at random with IE8.I posted about it in the smilies not working thread, since it seems to be related to some of the stuff talked about there. Quote Link to comment Share on other sites More sharing options...
Casper Posted February 8, 2010 Report Share Posted February 8, 2010 Now that's odd. There is no code that could pop up asking for a login.Going to these links should automatically redirect to www.ohio-riders.com:www.ohioriders.netwww.ohio-riders.netDoes that work? There should definitely not be any popups asking for your username and password. I'm 99% sure there is no popup code in this style for vBulletin. I did the conversion for this style for 3.6 to 3.7 and 3.8. I've been though this code line by line, and I can't remember anything that would cause a popup asking for login info. Quote Link to comment Share on other sites More sharing options...
OsuMj Posted February 8, 2010 Report Share Posted February 8, 2010 i got em too on firefox ithink Quote Link to comment Share on other sites More sharing options...
Casper Posted February 8, 2010 Report Share Posted February 8, 2010 Can someone take a screenshot the next time you get the popup and post it here? Quote Link to comment Share on other sites More sharing options...
Casper Posted February 8, 2010 Report Share Posted February 8, 2010 Also let me know what page you're on when it happens. Quote Link to comment Share on other sites More sharing options...
jblosser Posted February 8, 2010 Report Share Posted February 8, 2010 (edited) No pop-ups here, tried both .net addresses through Chrome, FF, and IE on both Linux and Windows 7.Before you call bs, I run ies4linux to get IE on Linux - needed for website compatibility testing.Not sure what the others are seeing.EDIT: Also working properly from Crackberry browser to hyphen.net and nohyphen.net Edited February 8, 2010 by jblosser Quote Link to comment Share on other sites More sharing options...
jporter12 Posted February 8, 2010 Report Share Posted February 8, 2010 Can someone take a screenshot the next time you get the popup and post it here?They were the windows login type popup. Like the ones that you get with peer to peer networking, to access password protected resources on another PC. Quote Link to comment Share on other sites More sharing options...
justin0469 Posted February 8, 2010 Report Share Posted February 8, 2010 It was happening to me w/ Firefox going to ohio-riders.net. I don't know what web server you are using but I know with IIS, for example, if you try to access something you don't have file permissions to, it will ask for user name/password w/o it being a part of the web app. Quote Link to comment Share on other sites More sharing options...
Casper Posted February 8, 2010 Report Share Posted February 8, 2010 They were the windows login type popup. Like the ones that you get with peer to peer networking, to access password protected resources on another PC.Now that's really odd. There's NOTHING that would prompt that on OR. Quote Link to comment Share on other sites More sharing options...
jporter12 Posted February 8, 2010 Report Share Posted February 8, 2010 It was happening to me w/ Firefox going to ohio-riders.net. I don't know what web server you are using but I know with IIS, for example, if you try to access something you don't have file permissions to, it will ask for user name/password w/o it being a part of the web app.^ Better explaination...Now that's really odd. There's NOTHING that would prompt that on OR.Is there maybe something that it's trying to access of the o-r.net that is now password protected that wasn't before? THAT's the type of prompt I'm getting. I'm thinking it must be a banner or something, since it's random. FOr the record, I haven't noticed it yet today, and it seemed to only happen on the first few pages I went to AFTER being idle for a while. Not sure if any of that matters or not, just trying to help! Quote Link to comment Share on other sites More sharing options...
Casper Posted February 8, 2010 Report Share Posted February 8, 2010 Even the images are redirecting correctly. IE: http://www.ohio-riders.net/advertisers/banner/dynotune.jpgredirects to http://www.ohio-riders.com/advertisers/banner/dynotune.jpg automatically. Quote Link to comment Share on other sites More sharing options...
RC51 John Posted February 8, 2010 Report Share Posted February 8, 2010 If I get it again I will provide a screen shot. Quote Link to comment Share on other sites More sharing options...
Casper Posted February 8, 2010 Report Share Posted February 8, 2010 Is there any rhyme or reason to the page that you're on? Like does it only happen on the main front page? Or does it happen at the forumhome? While viewing a thread? All of the above? The only outside content in the design of the site is the weather on the front page, the radar GIFs on the radar page, and the Playlist.com playlists on member profiles. Everything else is hosted locally, and called using /... paths so the domain name shouldn't matter. Quote Link to comment Share on other sites More sharing options...
DangBruhY Posted February 8, 2010 Report Share Posted February 8, 2010 Never had that problem... Like it was stated before, there have been a lot of various forums that have had the same problem. Quote Link to comment Share on other sites More sharing options...
Casper Posted February 8, 2010 Report Share Posted February 8, 2010 Found it. It was the biggrin smilie: It was set to http://www.ohio-riders.net/images/smilies/biggrin.gif. The file permission was 770, read/write/execute for owner (apache) and group (www), but none for guest. Apache apparently handles redirects a bit oddly. Even though the file is owned by apache, the redirect was being viewed as coming from a guest, thus throwing up a file level permission error. No worries, it's fixed now. I scaned the database for any images pointing to the wrong domains. I'm pretty sure I got them all. If anyone sees this again, please take a screenshot. The images being viewed (or not viewed in this case) will help me figure out which one's I've missed. Thanks everyone! Quote Link to comment Share on other sites More sharing options...
justin0469 Posted February 8, 2010 Report Share Posted February 8, 2010 Quote Link to comment Share on other sites More sharing options...
magley64 Posted February 8, 2010 Report Share Posted February 8, 2010 I was getting it this morning, seemed to be at the server level. same pop up window i get when i login to a "members only" website like AOS or MFP Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.