Bitcoin Forum

Economy => Micro Earnings => Topic started by: Faucett.us on August 24, 2016, 12:11:19 PM



Title: help with script Xapo faucet
Post by: Faucett.us on August 24, 2016, 12:11:19 PM
hello people of the forum would like to ask for help because I have my faucet from long ago, using the faucetbuilder of Xapo script, everything was fine 100% until yesterday decided to put the SSL (https) for now the captcha no longer appears solvemedia someone could tell me Aque of deve that or I have to add or remove appreciate if you help me as I lose :( visits


https://faucett.us


Title: Re: help with script Xapo faucet
Post by: viralalert on August 24, 2016, 12:16:14 PM
Ok, wait I'll help you fix it.


Title: Re: help with script Xapo faucet
Post by: viralalert on August 24, 2016, 12:22:46 PM
Go to style -> template -> index.php

Look for this code

Code:
<center class="captcha"><script type="text/javascript" src="http://api.solvemedia.com/papi/challenge.script?k=<?php echo $settings['solvemedia_challenge_key']?>">

And replace it with this code

Code:
<center class="captcha"><script type="text/javascript" src="https://api-secure.solvemedia.com/papi/challenge.script?k=<?php echo $settings['solvemedia_challenge_key']?>">


Title: Re: help with script Xapo faucet
Post by: Faucett.us on August 24, 2016, 03:47:45 PM
thank you very much :) already arranged

you know that by placing this code fails to get out the https green?

<div class="container" style="text-align:left; max-width:1100px;">

   <div class="well"><font color="black">
      <h3>Welcome to Faucett.us</h3>
   <p>Faucett.us is a Free Bitcoin faucet. A Bitcoin faucet is a website that offer its users small amounts of Bitcoins for doing nothing. Normally you have to enter your Bitcoin address and a captcha (to prevent bots) and get paid.</p>


Title: Re: help with script Xapo faucet
Post by: ~Bitcoin~ on August 24, 2016, 04:16:01 PM
Everything is working and i have also successfully claimed from your faucet but still there seem error.
Quote
Mixed Content: The page at 'https://faucett.us/' was loaded over HTTPS, but requested an insecure script 'http://xslt.alexa.com/site_stats/js/s/a?url=faucett.us'. This request has been blocked; the content must be served over HTTPS.
You better find the above line and replace url http:// to https:// however their ssl certificate seem expire as it shows privacy error.

This seems not disturbing faucet functions but this error is shown in console when you inspect element in your browser.