Whitescreen on control panel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Recep Baltaş
    Senior Member
    • Sep 2010
    • 267
    • 4.2.X

    [Forum] Whitescreen on control panel

    When I enter an IP for lookup, I get a white page. Here is the source:

    It says my browser does not support frames.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="tr">
    <head>
    <script type="text/javascript">
    <!--
    // get out of any containing frameset
    if (self.parent.frames.length != 0)
    {
    self.parent.location.replace(document.location.href);
    }
    // -->
    </script>
    <title>Technopat Forum Yönetici Kontrol Paneli</title>
    </head>
    <frameset cols="195,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0">
    <frame src="index.php?do=nav" name="nav" scrolling="yes" frameborder="0" marginwidth="0" marginheight="0" border="no" />
    <frameset rows="20,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0">
    <frame src="index.php?do=head" name="head" scrolling="no" noresize="noresize" frameborder="0" marginwidth="10" marginheight="0" border="no" />
    <frame src="index.php?do=home" name="main" scrolling="yes" frameborder="0" marginwidth="10" marginheight="10" border="no" />
    </frameset>
    </frameset>
    <noframes>
    <body>
    <p>Tarayıcınız frame desteklemiyor, Lütfen frame destekleyen bir tarayıcı kurunuz!</p>
    </body>
    </noframes>
    </html>
    http://www.technopat.net/forum/
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Chances are the ip search is timing out. Searching for IP's can take a large amount of server resources.

    Comment

    Related Topics

    Collapse

    Working...