Hello,
Un-installation is not necessary. You have support here - in case of issues please write and we will help you solve your issue. If you want to solve the issue, then please install again newest version of vBET and we will work on the issue.
Also in case when something wrong happens in any mod it is enough to disable it - you do not loose your configuration data and it is easy to enable again.
Now going to the issue. I see you had redirection loop. I do not know which version of vBET was used, because it is already not on your forum, so I do not know is it actual issue or just from some old vBET version.
Anyway to solve it please just add appropriate rule to .htaccess. It can be simple rule which redirects all pages with redirected= parameter to your forum main page. For example (not tested):
If you want to solve the issue and still have vBET - please write we will gladly help you with this. Still I have feeling that there was used some old vBET version, because we already solved such issues.Code:RewriteCond %{QUERY_STRING} redirected= RewriteRule $ http://%{HTTP_HOST}/ [L,R=301]
Please tell did it help.
Last edited by vBET; 18-07-11 at 11:28. Reason: bbcode correction
Put my rule AFTER this one:
Do you need help with solving the issue?Code:RewriteCond %{HTTP_HOST} !^scuo\.la RewriteRule (.*) http://scuo.la/$1 [L,R=301]
No answer - considered last hint solved the issue In other case - please write here.