Arkadaşlar ben bir siteden tema indirdim temayı editledim cok güzel ama bir türlü forumda sol blogu gözüküyor kaldıramadım forumun tam boyut olmasını istiyorum ama bir türlü başaramadım
theme.php dosyasını upload ettim. bana theme.php dosyasını düzenleyerek bana gönderebilirmisiniz ?
bence sen temanın yüklemsini gönder sonra ne yapmak isteğini söyle sonra işlem yapılsın theme.php gönderiyon ne anladık ki bundan. sonra olmadı diyorsun. mantıklı iş yaparsan mantıklı YARDIM ala bilirsin.
$public_msg = public_message();
$tmpl_file = "themes/EreneThemeV1/ust.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
if ($name=='Forums') {}
else if ($name=='Members_List') {}
else if ($name=='Private_Messages') {}
else {
global $swapleftorright;
$swapleftorright = "1";
blocks(right);
$
$tmpl_file = "themes/EreneThemeV1/sol_center.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}
/************************************************************/
/* Function themefooter() */
/* */
/* Control the footer for your site. You don't need to */
/* close BODY and HTML tags at the end. In some part call */
/* the function for right blocks with: blocks(right); */
/* Also, $index variable need to be global and is used to */
/* determine if the page your're viewing is the Homepage or */
/* and internal one. */
/************************************************************/
function themefooter() {
global $index, $foot1, $foot2, $foot3, $foot4, $copyright, $totaltime, $footer_message, $blockside;
if (defined('INDEX_FILE')) {
$tmpl_file = "themes/EreneThemeV1/center_right.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
$blockside="l";
blocks(left);
}
$tmpl_file = "themes/EreneThemeV1/alt.php";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
echo "<center><font>\n";
$footer_message = footmsg();
echo "</font>\n";
echo base64_decode('PGZvbnQgY2xhc3M9ImZvb3Rtc2ciPlRoZW1lIENvcHlyaWdodCBieSA8YSB0aXRsZT0iRXJlbmV0IiBocmVmPSJodHRwOi8vd3d3LmVyZW5ldC5uZXQvIiB0YXJnZXQ9Il9ibGFuayIgc3R5bGU9InRleHQtZGVjb3JhdGlvbjogbm9uZSI+RXJlbmV0PC9hPi48YSB0aXRsZT0iaW5mbyIgaHJlZj0iaHR0cDovL3d3dy5lcmVuZXQuaW5mbyIgdGFyZ2V0PSJfYmxhbmsiIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IG5vbmUiPmluZm88L2E+PC9jZW50ZXI+PC9mb250Pg==');
}
/************************************************************/
/* Function themeindex() */
/* */
/* This function format the stories on the Homepage */
/************************************************************/
/************************************************************/
/* Function themearticle() */
/* */
/* This function format the stories on the story page, when */
/* you click on that "Read More..." link in the home */
/************************************************************/
/************************************************************/
/* Function themesidebox() */
/* */
/* Control look of your blocks. Just simple. */
/************************************************************/
function themesidebox($title, $content) {
global $swapleftorright, $bgcolor1, $bgcolor2;
if ($swapleftorright=="0") { //
$tmpl_file = "themes/EreneThemeV1/blok.html";
}
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}
Bu forumda yeni başlıklar açamazsınız Bu forumdaki başlıklara cevap veremezsiniz Bu forumdaki mesajlarınızı değiştiremezsiniz Bu forumdaki mesajlarınızı silemezsiniz Bu forumdaki anketlerde oy kullanamazsınız