hello,

anyone know how to hide ips in pundokuwiki?

thanks for help..

briank wrote:

couldnt find this in search.php

#
#---------[ 33. FIND (line: 673) ]---------------------------------------------
#

                        ?><td class="tcr"><?php echo '<a href="viewtopic.php?pid='.$search_set[$i]['last_post_id'].'#p'.$search_set[$i]['last_post_id'].'">'.format_time($search_set[$i]['last_post']).'</a> '.$lang_common['by'].' '.pun_htmlspecialchars($search_set[$i]['last_poster']) ?></td><?php

try line:658

or search for

<?php echo '<a href="viewtopic.php?pid='.$search_set[$i]['last_post_id'].'#p'.$search_set[$i]['last_post_id'].'">'.format_time($search_set[$i]['last_post']).'</a> '.$lang_common['by'].' '.pun_htmlspecialchars($search_set[$i]['last_poster']) ?></td>

merci pour ce mod keyes


pour ceux qui sont chez OVH, n'oubliez pas de modifier le .htaccess!

RewriteEngine on
RewriteRule ^f([0-9]+)(.*).html$ /forum/viewforum.php?id=$1 [L]
RewriteRule ^t([0-9]+)(.*).html$ /forum/viewtopic.php?id=$1 [L]
RewriteRule ^p([0-9]+)(.*).html$ /forum/viewtopic.php?pid=$1 [L]
RewriteRule ^(.*).rss$ /forum/extern.php?action=$1&type=rss [L]
RewriteRule ^blabla.html$ /forum/index.php [L]

ou "forum" est le nom du repertoire ou se trouve votre forum.

++

Rickard <3