Pages:
Author

Topic: OpenSource PHP Faucet for bitcoin and altcoins - page 3. (Read 9990 times)

member
Activity: 183
Merit: 10
its work

thank you

but did you make transactions has expair???

if not it will be hard to save to much pages
newbie
Activity: 28
Merit: 0
sir the script work perfect

but some
issues

withdrawal page of admin center showing up 1 page

i have 100 transctions not show all only  1 page ex 10 transactions




update admcenter/withdrawal.php, it should work now. I didn't upload and test , please tell me if solved.
member
Activity: 183
Merit: 10
sir the script work perfect

but some
issues

withdrawal page of admin center showing up 1 page

i have 100 transctions not show all only  1 page ex 10 transactions

newbie
Activity: 28
Merit: 0
Nice project!

It would be great if you could implement a migration for microwallet etc. ;-)

Would that be possible?


I checked microwallet , there is nothing in database for migration. just a username without password. you can install phpfaucet and ask your users to register a new account.


newbie
Activity: 28
Merit: 0
Nice project!

It would be great if you could implement a migration for microwallet etc. ;-)

Would that be possible?

Good idea, I am not familiar with their script but I will test.
newbie
Activity: 28
Merit: 0
i will try today

thank you so much

if you can tell me how add java/script on site
like anti adblock its will be perfect

thank you a lot

Your welcome, in html template files open tag {literal} enter javascript code and close literal {/literal} OR put your javascript in a .js file and decleare on head.
member
Activity: 183
Merit: 10
i will try today

thank you so much

if you can tell me how add java/script on site
like anti adblock its will be perfect

thank you a lot
hero member
Activity: 560
Merit: 500
Nice project!

It would be great if you could implement a migration for microwallet etc. ;-)

Would that be possible?
newbie
Activity: 28
Merit: 0
thank you sir

but there is same problems

1-when you put your currency satoshi at admcenter you balance in dashboard will be (0).
2-when you send 10000 satoshi with AsMoney its will be( 1 mBTC)
3-when you send 10000 satoshi with BTC  address its show up( 0 pending)
4-when you send 10000 satoshi with Btc  address you will get in cron (Currency is not valid)
5-when you put your currency mBTC at dashboard setting and put prize 0.005 mBTC and go
to your withdrawal page you will get your balance is( 0).
6-Withdrawals & donate pages at admcenter showing 1 page only no more
7-Withdrawals & donate pages at user center showing 1 page of transactions only


thats all for now

im so sorry but i want to use your script really

thank your for your support


1- OK Now

2- Ok Now

3- All them goes for fee

4- like question 3, asmoney get fees for send money to address and 10000 satoshi will equal 0. you should set higher minimum balance for withdrawal to bitcoin address. and you can set any amount for send money to asmoney account.

5- Go to your database, and run this query, I updated installation sql script but you don't need to reinstall if you run the following sql code.

Code:
ALTER TABLE `tbl_user` CHANGE `credit` `credit` DECIMAL( 20, 8 ) NOT NULL ;

6 & 7- admin center paging work for me, please explain more about this.

download updates and publish again,  Thanks for testing my script.
member
Activity: 183
Merit: 10
thank you sir

but there is same problems

1-when you put your currency satoshi at admcenter you balance in dashboard will be (0).
2-when you send 10000 satoshi with AsMoney its will be( 1 mBTC)
3-when you send 10000 satoshi with BTC  address its show up( 0 pending)
4-when you send 10000 satoshi with Btc  address you will get in cron (Currency is not valid)
5-when you put your currency mBTC at dashboard setting and put prize 0.005 mBTC and go
to your withdrawal page you will get your balance is( 0).
6-Withdrawals & donate pages at admcenter showing 1 page only no more
7-Withdrawals & donate pages at user center showing 1 page of transactions only


thats all for now

im so sorry but i want to use your script really

thank your for your support

yeah i get it now *Bitcoin :  1% + 0.1

bug number 3 its ok
member
Activity: 183
Merit: 10
thank you sir

but there is same problems

1-when you put your currency satoshi at admcenter you balance in dashboard will be (0).
2-when you send 10000 satoshi with AsMoney its will be( 1 mBTC)
3-when you send 10000 satoshi with BTC  address its show up( 0 pending)
4-when you send 10000 satoshi with Btc  address you will get in cron (Currency is not valid)
5-when you put your currency mBTC at dashboard setting and put prize 0.005 mBTC and go
to your withdrawal page you will get your balance is( 0).
6-Withdrawals & donate pages at admcenter showing 1 page only no more
7-Withdrawals & donate pages at user center showing 1 page of transactions only


thats all for now

im so sorry but i want to use your script really

thank your for your support
newbie
Activity: 28
Merit: 0
when you use satoshi with asmoney

and browse corn

you get

Currency is not valid

-----
when select currency nothing you get
-----
when you put mBTC and put prize 0.5 mBTC
its get in balance 1mBTC

if you put 0.05mBTC
ITS GET balance 0.0

 


problems solved, download cron_withdrawal.php and update your script. withdrawal should work fine now. I solved some bug in following files.

Quote
withdrawal.php
cron_withdrawal.php
register.php
templates/register.tpl
templates/withdrawal.tpl



member
Activity: 183
Merit: 10
when you use satoshi with asmoney

and browse corn

you get

Currency is not valid

-----
when select currency nothing you get
-----
when you put mBTC and put prize 0.5 mBTC
its get in balance 1mBTC

if you put 0.05mBTC
ITS GET balance 0.0

 
newbie
Activity: 28
Merit: 0
Thanks for sharing this, Your script is so great, better than all of other faucet codes. I installed it and I want to know about withdrawal, how can I pay withdrawal automatically?

Thanks, you can pay withdrawal manually or set a cronjob on your hosting to browse cron_withdrawal.php after each specified time.



howcan i set cornjob?

not all people have experience with php

 

there is no need to php knowledge for running cronjob, If you are using control panel like CPANEL:

http://www.youtube.com/watch?v=ZAbefcWLxrw

just change path according to your hosting. other control panel has same process. if you are using terminal :

Code:
$ crontab -e
$ 0 * * * * /usr/bin/php /www/virtual/username/faucetscript/cron_withdrawal.php > /dev/null 2>&1

This cron job will run at minute zero, every hour . attention to change this path "/www/virtual/username/faucetscript/cron_withdrawal.php"

Take a look to this link for set different time : http://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800


newbie
Activity: 28
Merit: 0
how user can reset his password? in same time don't loss his balance.
migrate from other script

I didn't make a reset password for faucet yet, I didn't want to ask email address. I will make a reset password page and update script soon.
member
Activity: 183
Merit: 10
Thanks for sharing this, Your script is so great, better than all of other faucet codes. I installed it and I want to know about withdrawal, how can I pay withdrawal automatically?

Thanks, you can pay withdrawal manually or set a cronjob on your hosting to browse cron_withdrawal.php after each specified time.



howcan i set cornjob?

not all people have experience with php

 
newbie
Activity: 28
Merit: 0
Thanks for sharing this, Your script is so great, better than all of other faucet codes. I installed it and I want to know about withdrawal, how can I pay withdrawal automatically?

Thanks, you can pay withdrawal manually or set a cronjob on your hosting to browse cron_withdrawal.php after each specified time.

legendary
Activity: 1523
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
how user can reset his password? in same time don't loss his balance.
migrate from other script
member
Activity: 106
Merit: 10
Thanks for sharing this, Your script is so great, better than all of other faucet codes. I installed it and I want to know about withdrawal, how can I pay withdrawal automatically?
legendary
Activity: 1526
Merit: 1014
Interesting project guys, i've been testing the demo and admin panel is very intuitive and easy to use. You doing an amazing job, thank you very much.
Pages:
Jump to: