Bitcoin Forum

Economy => Micro Earnings => Topic started by: Spl0it on October 21, 2016, 10:17:58 AM



Title: deleted
Post by: Spl0it on October 21, 2016, 10:17:58 AM
deleted


Title: Re: ⬛️ Xapo Faucet ⬛️ PHP Script ⬛️ AntiAdBlock + AddressValidator + SCSS
Post by: alfaboy23 on October 21, 2016, 11:42:33 AM
It's great to know that you create a faucetbox and xapo faucet script. I like to try your script, but first, do you have a live sample of the script. I just want to see how it looks and works on users/claimers side.


Title: Re: ⬛️ Xapo Faucet ⬛️ PHP Script ⬛️ AntiAdBlock + AddressValidator + SCSS
Post by: Spl0it on October 21, 2016, 12:55:02 PM
Ok, no problem. I will setup a live website :)
It's a beta and it's the reason why there is not a admin panel. For moment there is only .ini files


Title: Re: ⬛️ Xapo Faucet ⬛️ PHP Script ⬛️ AntiAdBlock + AddressValidator + SCSS
Post by: 5ub_zer0 on October 21, 2016, 01:24:53 PM
Is there solvmedia support ?


Title: Re: ⬛️ Xapo Faucet ⬛️ PHP Script ⬛️ AntiAdBlock + AddressValidator + SCSS
Post by: 5ub_zer0 on October 21, 2016, 02:40:25 PM
Is there solvmedia support ?

Ok no solvemedia support - maybe in future ?  ;) - also no referral commision ?

So lets start with the two issues.

The first small thing is in the default css file where input color is "white !important" - thats not so good because you will not see the entered emailadress I changed that to "black !important".

The next big thing that I cant solve by myself is - after entering the xapo-email and solve the captcha and press the claim button a blank screen appears -
I tryed with php 5.6 and php 7 also I double checked the Xapo API keys and the google captcha keys - they are all right - also i looked into my Webserver Error Log but cant find anything.

So have you an idea ?

you can see it online at http://xapo.cryptocrawl.in (http://xapo.cryptocrawl.in)



Title: Re: ⬛️ Xapo Faucet ⬛️ PHP Script ⬛️ AntiAdBlock + AddressValidator + SCSS
Post by: Spl0it on October 21, 2016, 05:31:12 PM
Ok guys...

First, SolveMedia.
Fixed, but i need a working account to test :/

Second, Referral.
Almost finish.

Third, CSS issues.
Fixed, easy :D

Last thing, Pay error.
Not fixed, with BTC address it show "payment error", but with email it's white screen :(

I'll keep you informed !
Regards, Spl0it


Title: Re: ⬛️ Xapo Faucet ⬛️ PHP Script ⬛️ AntiAdBlock + AddressValidator + SCSS
Post by: Spl0it on October 21, 2016, 05:48:01 PM
Ohhh ! I understand why payments doesn't works :O
Xapo use email and my script use a BTC Address Validator.
So an email isn't a address. SO the request fail !

I fix this asap !

Edit: Pfff... It's not entirely this error. I got a log :
http://i.imgsafe.org/a56db5baf0.png

Edit 2 : Better ...
http://i.imgsafe.org/a5b4d6a709.png


Title: Re: ⬛️ Xapo Faucet ⬛️ PHP Script ⬛️ AntiAdBlock + AddressValidator + SCSS
Post by: 5ub_zer0 on October 21, 2016, 07:24:44 PM
Yes I have the same error after claiming

https://cryptocrawl.in/wp-content/uploads/2016/10/claim-error.png


Title: Re: ⬛️ Xapo Faucet ⬛️ PHP Script ⬛️ AntiAdBlock + AddressValidator + SCSS
Post by: alfaboy23 on October 22, 2016, 12:34:08 AM
Wait...
https://i.imgur.com/1VqTF4M.png
I thought this is free, I didn't noticed that the "payment" you are saying in the OP is payment for the script. Though the script seems still in beta phase. But it also seems that the script is completely different from the other xapo faucet script.
Anyway, goodluck to your business and since you are selling it, this thread should not be here in Micro Earnings. May be it should be in Services or Selling section.


Title: Re: ⬛️ Xapo Faucet ⬛️ PHP Script ⬛️ AntiAdBlock + AddressValidator + SCSS
Post by: Spl0it on October 24, 2016, 12:26:23 PM
Okay, i up this post. But i need to explain why that doesn't actually doesn't works.
When i started project, i used the XapoCreditAPI, that using the API v1. But... Xapo API v1 is now deprecated, so we can't use it.
Now, only the Xapo API v2 is usable. But it is very hard to use it.
Because our goal is to "send satoshi" or create a transaction with a small amount of bitcoin. For this, Xapo API v2 has a function called "Create a transaction", BUT, it need Wallet ID (the wallet that contain satoshi), and i have the Wallet ID. After, it need a AuthKey (Xapo App ID + Xapo Secret in Base64 encode). And same thing, i have the AuthKey, but now the problem is i can't create transaction... The message is "Unauthorised".
And there is a another strange thing, the exemple of "Create a transaction" says it's a POST function. but it use POST + GET + HEADERS  ??? POST and GET has the same parameters ???
Create a transaction (Xapo API Docs) (http://docs.xapo.apiary.io/#reference/accounts/transaction/creates-a-transaction?console=1)

Edit:
Small update, now SolveMedia works.
And the CSS issue is fixed too.


Title: Re: ⬛️ Xapo Faucet ⬛️ PHP Script ⬛️ AntiAdBlock + AddressValidator + SCSS
Post by: alfaboy23 on October 24, 2016, 01:06:57 PM
Okay, i up this post. But i need to explain why that doesn't actually doesn't works.
When i started project, i used the XapoCreditAPI, that using the API v1. But... Xapo API v1 is now deprecated, so we can't use it.
Now, only the Xapo API v2 is usable. But it is very hard to use it.
Because our goal is to "send satoshi" or create a transaction with a small amount of bitcoin. For this, Xapo API v2 has a function called "Create a transaction", BUT, it need Wallet ID (the wallet that contain satoshi), and i have the Wallet ID. After, it need a AuthKey (Xapo App ID + Xapo Secret in Base64 encode). And same thing, i have the AuthKey, but now the problem is i can't create transaction... The message is "Unauthorised".
And there is a another strange thing, the exemple of "Create a transaction" says it's a POST function. but it use POST + GET + HEADERS  ??? POST and GET has the same parameters ???
Create a transaction (Xapo API Docs) (http://docs.xapo.apiary.io/#reference/accounts/transaction/creates-a-transaction?console=1)

Edit:
Small update, now SolveMedia works.
And the CSS issue is fixed too.
All you need to do is ask the Xapo API developers for the proper code. My faucet has mix version of the API, v1 for the payment processing and address validation courtesy of Gifted who's freely distributed the xapo faucet script and version 2 for getting my wallet balance courtesy of Xapo developers.