Author

Topic: help with my faucet (Read 215 times)

mk4
legendary
Activity: 2940
Merit: 3883
📟 t3rminal.xyz
August 03, 2018, 12:26:55 AM
#4
I'm afraid people wouldn't be able to help you by just telling us the line number of your error. Like what Mark876 said, did you write your own script or did you use downloaded scripts like FaucetInABox? Edit your post and be more specific with the details.
legendary
Activity: 1624
Merit: 2509
August 03, 2018, 12:25:06 AM
#3
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.

hero member
Activity: 1582
Merit: 759
August 02, 2018, 11:47:04 PM
#2
Hi! 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?
Regards

Did you use a specific script to create the faucet, or develop it yourself.
If so, could you post a link to the script, and the code if it's opensource.

Maybe even post a link to your site for further analysis.
newbie
Activity: 1
Merit: 0
August 02, 2018, 08:40:58 PM
#1
Hi! 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?
Regards
Jump to: