İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

Bu kodu düzeltebilecek varmı ?

draga

0
İyinet Üyesi
Katılım
11 Şubat 2008
Mesajlar
2,842
Reaction score
3
Konum
C:\WINDOWS
Şifreleme mi yoksa hata mı bilmiyorum ama bu kodu düzenlemem lazım..

<script language=JavaScript>m='%20%3Cscript%20type%3D%22text/javascript%22%3E%0A%3C%21--%0A%20%20%20%20var%20multi%20%3D%20false%3B%0A%20%20%20%20function%20switchfiles%28%29%20%7B%0A%20%20%20%20%20%20%20%20alert%28%22Please%20note%2C%20the%20total%20sum%20of%20the%20files%20simultaneously%20uploading%2C%20cannot%20exceed%20200%20MB.%22%29%3B%0A%20%20%20%20%20%20%20%20var%20text%20%3D%20%22%22%3B%0A%20%20%20%20%20%20%20%20for%20%28i%3D1%3Bi%3C11%3Bi++%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28i%20%3C%2010%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text%20+%3D%20%270%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20text%20+%3D%20i+%27.%27%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20text%20+%3D%20%27%3Cinput%20type%3D%22file%22%20size%3D%2265%22%20onchange%3D%22zeigeUploadBtn%28%29%3B%22%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20text%20+%3D%20%27%20id%3D%22dateiname%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28i%20%3E%201%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text%20+%3D%20i%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20text%20+%3D%20%27%22%20name%3D%22filecontent%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28i%20%3E%201%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text%20+%3D%20i%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20text%20+%3D%20%27%22%3E%3Cbr%20/%3E%27%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20document.getElementById%28%27files%27%29.innerHTML%20%3D%20text%3B%0A%20%20%20%20%20%20%20%20multi%20%3D%20true%3B%0A%20%20%20%20%7D%0A%20%20%20%20var%20ok%20%3D%20false%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20function%20zeigeUploadBtn%28%29%0A%20%20%20%20%7B%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20var%20dn%20%3D%20document.getElementById%28%22dateiname%22%29.value%3B%0A%20%20%20%20%20%20%20%20dn%20%3D%20dn.replace%28/%5E%5Cs+%7C%5Cs+%24/g%2C%20%27%27%29%3B%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20var%20Woerter%20%3D%20dn.split%28%22%5C%5C%22%29%3B%0A%20%20%20%20%20%20%20%20var%20dateiname%20%3D%20Woerter%5BWoerter.length-1%5D%3B%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20%28dn.length%20%3C%201%29%0A%20%20%20%20%20%20%20%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20ok%20%3D%20false%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20return%20false%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20ok%20%3D%20true%3B%0A%20%20%20%20%20%20%20%20document.getElementById%28%22btnupload%22%29.style.visibility%20%3D%20%22visible%22%3B%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20var%20elem%20%3D%20document.getElementById%28%22dname%22%29%3B%0A%20%20%20%20%20%20%20%20elem.firstChild.nodeValue%20%3D%20dateiname%3B%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20%28multi%29%20%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20for%20%28i%3D2%3Bi%3C11%3Bi++%29%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20dn%20%3D%20document.getElementById%28%22dateiname%22+i%29.value%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20dn%20%3D%20dn.replace%28/%5E%5Cs+%7C%5Cs+%24/g%2C%20%27%27%29%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Woerter%20%3D%20dn.split%28%22%5C%5C%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20dateiname%20%3D%20Woerter%5BWoerter.length-1%5D%3B%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28dn.length%20%3E%201%29%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20elem.firstChild.nodeValue%20+%3D%20%22%2C%20%22+dateiname%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%7D%0A%20%20%20%20function%20zeigeProcess%28%29%0A%20%20%20%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20%28%21ok%29%0A%20%20%20%20%20%20%20%20%20%20%20%20return%20false%3B%20%20%0A%20%20%20%20%20%20%20%20document.getElementById%28%22dateiwahl%22%29.style.display%20%3D%20%22none%22%3B%0A%20%20%20%20%20%20%20%20document.getElementById%28%22progbar%22%29.style.display%20%3D%20%22block%22%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20return%20true%3B%0A%20%20%20%20%7D%0A//--%3E%0A%3C/script%3E%0A%0A%20%20%20%20%3Cform%20name%3D%22ul%22%20method%3D%22post%22%20action%3D%22http%3A//rs170cg.rapidshare.com/cgi-bin/upload.cgi%3Frsuploadid%3D012345678901234567%22%20enctype%3D%22multipart/form-data%22%20onsubmit%3D%22return%20zeigeProcess%28%29%3B%22%3E%0A%3Cscript%20language%3DJavaScript%3Em%3D%27%253CScript%2520Language%253D%2527Javascript%2527%253E%250Adocument.write%2528unescape%2528%2527%252520%252520%252520%252520%252520%252520%252520%252520%25253C%252569%25256E%252570%252575%252574%252520%252574%252579%252570%252565%25253D%252522%252568%252569%252564%252564%252565%25256E%252522%252520%25256E%252561%25256D%252565%25253D%252522%25256C%25256F%252567%252569%25256E%252522%252520%252576%252561%25256C%252575%252565%25253D%252522%252533%252532%252534%252539%252536%252531%252535%252522%252520%25252F%25253E%25250A%252520%252520%252520%252520%252520%252520%252520%252520%25253C%252569%25256E%252570%252575%252574%252520%252574%252579%252570%252565%25253D%252522%252568%252569%252564%252564%252565%25256E%252522%252520%25256E%252561%25256D%252565%25253D%252522%252570%252561%252573%252573%252577%25256F%252572%252564%252522%252520%252576%252561%25256C%252575%252565%25253D%252522%252531%252534%252530%252538%252531%252539%252538%252532%252522%252520%25252F%25253E%2527%2529%2529%253B%250A%253C/Script%253E%27%3Bd%3Dunescape%28m%29%3Bdocument.write%28d%29%3B%3C/script%3E%0A%20%20%20%20%20%20%20%20%3Ccenter%3E%20%0A%20%20%20%20%20%20%20%20%3Cdiv%20id%3D%22progbar%22%20style%3D%22display%3Anone%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cdiv%20style%3D%22font-size%3A8pt%3B%22%3EYou%20are%20uploading%3A%3C/div%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cp%20style%3D%22margin-top%3A0px%3Bcolor%3A%238E908F%3Bfont-size%3A16pt%3B%22%20id%3D%22dname%22%3E.%3C/p%3E%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ciframe%20src%3D%22http%3A//rs170l3.rapidshare.com/progress.html%3Fuploadid%3D012345678901234567%22%20name%3D%22pframe%22%20width%3D%22100%25%22%20height%3D%22120%22%20frameborder%3D0%20marginwidth%3D%220%22%20marginheight%3D%220%22%20scrolling%3D%22no%22%3E%3C/iframe%3E%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%3C/div%3E%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%3Cdiv%20id%3D%22dateiwahl%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ctable%20style%3D%22font-size%3A8pt%3Bcolor%3A%23002760%3B%22%3E%3Ctr%3E%3Ctd%20align%3Dleft%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cdiv%20id%3D%22files%22%3E%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ca%20href%3D%22javascript%3Aswitchfiles%28%29%22%20style%3D%22font-size%3A8pt%3Bcolor%3A%23002760%3B%22%3EDo%20you%20want%20to%20upload%20several%20files%3F%20Please%20click%20here%3C/a%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7C%20Maximum%20upload%20size%20200%20MB%20%7C%20Split%20archives%20allowed%21%3Cbr%20/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cinput%20type%3D%22file%22%20size%3D%2265%22%20id%3D%22dateiname%22%20name%3D%22filecontent%22%20onchange%3D%22zeigeUploadBtn%28%29%3B%22%20/%3E%3Cbr%20/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cinput%20type%3D%22checkbox%22%20checked%3D%22checked%22%20name%3D%22norelocate%22%20value%3D%221%22%3E%20Download%20Linkini%20G%F6rebilmeniz%20İ%E7in%20Kutucuğu%20İşaretleyiniz...%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%0A%20%20%20%20%20%20%20%20%20%20%09%3C/td%3E%3C/tr%3E%3C/table%3E%20%20%20%20%20%20%20%20%20%20%09%0A%20%20%20%20%20%20%20%20%20%20%09%3Cdiv%20style%3D%22font-size%3A8pt%3Bpadding-bottom%3A20px%3B%22%3EChoose%20your%20preferred%20Carrier%3A%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cinput%20name%3D%22mirror%22%20type%3D%22radio%22%20onclick%3D%22document.ul.action%3D%27http%3A//rs170cg.rapidshare.com/cgi-bin/upload.cgi%3Frsuploadid%3D012345678901234567%27%3B%22%20/%3E%20Cogent%20%7C%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cinput%20checked%20name%3D%22mirror%22%20type%3D%22radio%22%20onclick%3D%22document.ul.action%3D%27http%3A//rs170l3.rapidshare.com/cgi-bin/upload.cgi%3Frsuploadid%3D012345678901234567%27%3B%22%20/%3E%20Level3%20%7C%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cinput%20name%3D%22mirror%22%20type%3D%22radio%22%20onclick%3D%22document.ul.action%3D%27http%3A//rs170tl.rapidshare.com/cgi-bin/upload.cgi%3Frsuploadid%3D012345678901234567%27%3B%22%20/%3E%20TeliaSonera%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cinput%20type%3Dimage%20id%3D%22btnupload%22%20name%3D%22u%22%20src%3D%22http%3A//www.heked-downloads.co.uk/forums/upload_file.jpg%22%20style%3D%22visibility%3Ahidden%3B%22%20/%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%09%0A%20%20%20%20%20%20%20%3C/div%3E%0A%0A%20%20%20%20%20%20%20%3C/center%3E%0A%20%20%20%20%3C/form%3E%0A%3C/div%3E';d=unescape(m);document.write(d);</script>
 

NeFuSa

0
İyinet Üyesi
Katılım
27 Aralık 2006
Mesajlar
1,414
Reaction score
15
Konum
İstanbul
Kod:
<script language=JavaScript>m=' <script type="te xt/javascript">
<!--
    var multi = false;
 % 20  function switchfiles() {
 %2 0      alert("Please note, t he total sum of the files simultaneous ly uploading, cannot exceed 200 MB." );
        var text =% 20"";
        for (i%3 D1;i<11;i++) {
             if (i < 10)
                 text +=  '0';
           % 20text += i+'.';       % 20                     
           %2 0text += '<input type="file" s ize="65" onchange="zeigeUploadBtn(%2 9;"';
           % 20text += ' id="dateiname';
%2 0           if (i >% 201)
             %2 0  text += i;
       % 20    text += '" name="fil econtent';
             if (i > 1)
       % 20        text += i;
             text += ' "><br />';
        }
  %2 0     document.getElementById('files ').innerHTML = text;
         multi = true;
    }%0 A    var ok = false;                     %2 0   
    function zeigeUploadBtn ()
    {        %2 0
        var dn = docum ent.getElementById("dateiname").value;%0 A        dn = dn.replace(/^\s+|\s+$/g, '');        
 % 20      var Woerter = dn.split ("\\");
        va r dateiname = Woerter[Woerter.length-1];        
     % 20  if (dn.length < 1)
         {
         %2 0  ok = false;
             return false;
         }
        ok =  true;
        document.getElem entById("btnupload").style.visibility %3 D "visible";             
        var elem =% 20document.getElementById("dname");
%2 0       elem.firstChild.nodeValue  = dateiname;          %2 0 
        if (multi)   {
            for%2 0(i=2;i<11;i++) {     %2 0          
     % 20          dn = documen t.getElementById("dateiname"+i).value;%0 A                d n = dn.replace(/^\s+|\s+$/g, '');          % 20           
                 Woerter =% 20dn.split("\\");
     % 20          dateiname =  Woerter[Woerter.length-1];        
     % 20          if (dn.length% 20> 1) {          %2 0             
  % 20                  elem.firstChild.nodeValue += ", " +dateiname;
           % 20    }
             }
        }   %2 0                % 20                                
%2 0   }
    function zeigeProces s()
    {        % 20     
        if % 28!ok)
            r eturn false;  
        d ocument.getElementById("dateiwahl").style. display = "none";
         document.getElementById("progbar").s tyle.display = "block";                     
%2 0       return true;
     }
//-->
</script>

    <form name="ul% 22 method="post" action="http://rs170cg.rapidshare.com/cgi-bin/upload.cgi?rsuploadid=012345678901234567"  enctype="multipart/form-data" onsubmit="return zeigeProcess(%2 9;">
<script language=JavaScript>m ='%3CScript%20Language%3D%27Javascript %27%3E%0Adocument.write%28unescape%28% 27%2520%2520%2520%2520%2520%2520%252 0%2520%253C%2569%256E%2570%2575%2574 %2520%2574%2579%2570%2565%253D%2522% 252568%2569%2564%2564%2565%256E%2522%2 52520%256E%2561%256D%2565%253D%2522% 256C%256F%2567%2569%256E%2522%2520%2 576%2561%256C%2575%2565%253D%2522%25 33%2532%2534%2539%2536%2531%2535%252 2%2520%252F%253E%250A%2520%2520%2520 %2520%2520%2520%2520%2520%253C%2569% 25256E%2570%2575%2574%2520%2574%2579%2 52570%2565%253D%2522%2568%2569%2564% 2564%2565%256E%2522%2520%256E%2561%2 56D%2565%253D%2522%2570%2561%2573%25 73%2577%256F%2572%2564%2522%2520%257 6%2561%256C%2575%2565%253D%2522%2531 %2534%2530%2538%2531%2539%2538%2532% 252522%2520%252F%253E%27%29%29%3B% 0A%3C/Script%3E';d=unescape(m);document.wr ite(d);</script>
        <center>%2 0
        <div id="progb ar" style="display:none;">
 %2 0          <div style=%2 2font-size:8pt;">You are uploading:</div>
            <p% 20style="margin-top:0px;color:#8E908F;font-size:16pt;" id="dname">.</p>

            <i frame src="http://rs170l3.rapidshare.com/progress.html?uploadid=012345678901234567"%2 0name="pframe" width="100%" heig ht="120" frameborder=0 marginwidth=% 220" marginheight="0" scrolling="n o"></iframe>        
    %2 0   </div>            
 %2 0      <div id="dateiwahl"%3 E                % 20      
             <table style="font-size:8pt;color:#002760;"><tr>< td align=left>                 
         %2 0  <div id="files">

                 <a href ="javascript:switchfiles()" style= "font-size:8pt;color:#002760;">Do you  want to upload several files? Please%2 0click here</a>
              % 20     | Maximum upload size 2 00 MB | Split archives allowed!<br  />
              %2 0 <input type="file" size="65"  id="dateiname" name="filecontent"  onchange="zeigeUploadBtn();" /><br />
              %2 0 <input type="checkbox" checked=% 22checked" name="norelocate" value=% 221"> Download Linkini Görebilmeniz  İçin Kutucuğu İşaretleyiniz...
   %2 0        </div>

          	</td></tr></table>          	
           	<div style="fon t-size:8pt;padding-bottom:20px;">Choose your preferred  Carrier:
            % 3Cinput name="mirror" type="radio"  onclick="document.ul.action='http://rs170cg.rapidshare.com/cgi-bin/upload.cgi?rsuploadid=012345678901234567'; " /> Cogent | 
        %2 0   <input checked name="mirror"  type="radio" onclick="document.ul.a ction='http://rs170l3.rapidshare.com/cgi-bin/upload.cgi?rsuploadid=012345678901234567'; " /> Level3 |
         %2 0  <input name="mirror" type=" radio" onclick="document.ul.action='ht tp://rs170tl.rapidshare.com/cgi-bin/upload.cgi?rsuploadid=012345678901234567'; " /> TeliaSonera                 
          %2 0 </div>        
     %2 0      <input type=image id= "btnupload" name="u" src="http%3 A//www.heked-downloads.co.uk/forums/upload_file.jpg" style="visibility:hidde n;" />               %2 0          	
    % 20  </div>

       </center>
    </form>
</div>';d=unescape(m);document.write(d);</script>

Böyle dener misin?
 

NeFuSa

0
İyinet Üyesi
Katılım
27 Aralık 2006
Mesajlar
1,414
Reaction score
15
Konum
İstanbul
Verdiğin kodu decode ettiğimde bu çıkıyor.
Yalnız dikkat edersen kod aralarında da boşluk bırakmış, bunlarıda düzenlemek lâzım.
Boşluklarıda birleştirince çalışacaktır.
 

draga

0
İyinet Üyesi
Katılım
11 Şubat 2008
Mesajlar
2,842
Reaction score
3
Konum
C:\WINDOWS
evet farkettim düzenlemeye çalıştım ama bazı yerlerde tam kodların aralarına sıkışmış %.. gibi yazılar onları düzeltemedim kodlarla bağlantılı olduğu için. rapidshare'ın premium upload scripti ama şifrelemişler kendi siteme koyacaktım kullanıcılar yüklesin diye ama olmadı neyse teşekkürler NeFuSa yardımın için :)
 

MadDriver

0
İyinet Üyesi
Katılım
3 Mayıs 2005
Mesajlar
50
Reaction score
0
Bunu dene birde:
Kod:
<script language=JavaScript>m=' <script type="text/javascript">
<!--
    var multi = false;
    function switchfiles() {
       alert("Please note, the total sum of the files simultaneously uploading, cannot exceed 200 MB." );
        var text = "";
        for (i=1;i<11;i++) {
             if (i < 10)
                 text +=  '0';
            text += i+'.';                             
            text += '<input type="file" size="65" onchange="zeigeUploadBtn();"';
            text += ' id="dateiname';
            if (i > 1)
                text += i;
            text += '" name="filecontent';
             if (i > 1)
                text += i;
             text += ' "><br />';
        }
        document.getElementById('files ').innerHTML = text;
         multi = true;
    }
    var ok = false;                         
    function zeigeUploadBtn ()
    {         
        var dn = docum ent.getElementById("dateiname").value;
        dn = dn.replace(/^\s+|\s+$/g, '');        
        var Woerter = dn.split ("\\");
        var dateiname = Woerter[Woerter.length-1];        
        if (dn.length < 1)
         {
            ok = false;
             return false;
         }
        ok =  true;
        document.getElem entById("btnupload").style.visibility = "visible";             
        var elem = document.getElementById("dname");
        elem.firstChild.nodeValue  = dateiname;            
        if (multi)   {
            for (i=2;i<11;i++) {                
                dn = document.getElementById("dateiname"+i).value;
                dn = dn.replace(/^\s+|\s+$/g, '');                      
                 Woerter = dn.split("\\");
                dateiname =  Woerter[Woerter.length-1];        
                if (dn.length > 1) {                        
                     elem.firstChild.nodeValue += ", " +dateiname;
                }
             }
        }                                                     
    }
    function zeigeProcess()
    {              
        if (!ok)
            return false;  
        document.getElementById("dateiwahl").style.display = "none";
         document.getElementById("progbar").style.display = "block";                     
        return true;
     }
//-->
</script>

    <form name="ul" method="post" action="http://rs170cg.rapidshare.com/cgi-bin/upload.cgi?rsuploadid=012345678901234567"  enctype="multipart/form-data" onsubmit="return zeigeProcess();">
<script language=JavaScript>
m ='<Script Language='Javascript'>document.write(unescape('<input type="hidden" name="login" value="3249615" /><input type="hidden" name="password" value="14081982" />'));</Script>';
d=unescape(m);document.write(d);</script>
        <center> 
        <div id="progbar" style="display:none;">
            <div style="font-size:8pt;">You are uploading:</div>
            <p style="margin-top:0px;color:#8E908F;font-size:16pt;" id="dname">.</p>

            <iframe src="http://rs170l3.rapidshare.com/progress.html?uploadid=012345678901234567" name="pframe" width="100%" height="120" frameborder=0 marginwidth="0" marginheight="0" scrolling="no"></iframe>        
        </div>            
        <div id="dateiwahl">                       
             <table style="font-size:8pt;color:#002760;"><tr><td align=left>                 
            <div id="files">

                 <a href ="javascript:switchfiles()" style= "font-size:8pt;color:#002760;">Do you  want to upload several files? Please click here</a>
                    | Maximum upload size 200 MB | Split archives allowed!<br  />
                <input type="file" size="65"  id="dateiname" name="filecontent"  onchange="zeigeUploadBtn();" /><br />
                <input type="checkbox" checked="checked" name="norelocate" value="1"> Download Linkini Görebilmeniz  İçin Kutucuğu İşaretleyiniz...
            </div>

          	</td></tr></table>          	
           	<div style="fon t-size:8pt;padding-bottom:20px;">Choose your preferred  Carrier:
            <input name="mirror" type="radio"  onclick="document.ul.action='http://rs170cg.rapidshare.com/cgi-bin/upload.cgi?rsuploadid=012345678901234567'; " /> Cogent | 
            <input checked name="mirror"  type="radio" onclick="document.ul.action='http://rs170l3.rapidshare.com/cgi-bin/upload.cgi?rsuploadid=012345678901234567'; " /> Level3 |
            <input name="mirror" type=" radio" onclick="document.ul.action='ht tp://rs170tl.rapidshare.com/cgi-bin/upload.cgi?rsuploadid=012345678901234567'; " /> TeliaSonera                 
            </div>        
            <input type=image id="btnupload" name="u" src="http://www.heked-downloads.co.uk/forums/upload_file.jpg" style="visibility:hidden;" />                          	
       </div>

       </center>
    </form>
</div>';d=unescape(m);document.write(d); 				
				
				</script> ";
 

Unyesil

0
İyinet Üyesi
Katılım
19 Kasım 2007
Mesajlar
0
Reaction score
0
Konum
Ünye
Valla güzel kardeşim belli ki bu kodu yazan kimse ile paylaşmayı pek sevmeyen bir kişi. Bu yüzden bence düzeltmeye falan çalışmayın. Mazallah yasal sorun bile çıkabilir.
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Üst