Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   redesigned login makes footer go crazy (http://www.bvlist.com/showthread.php?t=3249)

wMan 21st August 2009 20:00

redesigned login makes footer go crazy
 
2 Attachment(s)
so here is redesigned login window code (in main.php)
Code:

if($pivate_mode AND !$user->user AND !newuserpage($_SERVER["PHP_SELF"])){
?>


OpenTable(_btumenu, '144');
        echo "
\n";   
        echo "\n";
        if ($gfx_check) {
                $rnd_code = strtoupper(RandomAlpha(5));
                echo "

"._btsecuritycode."\"Security\n";
                echo "\n\n";
        }
        echo "

"._btusername."

"._btpassword."

"._btremember."

";
        echo imgdescr("singup.png","user.php?op=register",_btsignup);
        echo imgdescr("renew.png","user.php?op=lostpassword",_btlostpassword);
        CloseTable();
include'footer.php';
}
?>

but what happens if i add this code (but why code is ok i don't see mistakes in it )

btw this mod makes login look like (image 2)


All times are GMT +2. The time now is 16:06.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.