aluknot
07-30-2015, 04:02 PM
Hello people, first of all sorry if my english is not perfect at all, but i thing you will understand me.
I am working on a new forum vb4, but i used an old backup of a forum from 2009 (vb3), now is upgraded and working perfect but i have a lot of links using redirector.php (from a plugin which i don't remember).
So a link like this:
http://www.cpuid.com
In my forum is like this:
http://www.myweb.com/forum/redirector.php?url=http%3A%2F%2Fwww.cpuid.com%2F
Is there any solution to fix this? to remove that redirector thing? I think with a MYSQL query, removing the first part of the link "http://www.myweb.com/forum/redirector.php?url=" but maybe is there a better solution and i dont know how to deal with %3A and %2F.
Can someone guide me to the right way?
Thanks in advance.
I am working on a new forum vb4, but i used an old backup of a forum from 2009 (vb3), now is upgraded and working perfect but i have a lot of links using redirector.php (from a plugin which i don't remember).
So a link like this:
http://www.cpuid.com
In my forum is like this:
http://www.myweb.com/forum/redirector.php?url=http%3A%2F%2Fwww.cpuid.com%2F
Is there any solution to fix this? to remove that redirector thing? I think with a MYSQL query, removing the first part of the link "http://www.myweb.com/forum/redirector.php?url=" but maybe is there a better solution and i dont know how to deal with %3A and %2F.
Can someone guide me to the right way?
Thanks in advance.