Can't log in to many sites after installing 11.9

After installing 11.9, log in pages at various sites (thru Firefox 25) never go anywhere after submitting info, either get neverending loading circle or a reloaded blank log in page. In Safari (5.1), some sites will let me log in, some don't. It's very buggy when I do get 'in' a site; I usually have to click on a bookmark of website's home page for it to show I'm logged in (reloading sign in page doesn't do it). Using Mac, 10.7

Here's the thing. This is a screenshot from a login page:
Agreed?
Here's the source code from that same page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="https://cp.server302.com/"/>
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Control Panel :: Login Page</title>
<link rel="stylesheet" type="text/css" href="css/style.css" media="all" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie7.css" />
<![endif]-->
<script type="text/javascript" src="js/jquery-1.6.4.min.js"></script>
</head>
<body class="login" onload="document.getElementById('user_login').focus()">
<div id="header"></div>
<br class="clearfloat" />
<div id="login">
<form  name="form1" method="post" action="login.php?coming_from=&">
<input type="hidden" name="try" value="1" />
<input type="hidden" name="form1_submit" value="1" />
  <ul class="input_list">
            <li><span class="small_width">Username:</span><input type="text" id="user_login" name="myuser" class="medium_width" /></li>
            <li><span class="small_width">Password:</span><input type="password" name="mypass" class="medium_width" /></li>
        </ul>
        <input type="submit" name="Submit" class="login_button" value="Login" />
</form>
<div id="form2_container"  style="display: none;">
<br class="clearfloat" />
<form method="post" action="forgot.php" name="form2" >
<input type="hidden" name="form2_submit" value="1" />
<ul class="input_list" id="forgotpass">
<li><span class="small_width">Domain name:</span><input type="text" class="medium_width" name="domain" /></li>
<li class="hittext">If you have lost or forgotten your password, type your domain name and press Retrieve. You will receive instructions on how to regain access to your Control Panel at your e-mail address on file.</li>
</ul>
<input type="submit" name="Submit" class="login_button" value="Retrieve"  />
</form>
</div>
</div>
<br class="clearfloat" />
<div class="login_footer">
  <b class="lostpassword"><div><a onclick="if(getElementById('form2_container').style.display == 'none'){ $('#form2_container').show();} else {$('#form2_container').hide();} ">Forgot your password?</a></div></b>
</div>
</body>
</html>
There's NOTHING Flash in ANY of that. It uses HTML and PHP. Nearly every login page in existence uses similar code unless... the entire page is built into a Flash container.

Similar Messages

  • Can't log in as WebDB administrator after install

    Can't log in as WebDB administrator after install. At http://mymachine.mydomain.com:7777/pls/htmldb/htmldb_admin/
    username = admin
    password = my password during the installation
    and then the page just hangs.
    I think I have a configuration problem with marvel.conf. Can anyone help?
    Here are the relevant details that may help diagnosing the problem.
    I can get to the HTTP Server page at http://mymachine.mydomain.com:7777/
    Environment Fedora core 4 Linux on a x86 PC with 512m memory
    Oracel Database version 10.2.0.1.0 -- runs fine considering there is only 512 of memory
    Installed Companion CD (comes with WebDB 1.6)
    Upgraded to WebDB 2.0
    Installed patch bug4554072
    -- All installs were semi painful but error free
    my marvel.conf
    Alias /i/ /u01/app/oracle/product/10.2.0/companion/htmldb/images/
    <Location /pls/htmldb>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString mymachine.mydomain.com:1522:devel ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.WE8ISO8859P1
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDefaultPage htmldb
    PlsqlDatabasePassword mypassword
    Allow from all
    </Location>
    AddType text/xml xbl
    AddType text/x-component htc
    my dads.conf -- I added nothing here
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    my .bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=devel; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    #LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    -- I can connect to the database as HTMLDB_PUBLIC_USER
    SQL> connect HTMLDB_PUBLIC_USER/mypassword@devel
    Connected.
    SQL>
    -- the HTTP_Server seems to be working fine
    $ /u01/app/oracle/product/10.2.0/companion/opmn/bin/opmnctl status
    Processes in Instance: standalone
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 2544 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    my error.log
    [Tue Mar 7 18:46:53 2006] [notice] FastCGI: process manager initialized (pid 20766)
    [Tue Mar 7 18:47:02 2006] [notice] Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Tue Mar 7 18:47:02 2006] [notice] Accept mutex: fcntl (Default: sysvsem)
    [Tue Mar 7 18:52:42 2006] [error] [client 192.168.1.47] [ecid: 1141775562:192.168.1.46:27172:0:6,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/javascript/htmldb_get.js
    [Tue Mar 7 18:52:42 2006] [error] [client 192.168.1.47] [ecid: 1141775562:192.168.1.46:27172:0:7,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/css/htmldb_V2.css
    [Tue Mar 7 18:58:18 2006] [error] [client 192.168.1.47] [ecid: 1141775898:192.168.1.46:20917:0:9,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/javascript/htmldb_get.js
    [Tue Mar 7 18:58:18 2006] [error] [client 192.168.1.47] [ecid: 1141775898:192.168.1.46:20917:0:10,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/css/htmldb_V2.css
    my access.log
    192.168.1.47 - - [07/Mar/2006:18:51:40 -0500] "GET /pls/htmldb HTTP/1.1" 302 5
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:51:49 -0500] "GET /pls/htmldb/htmldb HTTP/1.1" 302 5
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/javascript/htmldb_html_elements.js HTTP/1.1" 200 15990
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:52:42 -0500] "GET /pls/htmldb/f?p=4550:1:8908757969697315233 HTTP/1.1" 200 5078
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/javascript/htmldb_get.js HTTP/1.1" 404 366
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/css/core.css HTTP/1.1" 200 6032
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/css/htmldb_V2.css HTTP/1.1" 404 359
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/htmldb/oracle_htmldb_logo.gif HTTP/1.1" 200 3213
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/htmldb/builder/1px_trans.gif HTTP/1.1" 200 43
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:58:13 -0500] "GET /pls/htmldb/htmldb_admin HTTP/1.1" 302 5
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:58:18 -0500] "GET /pls/htmldb/f?p=4550:10:3783099702329307520 HTTP/1.1" 200 4081
    192.168.1.47 - - [07/Mar/2006:18:58:18 -0500] "GET /i/javascript/htmldb_get.js HTTP/1.1" 404 366
    192.168.1.47 - - [07/Mar/2006:18:58:18 -0500] "GET /i/css/htmldb_V2.css HTTP/1.1" 404 359

    rmelideo,
    Firstly, you refer to "WebDB administrator" and "WebDB 1.6". This is not WebDB. You're confusing this with an entirely different product released in the late 90's.
    You don't say what your specific error is. But the file does not exist errors in your Apache error log look suspicious. It looks like you have not copied the images directory from the HTML DB 2.0 distribution.
    Joel

  • My Window 7 notebook can't log on to my iMac after installing Lion.

    I have a home network with my Imac and my wife's window 7 Notebook. Router is an Airport Extreme.
    Before installing Lion. I can connect to my iMac from Window using "\\imac name". Also I have a couple iMac's folders mounted as network drives on the Window 7 notebook.
    Installed Lion last night. File sharing in itunes is still working. I can still connect to the Window notebook from my iMac. The Mount network drives on the Window notebook are also working, I can still access those iMac folders from the Window 7 notebook.
    But when I try to connect to the iMac from Window using "\\imac name". It says the iMac "is not accessible" and I "might not have permission to use the network resource".
    Turned off and restarted all the computers and the airport router. Still don't work.

    This can be caused by corrupted cookies or cookies that aren't send or otherwise blocked.
    *https://support.mozilla.org/kb/fix-login-issues-on-websites-require-passwords
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    See also:
    *http://kb.mozillazine.org/Cookies
    *https://support.mozilla.org/kb/Deleting+cookies

  • Can not log on in the console after installing the client

    i have installed a 10g server on my pc and everything went well, for the odp.net thing, i then installed a 10g client, after that, i can not logon the sql*plus in the console and got the tns error message "ora-12560", but i can still logon through the sql*plus gui. now i can not do anything in the console like "exp" and "imp" for i can not logon.
    is it the newly installed client which made things wrong, how can i work it out?
    thx in advanced.

    How are you connecting to this website? What is the exact, complete text of the error message?

  • I can not open different sites after installing itunes. Why?

    I can not open different sites after installing itunes. I can`t open google.com or youtube.com. Why?

    Before anyone can help, they need information to work with. Basic stuff: What version of iPhoto. What version of the Operating System. Details. What were you doing when the problem arose? Did it ever work properly? Step-by-step descriptions of how you got to this issue. If something doesn't work, are there error messages? What happens when you try to do this thing? And what steps have you tried already to solve the issue. With this kind of information somebody can develop a starting point for troubleshooting the issue.
    Posts that consist of "iPhoto doesn't work. Help" or "iPhoto won't print" or "Suddenly I have no photos!!!!!!!!!!" mean that a helper is simply guessing. With information, s/he may be able to get your issue resolved sooner.

  • I can't Log Out/ Restart/ Shut Down after updating to Mavericks

    I can't Log Out/ Restart/ Shut Down after updating to Mavericks.
    When I choose the above options nothing happens.
    MBPr can only go to sleep.
    When i force quit loginwindow from Activity Monitor nothing happens.

    I can sudo reboot /shutdown
    I tried several solutions on other threads nothing worked.

  • How can I retrieve my contacts and pictures after installing iOS6 on my iphone?

    How can I retrieve my contacts and pictures after installing iOS6 on my iphone? Don't call me stupid! I was relying on iCloud to have backed all this up, but turns out it didn't work. Can anyone help me get my photos back - they were of my baby daughter. Also, I've lost all my contacts. Please help.

    Unfortunately no. The only way the phone backs up is if you make it back up. You either connect to iTunes and backup and sync, or you set it up for a wifi sync to iCloud. But you have to setup iCloud to start with. You have learned a hard lesson on how to make sure you import pictures on a regular basis like you would the digital camera. When things happen to the phone, this is the media that is lost the most (pictures in camera roll). After taking a number of pictures, and especially ones you consider important, you should connect the phone to the computer and import them, so there is a backup copy on the computer.
    Contacts are saved in the backup as well, however they are really designed to be synced to a supported application on the computer, or backed up to iCloud or other cloud service. And, the only way to go back in time on the phone is to restore from a backup, but you also have to remember, you would lose everything on the phone that you had done since that backup, so it is a double edged sword.

  • Why can´t i connect to Windows servers after installing Lion?

    Why can´t i connect to Windows servers after installing Lion?

    Me too!
    MacBook Pro 15" 2011, OS X Lion 10.7

  • How can I return to use OSX (Yosemite) after installing Windows 8.1?

    How can I return to use OSX (Yosemite) after installing Windows 8.1?
    I cannot find Boot Camp on my iMac (late 2013) with windows installed. So I downloaded it, but I cannot run it because of an error (x64...). I tried to use my USB stick with bootcamp installed but nothing. When I turn my iMac on it starts automatically with windows. I tried to search it, but I found only the setup and it doesn't work. How can I get back to my APPLE iMac? How can I use OSX?
    Excuse me for the (maybe) uncorrect language, I speak Italian.

    Hello!
    You can start your Mac up with the [alt] (sometimes [option]) key pressed and you will get the Startup Manager.

  • I can't open InDesign (CS4 Design Standard) after installing, says: "Error: 5"

    I can't open InDesign (CS4 Design Standard) after installing, says: "Error: 5" <--- What does this meen?

    do this, Configuration error 16 | CC, CS
    and then reinstall

  • How can I get my safari to open after installing the new Mavericks operating system?

    How can I get my safari to open after installing the new Mavericks operating system?

    Thanks Carolyn. Unfortunately, this didn't work. It turned out to be in my display monitor as I have my computer wired to my tv for streaming. Once I changed the monitor display it worked fine. Go figure

  • Which unity accts can I take off "domain admin" group after install

    Hi
    Unity 5.X in UM mode - Which unity accts can I take off "domain admin" group after install (ie unityinstall, unityadmin, UnityMsgStoreSvc, UnityDirSVC etc..)
    and if I do so, what is the impact or if I want to upgrade in the future?
    Thanks

    UnityInstall should be the most powerful account and is the only account that should be added to the Domain Admins group by the Permissions Wizard.  This is definitely true for Exchange 200, 2003, and 2007.  I've not dealt with a lot of customers on 2010 yet so this could have changed; however, I doubt it.  You can verify what I'm telling you here:
    http://www.ciscounitytools.com/Applications/Unity/PermissionsWizard/Unity403_411/Help/PWHelpPermissionsSet_ENU.htm
    This link will tell you what permissions and group memberships are set at a high level for all the Unity service accounts.
    To clarify what Jonathan said, by "downgrade" the UnityInstall account - the rule of thumb is this:
    Cisco supports that you DISABLE the UnityInstall account, if desired, after an installation.  This account should only be used during installation activities.  However, DO NOT DELETE the account in AD.  So, again - disabling the account is OK.
    Hailey
    Please rate helpful posts!

  • Safari, Firefox, OmniWeb can't log in to online banking after 10.4.9

    I too have been having the same problems others have had. I cannot log into my online banking site any more as it crashes each time I do so no matter which browser I use. I tried loggin in with Firefox 2.0.x and with OmniPage 5.0.x, all which crashed!
    This is definitely an OS X 10.4.9 problem!!

    It is apparently a problem for some users, not all (me included). But you may find this helpful:
    Mac OS X 10.4.9 Special Report: Secure site access broken: fixes
    Some users are reporting problems with access to secure sites after applying the Mac OS X 10.4.9 update.
    Fixes for this issue include:
    Replace the X509Anchors file It appears that in some cases, the X509Anchors is not properly installed by the Mac OS X 10.4.9 update, and replacing it with a valid copy can resolve issues with secure site access.
    In order to do so, there are two options:
    1. Copy the X509Anchors file (which is located in /System/Library/Keychains/ from another system running Mac OS X 10.4.9 that is able to access secure sites back to the system running Mac OS X 10.4.9 that isn't able to access secure sites.
    2. Extract the X509Anchors file from the Mac OS X 10.4.9 installer package and place it on your startup volume, replacing the damaged copy via the following instructions:
    1. Download the Mac OS X 10.4.9 combo updater appropriate to your system (from Apple's download page).
    2. Download and install the shareware application Pacifist
    3. Drag the Mac OS X 10.4.9 installer package (e.g. MacOSXUpdCombo10.4.9Intel.pkg) onto the Pacifist application icon.
    4. Click the triangle next to "System" to expand it
    5. Click the triangle next to "Library" to expand it
    6. Click the triangle next to "Keychains" to expand it
    7. Scroll down and find the file X509Anchors. Drag it to your Desktop or another location (you will have to enter your administrator password)
    8. On your Mac OS X startup drive, navigate to /System/Library/Keychains and locate a similarly named file (X509Anchors). Move it to another location for safe keeping.
    9. Now drag the file from step 7 (the one that you retrieved from the Mac OS X 10.4.9 combo install package) into the /System/Library/Keychains, in effect replacing the damaged file with a good copy -- you will have to enter an administrator password.
    10. Restart your Mac
    Others have had success with this fix:
    Delete .plist Delete the file com.apple.security.revocation.plist from the following directory:
    • /Library/Preferences
    You can replicate this workaround to some extent without deleting any files by opening Keychain Access (as mentioned above) then navigating to its Preferences (under the Keychain Access menu), clicking on the "Certificates" tab and making sure that both "Online Certificate Status Protocol (OCSP)" and "Certificate Revocation List (CRL)" are turned off. However, some users have found that only deleting the aforementioned file works.
    Unfortunately, in some cases, it may be up to certificate providers to update their certification methods for compliance with Apple's new, more stringent security standards.
    [b/Temporarily disabling JavaScript JavaScript can be disabled by opening Safari's preferences (under the "Safari" menu) then clicking the "Security" tab and de-selecting the option "Enable JavaScript."
    Empty cache In other cases, this problem can be solved by simply emptying the cache (Safari menu > Empty Cache). In other cases, the solution is to open Safari's preferences, then click on the Security tab, then "Show cookies" and deleting all cookies.
    Delete .plist file Some users have found success with deleting the file com.apple.Safari.plist from ~/Library/Preferences.
    Reset Safari Finally, resetting Safari (via the "Reset Safari" command, accessible under the "Safari" menu) can resolve site access/login issues in some cases. Note that this will delete your browser history, cache, cookies, and other stored data.
    Double-click login.keychain In some cases, the solution is easy as navigating to ~/Library/Keychains/ (this is the Library folder inside your user home folder), then finding the file named "login.keychain" and double-clicking it.

  • TS3230 i can't log in to any site

    i cant log in to any site because of the pop ups i think

      Quit Safari.
      Hold the shift key down and relaunch Safari.
    Reset Safari.
    Click Safari in the menu bar.
    From the drop down select "Reset Safari".
    Uncheck the boxes beside  all items.
    Just check the box beside “Remove all website data”.
    Click "Reset".
    Empty Caches
    Safari > Preference > Advanced
    Checkmark the box for "Show Develop menu in menu bar".
    Develop menu will appear in the Safari menu bar.
    Click Develop and select "Empty Caches" from the dropdown.
    Turn off Extensions if any, and launch Safari.
    Safari > Preferences > Extensions

  • Problems Getting to Sites After Installing SP2 and Dec CU

    Our setup was running great for the last year and a half.  We decided to install SP2 and the CU’s that had been released since. The updates and CU installs went fine. However, after the install we are having problems with users being prompted
    with credentials.   When going to any of the sites (not AAM) our users can get in fine. However, if we browse to one of the other sites we are continually prompted for credentials and can’t get in. For example, if I go to
    App1 I get in fine but, when I go from App1  to App2 , I continually get prompted for credentials. If I start by going to App2 I get in fine but continually get prompted for credentials when going from App2 to App1. In addition, if I go to
    any of the AAM’s I get in just fine. However, if I try to go to any other site after this, I get the credential prompts. It seems like an issue with the session.
     I have looked through the event logs, used the trace utility, fiddler and tried changing the auth setting s with no luck, no apparent problems in the logs or detail.
     Any advice or help would be appreciated. Again everything worked until we installed the updates
    We are using claims authentication with windows NTLM. Our SharePoint server’s host name is SP01.company.com. We have three SharePoint 2010 applications. The SharePoint Install is on Windows 2008R2, Is a virtual machine, running in a Windows 2012 Hyper-V
    cluster with 2012 Nic Teaming
    App1 – using standard port 80 –site with simple content - No AAM
    Default: Sp01.company.com
    App2 – site configured with simple content
    Default: Sp01.company.com:9701
    Intranet: docs.company.com  – AAM for Sp01.company.com:9701
    App3 – team sites and simple content.
    Default: Sp01.company.com:9882
    Intranet: teamsites.company.com –AAM for
     Sp01.company.com:9882

    Hi Cybersoul1
    have you run the PSConfid Wizard after SP2 and the CU’s?
    psconfig.exe -cmd upgrade -inplace b2b -wait
    please make sure that this has to be run on call the server.
    reference : http://blogs.technet.com/b/sbs/archive/2011/05/24/you-must-manually-run-psconfig-after-installing-sharepoint-2010-patches.aspx
    Thanks, ShankarSingh

Maybe you are looking for