Bitcoin Forum
May 11, 2024, 01:07:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Economy / Scam Accusations / Re: Asmoney.com Scam on: September 14, 2015, 02:51:15 PM


its natural if you cannot see your balance on the blockchain. There are hundreds of wallet in this type of websites and blockchain cannot show right information. also you can transfer and withdraw your balance in asmoney but the transactions occur off the blockchain.   I created a faucet script that use asmoney as payment processor, I am a member of this site over one year and they are absolutely honest and not scam.


2  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: September 06, 2015, 06:45:08 AM
I have began to test this script for my faucet, on a subdomain first.
Everything seems to be working okay, all but the cron_withdrawal script.

When I run it manually, it only shows a blank page. No errors in the logs, nothing.

Anyone knows why is that?

I must mention I have added the AsMoney API's and everything else.

Anything to do with my host? Do I need to edit my php.ini ?

Please enable error logs and send me the page address via PM.
3  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: June 14, 2015, 09:16:31 AM
Some notes :

- AsMoney Password and AsMoney Password SCI not Hashed at mysql

- Everytime I add GoogleAnalytics script before and after Head tag  got many error

- There error with ads shown

- Why user can't buy links ads direct from his balance , set text beside his links and a period for this ads

- To be all this available at admin panel Smiley
 

Sorry for delay, I am so busy in these days.

I will encrypt passwords in next version but if you use secure web server don't worry about this.

use <literal> tag  for add javascript like google analytics. <literal> enter javascript code </literal>

What error exist in ads ? may be your ads is in javascript and you didn't use literal tag.
4  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: May 27, 2015, 08:09:46 AM
New Update


I added a form validator to check currency account and crypto address. please pay attention set minimum withdrawal from admin area for both AsMoney and crypticoins.


A new website that using my faucet

let me introduce a new website that use phpfaucet script :

http://getfreecoin.com

this is a good pattern for creating an online faucet.
5  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: May 27, 2015, 08:07:27 AM
Hi, do you have any idea what could be causing it?
http://faucet.firstforbitcoin.com/register.php

Whats the php version of you are using?
6  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: May 07, 2015, 05:24:52 AM
Thanks, I uploaded the new files. My admin area works fine.

When I try to register from the index.php page, I get the following error:

Parse error: syntax error, unexpected '"header.php"' (T_CONSTANT_ENCAPSED_STRING) in /home/firstbuk/public_html/faucet-master/register.php on line 1

any ideas?


I didn't have such problem in remote machine and my local machine too, what version of PHP you are using?
7  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 30, 2015, 11:59:37 PM
Hi,

I ran the SQL on my db.

Where do I get updated versions of the PHP files please?

I am trying to test your faucet script on my domain.

Thanks.


new files published in github, https://github.com/phpfaucet/faucet
8  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 28, 2015, 09:38:29 AM
Great project, thank you very much!

I am running into a problem installing on my server.

Running: <mydomain>/faucet-master/install.php

There was an error running the query [Duplicate entry '1' for key 'PRIMARY']

Can I contact you via pm please?

I answered your PM.
9  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 28, 2015, 09:37:15 AM
I don't want to run a bitcoin node extra for the faucet. Is there a way to request the API of an exchange (e.g. Cryptsy) in order to withdraw the bitcoins or alts over it?

You don't need to run a bitcoin node for faucet, payment hanldle by AsMoney for bitcoin and altcoins.

10  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 23, 2015, 11:32:12 PM
Important Update

I made some changes for bitcoin faucets, to prevent from paying high fees for send to bitcoin addresses. admin can set minimum queue in setting and whenever number of withdrawal requests reached to this number. cron_withdrawal.php send payments to bitcoin addresses.

This feature allow you to pay one miner fee for multiple payments. also the fees will not deducted when user want to withdrawal.

you can download project from github and make a fresh installation but if your script is running now, follow the update instruction :

How to update

1. Run this query on your database
Code:
INSERT INTO 'tbl_config' (
'config_id' ,
'header' ,
'value'
)
VALUES (
NULL , 'requestcount', '10'
);

2. Update these files.

Code:
admcenter/setting.php
cron_withdrawal.php
includes/AsmoneyAPI.php
withdrawal.php


11  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 23, 2015, 09:56:15 PM
Good day, phpfaucet.org,

The first thing we noticed, while were looking through your code is that you use "SELECT *" sql statement, which is considered to be the bad practice. We have also mentioned that your DB class isn't a singleton, do you use any design patterns?

Sorry for delay, you are right. design pattern can be useful for script performance but I didn't use it. I worked on necessary features. its an opensource project dude, join me and participate in development.
12  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 12, 2015, 12:57:05 PM
its a very good script, is it possible to use this with an alt, thanks for sharing this.

Thanks, Yes, PHPFaucet support dogecoin, peercoin, litecoin , darkcoin too.
13  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 12, 2015, 11:28:03 AM
Hi there,
this is a fantastic poroject, maybe if you could improve the version with our suggestion could be a very perfect one, and you could receive some bounties.

i've some suggestions:

1)demo login/password for user are is not "Demo" but "demo" correct your homepage
2)If you could add some more altcoins in your platform you could receive lot of bunties from the developers (i could donate you as a birdcoin dev team)
3)Please set up a cronjob setable directly in the backoffice.

Templates/Plugins updater is the limit of microwallet OLD script..

you could attrack lot of people keeping the code update by our suggestions.

I'll follow the thread waiting for a new version

Hi bro,

1) You are right, account login is demo and fixed on homepage.
2) I don't add want to involve in payments, payments handle by AsMoney and I will add more coins if they add coins.
3) I will setup a programatically cronjob in next verion.
14  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 08, 2015, 03:20:10 PM
there is a big problem

when you login with your username

and go to register with another browser

its work with referal

and claim every time in same time

you should be make ip/fillter



Update header.php, I put a filter to prevent referral fraud.
15  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 07, 2015, 11:55:47 AM
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.
16  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 07, 2015, 10:28:30 AM
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.


17  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 06, 2015, 05:12:38 PM
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.
18  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 06, 2015, 05:04:28 PM
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.
19  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 06, 2015, 11:05:32 AM
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.
20  Bitcoin / Project Development / Re: OpenSource PHP Faucet for bitcoin and altcoins on: April 05, 2015, 01:47:10 PM
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



Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!