Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
Thread Tools
  #1  
Old 21st August 2009, 20:00
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default redesigned login makes footer go crazy
so here is redesigned login window code (in main.php)
Code:
if($pivate_mode AND !$user->user AND !newuserpage($_SERVER["PHP_SELF"])){
?>
<style type="text/css">
body {
background : url(themes/pmbt/pics/matrix.gif);
color : #7e7b7b;
}
</style>
<div id="logino" >
<? 
OpenTable(_btumenu, '144');
        echo "<form method=\"POST\" action=\"user.php\"><input type=\"hidden\" name=\"op\" value=\"login\" />\n";    
        echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\"><tr><td align=\"center\"><p>"._btusername."</p></td>\n</tr><tr><td align=\"center\"><input type=\"text\" name=\"username\" size=\"10\"></td></tr><tr><td align=\"center\"><p>"._btpassword."</p></td></tr><tr><td align=\"center\"><input type=\"password\" name=\"password\" size=\"10\"></td></tr><tr><td align=\"center\"><p>"._btremember."</p></td></tr><tr><td align=\"center\"><input type=\"checkbox\" name=\"remember\" value=\"yes\"></td></tr>";
        if ($gfx_check) {
                $rnd_code = strtoupper(RandomAlpha(5));
                echo "<p align=\"center\">"._btsecuritycode."<br><img src=\"gfxgen.php?code=".base64_encode($rnd_code)."\" alt=\"Security Code\"><br>\n<input type=\"text\" name=\"gfxcode\" size=\"10\" maxlength=\"6\">";
                echo "<input type=\"hidden\" name=\"gfxcheck\" value=\"".md5($rnd_code)."\">\n\n";
        }
        echo "<tr><td><p align=\"center\"><input type=\"submit\" value=\""._btlogin."\"></p></td></tr></table></form>";
        echo imgdescr("singup.png","user.php?op=register",_btsignup);
        echo imgdescr("renew.png","user.php?op=lostpassword",_btlostpassword);
        CloseTable(); 
include'footer.php'; 
}
?></div> <?
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)
Attached Thumbnails
Ekranattels.png   Ekranattels-1.png  
Reply With Quote
Reply

Tags
crazy , footer , login , makes , redesigned


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Footer base64 decode Fynnon Community Cafe 1 18th January 2010 21:22
Who makes the forums? wildboy211 Template Shares 9 14th October 2009 19:52
footer error wMan BT.Manager (phpMyBitTorrent) 2 21st August 2009 19:56
login.php rytisp Torrent Strike 3 15th February 2009 13:34
login.php tunad Torrent Strike 2 30th November 2008 18:44



All times are GMT +2. The time now is 14:22. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.