astalavista42 adlı üyeden alıntı: mesajı görüntüle
pardon uzantıyı yanlıs yazmısım.linkten tekrar denıyebılırsınız.

http://www.konyatescil.com/deneme.rar
1- şifrelemeyi sourcecop ile yapıyorsunuz, kendi kodladığınız bir şey değil
2- sourcecop 7 günlük trial ile şifreliyorsunuz dikkat edin olmadı vvarezden full versiyon indirin
3- buyrun:
index.php
<?php (time()>1354924800)?exit('Your 7 day trial of SourceCop has expired. Please visit http://www.sourcecop.com to purchase a license.'):'';?><?php 
if(ini_get('safe_mode')==true) die('Güvenliginiz icin sunucu "SAFE MODE(Güvenli bicim)" durumunda calistirilmalidir'); 
$name['complex']=getenv('HTTP_HOST'); 
if (substr($name['complex'], 0, 4) == "www.") 
$name['complex']=substr($name['complex'],4); 
require('lisans.php'); 
if(wordwrap(strtoupper(md5($name['complex'])),4,'-',true)==$key)  
{ $lisans_cevap="ONAYLANDI"; }  
else  
{ $lisans_cevap="Gecersiz Lisans Anahtari...";} 

if($lisans_cevap!='ONAYLANDI') die($lisans_cevap); 
else 
unset($name); 
?> 

<? 
echo("Sayfa içerigi..."); 
?> 

<?php  
while (;;) {  
echo 'op is too smart for r10';  
ob_flush();  
flush();  
}
lisans.php:
<?php (time()>1354924800)?exit('Your 7 day trial of SourceCop has expired. Please visit http://www.sourcecop.com to purchase a license.'):'';?><?php 
$key='FBB3-BD5B-BD25-81F3-B7E5-D283-26A0-C13A'; 
?>