Bitcoin Forum
September 02, 2024, 12:19:58 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Faucetbox on wordpress  (Read 2026 times)
MrCliffiord (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
August 11, 2015, 08:31:02 AM
 #1

Hi guys, a little newbie here needing a little help. Been recently getting into the crypto world and recently seen faucetbox which is an easy way into making a faucet site for noobs.

However after extensive reading, due to competition it looks hard to make money with faucets, link that with my poor coding I can't make a site that would be worth visiting, hence the need for WordPress.

My question is does anybody know how to combine faucetbox and WordPress? I have tried putting the faucet files in the wp subdirectory and tried to include them with include("wp-content/faucet/index.php") within a wordpress post. Similarly I have had them outside of the wordpress directory and tried to include the index.php file to try and run in a post but to no avail.

A chap on here told me I could <iframe> but can't figure out how to use that either.

Cheers for the help in advance
AtheistAKASaneBrain
Hero Member
*****
Offline Offline

Activity: 770
Merit: 509


View Profile
August 11, 2015, 10:02:05 AM
 #2

It seems there isn't anything open source like this so you may need to buy the code from someone or something. Here this guy tried to crowdfound a plugin but it seems it didn't get founded:

https://bitcointalk.org/index.php?topic=969978.0
ikydesu
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

fb.com/Bitky.shop | Bitcoin Merch!Premium Quality!


View Profile WWW
August 11, 2015, 10:09:52 AM
 #3

Yes, AFAIK they don't have a Wordpress plugin.
Maybe this can help you: https://wordpress.org/support/topic/how-to-add-an-iframe
and just put a full page iframe with your faucet inside. CMIWW
MrCliffiord (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
August 11, 2015, 11:35:18 AM
 #4

Thanks for the input guys, think I have managed to sort it in a way. I made the WP site as the main directory, then added faucet.websitename.com subdomain, and iframed that URL. Displays well within a wordpress page/post. Not sure if the referral side of it works (although it should ), will add some sats and play with it later
Nithu84
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 13, 2015, 05:03:03 AM
 #5

Hi guys, a little newbie here needing a little help. Been recently getting into the crypto world and recently seen faucetbox which is an easy way into making a faucet site for noobs.

However after extensive reading, due to competition it looks hard to make money with faucets, link that with my poor coding I can't make a site that would be worth visiting, hence the need for WordPress.

My question is does anybody know how to combine faucetbox and WordPress? I have tried putting the faucet files in the wp subdirectory and tried to include them with include("wp-content/faucet/index.php") within a wordpress post. Similarly I have had them outside of the wordpress directory and tried to include the index.php file to try and run in a post but to no avail.

A chap on here told me I could <iframe> but can't figure out how to use that either.

Cheers for the help in advance

Wordpress "as is" won't build an online business or "make a site that would be worth visiting."

The real truth is that many people struggle to build a successful online business with WordPress. They keep adding plugins and other features hoping it will solve their problem.

So, despite the dazzling display of Wordpress features, the reality for most (non-tech) people who want to create a web business with Wordpress is that they need to adhere to an easy-to-follow, all-in-one, proven, ethical webbusiness-building system (not a get rich quick scheme) to get (1) a significant amount of traffic and get (2) targeted traffic (example of such a system: WealthPrinciples dot net). Otherwise you'll end up having (and building) only a WordPress webSITE but not a webBUSINESS.
ranlo
Legendary
*
Offline Offline

Activity: 1988
Merit: 1007



View Profile
August 13, 2015, 05:16:53 AM
 #6

How is WP supposed to help you get visitors? What are you planning to use it for? I know of a couple faucets that bring in $25k+ a month in profit, but that's because they aren't just using the faucet -- you have to use that as a generator for traffic for other parts of your site. Faucets themselves are going to lose money.

https://nanogames.io/i-bctalk-n/
Message for info on how to get kickbacks on sites like Nano (above) and CryptoPlay!
Specialist
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
August 13, 2015, 06:45:39 AM
 #7

In my opinion a lot of it depends on your coding skills. Just a nice Idea or even worse a bad clone of an old Idea won`t help you on your Way up to the passive Income everyone dreams of. But I will keep an eye on this progress cause it is interesting. Let us know when your Faucet gets online.
tyz
Legendary
*
Offline Offline

Activity: 3360
Merit: 1533



View Profile
August 13, 2015, 04:14:55 PM
 #8

It is possible. You need to create a faucetbox folder in the root directory of wordpress (the same height as /includes folder exists). Then you need to create a template file (1) and put it into the folder of your theme. Put the code of the index.php file of faucetbox  into that template and delete index.php from faucetbox. Then you need to include the faucetbox folder link into the template file (at the start of the file). Use the WP routing (2). Finally, you need to create a page into Wordpress admin panel and use the template file as base template.

(1) http://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/
(2) https://ruslanbes.com/devblog/2013/04/03/wordpress-routing-explained/
MrCliffiord (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
August 14, 2015, 03:35:40 PM
 #9

How is WP supposed to help you get visitors? What are you planning to use it for? I know of a couple faucets that bring in $25k+ a month in profit, but that's because they aren't just using the faucet -- you have to use that as a generator for traffic for other parts of your site. Faucets themselves are going to lose money.

As you said, faucets themselves lose money, and if I use WordPress I can expand instead of just keeping the site as a faucet.

In my opinion a lot of it depends on your coding skills. Just a nice Idea or even worse a bad clone of an old Idea won`t help you on your Way up to the passive Income everyone dreams of. But I will keep an eye on this progress cause it is interesting. Let us know when your Faucet gets online.

Cheers for your input mate, should be up in a week or so, I'll post up when its complete.
It is possible. You need to create a faucetbox folder in the root directory of wordpress (the same height as /includes folder exists). Then you need to create a template file (1) and put it into the folder of your theme. Put the code of the index.php file of faucetbox  into that template and delete index.php from faucetbox. Then you need to include the faucetbox folder link into the template file (at the start of the file). Use the WP routing (2). Finally, you need to create a page into Wordpress admin panel and use the template file as base template.

(1) http://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/
(2) https://ruslanbes.com/devblog/2013/04/03/wordpress-routing-explained/

Thanks for that mate I'll check that out, the iframe technique does work well, also keeps it in a scrollable box which looks nice on mobiles, if your way works better though I shall be using it!
tyz
Legendary
*
Offline Offline

Activity: 3360
Merit: 1533



View Profile
August 14, 2015, 03:41:55 PM
 #10

It is possible. You need to create a faucetbox folder in the root directory of wordpress (the same height as /includes folder exists). Then you need to create a template file (1) and put it into the folder of your theme. Put the code of the index.php file of faucetbox  into that template and delete index.php from faucetbox. Then you need to include the faucetbox folder link into the template file (at the start of the file). Use the WP routing (2). Finally, you need to create a page into Wordpress admin panel and use the template file as base template.

(1) http://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/
(2) https://ruslanbes.com/devblog/2013/04/03/wordpress-routing-explained/

Thanks for that mate I'll check that out, the iframe technique does work well, also keeps it in a scrollable box which looks nice on mobiles, if your way works better though I shall be using it!

Sure, putting the faucet into an iframe is a good workaround but if you want to include it naturally into your side you should use the template technique. But it is your decision. Both works! Good luck!
sturmv0gel
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
June 15, 2016, 06:14:31 PM
 #11

Or buy here http://bithunter.ru/%D0%BA%D1%80%D0%B0%D0%BD%D1%8B/%D0%BA%D1%80%D0%B0%D0%BD-faucetbox-wordpress.html
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!