Bitcoin Forum

Economy => Services => Topic started by: Glorantq on December 20, 2015, 04:31:01 PM



Title: Offering PHP and C# Tutorials
Post by: Glorantq on December 20, 2015, 04:31:01 PM
I am offering PHP and C# tutorials for anyone.
You can choose 2 questions and I'll send you a PDF with a tutorial how to solve your problem
with some code too. You can request as much tutorials as you would like to.

Price is 1$ for 2 questions, feel free to send me a PM.
If you have only one question, I'll only charge $0.50


Title: Re: Offering PHP Tutorials
Post by: Glorantq on December 21, 2015, 02:53:34 PM
Bump


Title: Re: Offering PHP and C# Tutorials
Post by: FaucetRank.com on December 21, 2015, 03:11:25 PM
Ok I have a question . I have this xapo faucet http://faucetrank.com/faucet
I want to block cheaters .

I want a tut how to block them in database (I mean using SQL query)

I don't know anything about php but I can understand codes little bit and I can edit codes if I see any good tut on net.
in database table name is users
and have following columns
username
IP
claimed_at

what I want?
if a new column created say block with default value 1
if I change it 0 then user should not get any payouts.


Title: Re: Offering PHP and C# Tutorials
Post by: Glorantq on December 21, 2015, 03:44:17 PM
Ok I have a question . I have this xapo faucet http://faucetrank.com/faucet
I want to block cheaters .

I want a tut how to block them in database (I mean using SQL query)

I don't know anything about php but I can understand codes little bit and I can edit codes if I see any good tut on net.
in database table name is users
and have following columns
username
IP
claimed_at

what I want?
if a new column created say block with default value 1
if I change it 0 then user should not get any payouts.

So you want a script that will get the user's IP and check the block variable before paying out, and if it's 0 then not give any payout


Title: Re: Offering PHP and C# Tutorials
Post by: FaucetRank.com on December 22, 2015, 02:28:12 AM
Ok I have a question . I have this xapo faucet http://faucetrank.com/faucet
I want to block cheaters .

I want a tut how to block them in database (I mean using SQL query)

I don't know anything about php but I can understand codes little bit and I can edit codes if I see any good tut on net.
in database table name is users
and have following columns
username
IP
claimed_at

what I want?
if a new column created say block with default value 1
if I change it 0 then user should not get any payouts.

So you want a script that will get the user's IP and check the block variable before paying out, and if it's 0 then not give any payout
Yeh something like that , and if you need full code of my index.php for better understanding then I can pm you.


Title: Re: Offering PHP and C# Tutorials
Post by: Glorantq on December 22, 2015, 01:49:58 PM
Ok I have a question . I have this xapo faucet http://faucetrank.com/faucet
I want to block cheaters .

I want a tut how to block them in database (I mean using SQL query)

I don't know anything about php but I can understand codes little bit and I can edit codes if I see any good tut on net.
in database table name is users
and have following columns
username
IP
claimed_at

what I want?
if a new column created say block with default value 1
if I change it 0 then user should not get any payouts.

So you want a script that will get the user's IP and check the block variable before paying out, and if it's 0 then not give any payout
Yeh something like that , and if you need full code of my index.php for better understanding then I can pm you.

Sure, PM me your code


Title: Re: Offering PHP and C# Tutorials
Post by: FaucetRank.com on December 22, 2015, 02:37:05 PM
Ok I have a question . I have this xapo faucet http://faucetrank.com/faucet
I want to block cheaters .

I want a tut how to block them in database (I mean using SQL query)

I don't know anything about php but I can understand codes little bit and I can edit codes if I see any good tut on net.
in database table name is users
and have following columns
username
IP
claimed_at

what I want?
if a new column created say block with default value 1
if I change it 0 then user should not get any payouts.

So you want a script that will get the user's IP and check the block variable before paying out, and if it's 0 then not give any payout
Yeh something like that , and if you need full code of my index.php for better understanding then I can pm you.

Sure, PM me your code

Here is github link of script that I'm using . You can check all files. https://github.com/destinybogan/Faucet-Builder?files=1


Title: Re: Offering PHP and C# Tutorials
Post by: FaucetRank.com on December 23, 2015, 12:23:04 PM
what happend you forgot this topic or you just ended it ? If you closed the offer please close this topic too .


Title: Re: Offering PHP and C# Tutorials
Post by: Glorantq on December 23, 2015, 12:26:21 PM
what happend you forgot this topic or you just ended it ? If you closed the offer please close this topic too .
I'm still active, just christmas and all that stuff


Title: Re: Offering PHP and C# Tutorials
Post by: Glorantq on December 23, 2015, 12:40:26 PM
what happend you forgot this topic or you just ended it ? If you closed the offer please close this topic too .
Sent PM


Title: Re: Offering PHP and C# Tutorials
Post by: FaucetRank.com on December 23, 2015, 01:16:15 PM
what happend you forgot this topic or you just ended it ? If you closed the offer please close this topic too .
Sent PM

thanks I think script worked but I'll have to modify it becaue it shown me message 1000 satoshi sent but actually I din't recived that .