[REQ] This code

HERE U GO....

if anyone else has the Portal installed at or anything else:

http://www.YOURDOMAIN.de/portal.php

and the Forum at :

http://www.YOURDOMAIN.de/forum/index.php

you have to edit the Plugin -> Anonymizer Function !

Search for :

Code:
$vboptions[bburl] . "redirector.php?url=" . $encoded_url;

and replace with :

Code:
$vboptions[bburl] . "http://www.YOURDOMAIN.com/forum/redirector.php?url=" . $encoded_url;

Otherwise the Links in vBa are routing to :

http://www.YOURDOMAIN.com/redirector.php
which results in a 404!
 
Back
Top