####################################################
# #
# http://www.saferef.info #
# #
####################################################
Bitte von lib_parse.php eine Sicherungskopie machen, sollte es ein Problem geben.
>> ## Öffne
>> admin/lib/lib_parse.php
>>
>> ## Finde
>> var $urltag=array('tag'=>'url','html'=>'> href="{option}">{text}');
>>
>> ## Ersetze mit
>> var $urltag=array('tag'=>'url','html'=>'> href="http://saferef.info/?{option}">{text};');
>>
>> ## oder
>> var $urltag=array('tag'=>'url','html'=>'> href="http://saferef.info/USERNAME/?{option}">{text};');
#####################################################
- Ende