Pages:
Author

Topic: MiniFaucet Script (a MyFaucet replacement) - page 6. (Read 51971 times)

hero member
Activity: 1764
Merit: 505
#SWGT PRE-SALE IS LIVE
Hello, can someone explain to me how the payment system works this script (fees, time, outputs)? Sorry my Inglês.
all you need to know in config.php file

ok do i need to put all the payment processor to the config.php file ??
legendary
Activity: 1523
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
Hello, can someone explain to me how the payment system works this script (fees, time, outputs)? Sorry my Inglês.
all you need to know in config.php file
newbie
Activity: 5
Merit: 0
Hello, can someone explain to me how the payment system works this script (fees, time, outputs)? Sorry my Inglês.
legendary
Activity: 1523
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
November 27, 2015, 04:23:08 PM
Hi, whether the Xapo payout option in this script pays to Xapo users only (Xapo email or wallet) or to any bitcoin address?
Change your config.php file // Allowed address types

Code:
allowEmail = false; 
to
allowEmail = true;

this will set the Xapo payout option to users Xapo email
legendary
Activity: 1470
Merit: 1078
November 26, 2015, 07:13:21 AM
Hi, whether the Xapo payout option in this script pays to Xapo users only (Xapo email or wallet) or to any bitcoin address?
legendary
Activity: 1268
Merit: 1009
November 13, 2015, 03:42:00 AM
Can I integrate the script with WordPress database? I have a WordPress site and I want to use it as a micro-faucet.
legendary
Activity: 1523
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
November 10, 2015, 05:04:05 AM
Never mind I got it working, by deleting Blocklo folder (I won't be using it) and then commented out:
Code:
require_once 'BlockIo/lib/block_io.php';
in core.php (line 23)
Do you test it after this modify on live server?

Not really, haven't tried it on a live server, I use Xampp for now.
I tried it on live server and Blocklo not the issue it's funcaptcha issue

hmm that's wierd because I haven't seen funCaptcha in this script, only reCaptcha. Are you sure aren't using keys from funcaptcha in reCaptcha service?
Recheck the script files,you will find funCaptcha in templates/recaptcha.php
member
Activity: 322
Merit: 10
November 09, 2015, 05:16:43 PM
Please, help !! How to make a button out of your account (not from the admin panel ) , and how to do that in 10 minutes the user returns to the page main? Please, help
member
Activity: 112
Merit: 10
November 09, 2015, 03:10:45 PM
Quote

The main script has only 2 pages, /faucet and /admin and i want to make another one, for example /privacypolicy, how can i do that. If i try to access example.org/privacypolicy it brings me to /faucet

I know it has 2 pages Smiley

Did you saw how many pages has my website (http://www.freebtc.click) ?

It is the same script Smiley

Hey bro, I need your help.

I saw that your faucet is using Coinbase as processor.

I tried to use Coinbase too, I've trying for two whole days already, but always failed.  

I downloaded the "Master" version/branch of the script, but I always got a blank page, and I found it is caused from the "CoinbaseWalletProvider.php" file, once I removed the code "require_once 'WalletProviders/CoinbaseWalletProvider.php';" from "core.php", the site running good, but I could not use Coinbase though I set everything correct in the "config.php".  


I tried with "Blockchain" version/branch of the script as well, everything is running well, but I could not use Coinbase as well though I set everything correct in the "config.php".

PS: I tested with Blockchain, everything is running well.  But I want to use Coinbase.  Any idea how to fix it?  Thanks in advance.

Hi

I dont know..
For me is working fine ..
I think is better to contact @Elbandi
I don't know too much about coding, php and these.


Hm, btw, which branch you use, blockchain or master?   It seemed Elbandi hadn't been here online for long time.

Thanks anyway for your fast reply.

I just checked his profile, it seems he's been online today.  Grin Just sent him a pm.
member
Activity: 112
Merit: 10
November 09, 2015, 02:46:00 PM
Quote

The main script has only 2 pages, /faucet and /admin and i want to make another one, for example /privacypolicy, how can i do that. If i try to access example.org/privacypolicy it brings me to /faucet

I know it has 2 pages Smiley

Did you saw how many pages has my website (http://www.freebtc.click) ?

It is the same script Smiley

Hey bro, I need your help.

I saw that your faucet is using Coinbase as processor.

I tried to use Coinbase too, I've trying for two whole days already, but always failed.  

I downloaded the "Master" version/branch of the script, but I always got a blank page, and I found it is caused from the "CoinbaseWalletProvider.php" file, once I removed the code "require_once 'WalletProviders/CoinbaseWalletProvider.php';" from "core.php", the site running good, but I could not use Coinbase though I set everything correct in the "config.php".  


I tried with "Blockchain" version/branch of the script as well, everything is running well, but I could not use Coinbase as well though I set everything correct in the "config.php".

PS: I tested with Blockchain, everything is running well.  But I want to use Coinbase.  Any idea how to fix it?  Thanks in advance.

Hi

I dont know..
For me is working fine ..
I think is better to contact @Elbandi
I don't know too much about coding, php and these.


Hm, btw, which branch you use, blockchain or master?   It seemed Elbandi hadn't been here online for long time.

Thanks anyway for your fast reply.
legendary
Activity: 1358
Merit: 1000
Bitcoiner since start, and continue to love it!
November 09, 2015, 02:26:29 PM
Quote

The main script has only 2 pages, /faucet and /admin and i want to make another one, for example /privacypolicy, how can i do that. If i try to access example.org/privacypolicy it brings me to /faucet

I know it has 2 pages Smiley

Did you saw how many pages has my website (http://www.freebtc.click) ?

It is the same script Smiley

Hey bro, I need your help.

I saw that your faucet is using Coinbase as processor.

I tried to use Coinbase too, I've trying for two whole days already, but always failed.  

I downloaded the "Master" version/branch of the script, but I always got a blank page, and I found it is caused from the "CoinbaseWalletProvider.php" file, once I removed the code "require_once 'WalletProviders/CoinbaseWalletProvider.php';" from "core.php", the site running good, but I could not use Coinbase though I set everything correct in the "config.php".  


I tried with "Blockchain" version/branch of the script as well, everything is running well, but I could not use Coinbase as well though I set everything correct in the "config.php".

PS: I tested with Blockchain, everything is running well.  But I want to use Coinbase.  Any idea how to fix it?  Thanks in advance.

Hi

I dont know..
For me is working fine ..
I think is better to contact @Elbandi
I don't know too much about coding, php and these.


member
Activity: 112
Merit: 10
November 09, 2015, 02:19:27 PM
Quote

The main script has only 2 pages, /faucet and /admin and i want to make another one, for example /privacypolicy, how can i do that. If i try to access example.org/privacypolicy it brings me to /faucet

I know it has 2 pages Smiley

Did you saw how many pages has my website (http://www.freebtc.click) ?

It is the same script Smiley

Hey bro, I need your help.

I saw that your faucet is using Coinbase as processor.

I tried to use Coinbase too, I've trying for two whole days already, but always failed. 

I downloaded the "Master" version/branch of the script, but I always got a blank page, and I found it is caused from the "CoinbaseWalletProvider.php" file, once I removed the code "require_once 'WalletProviders/CoinbaseWalletProvider.php';" from "core.php", the site running good, but I could not use Coinbase though I set everything correct in the "config.php". 

I tried with "Blockchain" version/branch of the script as well, everything is running well, but I could not use Coinbase as well though I set everything correct in the "config.php".

PS: I tested with Blockchain, everything is running well.  But I want to use Coinbase.  Any idea how to fix it?  Thanks in advance.
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
November 07, 2015, 09:39:37 AM
what made i wrong when i only see a blank page after uploadeing your script and edited config file.

http://yannik.biz/mi/   Huh


kind regrads
Have you tried removing the line error_reporting(0); from your config.php? That may tell you what is wrong.
full member
Activity: 182
Merit: 100
Love me love my Bitcoin.
November 07, 2015, 02:44:50 AM
what made i wrong when i only see a blank page after uploadeing your script and edited config file.

http://yannik.biz/mi/   Huh


kind regrads

I guess this may have something to do with the php version. The script cannot work on php 5.2
sr. member
Activity: 308
Merit: 250
November 04, 2015, 06:03:11 PM
what made i wrong when i only see a blank page after uploadeing your script and edited config file.

http://yannik.biz/mi/   Huh


kind regrads
newbie
Activity: 45
Merit: 0
November 04, 2015, 09:56:46 AM
Never mind I got it working, by deleting Blocklo folder (I won't be using it) and then commented out:
Code:
require_once 'BlockIo/lib/block_io.php';
in core.php (line 23)
Do you test it after this modify on live server?

Not really, haven't tried it on a live server, I use Xampp for now.
I tried it on live server and Blocklo not the issue it's funcaptcha issue

hmm that's wierd because I haven't seen funCaptcha in this script, only reCaptcha. Are you sure aren't using keys from funcaptcha in reCaptcha service?
legendary
Activity: 1523
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
November 03, 2015, 06:32:46 AM
Never mind I got it working, by deleting Blocklo folder (I won't be using it) and then commented out:
Code:
require_once 'BlockIo/lib/block_io.php';
in core.php (line 23)
Do you test it after this modify on live server?

Not really, haven't tried it on a live server, I use Xampp for now.
I tried it on live server and Blocklo not the issue it's funcaptcha issue
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
November 02, 2015, 01:37:15 PM
Ow i see thats why i having a trouble because i dont have GMP extension installed i will try it to host and domain if its working or not then i just wanna know if where can get the GMPe extension?
Any large hosting provider will have GMP installed on their system I expect, since I imagine it is a fairly common extension. If your hosting provider doesn't have it, try contacting them about it and see what they say.

If you are hosting locally on a Windows machine, I am unsure how you would go about installing as all of the instructions seem to require a Unix OS and a Terminal to install (An example which has both of these is Linux) and knowledge of the PHP installation. If you have both of those, there are instructions on how to compile it from source here, though you will also need to compile PHP with GMP, as said here.
legendary
Activity: 3290
Merit: 3011
BTC price road to $80k
November 02, 2015, 01:22:31 PM
Hello elbandi I still get blank screen after doing what you told me to, but this time I get this error:
Code:
Fatal error: Uncaught exception 'Exception' with message 'GMP extension seems not to be installed' in C:\xampp\htdocs\mini\BlockIo\lib\block_io.php:10 Stack trace: #0 C:\xampp\htdocs\mini\core.php(23): require_once() #1 C:\xampp\htdocs\mini\index.php(3): require('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\mini\BlockIo\lib\block_io.php on line 10
From this, it seems that your hosting doesn't have the GMP extension installed for the block.io wallet API, as is listed as one of the requirements on their documentation. Try installing this or using a hosting with it pre-installed and see what happens. If not, just comment it out like previously if you're not using it.
Ow i see thats why i having a trouble because i dont have GMP extension installed i will try it to host and domain if its working or not then i just wanna know if where can get the GMPe extension?
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
November 02, 2015, 01:07:19 PM
Hello elbandi I still get blank screen after doing what you told me to, but this time I get this error:
Code:
Fatal error: Uncaught exception 'Exception' with message 'GMP extension seems not to be installed' in C:\xampp\htdocs\mini\BlockIo\lib\block_io.php:10 Stack trace: #0 C:\xampp\htdocs\mini\core.php(23): require_once() #1 C:\xampp\htdocs\mini\index.php(3): require('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\mini\BlockIo\lib\block_io.php on line 10
From this, it seems that your hosting doesn't have the GMP extension installed for the block.io wallet API, as is listed as one of the requirements on their documentation. Try installing this or using a hosting with it pre-installed and see what happens. If not, just comment it out like previously if you're not using it.
Pages:
Jump to: