Bitcoin Forum
May 29, 2024, 11:38:35 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 »
181  Economy / Micro Earnings / Re: Excellent Rates Satoshis 1000 Faucet New on: November 12, 2015, 10:06:50 PM
Thanks for 1000 satoshi Smiley
182  Economy / Services / Re: YoBit.Net - Signature Campaign - Realtime Payouts (daily) on: November 12, 2015, 09:50:43 PM
Joined your campaign, i hope you will pay out Cheesy
183  Economy / Micro Earnings / Re: How To Create Your Own Faucet Rotator For Free on: November 12, 2015, 05:47:11 PM
Huge thanks to noozer for 0.004 Donation!
184  Economy / Micro Earnings / Re: How To Create Your Own Faucet Rotator For Free on: November 12, 2015, 12:37:12 PM
https://github.com/blackout314/faucet-rotator-script

now i've only imported your code, tomorrow i push my "personal" code.

Thanks, i will let you know if i make some updates Smiley
185  Economy / Micro Earnings / Re: How To Create Your Own Faucet Rotator For Free on: November 11, 2015, 01:49:10 PM
Can you give me the link? I will follow it for updates Tongue
186  Economy / Micro Earnings / Re: How To Create Your Own Faucet Rotator For Free on: November 11, 2015, 11:31:53 AM
Did you earn any amount form https://coinbucks.io ,I didn't Sad

Yes i did
187  Economy / Micro Earnings / Re: How To Create Your Own Faucet Rotator For Free on: November 10, 2015, 05:25:59 PM
for add keypress event for navigate

1. add jQuery

2. add this code on bottom of ro.js

Code:
$(document).keypress(function( event ) {
  if ( event.which == 110 ) {
  console.log('N');
    next();
  } else if ( event.which == 112 ) {
  console.log('P');
    prev();
  }
});

:-)

P1R4T3, if u add this code on github (i can do) we can code togheter
Its not originally my code, i found it online and modified a bit to fit my needs Smiley
188  Economy / Micro Earnings / Re: CoinsRotator.win - Faucet Rotator | Live Chat | Offer Wall | New Faucet on: November 10, 2015, 12:21:12 PM
Feel free to post here or contact me if you have any questions or ideas Smiley
189  Economy / Micro Earnings / Re: How To Create Your Own Faucet Rotator For Free on: November 10, 2015, 12:17:23 PM
If you have any problems or questions feel free to contact me.
190  Economy / Micro Earnings / Re: How To Create Your Own Faucet Rotator For Free on: November 09, 2015, 12:01:17 PM
No problem guys, i am glad you like it Smiley
191  Economy / Micro Earnings / Re: How To Create Your Own Faucet Rotator For Free on: November 08, 2015, 09:39:14 PM
Requirements

Web hosting - you can register for free one here or you can buy premium one here
Domain mane - you can register for free one here or you can buy premium on here
Faucet rotator script - you can download it from here
Notepad++ - you can download it from here

Step 1
I assume you know how to connect your web hosting with your domain. If not just google it, there is plenty of tutorials on this subject.

When you have all the requirements, open the script folder. You will see something like this:


Now right click on index.html and open it in Notepad++


You need to update the information according to comments.


Now open 2.html in Notepad++ and again update the text with comments


When you are done editing index.html and 2.html open ro.js in notepad++ you will see something like this:

This is the faucet list that your rotator is going to use, just change the links to your favorite faucets referral links.

Step 2
In this step we are going to setup offer wall, this allows your rotator users to earn bitcoins by completing surveys. For every survey completed by user we will take %
To get offer wall script you need to register here

When you are done with registration login and click Webmaster Tools > Coin Wall > Create New


Now name your offer wall and setup the % users will get after completing the surveys and click Create New button.

Set the amount of percentage that goes to your end-user and how much is retained as profit, example: 90% revenue share, 90% would be paid out to your user, you would profit the remaining 10%

When you are done creating your offer wall go to Webmaster Tools > Coin Wall > View Tools and click Generate Code button


Copy the code, open offerwall.html in Notepad++ and change the iframe code with your code.


Save everything, upload all files in script folder to your web hosting and you are done!

Bitcoin faucet rotator demo: http://coinsrotator.win

Don't have time or knowledge to do it yourself? I can do it for you! For just 0.01฿ you will get your own faucet rotator, web hosting, domain name and my email/skype support!
If interested pm me or email me at: support@coinsrotator.win

Thank you for reading, and sorry for my bad English.

This actually appears to have the most promise as any other posting of this type.  I appreciate that you made a little coin off the mediafire link and I will check the rest for viruses.
I uploaded the rar file to virus total if that helps: https://www.virustotal.com/en/file/d993af5c1e831c5a78811adab40803df7a92ce8a50934b0021f583da2750bdab/analysis/1447018672/
192  Economy / Micro Earnings / Re: How To Create Your Own Faucet Rotator For Free on: November 08, 2015, 09:14:49 PM
I have no idea why images are not showing Cheesy
Image links are between
Code:
[img][/img]
193  Economy / Micro Earnings / How To Create Your Own Faucet Rotator For Free on: November 08, 2015, 06:11:33 PM
Same guide in .pdf : http://megabitload.com/download/index/94985245/
Requirements

Web hosting - you can register for free one here or you can buy premium one here
Domain mane - you can register for free one here or you can buy premium on here
Faucet rotator script - you can download it from here
Notepad++ - you can download it from here

Step 1
I assume you know how to connect your web hosting with your domain. If not just google it, there is plenty of tutorials on this subject.

When you have all the requirements, open the script folder. You will see something like this:


Now right click on index.html and open it in Notepad++


You need to update the information according to comments.


Now open 2.html in Notepad++ and again update the text with comments


When you are done editing index.html and 2.html open ro.js in notepad++ you will see something like this:

This is the faucet list that your rotator is going to use, just change the links to your favorite faucets referral links.

Step 2
In this step we are going to setup offer wall, this allows your rotator users to earn bitcoins by completing surveys. For every survey completed by user we will take %
To get offer wall script you need to register here

When you are done with registration login and click Webmaster Tools > Coin Wall > Create New


Now name your offer wall and setup the % users will get after completing the surveys and click Create New button.

Set the amount of percentage that goes to your end-user and how much is retained as profit, example: 90% revenue share, 90% would be paid out to your user, you would profit the remaining 10%

When you are done creating your offer wall go to Webmaster Tools > Coin Wall > View Tools and click Generate Code button


Copy the code, open offerwall.html in Notepad++ and change the iframe code with your code.


Save everything, upload all files in script folder to your web hosting and you are done!

Bitcoin faucet rotator demo: http://coinsrotator.win

Don't have time or knowledge to do it yourself? I can do it for you! For just 0.01฿ you will get your own faucet rotator, web hosting, domain name and my email/skype support!
If interested pm me or email me at: support@coinsrotator.win


Edit 2015-11-14

Driving traffic?

Driving traffic to your rotator is not as hard as you might think, just follow my recommendations bellow and you will see huge traffic boost.

Forums - Google for bitcoin related forums and register in as many as you can. On every forum create a thread about your rotator, make it a high quality and informative thread.
Always keep your thread fresh,  post about faucet list updates, website updates etc...

Facebook - Join bitcoin retaled groups and post there regularly about your rotator.

Mellow Ads - Join mellow ads and use there free faucet, it gives you 5,000-100,000 satoshi for advertising.
(* 5,000 satoshi is the minimum amount required for a 5 day network campaign)
Register on mellow ads for free here



Thank you for reading, and sorry for my bad English.


Please consider donating!
1EjopW3kXeMKzpydjB1KrXWtPZUYkQ3bK1

Thanks List
noozer thank you for 0.004 donation!
194  Economy / Micro Earnings / Re: CoinsRotator.win - Faucet Rotator | Live Chat | Offer Wall | New Faucet on: November 08, 2015, 04:45:33 PM
Updated faucets Smiley
195  Economy / Micro Earnings / Re: CoinsRotator.win - Faucet Rotator | Live Chat | Offer Wall | New Faucet on: November 07, 2015, 10:47:45 PM
Anyone interested in advertising on my faucet?
Send pm or post here.
196  Economy / Micro Earnings / Re: CoinsRotator.win - Faucet Rotator | Live Chat | Offer Wall | New Faucet on: November 07, 2015, 06:46:31 PM
Added scratch lottery, now you can double your coins!
197  Economy / Micro Earnings / Re: CoinsRotator.win - Faucet Rotator | Live Chat | Offer Wall | New Faucet on: November 05, 2015, 05:10:43 PM
New faucet design!
198  Economy / Micro Earnings / Re: CoinsRotator.win - Faucet Rotator | Live Chat | Offer Wall | New Faucet on: November 04, 2015, 12:57:43 AM
hello, i like the rotator, how can i add my faucet to your rotator?

Just post link here and i will add your faucet to the list if it meets the requirements.
199  Economy / Micro Earnings / Re: CoinsRotator.win - Faucet Rotator | Live Chat | Offer Wall | New Faucet on: November 03, 2015, 09:35:06 PM
Updated orginal post.
200  Economy / Micro Earnings / Re: CoinsRotator.win - Faucet Rotator | Live Chat | Offer Wall on: November 03, 2015, 01:49:23 PM
Updated faucet rotator
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!