Quote:
Originally Posted by 7lanet
i try used this with Version 3.7
but hake vbAnonymizer
And also used vbAnonymizer
But at the entry of any link
|
Quote:
Originally Posted by Fungsten
Same here.
|
If you have applied the fix I mentioned earlier you can fix this by using the following exclusions:
Code:
$securityexclusions = array(
'do=viewsubscription',
'=http'
);
However this mean that you have switched off one of the actual checks and people will be able to pass urls as querystrings. This being said there are alot of mods out there that use this sort of thing and not many hacks that can abuse it. Your call.
There are better solutions, but this would need the entire mod to be reworked. For example the ability to set an exclusion at a page level. So you could exclude viewsubscription for misc.php but not payments.php, and http for redirector.php (vbAnonymizer mod)
Quote:
Originally Posted by dtv100
another error i get is when send activation codes:
ried to send a member the activation codes got this
|
This could probably also be fixed by exclusions