In version 3.2.9, I think you can just comment out the following from joomsef.php
Code:
function enabled(&$plugin) {
// $co = 'mainf'.'rame';
// global $$co;
// $cosi = 'ge'.'t';
// $big = $$co->$cosi('se'.'f.glo'.'bal.m'.'eta', '');
// $cosi = 'fil'.'e';
// $cosi = implode($cosi(JPATH_ROOT.DS.'admi'.'nistrat'.'or'.DS.'co'.'mponen'.'ts'.DS.'com_s'.'ef'.DS.'s'.'ef.x'.'ml'));
// $f = 'm'.'d5';
// $cosi = $f($cosi);
// if( $big == $cosi ) {
// return true;
// }
// $cosi = 'getD'.'ocument';
// $doc =& JFactory::$cosi();
// $cosi = 'getB'.'uffer';
// $buf =& $doc->$cosi('comp'.'onent');
// $buf.='<'.'d'.'i'.'v'.'>'.'<'.'a'.' '.'h'.'r'.'e'.'f'.'='.'"'.'h'.'t'.'t'.'p'.':'.'/'.'/'.'w'.'w'.'w'.'.'.'a'.'r'.'t'.'i'.'o'.'.'.'n'.'e'.'t'.'"'.' '.'s'.'t'.'y'.'l'.'e'.'='.'"'.'f'.'o'.'n'.'t'.'-'.'s'.'i'.'z'.'e'.':'.' '.'8'.'p'.'x'.';'.' '.'v'.'i'.'s'.'i'.'b'.'i'.'l'.'i'.'t'.'y'.':'.' '.'v'.'i'.'s'.'i'.'b'.'l'.'e'.';'.' '.'d'.'i'.'s'.'p'.'l'.'a'.'y'.':'.' '.'i'.'n'.'l'.'i'.'n'.'e'.'"'.' '.'t'.'i'.'t'.'l'.'e'.'='.'"'.'I'.'n'.'f'.'o'.'r'.'m'.'a'.'t'.'i'.'o'.'n'.' '.'s'.'y'.'s'.'t'.'e'.'m'.'s'.','.' '.'d'.'a'.'t'.'a'.'b'.'a'.'s'.'e'.'s'.','.' '.'i'.'n'.'t'.'e'.'r'.'n'.'e'.'t'.' '.'a'.'n'.'d'.' '.'w'.'e'.'b'.' '.'a'.'p'.'p'.'l'.'i'.'c'.'a'.'t'.'i'.'o'.'n'.'s'.'"'.'>'.'S'.'E'.'O'.' '.'b'.'y'.' '.'A'.'r'.'t'.'i'.'o'.'<'.'/'.'a'.'>'.'<'.'/'.'d'.'i'.'v'.'>';
// $cosi = 'setB'.'uffer';
// $doc->$cosi($buf, 'component');
return true;
}
I dont know what the rest of the code is actually doing, and im not too sure where this function is being called or even if it is actually needed??? However that did get rid of the link at the bottom of each page for me, Ive only been looking into it for a few mins though, so I could be completely wrong
