thanks but i think you forgot to tell me to turn my pc on first.....lol that's obvious but i wanted more specific advice because i am in a hurry finishing my server and i don't have time to read/test through modules or index codes so i hoped someone will do all the thinking for me...unfortunately,i made it already work the way i wanted by myself
page modules --> banned_accounts
Code:
if ($fetch_permanent == '1') {
echo ' <div align="right" style="width: 100%; margin-bottom: 2px; margin-top: 20px;"><a href="' . $core_run_script . '#list" name="list">[' . link_permament_banned_characters . ']</a></div>';
} elseif ($fetch_permanent == '0') {
echo ' <div align="right" style="width: 100%; margin-bottom: 2px; margin-top: 20px;"><a href="' . $core_run_script . '&permanent=1#list" name="list">[' . link_banned_characters . ']</a></div>';
}