help me what is this language

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    help me what is this language

    anyone can tell me what is this language

    Предложени�, идеи, вопро�ы и об ошибках пи�ать в icq 65-64-538 или на

    is this encoded text ? or language


    and how i back this into orignal

    #2
    Originally posted by redrdx View Post
    anyone can tell me what is this language

    Предложени�, идеи, вопро�ы и об ошибках пи�ать в icq 65-64-538 или на

    is this encoded text ? or language
    and how i back this into orignal
    you got that in *.php file ?
    post one file here
    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

    Comment


      #3
      Use text editor with utf-8. . .
      And set the character identification to windows-1251. . .
      Must be the cyrillic language. . .
      Like the russian or serbian stiye. . .
      Some text editors dont detect that. . . ;)
      sorry for bad english. . .

      Comment


        #4
        I would guess it is russian! You will not be able to translate it in that format though

        Comment


          #5
          encoding issues. Use another text editor. Dnt save d file until it shows up correctly

          Comment


            #6
            can u give me slution

            Added after 3 minutes:

            here is script how can i translate into english

            script post pls translate into english
            Attached Files
            Last edited by redrdx; 11.08.11, 11:12.

            Comment


              #7
              Originally posted by redrdx View Post
              anyone can tell me what is this language

              Предложени�, идеи, вопро�ы и об ошибках пи�ать в icq 65-64-538 или на

              is this encoded text ? or language
              and how i back this into orignal
              PHP Code:
              <?php

              /**
               * @author [FaNiska]
               * @copyright 2009
               * Загруз центр
               * Предложения, идеи, вопросы и об ошибках писать в icq 65-64-538 или на mobi-m-ru@ya.ru
               */
              include 'inc/db_connect.php';
              include 
              'inc/function.php';
              include 
              'inc/set.php';
              include 
              'inc/adm_head.php';
              require 
              'inc/adm.php';


              echo 
              '<div class="title">Управление комментариями</div>';
              echo 
              '<div>Всего новых комментариев<br /><b>1)</b> за 24 часа: ' mysql_result(mysql_query
                  
              ("SELECT COUNT(*) FROM `comment` WHERE `time`>'" . ($time 24 3600) . "'"), 0) .
                  
              ' <br /><b>2)</b> за неделю: ' mysql_result(mysql_query("SELECT COUNT(*) FROM `comment` WHERE `time`>'" .
                  (
              $time 24 3600 7) . "'"), 0) . '</div>';

              echo 
              '<div class="post"> Показать комментарии за:
              <form method="get">
              <input type="text" size="2" value="1" name="number" />
              <select size="1" name="type">
                  <option value="hour">час</option>
                  <option value="day">день</option>
                  <option value="week">неделя</option>
                  <option value="moon">месяц</option>
              </select><br />
              <input type="submit" value="Показать"/>
              </form>
              </div>'
              ;
              if (isset(
              $_GET['number']) && isset($_GET['type']))
              {
                  if (isset(
              $_GET['act']) && $_GET['act'] == 'delete')
                  {
                      if (isset(
              $_GET['all']) && $_GET['all'] == 'yes')
                      {
                          @
              mysql_query("DELETE FROM `comment` WHERE `file` = '$table|$id';");
                          echo 
              '<div>Все комментарии указанного файла удалены.</div>';
                      } elseif (isset(
              $_GET['kom_id']))
                      {
                          
              $kom_id valid_int($_GET['kom_id']);
                          if (
              mysql_query("DELETE FROM `comment` WHERE `id` = '$kom_id';"))
                          {
                              echo 
              '<div>Комментарий удален.</div>';
                          } else
                          {
                              echo 
              '<div>Комментарий был удален ранее или произошла иная ошибка.</div>';
                          }

                      }

                  }
                  
              $number valid_int($_GET['number']);
                  if (
              $_GET['type'] == 'day')
                  {
                      
              $x 86400;
                      
              $gtype 'day';
                  } elseif (
              $_GET['type'] == 'week')
                  {
                      
              $x 604800;
                      
              $gtype 'week';
                  } elseif (
              $_GET['type'] == 'moon')
                  {
                      
              $x 2592000;
                      
              $gtype 'moon';
                  }
              } else
              {
                  
              $x 3600;
                  
              $gtype 'hour';
              }
              $k_post mysql_result(mysql_query("SELECT COUNT(*) FROM `comment` WHERE `time`>" .
                  (
              $time $number $x) . ""), 0);
              $k_page k_page($k_post$step);
              $page page($k_page);
              $start $step $page $step;
              $s mysql_query("SELECT * FROM `comment` WHERE `time`>" . ($time $number $x) .
                  
              " ORDER BY `time` DESC LIMIT $start$step");
              while (
              $list mysql_fetch_array($s))
              {
                  
              $file explode('|'$list['file']);
                  if (
              $list['type'] == 1)
                  {
                      
              $type 'file';
                  } else
                  {
                      
              $type 'group';
                  }
                  echo 
              '<div class="name">[<a href="' $type '.php?c=' $file['0'] .
                      
              '&amp;id=' $file['1'] . '">' $file['0'] . ' - ' $file['1'] . '</a>] - <b>' .
                      
              $list['name'] . '</b> (' vremja($list['time']) . '):</div><div class="post">
                  - ' 
              $list['text'] . '
                  </div><div style="font-size : 5px;">[' 
              $list['ua'] . '-' $list['ip'] .
                      
              ']</div>
                  <div>[<a href="?number=' 
              $number '&amp;type=' $gtype .
                      
              '&amp;act=delete&amp;kom_id=' $list['id'] .
                      
              '">удалить</a> | <a href="?number=' $number '&amp;type=' $gtype .
                      
              '&amp;act=delete&amp;all=yes&amp;c=' $file['0'] . '&amp;id=' $file['1'] .
                      
              '">удалить все комменты данного файла</a>]</div>';
              }
              include 
              'inc/adm_foot.php';

              ?>
              it's russian lang...
              like CreativityKills said,
              you got problem with encoding in your editor
              i'd suggest you to use Notepad++ or PsPad both free & both excellent
              Last edited by metulj; 12.08.11, 17:03.
              It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
              ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
              ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
              キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

              Comment


                #8
                bro pls tell me how i translate this it is very usefull script

                Added after 2 minutes:

                bro pls decode all file on script and send me again pls add me on gtalk rdxmob@gmail.com
                Last edited by redrdx; 11.08.11, 17:09.

                Comment


                  #9
                  use google translator Google Translate

                  Comment


                    #10
                    Originally posted by redrdx View Post
                    bro pls tell me how i translate this it is very usefull script

                    Added after 2 minutes:

                    bro pls decode all file on script and send me again pls add me on gtalk rdxmob@gmail.com
                    Either you're blind or choose to ignore what metulj said! Go and download notepad and do it yourself its not rocket science!

                    Comment


                      #11
                      Originally posted by CreativityKills View Post
                      Either you're blind or choose to ignore what metulj said! Go and download notepad and do it yourself its not rocket science!
                      hummmmmmmm thanx working on notepad ++

                      Comment


                        #12
                        Help for Edit Language

                        any one can tell me what is this words and how i get this into original

                        this types of text Ïåðåìåñòèòü ââåðõ äî êîíöà

                        PHP Code:
                        <?
                        include_once('auth_inc.php');
                        include_once('config_inc.php');
                        include_once('func_inc.php');
                        include_once('inda_inc.php');

                        header("Content-Type: text/html; charset=windows-1251");

                        $fn=$_GET['fn'];
                        $fn2=$_GET['fn2'];

                        $act=$_GET['a'];

                        $res='';

                        if($_FILES['userfile'] || $_POST['url'])
                        {
                            $uploaddir = $root.'/'.$dir.'/ext';

                            if(!@file_exists($uploaddir))
                            {
                                @mkdir($uploaddir);
                                @chmod($uploaddir,0777);
                             }
                            $n0=$_FILES['userfile']['name'];

                            if(strlen($n0))
                            {
                                $a=explode('.',$n0);
                                $ext=$a[1];

                                $a=explode('.',$fn);
                                $nam=$a[0];

                                $i=0;
                                do
                                {
                                    $path=$root.'/'.$dir.'/ext/'.$nam;
                                    if($i>0)$path.='-'.$i;
                                    $path.='.'.$ext;
                                    $i++;
                                }
                                while(file_exists($path));

                                if(move_uploaded_file($_FILES['userfile']['tmp_name'], $path))
                                {
                                    $res='Îòïðàâëåíî!';
                                }
                                else
                                {
                                    $res='Îøèáêà.';
                                }
                            }
                            else
                            {
                                $res='Îøèáêà.';
                                $url=$_POST['url'];
                                $n0=sget($url,1);

                                $a=explode('.',$n0);
                                $ext=$a[1];

                                $a=explode('.',$fn);
                                $nam=$a[0];

                                $i=0;
                                do
                                {
                                    $path=$root.'/'.$dir.'/ext/'.$nam;
                                    if($i>0)$path.='-'.$i;
                                    $path.='.'.$ext;
                                    $i++;
                                }
                                while(file_exists($path));

                                $cnt=@file_get_contents($url);

                                if($cnt)
                                {
                                    $fp=@fopen($path,'w');
                                    if($fp)
                                    {
                                        $r=@fwrite($fp,$cnt);
                                        @fclose($fp);
                                        if($r!==FALSE)$res='Îòïðàâëåíî!';
                                    }
                                }
                            }
                        }
                        elseif($act=='remove')
                        {
                            if($fn2)
                            {
                                $path=$root.'/'.$dir.'/ext/'.$fn2;
                                @unlink($path);
                                $res='Óäàëåíî!';
                            }
                            else
                            {
                                $res='Îøèáêà.';
                            }
                        }

                        if($_POST['desc'])
                        {
                            $desc=str_replace('"',"'",$_POST['desc']);
                            $path=$root.'/'.$dir.'/'.$fn;

                            $fp=@fopen($path,'w+');
                            if($fp)
                            {
                                @fwrite($fp,$desc);
                                fclose($fp);
                                $res='Èçìåíåíî!';
                            }
                            else $res='Îøèáêà.';
                        }

                        ?>
                        <html>
                        <head>
                        <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"></meta>
                        <?if($res){?><meta http-equiv="refresh" content="3; url=show.php?fn=<?=$fn?>"><?}?>
                        <link href="style.css" rel="stylesheet" type="text/css"></link>
                        <title>Ôàéë</title>
                        </head>
                        <body>
                        <?

                        if($res)
                        {
                            echo $res;
                            echo '<br/><b><a href="show.php?fn=',$fn,'">OK</a></b>';
                        }
                        elseif($fn)
                        {
                            echo '<img src="img/up.gif" alt="^"/>';
                            echo '<a href="index.php">[Ââåðõ]</a>';
                            echo '<br/><br/>';

                            $r=getInda($dir);
                            $inda=$r['base_inda'];
                            $tit=$inda[$fn];
                            if($tit=='.')$tit='';

                            echo 'Ôàéë: <a href="dl.php?fn=',$fn,'">',$fn,'</a><br/>';
                            if($tit)echo 'Çàãîëîâîê: ',$tit,'<br/>';
                            echo 'Ðàçìåð: ',getfs($root.'/'.$dir.'/'.$fn),'<br/>';

                            $a=explode('.',$fn);
                            $nm=$a[0];
                            $ex=$a[1];

                            if($ex=='j' || $ex=='s' || $ex=='m')
                            {
                                echo '<form action="show.php?fn=',$fn,'" method="post">';
                                $path=$root.'/'.$dir.'/'.$fn;
                                if(@file_exists($path))$cnt=@file_get_contents($path);

                                echo 'Îïèñàíèå:<br/><input style="width: 100%" type="text" name="desc" value="',stripslashes($cnt),'" /><br/>';
                                echo '<input type="submit" value="Èçìåíèòü" />';
                                echo '</form><br/>';

                            }

                            $str='';
                            $path=$root.'/'.$dir.'/ext/';
                            if(@file_exists($path))
                            {
                                $h = @opendir($path);

                                  while($f = @readdir($h))
                                  {
                                       if($f != '.' && $f != '..')
                                       {
                                           $b=explode('.',$f);
                                           $a=explode('-',$b[0]);

                                           if($nm==$a[0])
                                           {
                                            $str.='<br/><a href="dl.php?fn=ext/'.$f.'">'.$f.'</a> ('.getfs($root.'/'.$dir.'/ext/'.$f).') <a href="show.php?fn='.$fn.'&fn2='.$f.'&a=remove" onclick="return confirm('."'Âû äåéñòâèòåëüíî õîòèòå ñäåëàòü ýòî?'".');">[Óäàëèòü]</a>';
                                           }
                                       }
                                   }
                                   @closedir($h);
                               }

                               if($str)
                               {
                                   echo '<b><u>Äîïîëíèòåëüíûå ôàéëû:</u></b>',$str,'<br/>';
                               }

                               echo '<br/><form enctype="multipart/form-data" action="show.php?fn=',$fn,'" method="post">';
                            echo '<b><u>Upload</u></b><br/>';
                            echo '<input type="hidden" name="MAX_FILE_SIZE" value="1000000000" />';
                            echo 'URL: <input name="url" type="text" value="http://"/><br/>';
                            echo 'Ôàéë: <input name="userfile" type="file" /><br/>';
                            echo '<input type="submit" value="Îòïðàâèòü" />';
                            echo '</form><br/>';

                               echo '<br/><b><a href="index.php">&lt;&lt; Íàçàä</a></b>';
                        }

                        ?>
                        </body>
                        </html>

                        Comment


                          #13
                          encoding... again... btw... i bet its russian language
                          It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
                          ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
                          ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
                          キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

                          Comment


                            #14
                            i can not to decode this into original

                            Comment


                              #15
                              Use Notepad ++

                              and this site

                              Compare Russian to English translation

                              Next step copy and paste your script in there ...

                              Any crying will end no one will help you out on this problem.

                              Added after 9 minutes:

                              That was so simple to do if you listen to us.

                              Code:
                               
                              <?php
                              
                              /**
                               * @author [FaNiska]
                               * @copyright 2009
                               * Загруз the center
                               * Offers, ideas, questions and on mistakes to write in icq 65-64-538 or mobi-m-ru@ya.ru
                               */
                              include 'inc/db_connect.php';
                              include 'inc/function.php';
                              include 'inc/set.php';
                              include 'inc/adm_head.php';
                              require 'inc/adm.php';
                              
                              
                              echo '<div class="title">Management of comments</div>';
                              echo '<div>In total new comments<br /><b>1)</b> for 24 hours: ' . mysql_result(mysql_query
                                  ("SELECT COUNT(*) FROM `comment` WHERE `time`>'" . ($time - 24 * 3600) . "'"), 0) .
                                  ' <br /><b>2)</b>For a week: ' . mysql_result(mysql_query("SELECT COUNT(*) FROM `comment` WHERE `time`>'" .
                                  ($time - 24 * 3600 * 7) . "'"), 0) . '</div>';
                              
                              echo '<div class="post"> Show comments for:
                              <form method="get">
                              <input type="text" size="2" value="1" name="number" />
                              <select size="1" name="type">
                              	<option value="hour">Hour</option>
                              	<option value="day">Day</option>
                              	<option value="week">Week</option>
                              	<option value="moon">Month</option>
                              </select><br />
                              <input type="submit" value="Show"/>
                              </form>
                              </div>';
                              if (isset($_GET['number']) && isset($_GET['type']))
                              {
                                  if (isset($_GET['act']) && $_GET['act'] == 'delete')
                                  {
                                      if (isset($_GET['all']) && $_GET['all'] == 'yes')
                                      {
                                          @mysql_query("DELETE FROM `comment` WHERE `file` = '$table|$id';");
                                          echo '<div>All comments of the specified file are removed.</div>';
                                      } elseif (isset($_GET['kom_id']))
                                      {
                                          $kom_id = valid_int($_GET['kom_id']);
                                          if (mysql_query("DELETE FROM `comment` WHERE `id` = '$kom_id';"))
                                          {
                                              echo '<div>Comment deleted.</div>';
                                          } else
                                          {
                                              echo '<div>The comment has been removed earlier or there was other mistake.</div>';
                                          }
                              
                                      }
                              
                                  }
                                  $number = valid_int($_GET['number']);
                                  if ($_GET['type'] == 'day')
                                  {
                                      $x = 86400;
                                      $gtype = 'day';
                                  } elseif ($_GET['type'] == 'week')
                                  {
                                      $x = 604800;
                                      $gtype = 'week';
                                  } elseif ($_GET['type'] == 'moon')
                                  {
                                      $x = 2592000;
                                      $gtype = 'moon';
                                  }
                              } else
                              {
                                  $x = 3600;
                                  $gtype = 'hour';
                              }
                              $k_post = mysql_result(mysql_query("SELECT COUNT(*) FROM `comment` WHERE `time`>" .
                                  ($time - $number * $x) . ""), 0);
                              $k_page = k_page($k_post, $step);
                              $page = page($k_page);
                              $start = $step * $page - $step;
                              $s = mysql_query("SELECT * FROM `comment` WHERE `time`>" . ($time - $number * $x) .
                                  " ORDER BY `time` DESC LIMIT $start, $step");
                              while ($list = mysql_fetch_array($s))
                              {
                                  $file = explode('|', $list['file']);
                                  if ($list['type'] == 1)
                                  {
                                      $type = 'file';
                                  } else
                                  {
                                      $type = 'group';
                                  }
                                  echo '<div class="name">[<a href="' . $type . '.php?c=' . $file['0'] .
                                      '&amp;id=' . $file['1'] . '">' . $file['0'] . ' - ' . $file['1'] . '</a>] - <b>' .
                                      $list['name'] . '</b> (' . vremja($list['time']) . '):</div><div class="post">
                              	- ' . $list['text'] . '
                              	</div><div style="font-size : 5px;">[' . $list['ua'] . '-' . $list['ip'] .
                                      ']</div>
                              	<div>[<a href="?number=' . $number . '&amp;type=' . $gtype .
                                      '&amp;act=delete&amp;kom_id=' . $list['id'] .
                                      '">delete</a> | <a href="?number=' . $number . '&amp;type=' . $gtype .
                                      '&amp;act=delete&amp;all=yes&amp;c=' . $file['0'] . '&amp;id=' . $file['1'] .
                                      '">remove all comments of this file</a>]</div>';
                              }
                              include 'inc/adm_foot.php';
                              
                              ?>
                              Last edited by subzero; 15.08.11, 06:29.
                              Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                              Visit: WapMasterz Coming Back Soon!
                              _______
                              SCRIPTS FOR SALE BY SUBZERO
                              Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                              FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                              _______
                              Info & Tips
                              php.net
                              w3schools.com

                              Comment

                              Working...
                              X