Bitcoin Forum
May 24, 2024, 04:03:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 27 [28] 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 »
541  Economy / Micro Earnings / Re: Faucetbox Bitcoin Faucet Script - Open your own faucet on: June 12, 2016, 03:43:55 PM
Thank you very much

I think I'd better again up files. I will download the version of your website
I just updated the download file on my website. Please download it now.
542  Economy / Micro Earnings / Re: Faucetbox Bitcoin Faucet Script - Open your own faucet on: June 12, 2016, 03:18:19 PM
from github

I figured out.

In index.php, the login part, change the following code:

Code:
$AddressCheck = $mysqli->query("SELECT * FROM faucet_user_list WHERE address = '$Address' LIMIT 1")->fetch_row()[0];

to

Code:
$AddressCheck = $mysqli->query("SELECT COUNT(id) FROM faucet_user_list WHERE address = '$Address' LIMIT 1")->fetch_row()[0];

This error caused duplicate entries, remove in the table 'user_list' the entries with the same bitcoin address.

In includes/session.php change the code with the new code from github: https://github.com/Salmen2/Faucetbox-Faucet/blob/master/includes/session.php

Cheers
Salmen
543  Economy / Micro Earnings / Re: Faucetbox Bitcoin Faucet Script - Open your own faucet on: June 12, 2016, 02:45:00 PM
hello, I have upgraded my faucet, in my pc and with firefox adn chrome navigator works perfectly, but some users have problems:

http://bits4all.one/faucet1

- You have entered the correct URL.
- You are connected to the Internet.
- Your firewall is properly configured.


Error code 310 (net::ERR_TOO_MANY_REDIRECTS)

yes site not loaded mate bad request )


Hello,
Did you download the script from Github or from my site?

Cheers
Salmen
544  Economy / Micro Earnings / Re: Faucetbox Bitcoin Faucet Script - Open your own faucet on: June 12, 2016, 11:45:32 AM
There is an issue with the referral system.

Please change in index.php the code line

Code:
$mysqli->query("UPDATE faucet_user_list Set balance = balance + $referralCommissionBTC, last_claim = '$timestamp' WHERE id = '{$user['referred_by']}'")

to

Code:
$mysqli->query("UPDATE faucet_user_list Set balance = balance + $referralCommissionBTC WHERE id = '{$user['referred_by']}'");

Cheers
Salmen
545  Economy / Investor-based games / Re: Doublebit - Innovative bitcoin doubling platform. on: June 11, 2016, 08:25:41 PM
-------------------Site raport #1------------------

I just wanted to tell you that we have paid:

0.45682354 BTC to investors, and

0.14576657 BTC to our affiliates.

Thank you for your trustment! Smiley

--------------------------------------------------------

For those who are saying that our site is a scam: our site is not a scam. We are paying our users on and on.

Have a good day!

Only lies what you wrote here. The deposit address on all plans is the same. Don't believe that someone donate you 0.42 BTC or in other numbers 0.105 BTC (http://prntscr.com/bf7g2m).

Oh, why you are showing ads on your site? (http://prntscr.com/bf7hae).

My words: CHEAP PRIMITIVE SCAM

DONT INVEST IN THIS SCAM SITE! SAVE YOUR MONEY!
546  Economy / Micro Earnings / Re: Faucetbox Bitcoin Faucet Script - Open your own faucet on: June 10, 2016, 04:45:25 PM
Very good work  Smiley is this script prevent bots?

You can block TOR, Proxy and VPN users.


1. Replace in 'includes/templates.settings'  the code $navLinks = [["Faucet", "index.php"]]; to $navLinks = [];

2. You can change the Name in the admin.php or in the database in the table 'faucet_settings'.

3. Fill your Faucetbox.com Balance. Go to Faucetbox.com and deposit some Satoshis.

4. Is your adsense account approved? If not, it will show a white screen.

Cheers
Salmen

hello salmen. it is a good script Smiley thanks for this script.

but i got some error if i input bitcoin address, logout and the input another bitcoin address at same IP. then my website cant open at my ip. i must clear history and cookies, and if i input again my bitcoin address, i got error again.

it saying
" The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

This problem can sometimes be caused by disabling or refusing to accept cookies. "
 
what should i do ? please help. my website is : http://xyzbitrade.xyz

because, i try at your site http://salmen.website/Faucet/ . its not error, but back at first page. please help. thank you.

because many people use IP dynamic, like me.
if i reset modem, i get new IP.


Hello,
I tried it and I got the same error. Did you made any changes?

Cheers
Salmen

My though is rondm pin code for each  withdrawal is better.

Wtf? Think about if you phone would have random pin every time you use it, how could you use it at all?
Or have you misunderstood the difference between captcha and pin code? Pin code is 4-12 digit password.
No,you misunderstood my point.

we will make the script generator a random pin code for each  withdrawal as Withdrawal Verification.   

But how can real people know the pin if it changes every time?
And if it is shown to you when you try to make withdraw, then it is just a captcha.
A pin code for each withdrawal? How should it works? They generate a code and need to enter it?
547  Economy / Service Discussion / Re: CLDmine is down then whos next? :) :) on: June 08, 2016, 09:14:20 PM
I think hashocean or hashflare will be the next on the list after cldmine and later this year may be genesis mining as lots of facebook ads are there for genesis mining.

It's not like Hashflare didn't proved their farm but Hashcoins (same team as Hashflare) has a instagram site (https://www.instagram.com/hashcoins/) and they show the farm.
548  Economy / Service Discussion / Re: CLDmine is down then whos next? :) :) on: June 08, 2016, 05:10:41 PM
CLDMine was a clone of RDPMain (the first scam mining). So far I know RDPMain ran six months and before it went scam, they opened a trade system and sent only small withdrawal amounts.
Once more clones of RDPMain came out, I was too tired to use these sites.
549  Economy / Micro Earnings / Re: Faucetbox Bitcoin Faucet Script - Open your own faucet on: June 06, 2016, 07:26:35 PM
hi
thanks for share,
how to change curency?

thanks
Currently, Bitcoin is implented in the script. With knowledge in PHP, HTML and MySQL you can change it to a faucet with another cryptocurrency accepted by faucetbox.

Cheers
Salmen

perhaps a 4 digit pin on withdrawal or would this be too much work ??
I doubt that a 4 digit pin is needed since the users isn't loosing satoshis on the faucet.

Cheers
Salmen


I like the look better than most pre-made scripts like this, of course, after ads it will get a little crazy.

i think too many people are focusing on the cash out options, if you are using faucetbox or even change to another micro, there is nothing much that a user will benefit from with faucetbox for making smaller withdrawals that can hurt the site.  the idea of faucetbox is to prevent network fees on every small transaction and if the user wants to shoot themselves in the foot
 doing that, then so be it, but to slow those withdrawals means that a user that uses the micro wallet for multiple faucets and.or uses will have to not only meet the faucetbox minimum but also the site minimum in this script

right now, if i use faucetbox for six different faucets and the account hits the payout, then i get paid, but if this site holds back that last little bit because the minimum is not met, then faucetbox cannot do its job, or any other micro for that matter

one last thing to the replies, not to be negative, but doing something on a site or the web like running a faucet can be tricky and there are things "like  mysql permissions" that every web developer runs into...that means that you have to learn a little something along the way to get by, like how to run down database errors and things like that.

all of that starts with the simple coding, like finding the block that faucetbox has you copy and paste into your site, and replacing it with a block from xapo or another microwallet.  these are very simple API's and literally ask you to do nothing more than paste a pre-made block of code into your main site pages, for the guy that wants to switch micros, this is a great easy learning time, look up the API code blocks for faucetbox, find them in the code, replace that code block with one from another micro service, that easy

be careful with trimming just the faucetbox code and not anything else, a single } or ] from the preceding block and an entire site can go to shit.  same thing with the ad placement, they are just copy and paste blocks, but their placement determines their placement on the page, so that could require a little more time and playing around and even a nice HTML/PHP editor to help you out

this is all very basic and easy, just keep the original files untouched and only play with a copy, that way you can always go back, most developers make it easy with code comments and block comments

they look like this in the code


Code:
/////this is where i put the extra useless virus code

i am pretty sure this guy seems on the ball and did some nice comments

long story, short....i love the look and feel of the script and just may give it a try, i currently have no domains or VPS's up, but it is always time to grab a few, was a little concerned that the captcha came after the first faucet, but worst thing that could happen is someone attacks the first faucet over and over with a bot, lol

everyone else, just play around and see what you can learn, there are some scripts out there that sell for $50 or more, you have to start somewhere, mysql errors can be a little hard to track, but simple inserting of code from other sites is imperative, if you get the faucet running you might want analytics on there and that involves code insertion, not code writing, just copy and paste into what is already there.    this guy could be you less than six months down the road, it is not as hard as you think, just piece through the code pages and see what you can learn

Thank you. The most used faucet scripts such faucetbox has flaws in the coding and are poorly protected against bots. I think it is easy for bots to deal with the faucet because the algorithm is the same: Enter address, solve Captcha and click the button. The algorithm on this faucet is different: 1. Login using address 2. Click claim. 3. Solve Captcha 4. Click button. It will be harder for bots to claim on a new faucet script because they don't know the algorithm.

Cheers
Salmen
550  Economy / Micro Earnings / Re: [ANN] Mellow Ads - simple, bitcoin advertising. Network/CPM/CPC. Free faucet! on: June 06, 2016, 07:19:16 PM
i recently replaced mellow ads with a-ads and my earnings more than doubled per banner.

I'm interested to use a ads at my site can you give me some details?How much are they paying for 1000 views and how much for every click?

Most of the time A-ads isn't showing advertisings and that is causing poor payments.
551  Economy / Investor-based games / Re: How to stop these scammers on: June 06, 2016, 07:17:45 PM
Namecheap ist not a hoster. it's a domain registrar.
And most of this "cheap TLD" corporations don't give a shit.

Like cloudflare don't give a shit that it protects scams and their owner.

example scrypt.cc. got reported several times to cloudflare, the hoster, the domain registrar, the police, the cyber crime center.. and so on.

no offense, but don't you think someone else had before you already this idea?

Were it only so simple...

namecheap is a hoster and registrar.

You will see all three of those sites offline within a day or so. I guarantee it.

i know cloudflare helps scams but we need to do what we can to slow them down. 

Namecheap is a hoster and its against of the ToS. Likely, Namecheap will ban them because it's too cheap such a hosting for a dirty scam site.

Cloudflare isn't helping a lot in order to close the door for hyips and ponzi. Maybe they have an paid plan.
552  Economy / Micro Earnings / Re: Faucetbox Bitcoin Faucet Script - Open your own faucet on: June 01, 2016, 09:25:17 PM
I keep getting error:

Parse error: syntax error, unexpected '[' in /home/index.php on line 14
Hm.. Did you made any changes on the script?

Cheers
Salmen

i plan to try out this script it looks safer than original faucetinabox. Could you add support for addresses starting with 3 and option to set min withdrawal amount?
Hi!

The script checks the validity of the bitcoin address by the length, in this way bitcoin address with the first letter 3 shall be accepted.
The mininum withdrawal is easy to implent with a script. Also the mininum withdrawal amount is a good idea and I'll remember it.
553  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN - BIGUP] *** BIGUP *** ROKOS! + BigUp.club! + PHASE 2 !!! Big It UP!! on: May 31, 2016, 01:55:13 PM
Look explorer is down cant look for my transaction either...

http://bigup.salmen.website/


Just restarted the block explorer.
554  Economy / Micro Earnings / Re: Tell me what you Think... on: May 27, 2016, 08:20:18 PM
You caught me  Grin. I began to watch this series at the beginning of this month and finisht already the first season.
I'm waiting for the next season. Btw. the page looks good.

Cheers
Salmen
555  Economy / Micro Earnings / Re: Bitaler.com on: May 27, 2016, 08:17:17 PM
Pretty blue colour on your faucet. I like it.
Rewards are good!

Cheers
Salmen
556  Economy / Micro Earnings / Re: [FaucetBox]Bitcoins for All! on: May 27, 2016, 08:12:38 PM
Hello everybody, I come here to share my faucet site .
The website is simple so far, as you can see it is from the faucetfly .
But I will put my own website tonight with domain and hosting quality.
I'm learning about HTML editing and promise that the sites each day will have new updates.

BTCitcoins for All! A Simple website for a simple way to make satoshis
http://bitcoinsforall.faucetfly.com/



We paid between 350-550 satoshis every 30 minutes.

Bitcoins for all is an initiative of a project for future profits, we know that the site is simple, but the payments are made on time by faucetbox system. If we succeed we will create more faucets and make improvements.

tips is welcome

Do yourself a favour sir, get away as far as you can from faucetfly...  Talking from experience !!

thanks for the tip . I used faucetfly just to gain experience,
I liked the template is more beautiful than the faucetbox
My own site will be online in a few hours

You can do the template yourself if you have experience.
Your faucet on faucetfly use the Bootstrap modified template Bootswatch Cosmo (http://bootswatch.com/cosmo/).
Bootstrap is simple to use and has a nice documentation.
557  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Doge | Task | Double | Profits 2k16 [✝NEW✝] on: May 27, 2016, 02:11:12 PM
What a cheap scam.

Website is based on Blogspot and horrible popads. Also faking their dogecoin balance. Why wouldn't you show simple your dogecoin address of the displayed balance on your site?

558  Economy / Micro Earnings / Re: www.taptoshi.com - 500 satoshi every 20 minutes - new faucet beta phase on: May 27, 2016, 02:01:42 PM
Nice faucet and pretty colours.
500 Satoshi is pretty good. Keep up the good work!

Cheers
Salmen
559  Economy / Micro Earnings / Re: BlockAdz.com - Banner Ads - 50% Referral Commission - LIMITED Time Special on: May 27, 2016, 01:57:15 PM
Hi,

When I place the advertising space on my site, I get a mixed loading that breaks the security of HTTPS page. (HTTP content in HTTPS page)
I wrote to the support but no response.

Code:
Mixed Content: The page was loaded over HTTPS, but requested an insecure image 'http://cdn.blockadz.com/assets/NROZHXE3CXJO3.gif'. This content should also be served over HTTPS.
Is anybody having the same problem?
Yes. The page is thereby not fully SSL protected. I have no clue why they do not fix it.

Blockadz and CoinAd totally empty of ads?



Yes. I didn't saw any single banner of BlockAdz until today.
560  Economy / Micro Earnings / Re: 200sat every 5min. Referral 25% on: May 23, 2016, 04:34:58 PM
Nice faucet. It seems you're using adsense but isn't still approved.
You could add more banners to your site.
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 27 [28] 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!