I'm having an issue with my faucet. When I try to claim i have an error:
Notice: Post request, but invalid address input name. in /home/kbnwblfn/public_html/index.php on line 94
anyone know what could be?
Well.. what about showing us line 94 of your index.php ?
Your script somehow regards your address as invalid.
What address did you type in?
It might be possible that this old script is only working with legacy addresses (starting with 1..), which would be quite awkward since it at least should accept p2sh too (starting with 3..).
Did you enter a bech32 address (starting with bc1..) ? If yes, this might be the issue since your (probably very old) script does see bech32 addreses as invalid.
But without lookink at the source code (preferably not ONLY line 94), nothing more specific can be said. Feel free to post the relevant snippet here, so we can take a look at it.