[phpbb]#
#-----[ OPEN ]---------------------------------------------
#
.htaccess
#
#-----[ FIND ]---------------------------------------------
#
RewriteRule ^profil([0-9]{1,12})-(.*).html$ profile.php?mode=viewprofile&u=$1
#
#-----[ REPLACE WITH ]---------------------------------------
#
RewriteRule ^user-p(.*).html$ profile.php?mode=viewprofile&u=$1
#
#-----[ OPEN ]---------------------------------------------
#
includes/functions_color_ranks.php
#
#-----[ DELETE ]---------------------------------------------
#
$name_link = $name;
#
#-----[ FIND ]---------------------------------------------
#
$link=append_sid('profil'.$id.'-'.$name_link.'.html');
#
#-----[ REPLACE WITH ]---------------------------------------
#
$link=append_sid('user-p'.$id.'.html');
#
#-----[ OPEN ]---------------------------------------------
#
viewtopic.php
#
#-----[ DELETE ]---------------------------------------------
#
$link= $postrow[$i]['username'];
#
#-----[ FIND ]---------------------------------------------
#
$profile_img = '<a href="profil'.$poster_id.'-'.$link.'.html"><img src="' . $images['icon_profile'] . '" border="0"></a>';
#
#-----[ REPLACE WITH ]---------------------------------------
#
$profile_img = '<a href="user-p'.$poster_id.'.html"><img src="' . $images['icon_profile'] . '" border="0"></a>';
#
#---[ SAVE, CLOSE ALL FILES ]---
#[/phpbb]
Autor postu otrzymał pochwałę