Yüklenecek Dosyalar
system/rewrite.php
plugins/rewrite/rewrite.admin.php
plugins/rewrite/rewrite.input.php
plugins/rewrite/rewrite.setup.php
plugins/rewrite/rewrite.users.php
Değişiklik Yapılacak Dosyalar
system/common.php
system/functions.php
system/core/pfs/pfs.inc.php
system/core/polls/polls.inc.php
NOT:PHP Dosyalarında Değişiklik Yapmadan Önce Yedek Almayı Unutmayınız
daha sonra
system/common.php dosyasını açın
Bulun:
Code:
/* ======== Anti-XSS protection ======== */
$xg = sed_import('x','G','ALP');
$xp = sed_import('x','P','ALP');
$xk = sed_check_xp();
$xg = sed_import('x','G','ALP');
$xp = sed_import('x','P','ALP');
$xk = sed_check_xp();
Bununla Değiştirin:
Code:
/* === Hook === */
$extp = sed_getextplugins('input');
if (is_array <http://www.php.net/is_array>($extp))
{ foreach($extp as $k => $pl) { include('plugins/'.$pl['pl_code'].'/'.$pl['pl_file'].'.php'); } }
/* ======================== */
/* ======== Anti-XSS protection ======== */
$xg = sed_import('x','G','ALP');
$xp = sed_import('x','P','ALP');
$xk = sed_check_xp();
$extp = sed_getextplugins('input');
if (is_array <http://www.php.net/is_array>($extp))
{ foreach($extp as $k => $pl) { include('plugins/'.$pl['pl_code'].'/'.$pl['pl_file'].'.php'); } }
/* ======================== */
/* ======== Anti-XSS protection ======== */
$xg = sed_import('x','G','ALP');
$xp = sed_import('x','P','ALP');
$xk = sed_check_xp();
yine common.php içinde bulun:
Code:
/* ======== Gzip and output filtering ======== */
if ($cfg['gzip'])
{ @ob_start <http://www.php.net/ob_start>('ob_gzhandler'); }
else
{ ob_start <http://www.php.net/ob_start>(); }
ob_start <http://www.php.net/ob_start>('sed_outputfilters');
if ($cfg['gzip'])
{ @ob_start <http://www.php.net/ob_start>('ob_gzhandler'); }
else
{ ob_start <http://www.php.net/ob_start>(); }
ob_start <http://www.php.net/ob_start>('sed_outputfilters');
Üstüne ekleyin:
Code:
// Enables rewrite
ob_start <http://www.php.net/ob_start>('rewrite_output');
kaydedin ve ftp ye yükleyin.ob_start <http://www.php.net/ob_start>('rewrite_output');
system/functions.php dosyasını açın.
bulun:
Code:
function sed_javascript($more='')
{
$result = "<script type=\"text/javascript\">
<!--
function popup(code,w,h)
{ window.open('plug.php?o='+code,'','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width='+w+',height='+h+',left=32,top=16'); }
function pfs(id,c1,c2)
{ window.open('pfs.php?userid='+id+'&c1='+c1+'&c2='+c2,'PFS','status=1, toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width=754,height=512,left=32,top=16'); }
function help(rcode,c1,c2)
{ window.open('plug.php?h='+rcode+'&c1='+c1+'&c2='+c2,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=32,top=16'); }
function comments(rcode)
{ window.open('comments.php?id='+rcode,'Comments','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16'); }
function ratings(rcode)
{ window.open('ratings.php?id='+rcode,'Ratings','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16'); }
function polls(rcode)
{ window.open('polls.php?id='+rcode,'Polls','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=608,height=448,left=16,top=16'); }
function pollvote(rcode,rvote)
{ window.open('polls.php?a=send&id='+rcode+'&vote='+rvote,'Polls','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=608,height=448,left=16,top=16'); }
function picture(url,sx,sy)
{ window.open('pfs.php?m=view&v='+url,'Picture','toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width='+sx+',height='+sy+',left=0,top=0'); }
function redirect(url)
{ location.href = url.options[url.selectedIndex].value; }
function toggleblock(id)
{
var bl = document.getElementById(id);
if(bl.style.display == 'none')
{ bl.style.display = ''; }
else
{ bl.style.display = 'none'; }
}
window.name='main';
".$more."
//-->
</script>";
return ($result);
}
/* ------------------ */
{
$result = "<script type=\"text/javascript\">
<!--
function popup(code,w,h)
{ window.open('plug.php?o='+code,'','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width='+w+',height='+h+',left=32,top=16'); }
function pfs(id,c1,c2)
{ window.open('pfs.php?userid='+id+'&c1='+c1+'&c2='+c2,'PFS','status=1, toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width=754,height=512,left=32,top=16'); }
function help(rcode,c1,c2)
{ window.open('plug.php?h='+rcode+'&c1='+c1+'&c2='+c2,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=32,top=16'); }
function comments(rcode)
{ window.open('comments.php?id='+rcode,'Comments','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16'); }
function ratings(rcode)
{ window.open('ratings.php?id='+rcode,'Ratings','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16'); }
function polls(rcode)
{ window.open('polls.php?id='+rcode,'Polls','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=608,height=448,left=16,top=16'); }
function pollvote(rcode,rvote)
{ window.open('polls.php?a=send&id='+rcode+'&vote='+rvote,'Polls','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=608,height=448,left=16,top=16'); }
function picture(url,sx,sy)
{ window.open('pfs.php?m=view&v='+url,'Picture','toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width='+sx+',height='+sy+',left=0,top=0'); }
function redirect(url)
{ location.href = url.options[url.selectedIndex].value; }
function toggleblock(id)
{
var bl = document.getElementById(id);
if(bl.style.display == 'none')
{ bl.style.display = ''; }
else
{ bl.style.display = 'none'; }
}
window.name='main';
".$more."
//-->
</script>";
return ($result);
}
/* ------------------ */
Alttaki ile değiştirin:
Code:
function sed_javascript($more='')
{
$result = "<script type=\"text/javascript\">
<!--
function popup(code,w,h) {
var l = 'plug.php?o=_CODE_';
l = l.replace('_CODE_', code);
window.open(l,'','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width='+w+',height='+h+',left=32,top=16');
}
function pfs(id,c1,c2) {
var l = 'pfs.php?userid=_ID_&c1=_C1_&c2=_C2_';
l = l.replace('_ID_', id);
l = l.replace('_C1_', c1);
l = l.replace('_C2_', c2);
window.open(l,'PFS','status=1, toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width=754,height=512,left=32,top=16');
}
function help(rcode,c1,c2) {
var l = 'plug.php?h=_RCODE_&c1=_C1_&c2=_C2_';
l = l.replace('_RCODE_', rcode);
l = l.replace('_C1_', c1);
l = l.replace('_C2_', c2);
window.open(l,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=32,top=16');
}
function comments(rcode) {
var l = 'plug.php?id=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Comments','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16');
}
function ratings(rcode) {
var l = 'ratings.php?id=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Ratings','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16');
}
function polls(rcode) {
var l = 'polls.php?id=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Polls','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=608,height=448,left=16,top=16');
}
function pollvote(rcode,rvote) {
var l = 'polls.php?a=send&id=_RCODE_&vote=_RVOTE_';
l = l.replace('_RCODE_', rcode);
l = l.replace('_RVOTE_', rvote);
window.open(l,'Polls','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=608,height=448,left=16,top=16');
}
function picture(url,sx,sy) {
var l = 'pfs.php?m=view&v=_URL';
l = l.replace('_URL_', url);
window.open(l,'Picture','toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width='+sx+',height='+sy+',left=0,top=0');
}
function redirect(url)
{ location.href = url.options[url.selectedIndex].value; }
function toggleblock(id)
{
var bl = document.getElementById(id);
if(bl.style.display == 'none')
{ bl.style.display = ''; }
else
{ bl.style.display = 'none'; }
}
window.name='main';
".$more."
//-->
</script>";
return ($result);
}
{
$result = "<script type=\"text/javascript\">
<!--
function popup(code,w,h) {
var l = 'plug.php?o=_CODE_';
l = l.replace('_CODE_', code);
window.open(l,'','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width='+w+',height='+h+',left=32,top=16');
}
function pfs(id,c1,c2) {
var l = 'pfs.php?userid=_ID_&c1=_C1_&c2=_C2_';
l = l.replace('_ID_', id);
l = l.replace('_C1_', c1);
l = l.replace('_C2_', c2);
window.open(l,'PFS','status=1, toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width=754,height=512,left=32,top=16');
}
function help(rcode,c1,c2) {
var l = 'plug.php?h=_RCODE_&c1=_C1_&c2=_C2_';
l = l.replace('_RCODE_', rcode);
l = l.replace('_C1_', c1);
l = l.replace('_C2_', c2);
window.open(l,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=32,top=16');
}
function comments(rcode) {
var l = 'plug.php?id=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Comments','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16');
}
function ratings(rcode) {
var l = 'ratings.php?id=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Ratings','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16');
}
function polls(rcode) {
var l = 'polls.php?id=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Polls','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=608,height=448,left=16,top=16');
}
function pollvote(rcode,rvote) {
var l = 'polls.php?a=send&id=_RCODE_&vote=_RVOTE_';
l = l.replace('_RCODE_', rcode);
l = l.replace('_RVOTE_', rvote);
window.open(l,'Polls','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=608,height=448,left=16,top=16');
}
function picture(url,sx,sy) {
var l = 'pfs.php?m=view&v=_URL';
l = l.replace('_URL_', url);
window.open(l,'Picture','toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width='+sx+',height='+sy+',left=0,top=0');
}
function redirect(url)
{ location.href = url.options[url.selectedIndex].value; }
function toggleblock(id)
{
var bl = document.getElementById(id);
if(bl.style.display == 'none')
{ bl.style.display = ''; }
else
{ bl.style.display = 'none'; }
}
window.name='main';
".$more."
//-->
</script>";
return ($result);
}
Bulun: (bu kod php dosyasının en sonunda olur!)
Code:
?>
üztüne ekleyin:
Code:
// Rewrite patch
$SEP = (strstr(__FILE__, '\\') === FALSE) ? '/' : '\\';
require_once dirname(__FILE__).$SEP.'rewrite.php';
$SEP = (strstr(__FILE__, '\\') === FALSE) ? '/' : '\\';
require_once dirname(__FILE__).$SEP.'rewrite.php';
kaydedin ve ftp deki dizinine yükleyin.
açın:
'system/core/pfs/pfs.inc.php'
bulun:
Code:
$pfs_header1 = $cfg['doctype']."<html><head>
<title>".$cfg['maintitle']."</title>".sed_htmlmetas()."
<script type=\"text/javascript\">
<!--
function help(rcode,c1,c2)
{ window.open('plug.php?h='+rcode+'&c1='+c1+'&c2='+c2,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=512,top=16'); }
function addthumb(gfile,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[thumb=".$cfg['th_dir_user']."'+gfile+']'+gfile+'[/thumb]'; }
function addpix(gfile,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[img]'+gfile+'[/img]'; }
function addfile(gfile,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[pfs]".$cfg['rel_dir_user']."'+gfile+'[/pfs]'; }
function addglink(id,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[gallery='+id+']".$L["pfs_gallery"]." #'+id+'[/gallery]'; }
function comments(rcode)
{ window.open('comments.php?id='+rcode,'Comments','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=576,top=64'); }
function picture(url,sx,sy)
{ window.open('pfs.php?m=view&id='+url,'Picture','toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width='+sx+',height='+sy+',left=0,top=0'); }
function ratings(rcode)
{ window.open('ratings.php?id='+rcode,'Ratings','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16'); }
//-->
</script>
";
<title>".$cfg['maintitle']."</title>".sed_htmlmetas()."
<script type=\"text/javascript\">
<!--
function help(rcode,c1,c2)
{ window.open('plug.php?h='+rcode+'&c1='+c1+'&c2='+c2,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=512,top=16'); }
function addthumb(gfile,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[thumb=".$cfg['th_dir_user']."'+gfile+']'+gfile+'[/thumb]'; }
function addpix(gfile,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[img]'+gfile+'[/img]'; }
function addfile(gfile,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[pfs]".$cfg['rel_dir_user']."'+gfile+'[/pfs]'; }
function addglink(id,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[gallery='+id+']".$L["pfs_gallery"]." #'+id+'[/gallery]'; }
function comments(rcode)
{ window.open('comments.php?id='+rcode,'Comments','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=576,top=64'); }
function picture(url,sx,sy)
{ window.open('pfs.php?m=view&id='+url,'Picture','toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width='+sx+',height='+sy+',left=0,top=0'); }
function ratings(rcode)
{ window.open('ratings.php?id='+rcode,'Ratings','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16'); }
//-->
</script>
";
alttaki ile değiştirin:
Code:
$pfs_header1 = $cfg['doctype']."<html><head>
<title>".$cfg['maintitle']."</title>".sed_htmlmetas()."
<script type=\"text/javascript\">
<!--
function help(rcode,c1,c2) {
var l = 'plug.php?h=_RCODE_&c1=_C1_&c2=_C2_';
l = l.replace('_RCODE_', rcode);
l = l.replace('_C1_', c1);
l = l.replace('_C2_', c2);
window.open(l,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=32,top=16');
}
function addthumb(gfile,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[thumb=".$cfg['th_dir_user']."'+gfile+']'+gfile+'[/thumb]'; }
function addpix(gfile,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[img]'+gfile+'[/img]'; }
function addfile(gfile,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[pfs]".$cfg['rel_dir_user']."'+gfile+'[/pfs]'; }
function addglink(id,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[gallery='+id+']".$L["pfs_gallery"]." #'+id+'[/gallery]'; }
function comments(rcode) {
var l = 'plug.php?id=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Comments','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16');
}
function picture(url,sx,sy) {
var l = 'pfs.php?m=view&v=_URL';
l = l.replace('_URL_', url);
window.open(l,'Picture','toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width='+sx+',height='+sy+',left=0,top=0');
}
function ratings(rcode) {
var l = 'ratings.php?id=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Ratings','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16');
}
//-->
</script>
";
<title>".$cfg['maintitle']."</title>".sed_htmlmetas()."
<script type=\"text/javascript\">
<!--
function help(rcode,c1,c2) {
var l = 'plug.php?h=_RCODE_&c1=_C1_&c2=_C2_';
l = l.replace('_RCODE_', rcode);
l = l.replace('_C1_', c1);
l = l.replace('_C2_', c2);
window.open(l,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=32,top=16');
}
function addthumb(gfile,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[thumb=".$cfg['th_dir_user']."'+gfile+']'+gfile+'[/thumb]'; }
function addpix(gfile,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[img]'+gfile+'[/img]'; }
function addfile(gfile,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[pfs]".$cfg['rel_dir_user']."'+gfile+'[/pfs]'; }
function addglink(id,c1,c2)
{ opener.document.".$c1.".".$c2.".value += '[gallery='+id+']".$L["pfs_gallery"]." #'+id+'[/gallery]'; }
function comments(rcode) {
var l = 'plug.php?id=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Comments','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16');
}
function picture(url,sx,sy) {
var l = 'pfs.php?m=view&v=_URL';
l = l.replace('_URL_', url);
window.open(l,'Picture','toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width='+sx+',height='+sy+',left=0,top=0');
}
function ratings(rcode) {
var l = 'ratings.php?id=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Ratings','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16');
}
//-->
</script>
";
kaydedin ve ftp deki dizine yükleyin.
system/core/polls/polls.inc.php dosyasını açın:
Bulun:
Code:
$polls_header1 = $cfg['doctype']."<html><head>
<title>".$cfg['maintitle']."</title>".sed_htmlmetas()."
<script type=\"text/javascript\">
<!--
function help(rcode)
{ window.open('plug.php?h='+rcode,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=400,height=512,left=32,top=16'); }
function comments(rcode)
{ window.open('comments.php?id='+rcode,'Comments','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=400,height=512,left=16,top=16'); }
function help(rcode,c1,c2)
{ window.open('plug.php?h='+rcode+'&c1='+c1+'&c2='+c2,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=512,top=16'); }
function pfs(id,c1,c2)
{
window.open('pfs.php?userid='+id+'&c1='+c1+'&c2='+c2,'PFS','status=1, toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width=754,height=512,left=32,top=16');
}
//-->
</script>";
<title>".$cfg['maintitle']."</title>".sed_htmlmetas()."
<script type=\"text/javascript\">
<!--
function help(rcode)
{ window.open('plug.php?h='+rcode,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=400,height=512,left=32,top=16'); }
function comments(rcode)
{ window.open('comments.php?id='+rcode,'Comments','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=400,height=512,left=16,top=16'); }
function help(rcode,c1,c2)
{ window.open('plug.php?h='+rcode+'&c1='+c1+'&c2='+c2,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=512,top=16'); }
function pfs(id,c1,c2)
{
window.open('pfs.php?userid='+id+'&c1='+c1+'&c2='+c2,'PFS','status=1, toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width=754,height=512,left=32,top=16');
}
//-->
</script>";
Alttaki ile değiştirin:
Code:
$polls_header1 = $cfg['doctype']."<html><head>
<title>".$cfg['maintitle']."</title>".sed_htmlmetas()."
<script type=\"text/javascript\">
<!--
function pfs(id,c1,c2) {
var l = 'pfs.php?userid=_ID_&c1=_C1_&c2=_C2_';
l = l.replace('_ID_', id);
l = l.replace('_C1_', c1);
l = l.replace('_C2_', c2);
window.open(l,'PFS','status=1, toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width=754,height=512,left=32,top=16');
}
function help(rcode) {
var l = 'plug.php?h=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=32,top=16');
}
function help(rcode,c1,c2) {
var l = 'plug.php?h=_RCODE_&c1=_C1_&c2=_C2_';
l = l.replace('_RCODE_', rcode);
l = l.replace('_C1_', c1);
l = l.replace('_C2_', c2);
window.open(l,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=32,top=16');
}
function comments(rcode) {
var l = 'plug.php?id=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Comments','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16');
}
//-->
</script>";
<title>".$cfg['maintitle']."</title>".sed_htmlmetas()."
<script type=\"text/javascript\">
<!--
function pfs(id,c1,c2) {
var l = 'pfs.php?userid=_ID_&c1=_C1_&c2=_C2_';
l = l.replace('_ID_', id);
l = l.replace('_C1_', c1);
l = l.replace('_C2_', c2);
window.open(l,'PFS','status=1, toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=yes,width=754,height=512,left=32,top=16');
}
function help(rcode) {
var l = 'plug.php?h=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=32,top=16');
}
function help(rcode,c1,c2) {
var l = 'plug.php?h=_RCODE_&c1=_C1_&c2=_C2_';
l = l.replace('_RCODE_', rcode);
l = l.replace('_C1_', c1);
l = l.replace('_C2_', c2);
window.open(l,'Help','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=32,top=16');
}
function comments(rcode) {
var l = 'plug.php?id=_RCODE_';
l = l.replace('_RCODE_', rcode);
window.open(l,'Comments','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width=480,height=512,left=16,top=16');
}
//-->
</script>";
Bu işlemleri yaptıktan sonra Yönetim paneli -> Araçlar -> Rewrite Extension and generate kısmına girin.orada htaccess kodlarınızı göreceksiniz.bunları bir text içine kaydettikten sonra ftp nizin ana dizinine yani index.php forums.php users.php gibi dosyaların bulunduğu dizine yükleyin ve adını .htaccess yapın.
Daha sonra yönetim paneli -> Konfigürasyon -> Rewrite Extension Bölümüne girin ve the rewrite engine seçeneğini enable yapın.
Bu makale Gökhan Yıldız tarafından seditio-tr.com için yazılmıştır.Kaynak gösterilmeden yayınlanamaz.
İlgili Bağlantılar: e-klasor.net
webkampus.com
xiaostudios.com
Benzer sayfalar (Similar pages) #BETA
InndirMatik / Güvenlik / Çeşitli / Kaspersky Türkçe Yama (KAV ve KIS) RC3 2009 Sürümleri İçin
InndirMatik / Güvenlik / Tam Sistem Koruma / Quick Heal Total Security (Türkçe) 2008
InndirMatik / Internet / Tarayıcı / Internet Explorer (XP) 8 Beta 2 (Türkçe)
InndirMatik / Internet / Tarayıcı / Internet Explorer (Vista) 8 Beta 2 (Türkçe)
InndirMatik / Internet / Dosya Paylaşımı / LimeWire Basic (Türkçe) 4.18.8
InndirMatik / Güvenlik / Tam Sistem Koruma / Quick Heal Total Security (Türkçe) 2008
InndirMatik / Internet / Tarayıcı / Internet Explorer (XP) 8 Beta 2 (Türkçe)
InndirMatik / Internet / Tarayıcı / Internet Explorer (Vista) 8 Beta 2 (Türkçe)
InndirMatik / Internet / Dosya Paylaşımı / LimeWire Basic (Türkçe) 4.18.8

