Bitcoin Forum
May 11, 2024, 08:46:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Micro Earnings / Opensource and Free Rotator Script on: November 17, 2015, 11:47:27 PM
I threw this together because I usually see people asking for one or others trying to sell very bad scripts.

The first will allow you to offer all currencies offered by Faucet Box. It is dynamic and will load each currency without the need to reload the page but rather just replaces the Iframe.

Preview:
Rotator All Currencies Preview

Download:
Rotator All Currencies

The Zip contains the following folders.
content
css
js
about.html
index.php

To add more faucets to the list you will need to navigate to the "js" folder. Each type of currency has its own file that you will need to add links to.

At the top you will see something like this. You will add to the list, adding a "," after each one and leaving it off after the very last one. Notice the notes within the js file.
Quote
var s=[

"about.html",  //dont forget to place the ,
"http://freebitco.in/",
"http://www.bitcrate.net/index.php" //Leave the , off of the last one
];

After you have added all of your faucets you will want to change the about.html. I suggest putting your adds on this page. It will provide a cleaner look and will allow you to also add some source of revenue if that is important to you.

Lastly, for those of you who only want a single currency rotator.

Preview:
Rotator Single Currency Preview

Download:
Rotator Single Currency

The Zip contains the following folders.
css
js
about.html
index.php

You will do just as previously stated with the js folder.

I am offering this to those who know how to use it. Feel free to post questions in this thread but I cannot guarantee that I will be the one to answer any of them.
2  Economy / Digital goods / Microfaucet Template - Not the boring bootstrap design on: December 11, 2014, 06:07:13 PM
I threw together a template for Microfaucet script thats available. I was so tired of the boring looking bootstrap designs everyone uses and even the paid themes that come with it by default that cost a percent seem to be lacking good design.

Let me know if this is worth investing more time into and if anyone would want this particular one. I plan to give the bitcoin addy button some design along with the submit button.

This particular theme doesnt cloud the page with ads. I placed one ad at the bottom for example but can try to squeeze more in but I think it looks aweful.

You can see the theme at www.bitcoinvapr.com // I have it disabled at this time so its not an attempt to get page views for revenue and if it did the a-ads at the bottom is tied to a random addy that I got from google.

I would also like some tips as I plan to invest more time trying to get some templates out that make faucets unique and interesting to go to.
3  Alternate cryptocurrencies / Altcoin Discussion / Proof-of-Work to Proof-of-Stake conversion on: May 20, 2014, 03:21:16 AM
Looking to move a coin from POW to POS, what is needed for this to be done?
4  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] Birdcoin is now traded on C-Cex on: May 13, 2014, 09:41:03 AM
You can now trade your Birdcoin on C-CEX



Easy registration, no delays in deposits and withdrawals, very responsive interface, strong security.
You can trade BIRD to BTC, USD (Visa/MC deposits available, PayPal withdrawals and many other options).

https://c-cex.com/?p=bird-btc
https://c-cex.com/?p=bird-usd

Also it is tradable to any other coin we have (100+):

https://c-cex.com/?p=bird-ltc
https://c-cex.com/?p=bird-nmc
https://c-cex.com/?p=bird-doge
https://c-cex.com/?p=bird-ftc
....

Trading fee is 0.2%, 0% fee on crypto deposit. We have referral system.
We have very responsive support team available in Skype, via support tickets and chat on exchange.

Buy now and get 30% of your order
https://c-cex.com/?id=giveaway
5  Bitcoin / Bitcoin Technical Support / Setting up FastCGI for ABE? on: May 12, 2014, 09:04:18 PM
I have ABE installed and its working through the GET protocol. I have taken a look at the FastCGI and dont really understand how to set up the part listed below. If anyone could offer some advice. Is there something I need to do on my webhost?

Code:
Replace YOUR.ABE.DOMAIN below with a domain that resolves to thishost.  The site will be http://YOUR.ABE.DOMAIN/.  
To embed Abe in anexisting site (e.g., http://YOUR.DOMAIN/abe/) prepend a path (e.g.,"/abe") in the Alias directives,
place them in your existingsites-available file instead of a new VirtualHost, and merge or createyour site's /robots.txt with adjusted
paths from Abe/htdocs/robots.txt.Replace HTDOCS/DIRECTORY below with the directory containing abe.css;the Apache process must have permission to read it. 

The followingcommand displays the correct value:   

python -m Abe.abe --print-htdocs-directory

Optionally, replace "/usr/lib/cgi-bin" below with another directory;Apache must have the directory configured with Options
+ExecCGI.Create file /etc/apache2/sites-available/abe with these contents:   
 
<VirtualHost *:80>       
ServerName YOUR.ABE.DOMAIN       
Alias /static/ HTDOCS/DIRECTORY/       
Alias /robots.txt HTDOCS/DIRECTORY/robots.txt       
Alias /favicon.ico HTDOCS/DIRECTORY/favicon.ico       
Alias / /usr/lib/cgi-bin/abe.fcgi/       

# Raise this if you get server errors mentioning "mod_fcgid:       
# read data timeout in 40 seconds"       
#FcgidIOTimeout 40       
# Uncomment to log Abe requests.       
#ErrorLog /var/log/abe_error.log       
#LogLevel info       
 #CustomLog /var/log/abe_access.log combined   
</VirtualHost>
6  Economy / Service Discussion / Cex.io is down right now on: April 18, 2014, 10:06:19 AM
Cex has been down for about 20 minutes just so you guys who have investments know. Do they ever recoup any estimated losses?
7  Other / Beginners & Help / Scrypt.cc Investment Over Payout on: April 14, 2014, 02:15:15 AM
I see alot of posting about Scrypt.cc, I dont want a bunch of replies telling me its great with a referal link. I would like to know what you invested and your daily payout. I am thinking about putting $200 dollars worth of bitcoins toward this site.
Posted from Bitcointa.lk - #1tTCEtJTserseIq5
8  Bitcoin / Project Development / Faucet Rotator Help on: February 25, 2014, 05:28:48 AM
I am new to Bitcoin and New to HTML and Java

I have put together a rotator but I have yet to get any feedback on the site. Not sure if its working well for any other parties.

Could you guys take a look at this and provide feed back, any ideas and issues that you may have?

Either on here or admin@bitcoinvapr.com

http://www.bitcoinvapr.com/faucetrotator.html
9  Economy / Marketplace / Bitcoin Faucet Rotator Help on: February 25, 2014, 03:35:11 AM
New to all of this to include building a webstie

Could you guys take a look at this and provide feed back, any ideas and issues that you may have?


http://www.bitcoinvapr.com/faucetrotator.html
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!