

<?php { $tlen_status_img = '<a href=\"bramki.php?mode=tlen&u=' .$profiledata['user_id']. '&p=' .$HTTP_GET_VARS['p']. '\"><img src=\"http://status.tlen.pl/?u=' . $profiledata['user_tlen'] . '&t=1\" width=18 height=18 border=\"0\" /></a>'; $tlen_img = '<a href=\"bramki.php?mode=tlen&u=' .$profiledata['user_id']. '&p=' .$HTTP_GET_VARS['p']. '\"><img src=\"' . $images['icon_tlen'] . '\" alt=\"' . $lang['TLEN'] . '\" title=\"' . $lang['TLEN'] . '\" border=\"0\" /></a>'; $tlen = '<a href=\"bramki.php?mode=tlen&u=' .$profiledata['user_id']. '&p=' .$HTTP_GET_VARS['p']. '\">' . $lang['TLEN'] . '</a>'; } else { $tlen_status_img = ''; $tlen_img = ''; $tlen = ''; } ?>
Z niego wyciagamy zmienną
<img src="http://status.tlen.pl/?u=' . $profiledata['user_tlen'] . '&t=1" width=18 height=18 border="0" />
I przy okazji widzimy, że nie jest tam doklejany ciąg
<?php $profiledata['user_tlen'] ?>
<?php ?>
<?php tlen_status_img = '<a href=\"bramki.php?mode=tlen&u=' .$profiledata['user_id']. '&p=' .$HTTP_GET_VARS['p']. '\"><img src=\"http://status.tlen.pl/?u=' . $profiledata['user_tlen'] . '&t=1\" width=18 height=18 border=\"0\" /></a>'; ?>
<?php tlen_img = '<a href=\"bramki.php?mode=tlen&u=' .$profiledata['user_id']. '&p=' .$HTTP_GET_VARS['p']. '\"><img src=\"' . $images['icon_tlen'] . '\" alt=\"' . $lang['TLEN'] . '\" title=\"' . $lang['TLEN'] . '\" border=\"0\" /></a>'; ?>
<?php { $tlen_url = append_sid(\"bramki.$phpEx?mode=tlen&\" . POST_USERS_URL . \"=$poster_id&p=$post_id\"); $tlen_status_img = '<a href=\"' . $tlen_url . '\"> <img alt=\"' .$postrow[$i]['user_tlen'] . '\" src=\"http://status.tlen.pl/?u=' . $postrow[$i]['user_tlen'] . '&t=1\" border=\"0\" /></a>'; $tlen_img = '<a href=\"' . $tlen_url . '\"><img src=\"' . $images['icon_tlen'] . '\" alt=\"' . $lang['TLEN'] . '\" title=\"' . $lang['TLEN'] . '\" border=\"0\" /></a>'; $tlen = '<a href=\"' . $tlen_url . '\">' . $lang['TLEN'] . '</a>'; } else { $tlen_status_img = ''; $tlen_img = ''; $tlen = ''; } ?>