Зашифрованный PHP код

Discussion in 'PHP' started by 4blind, 28 Apr 2009.

  1. 4blind

    4blind New Member

    Joined:
    28 Apr 2009
    Messages:
    1
    Likes Received:
    0
    Reputations:
    0
    Есть ли возможность расшифровать такой код?
    Если да, желательно метод в студию, т.к. файлов 10 штук ...

    Вот ссылка на файл в сети:
    http://depositfiles.com/ru/files/3r5khgp8r
     
  2. Gifts

    Gifts Green member

    Joined:
    25 Apr 2008
    Messages:
    2,494
    Likes Received:
    807
    Reputations:
    614
    4blind Декодировать вот этим: /showpost.php?p=1235826&postcount=768

    Третий параметр моей функции равен 3
    Code:
    echo '<!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>
    	<meta name="keywords" content="" />
        <meta name="description" content="" />
        
        <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
        <meta http-equiv="imagetoolbar" content="no">
        
        <title>ВГО НашаУкраїна - Вхiд до панелi адмiнiстрування сайту</title>
        
        <link rel="shortcut icon" href="../images/favicon.ico">
        <link rel="stylesheet" href="../css/styles.css" type="text/css"/>
        
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.js"></script>
        <!--<script type="text/javascript" src="js/jquery.form.js"></script>-->
        <script type="text/javascript" src="../js/jquery.li-scroller.js"></script>
        
        <!--<script type="text/javascript" src="js/checkform.js"></script>
        <script type="text/javascript" src="js/setpos.js"></script> -->
        
        <script>
    		$(document).ready(function()
    		{
    			if ( $(document).height() != $(window).height() )
    			{
    				$(\'#footer\').css(\'top\', \'730px\');
    			}
    		});
    		
    		
    		$(window).resize(function()
    		{
    			if ( $(document).height() != $(window).height() )
    			{
    				$(\'#footer\').css(\'top\', \'730px\');
    			}
    			else
    			{
    				$(\'#footer\').css({\'top\' : \'\', \'bottom\' : \'0px\'});
    			}
    			
    			if ( $("#ryabina").css("left") <= 420 )
    			{
    				$(\'#ryabina\').css(\'left\', \'420\');
    			}
    			else
    			{
    				$(\'#ryabina\').css({\'left\':\'\', \'right\':\'0px\'});
    			}
    		});
    	</script>
        
    </head>
    
    <body style="background: #1aa4fd url(../images/tile2.png) bottom repeat-x">
    	
    	<div id="header">
        	<div id="logo"></div>
            <img id="ukr_flag" src="../images/ukr_flag.png" width="100%" height="14" style="position:absolute; top:70px;"/>
        </div>
        
        <table style="width:100%; height:100%">
        	<tr>
            	<td  align="center" style="vertical-align:top; padding:20px 0px 0px 0px; text-align:center">
                   	<form method="post" enctype="application/x-www-form-urlencoded" style="width:200px; height:100px; text-align:left; margin:0 auto;" action="login.php5">
                        <p style="padding-top:5px;">Логiн:</p>
                        <input type="text" id="login" name="login" style="width:100%; font-size:18px; margin-bottom:15px;" />
                        <p style="padding-top:5px;">Пароль:</p>
                        <input type="password" id="password" name="password" style="width:100%; font-size:18px; margin-bottom:20px;" />
                        <input type="submit" id="submit_but" value="Увiйти" style="width:100px;" />
                    </form>
                </td>
            </tr>
        </table>
    	
    </body>
    </html>
    ';
     
    _________________________
    #2 Gifts, 28 Apr 2009
    Last edited: 28 Apr 2009