bryce, dunno where you see les but...

indeed.
tidusblue, my code lagged something, try this:
Code:

$oldName = "mybadserver"
$newName = "myfreshserver"
for each $section in split(left(readprofilestring("my\file","",""),-1),chr(10))
for each $value in split(left(readprofilestring("my\file",$section,""),-1),chr(10))
$splittedValue=split(readprofilestring("my\file",$section,$value),$oldName)
if 0<ubound($splittedValue)
$nul = writeprofilestring("my\file",$section,join($splittedValue,$newName))
endif
next
next

_________________________
!

download KiXnet