Massive upgrade

This commit is contained in:
genuineparts 2025-06-02 22:38:25 +02:00
parent 99a9ed919e
commit c1a3437f9b
396 changed files with 29083 additions and 31939 deletions

View file

@ -16,6 +16,8 @@ RewriteRule error/(.*)\.html$ index.php?task=error&sub=$1
RewriteRule ^register/(.*)? register.php?regstring=$1
RewriteRule ^avatar/(.*)? index.php?task=rp&sum=avatar&id=$1
RewriteRule ^reports/(.*)? index.php?task=chat&sub=report&uid=$1
RewriteRule ^chat/in? index.php?task=chat&sub=in
RewriteRule ^chat? index.php?task=chat
RewriteRule create_char.html index.php?task=rp&sub=create
RewriteRule chat.html index.php?task=chat
RewriteRule my_chars.html index.php?task=rp&sub=chars [QSA,L]
@ -47,4 +49,4 @@ RewriteCond %{HTTP_HOST} ^logs\.coppertopia\.net$
RewriteRule ^user/(.*)$ ?task=chat&sub=privatelogs&user=$1 [QSA,L]
RewriteCond %{HTTP_HOST} ^logs\.coppertopia\.net$
RewriteRule ^$ ?task=chat&sub=logs [QSA,L]
</IfModule>
</IfModule>