amúgy meg 80as portot kell forwardolni router admin ip az alhálózat első címe
pld a 192.168.0.x-esnek 192.168.0.1.. bár nálam már 3 router osztja az ipket
így:
192.168.0.1,192.168.0.2,192.168.0.3
Elküldve: 2010-05-09 - 00:10
Elküldve: 2010-05-09 - 23:57
Elküldve: 2010-05-09 - 23:58
Idézés: hgrg - Dátum: 2010-05-09 - 00:10
Elküldve: 2010-05-10 - 01:11
Elküldve: 2010-05-10 - 11:25
Idézés: hgrg - Dátum: 2010-05-10 - 01:11
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
get_header();
?>
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="pageHead">
<h2><?php the_title(); ?></h2>
</div>
<div class="pageContent">
<?php the_content(''); ?>
<?php edit_post_link('Edit entry »', '<p>', '</p>'); ?>
</div>
<div class="pageFoot"></div>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<?php endwhile; endif; ?>
<?php comments_template( $file, $separate_comments ); ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Tehát vagy itt, vagy itt:<div class="pageFoot"></div>
<?php comments_template( $file, $separate_comments ); ?>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>',
Elküldve: 2010-05-10 - 12:57
Idézés: hitetlen - Dátum: 2010-05-10 - 11:41
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
get_header();
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id="content">
<div class="pageHead">
<h2><?php the_title(); ?></h2>
</div>
<div class="pageContent">
<?php the_content(''); ?>
<?php edit_post_link('Szerkeszt »', '<p>', '</p>'); ?>
</div>
<div class="articleFoot"></div>
<?php comments_template(); ?>
</div>
</div>
<?php endwhile; else: ?>
<div id="content">
<h2 class="firstHeading">No posts found.</h2>
</div>
<?php endif; ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Elküldve: 2010-05-23 - 18:17
Elküldve: 2010-05-23 - 18:49
Idézés: tzs007 - Dátum: 2010-05-23 - 18:17
Elküldve: 2010-05-28 - 14:21
Elküldve: 2010-11-28 - 17:38

0 felhasználó, 1 vendég, 0 anonim felhasználó