Kjapp og trygg hosting for Wordpress

Feil i kode

sKrud

Meget sliten student
Hei folkens

Har hatt en kode feil på en av mine sider som er Wordpress...:
PHP:
Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/spillnet/public_html/index.php on line 17

Parse error: syntax error, unexpected '.' in /home/spillnet/public_html/index.php on line 17

Koden til index er:
PHP:
<?php
get_header();
?>
	<div id="top">      
       <div id="content">
            <?php get_sidebar(); ?>
            <div id="contentColumn">

<a href="http://tracking.euroads.no/system/tracking.php?sid=3&cpid=388&adid=7573&acid=205&eatrackid=135" target="_blank"><img border="0" src="http://banner.euroads.no/banner/3/388/banner_2890.jpg"></a>
<?php
$postnum = 0;
$showadsense1 = 11;
?> 
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> 
                    <div class="pannel">
                            <div class="leftPanel" id="post-<?php the_ID(); ?>">
                                     <div class="pannelHeader">
									 		<div class="pHI"><div style="float:right; padding-right: 10px;"><?php if(function_exists(the_bookmark_links)) { the_bookmark_links('digg'); } ?></div>
                                            <a href="<?php the_permalink() ?>"><?php the_title(); ?></a>
</div>
</div>
                                        <div class="pannelContent">
							<div class="panelContentInner">
    	                               		<?php the_excerpt(__('(more...)')); ?> 
											<?php $cust = get_post_custom_values('visit_value');?>
										</div>
                                  </div>
                                  <div class="pannelFooter">
                                        <div class="rating">
                                        <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
                                        </div>                                     
                                        <div class="plays">
                                        Besøk: <span class="gray"><?php if(function_exists('the_views')) { the_views(); } ?> </span> 
                                        </div><div class="comments">
                                        Kommentert: <span class="gray"> <?php comments_popup_link(__('0'), __('1'), __('%')); ?></span>
                                        </div>
                                       
                                       <div class="visit">
                                           <a href="<?php the_permalink() ?>" rel="bookmark">Spill</a>
                                       </div>
                                       
                                        
                                  </div>
                            </div> </div>

<?php if ($postnum == $showadsense1) {
echo '
<div align="center">
<iframe src="http://impno.tradedoubler.com/imp?type(iframe)g(17804004)a(1335242)" width="468" height="400" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
</div>
';
} ?>


<?php $postnum++; ?> <?php endwhile; else: ?>
<?php $postnum++; ?> 
<p><?php _e('Sorry, but we cant seem to find what you are looking for..:/'); ?></p>
<?php endif; ?>


						<div style="clear:left;"></div>

					 <?php posts_nav_link(' — ', __('<div class="previous"> &lt;&lt;&nbsp;Nyere spill </div>'), __('<div class="next">Tidligere spill&nbsp;&gt;&gt; </div>')); ?>
                    </div>
                   <div style="clear:both"></div>
          
  </div>
       </div>
   
 </div>

<?php
	get_footer();
?>

Så hva skal jeg gjøre for å få vekket dette til liv igjen??

Vet at koden er rotete, men har et nytt desing på gang..har derfor ikke orket gjøre noe med det...

Ryktepoeng deles ut i fleng!! Håper dere kan svare ASAP...

Thanks!
 

zapotek

Medlem
Virker nesten som noe kluss med serveren dette. Om du ikke har endret noe på koden (eller blitt hacket) så skal jo siden virke.
 
Topp