Please share with us the complete script so that we can figure out the exact problem. From: Javed Akhtar <javed@gowifi.in> Sent: Sat, 18 Oct 2014 10:49:11 To: FreeRadius developers mailing list <freeradius-devel@lists.freeradius.org> Subject: Radius reply form external script helloi am using the php script bellow as a test reply<?phpecho "Session-Timeout = 60,";echo "ChilliSpot-Bandwidth-Max-Down=1024,";echo "ChilliSpot-Bandwidth-Max-Up=1024";?>but i am getting it as plain text instead of value pair like bellow Exec-Program output: Session-Timeout = 60, ChilliSpot-Bandwidth-Max-Down=1024, ChilliSpot-Bandwidth-Max-Up=1024Exec-Program-Wait: plaintext: Session-Timeout = 60, ChilliSpot-Bandwidth-Max-Down=1024, ChilliSpot-Bandwidth-Max-Up=1024 what is wrong?? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html