I've replaced the last codes from Anime-loo but I saw my URL still contains "?" and "s=&" things. So I replaced these codes
PHP Code:
$session['sessionhashnoamp'] = 's=' . $sessionurl_al . '';
$session['sessionhashamp'] = 's=' . $sessionurl_al . '&';
with these ones
PHP Code:
$session['sessionhashnoamp'] = '' . $sessionurl_al . '';
$session['sessionhashamp'] = '' . $sessionurl_al . '';
But it still doesn't work. It would be good if you gave us another code

Thanks.
(Btw, I have problem with posting replies, I couldn't click any smiley, or toolbar buttons :/)