Продолжаем хотеть нормально залогиниться.
This commit is contained in:
29
battle.php
29
battle.php
@@ -248,23 +248,18 @@ if ((user == null)||(user == "")) {
|
||||
|
||||
else {
|
||||
//if (document.all && document.all.item && !window.opera && !document.layers) {
|
||||
document.write(
|
||||
'<frameset rows="37, *, 30, 5" frameborder="0" border="0" framespacing="0">'+
|
||||
'<frame src="top.html" target="_top" scrolling="no" noresize="noresize" frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="7"></frame>'+
|
||||
'<frameset cols="9, *, 9" frameborder="0" border="0" framespacing="0">'+
|
||||
'<frame src="left.html" target="_top" scrolling="no" noresize="noresize" frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0"></frame>'+
|
||||
'<frameset rows="72%, *, 0" frameborder="1" border="3" framespacing="1" bordercolor="gray">'+
|
||||
'<frame name="main" src="main.php?top='+rnd+'" style="border-bottom-width: 2px; border-bottom-style:solid; border-bottom-color:#B0B0B0"></frame>'+
|
||||
'<frameset cols="*,220" border="3" frameborder="1">'+
|
||||
'<frame name="chat" src="buttons.php?ch='+rnd+'" target="_top" scrolling="yes" framespacing="0" marginwidth="3" marginheight="3"></frame>'+
|
||||
'<frame name="online" src="ch.php?online='+rnd+'" target="_blank" scrolling="yes" framespacing="0" marginwidth="3" marginheight="0"></frame>'+
|
||||
'</frameset>'+
|
||||
'<frame name="refreshed" target="_top" scrolling="no" noresize="noresize" src="refreshed.html"></frame>'+
|
||||
'</frameset>'+
|
||||
'<frame src="right.html" target="_top" scrolling="no" noresize="noresize" frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0"></frame>'+
|
||||
'</frameset>'+
|
||||
'<frame name="bottom" scrolling="no" noresize="noresize" src="buttons.php?'+rnd+'"></frame>'+
|
||||
'<frame src="bottom.html" target="_top" scrolling="no" noresize="noresize" frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0"></frame>'+
|
||||
document.write(
|
||||
'<frameset rows="37, *, 30">' +
|
||||
'<frame src="top_menu.php" scrolling="no" noresize="noresize" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0">' +
|
||||
'<frameset rows="72%, *, 0">' +
|
||||
'<frame name="main" src="main.php?top=' + rnd + '" style="border-bottom-width: 2px; border-bottom-style:solid; border-bottom-color:#B0B0B0">' +
|
||||
'<frameset cols="*,263">' +
|
||||
'<frame id="chat" name="chat" src="buttons.php?ch=' + rnd + '" scrolling="yes" FRAMEBORDER="0" MARGINWIDTH="3" MARGINHEIGHT="3">' +
|
||||
'<frame name="online" src="ch.php?online=' + rnd + '" scrolling="yes" FRAMEBORDER=' + frmval + ' BORDER="0" MARGINWIDTH="3" MARGINHEIGHT="0" ' + addstyle + '>' +
|
||||
'</frameset>' +
|
||||
'<frame name="refreshed" scrolling="no" noresize="noresize" src="refreshed.html">' +
|
||||
'</frameset>' +
|
||||
'<frame name="bottom" scrolling="no" noresize="noresize" src="buttons.php?' + rnd + '">' +
|
||||
'</frameset>');
|
||||
/*} else { alert("You must use Internet Explorer 4.0 or higher"); history.back(-1);
|
||||
}*/
|
||||
|
||||
Reference in New Issue
Block a user