Pereiti prie turinio

Uzkoduotas footer.php ir keletas smulkiu darbeliu.


Rekomenduojami pranešimai

Sveiki, turiu kelias problemas..

Tikiuosi gausiu pagalbos is jusu :)

 

1. Footer.php - Reikia atkoduoti.

 

<?php
   $footerHtml = <<<TXT
<!-- <a href="#">Contact Us</a> | <a href="#">Terms of Use</a> | <a href="#">Trademarks</a> 
| <a href="#">Privacy Statement</a> | -->
TXT;
eval(gzinflate(base64_decode('bVRRb9owEH4eEv/hGrVzUhGYtmkPhYCqrdNe1geQJlXTFDnxkVh17Mx2YLTiv8+JA0W0kSCXO993d999yWI+Y3wDnCVrpSxqSTdg7E5gQiz+szEVvJA3Atd2SubDwWxRl/Vw8G5yDbdgOMOMauASbIngARbwgPUYHlQDOZX+1xirKv6ELhGuYaca3R+GLbels50jV6KppAG1dk5WoDXj7vjE/buntC8WAvGpBKLpcLBoe5q4CfwYuaDGJEEukGpkwdyH3JGT4PcuPXBecNfrSMylfImfXjMKpcZ1EnQsQCZUweVahUQb8zFttCDRFBbz4IDn3LGlRcxzJQOw3DpWg+Vq1fZF38J/3Uu7g7aVWX2Ywm2q5IyhPKyJcVMLuruRSqLbke9tOCiEyqiAS5T5N+mY4uvQ23CRACHRM/gGOqeqqFti4iC1xk1YPLm5BLUYZtTgl88pw1wx7AGiyI3ZJ1Mh1BYZOwC8oE37E3mj9Qr1BvU9rdDXSDW6lnMMg+12Ow5GQTC6TFd3y193y9/E39P725935E/Uw7TdnyMlZ+Wj5xdKNVZqgynNLVcyJNs67VUzIiKv6tTptcJU1W3YpCgZOc60d/d9a7jHxVFBvfRPiO0g/Jp6ek88SdJSPBxgXiq49LV/2Eq0RfYoDB5ipXO6+k4cuyPLJzjt/Hsv80MHbpZOeKqxYTRdzGGW6V5MX1W907woLbzPnTkFn9EVYu06yQPxKWcClo5QL94x3AoByxbEwBJNyzcbzyb18UXr35tT+7VuM5o/Flo1kgVnCSeEnnlm3Wt8mNFzFnZNvZF7Ecf9FLXm0q7DNA3JFYO/DWqOZgxXBozjUzIzJiMgj02mef5IohG0XxPZVGl/NHQuyyvUqftK1eGHEXyKuqoQx13NTLFdZ7S7mv8H')));
?>

 

 

2. Reikia isversti GD Star Rating plugina isversti tuos zodelius : Rating: 10.0/10 (1 vote cast)

3. Pakeiskti Home y Pagrindinis

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

<head profile="http://gmpg.org/xfn/11">

<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

<title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); }

elseif (is_single() ) { single_post_title(); }

elseif (is_page() ) { bloginfo('name'); echo ': '; single_post_title(); }

else { wp_title('',true); } ?></title>

<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

<!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->

<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />

<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />

 

 

<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

<?php wp_head(); ?>

</head>

<body>

<script type="text/javascript">

 

 

var _gaq = _gaq || [];

_gaq.push(['_setAccount', 'UA-28590791-1']);

_gaq.push(['_trackPageview']);

 

 

(function() {

var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

})();

 

 

</script>

 

 

<div class="PageBackgroundGradient"></div>

<div class="Main">

<div class="Sheet">

<div class="Sheet-tl"></div>

<div class="Sheet-tr"><div></div></div>

<div class="Sheet-bl"><div></div></div>

<div class="Sheet-br"><div></div></div>

<div class="Sheet-tc"><div></div></div>

<div class="Sheet-bc"><div></div></div>

<div class="Sheet-cl"><div></div></div>

<div class="Sheet-cr"><div></div></div>

<div class="Sheet-cc"></div>

<div class="Sheet-body">

<div class="Header">

<div class="Header-png"></div>

<div class="Header-jpeg"></div>

<div class="logo">

<h1 id="name-text" class="logo-name">

<a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>

<div id="slogan-text" class="logo-text">

<?php bloginfo('description'); ?></div>

</div>

 

 

</div>

<div class="nav">

<?php wp30_menu(); ?>

<div class="l">

</div>

<div class="r">

<div>

</div>

</div>

</div>

</body>

 

Galiu sumoketi tam kuris padarys viska uz atitinkama kaina su PayPal. :)

Redagavo LeLeSiuSn
Nuoroda į pranešimą
Dalintis kituose puslapiuose

1.

 

?><div id=footernav style='text-align:left;'><?php	/* A sidebar in the footer? Yep. You can can customize	 * your footer with four columns of widgets.	 */	get_sidebar( 'footer' );?></div><div class="cleared"></div><div class="Footer">    <div class="Footer-inner">                <a href="<?php bloginfo('rss2_url'); ?>" class="rss-tag-icon" title="RSS"></a>                <div class="Footer-text"><p><div id=hidden style='display:none;'><?php global $encDn;if($encDn != ''){     $encDomain = strrev(gzinflate(base64_decode($encDn)));     $alloweddomain = $encDomain;    $currServerName = str_replace("www.","",$_SERVER['SERVER_NAME']);    if($currServerName == $alloweddomain){        remove_action('wp_footer','lcmp_theme_options_end');     } }     ?></div><?php global $themeFooter;if($themeFooter==''){echo $footerHtml; }else{echo html_entity_decode($themeFooter);}?><?php wp_loginout();?> <br>    Copyright © <?php echo date('Y');?> <?php bloginfo('name'); ?>. All Rights Reserved.</p></div>    </div>    <div class="Footer-background">    </div></div></div></div><div><?php wp_footer(); ?></div></div><!-- <?php printf(__('%d queries. %s seconds.', 'kubrick'), get_num_queries(), timer_stop(0, 3)); ?> --></body></html>

Nuoroda į pranešimą
Dalintis kituose puslapiuose
Svečias Naujokas

 

 

3. Pakeiskti Home.php y Pagrindinis

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); }
elseif (is_single() ) { single_post_title(); }
elseif (is_page() ) { bloginfo('name'); echo ': '; single_post_title(); }
else { wp_title('',true); } ?></title>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" /> 


<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<script type="text/javascript">


 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-28590791-1']);
 _gaq.push(['_trackPageview']);


 (function() {
   var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
   ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 })();


</script>


   <div class="PageBackgroundGradient"></div>
<div class="Main">
<div class="Sheet">
   <div class="Sheet-tl"></div>
   <div class="Sheet-tr"><div></div></div>
   <div class="Sheet-bl"><div></div></div>
   <div class="Sheet-br"><div></div></div>
   <div class="Sheet-tc"><div></div></div>
   <div class="Sheet-bc"><div></div></div>
   <div class="Sheet-cl"><div></div></div>
   <div class="Sheet-cr"><div></div></div>
   <div class="Sheet-cc"></div>
   <div class="Sheet-body">
<div class="Header">
   <div class="Header-png"></div>
   <div class="Header-jpeg"></div>
<div class="logo">
   <h1 id="name-text" class="logo-name">
       <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
   <div id="slogan-text" class="logo-text">
       <?php bloginfo('description'); ?></div>
</div>


</div>
<div class="nav">
   <?php wp30_menu(); ?>
   <div class="l">
   </div>
   <div class="r">
       <div>
       </div>
   </div>
</div>
</body>

 

 

 

 

 

<?php wp30_menu(); ?> - čia slypi tavo meniu kuriame reikia keisti kažką. O dėl GD Star Rating, tai tingiu versti failą :)

Nuoroda į pranešimą
Dalintis kituose puslapiuose

<a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a>sita koreguokis :) <?php echo get_option('home'); ?> -> adresas (<a href="/pagrindinis"><?php bloginfo('name'); ?></a>)<?php bloginfo('name'); ?> -> pavadinimas (<a href="/pagrindinis">Titulinis</a>)

Nuoroda į pranešimą
Dalintis kituose puslapiuose

<a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a>sita koreguokis :) <?php echo get_option('home'); ?> -> adresas (<a href="/pagrindinis"><?php bloginfo('name'); ?></a>)<?php bloginfo('name'); ?> -> pavadinimas (<a href="/pagrindinis">Titulinis</a>)

 

Dekui, bet nepadejo sitas irgi. Nepakeicia. Reikes ziureti <?php wp30_menu(); ?>

Nuoroda į pranešimą
Dalintis kituose puslapiuose

Prisijunkite prie diskusijos

Jūs galite rašyti dabar, o registruotis vėliau. Jeigu turite paskyrą, prisijunkite dabar, kad rašytumėte iš savo paskyros.

Svečias
Parašykite atsakymą...

×   Įdėta kaip raiškusis tekstas.   Atkurti formatavimą

  Only 75 emoji are allowed.

×   Nuorodos turinys įdėtas automatiškai.   Rodyti kaip įprastą nuorodą

×   Jūsų anksčiau įrašytas turinys buvo atkurtas.   Išvalyti redaktorių

×   You cannot paste images directly. Upload or insert images from URL.

Įkraunama...
  • Dabar naršo   0 narių

    Nei vienas registruotas narys šiuo metu nežiūri šio puslapio.

×
×
  • Pasirinkite naujai kuriamo turinio tipą...