Bitcoin Forum
April 26, 2024, 07:32:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
  Print  
Author Topic: [ANN] Paytoshi: Micropayments & Faucets  (Read 40101 times)
nikrox
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
September 03, 2015, 08:52:19 AM
 #221

Is there a way to run scripts like google analytics or coinURL in the faucet settings?
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714116746
Hero Member
*
Offline Offline

Posts: 1714116746

View Profile Personal Message (Offline)

Ignore
1714116746
Reply with quote  #2

1714116746
Report to moderator
Paytoshi (OP)
Full Member
***
Offline Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
September 03, 2015, 01:03:48 PM
 #222

Is there a way to run scripts like google analytics or coinURL in the faucet settings?

Hello nikrox,

of course you can add scripts via your admin area!

For example add this code to your Footer box to add Google Analytics (of course substitute YOUR_UA_CODE with the code provided by your Analytics)
Quote
<script>   
    (function (i, s, o, g, r, a, m) {
        i['GoogleAnalyticsObject'] = r;
        i[r] = i[r] || function () {
            (i[r].q = i[r].q || []).push(arguments)
        }, i[r].l = 1 * new Date();
        a = s.createElement(o),
        m = s.getElementsByTagName(o)[0];
        a.async = 1;
        a.src = g;
        m.parentNode.insertBefore(a, m)
    })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');   
    ga('create', 'YOUR_UA_CODE', 'auto');
    ga('require', 'displayfeatures');
    ga('send', 'pageview');
</script>

nikrox
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
September 04, 2015, 01:54:29 PM
 #223

is there a way to change the colours and text fonts? Huh
nikrox
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
September 07, 2015, 10:27:53 AM
 #224

Can I run the script inside wordpress? Huh Huh
Paytoshi (OP)
Full Member
***
Offline Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
September 08, 2015, 08:02:37 AM
 #225

is there a way to change the colours and text fonts? Huh
Hello nikrox,

in your faucet admin area you can find a css box. With a few lines of code you should be able to change colors, fonts and much more. For example, this code should turn all your text to red.
Quote
body {
    color: red;
}



Can I run the script inside wordpress? Huh Huh

Our faucet script is pretty much self-contained and it allows you to run in other "containers" without too much troubles. Sadly, we offer no support for this kind of customization.

Thank you,
Cheers

Dorky
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


Best IoT Platform Based on Blockchain


View Profile
September 11, 2015, 04:27:04 AM
 #226

I can't access the faucet list. Why?

I get this "Unable to get the faucet list."


     
     ██
    ███
  █ ███
 ██ ███
 ██ ███
 ██ ███
 ██ ███
 ██ ███
 ██ ███
 █  ██
   



         ▄▄▄██████████▄▄▄
      ▄████████████████████▄
    ▄████████████████████████▄
   █████▀▀▀▀▀▀███████▀▀▀▀▀▀████
  ██████      ███████      █████
 █████████▌   ███████   █████████
▐█████████▌   ███████   █████████▌
████████                   ███████
▐███████▄▄▄   ▄▄▄▄▄▄▄   ▄▄▄██████▌
 ██████████   ███████   █████████
  ██████▀▀▀   ███████   ▀▀▀█████
   █████      ███████      ████
    ▀████████████████████████▀
      ▀████████████████████▀
         ▀▀▀██████████▀▀▀


 
 ▄▄         ▄▄             ▄▄
▐██▌       ▐██▌           ███▌
▐██▌       ▐██▌     ▄▄▄▄▄▄███▌      ▄▄▄▄▄▄▄▄▄     ▄▄▄▄▄▄▄▄▄
▐██▌       ▐██▌   ▄██████████▌   ▄███████████   ▄██████████
▐█████████████▌  ███▀     ▐██▌  ▐███▀     ███  ▐███▀
▐██▌       ▐██▌ ▐██▌      ▐██▌  ███▌      ███  ███▌
▐██▌       ▐██▌  ███▄     ▐██▌  ▐███▄     ███  ▐███▄
▐██▌       ▐██▌   ▀██████████▌   ▀██████  ███   ▀██████████
▀▀         ▀▀       ▀▀▀▀▀▀▀▀       ▀▀▀▀  ▀▀▀      ▀▀▀▀▀▀▀▀


██
███
███
███ ██
███ ██
███ ██
███ ██
███ ██
███ ██
 ██ 
  █

██    Whitepaper    ██
.
██████████████████████████████████████████████████████████████████████████████████████████████
.
FacebookTwitterBitcointalk
Paytoshi (OP)
Full Member
***
Offline Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
September 11, 2015, 07:20:11 AM
 #227

I can't access the faucet list. Why?

I get this "Unable to get the faucet list."
Hello Dorky,

we had a minor problem to the faucet list. It should be solved by now.

Thanks for your feedback  Wink
Cheers

nikrox
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
September 16, 2015, 11:46:27 AM
 #228

Is there a script that stops people from claiming if they have adblock enabled?
Paytoshi (OP)
Full Member
***
Offline Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
September 18, 2015, 07:24:23 AM
 #229

Is there a script that stops people from claiming if they have adblock enabled?
Hello nikrox,

we try to keep our script as simple as possible. At the moment there's no adblock detector, but you can always customize the script to suit your need.
If there are enough requests, however, we may consider to add this feature to the official distribution.

Thank you,
Cheers

pickupcoin
Legendary
*
Offline Offline

Activity: 1203
Merit: 1000


View Profile WWW
September 30, 2015, 10:28:47 AM
 #230

i try to install v7 version Paytoshi script, here is the message. (old script is installed without problems)
It seems to me that problem with .htaccess set-up

Quote
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@xx.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
enterpreneur
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 30, 2015, 11:04:31 AM
 #231

Good luck with this!

Latest microtransactions dispensed

Date   Amount   Address
Sep 30, 2015, 11:00:57 AM   0.00012000   3Gtr2FDDATokmas3DhNKsxQKgCDpRTsEJo
Sep 29, 2015, 11:15:32 PM   0.00011000   1EqHRFEAPC8vejBB4eHtX3vqd3XdxnMdAG
Sep 29, 2015, 3:17:30 PM   0.00017000   1BNDUBVJ7D8fjCg9zbDwcnVcF3qcff3rxj
Sep 29, 2015, 2:49:03 PM   0.00007000   1BNDUBVJ7D8fjCg9zbDwcnVcF3qcff3rxj

none entered ewalet, what is the problem and ask guidance
Paytoshi (OP)
Full Member
***
Offline Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
September 30, 2015, 01:37:15 PM
 #232

i try to install v7 version Paytoshi script, here is the message. (old script is installed without problems)
It seems to me that problem with .htaccess set-up


Hello pickupcoin,

we have to collect more info.

Could you please contact us in private so we can solve your issue?

Thank you

Paytoshi (OP)
Full Member
***
Offline Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
September 30, 2015, 01:50:38 PM
 #233

Good luck with this!

Latest microtransactions dispensed

Date   Amount   Address
Sep 30, 2015, 11:00:57 AM   0.00012000   3Gtr2FDDATokmas3DhNKsxQKgCDpRTsEJo
Sep 29, 2015, 11:15:32 PM   0.00011000   1EqHRFEAPC8vejBB4eHtX3vqd3XdxnMdAG
Sep 29, 2015, 3:17:30 PM   0.00017000   1BNDUBVJ7D8fjCg9zbDwcnVcF3qcff3rxj
Sep 29, 2015, 2:49:03 PM   0.00007000   1BNDUBVJ7D8fjCg9zbDwcnVcF3qcff3rxj

none entered ewalet, what is the problem and ask guidance

Hello enterpreneur,

if we understand correctly, you where trying to send payments to these addresses. If yes, be advised that the microtransactions will be paid only when the receiving address is above threshold AND a payment is issued by the system (usually once every 48h).

All these addresses should have received payment by now.
Proof:
https://paytoshi.org/1BNDUBVJ7D8fjCg9zbDwcnVcF3qcff3rxj/balance
https://paytoshi.org/1EqHRFEAPC8vejBB4eHtX3vqd3XdxnMdAG/balance
https://paytoshi.org/3Gtr2FDDATokmas3DhNKsxQKgCDpRTsEJo/balance

Thank you

pickupcoin
Legendary
*
Offline Offline

Activity: 1203
Merit: 1000


View Profile WWW
September 30, 2015, 03:19:12 PM
 #234

i try to install v7 version Paytoshi script, here is the message. (old script is installed without problems)
It seems to me that problem with .htaccess set-up


Hello pickupcoin,

we have to collect more info.

Could you please contact us in private so we can solve your issue?

Thank you

i sent you a pm
thanks
helmi
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 01, 2015, 08:42:12 AM
 #235

hi.

the payment will be transferred next 48 hours after the threshold reached rite?
or depends on our turn to get the payment?

thx
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
October 01, 2015, 10:56:36 AM
 #236

hi.

the payment will be transferred next 48 hours after the threshold reached rite?
or depends on our turn to get the payment?

thx
Once you have reached the payment threshold, your payment will be sent on the next cycle. This is usually every 48 hours, but can sometimes vary.
sorryforthat
Hero Member
*****
Offline Offline

Activity: 994
Merit: 500



View Profile
October 04, 2015, 06:33:29 AM
 #237

So Ive been fooling around with the script and was wondering what you guys would like to see in a template for this site? Let me know in some form and Ill look into making a template that different than the ones currently.

I have also dusted off an older domain name and put a faucet up for testing and what not if you would like to take a look its the site under my avatar. That one is mobile friendly and scales pretty nicely.
pickupcoin
Legendary
*
Offline Offline

Activity: 1203
Merit: 1000


View Profile WWW
October 04, 2015, 06:39:47 PM
 #238

i try to install v7 version Paytoshi script, here is the message. (old script is installed without problems)
It seems to me that problem with .htaccess set-up


Hello pickupcoin,

we have to collect more info.

Could you please contact us in private so we can solve your issue?

Thank you
still the same situation, did not do anything
BTCforJoe
Hero Member
*****
Offline Offline

Activity: 882
Merit: 976



View Profile WWW
October 04, 2015, 07:47:41 PM
 #239

So Ive been fooling around with the script and was wondering what you guys would like to see in a template for this site? Let me know in some form and Ill look into making a template that different than the ones currently.

I have also dusted off an older domain name and put a faucet up for testing and what not if you would like to take a look its the site under my avatar. That one is mobile friendly and scales pretty nicely.

Quote
500 satoshi was sent to your Paytoshi account.

Very clean site, I wish more faucets look like this. Quick question, though. Where would the ads be placed on your theme?

Gifted
Hero Member
*****
Offline Offline

Activity: 504
Merit: 501



View Profile
October 04, 2015, 10:53:41 PM
 #240

I always liked paytoshi---have you updated anything in the last 6 months?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
  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!