Bitcoin Forum
May 23, 2024, 05:19:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: Offering PHP and C# Tutorials  (Read 660 times)
Glorantq (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 20, 2015, 04:31:01 PM
Last edit: December 21, 2015, 02:54:04 PM by Glorantq
 #1

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
Glorantq (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 21, 2015, 02:53:34 PM
 #2

Bump
FaucetRank.com
Hero Member
*****
Offline Offline

Activity: 868
Merit: 500



View Profile WWW
December 21, 2015, 03:11:25 PM
 #3

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.

  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
  .SCAMMERS.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  .EXPOSED.
.
▄▄▄▄▄▄▄▄
  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
Glorantq (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 21, 2015, 03:44:17 PM
 #4

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
FaucetRank.com
Hero Member
*****
Offline Offline

Activity: 868
Merit: 500



View Profile WWW
December 22, 2015, 02:28:12 AM
 #5

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.

  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
  .SCAMMERS.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  .EXPOSED.
.
▄▄▄▄▄▄▄▄
  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
Glorantq (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 22, 2015, 01:49:58 PM
 #6

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
FaucetRank.com
Hero Member
*****
Offline Offline

Activity: 868
Merit: 500



View Profile WWW
December 22, 2015, 02:37:05 PM
 #7

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

  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
  .SCAMMERS.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  .EXPOSED.
.
▄▄▄▄▄▄▄▄
  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
FaucetRank.com
Hero Member
*****
Offline Offline

Activity: 868
Merit: 500



View Profile WWW
December 23, 2015, 12:23:04 PM
 #8

what happend you forgot this topic or you just ended it ? If you closed the offer please close this topic too .

  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
  .SCAMMERS.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  .EXPOSED.
.
▄▄▄▄▄▄▄▄
  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
Glorantq (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 23, 2015, 12:26:21 PM
 #9

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
Glorantq (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 23, 2015, 12:40:26 PM
 #10

what happend you forgot this topic or you just ended it ? If you closed the offer please close this topic too .
Sent PM
FaucetRank.com
Hero Member
*****
Offline Offline

Activity: 868
Merit: 500



View Profile WWW
December 23, 2015, 01:16:15 PM
 #11

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 .

  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
  .SCAMMERS.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  .EXPOSED.
.
▄▄▄▄▄▄▄▄
  ████
█ ████
█ ████
█ ████
█ ████ █
█ ████ █
█ ████ █
█ ████ █
█ ████ █
  ████ █
  ████ █
  ████ █
  ████
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!