Skip to content

Commit

Permalink
version 0.3
Browse files Browse the repository at this point in the history
Add traffmonetizer infos + dashboard (not supported in docker swarm)

- update apps leaderboard regarding 2 monthes usage visibility
  • Loading branch information
OlivierGaland committed Mar 20, 2022
1 parent c8c1f35 commit aac7ffc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Those tools are using your computer to route traffic, I'm personnally using it r
Installation (you can open www/index.html file to have a more interactive install section) :

- Install linux OS on your host machine (a low consuming and cheap linux compatible box if you want a dedicated computer) or you can use an already set linux server running 24/7 as this software is very low ressources consuming.
- Download CashFactory latest release : wget https://github.com/OlivierGaland/CashFactory/archive/refs/tags/v0.2.tar.gz , then uncompress : tar -xvf v0.2.tar.gz
- Edit created directory name to CashFactory and cd inside : mv CashFactory-0.2 CashFactory ; cd CashFactory
- Download CashFactory latest release : wget https://github.com/OlivierGaland/CashFactory/archive/refs/tags/v0.3.tar.gz , then uncompress : tar -xvf v0.3.tar.gz
- Edit created directory name to CashFactory and cd inside : mv CashFactory-0.3 CashFactory ; cd CashFactory
- Run install script (Need to run it as sudo -supervisor-) : sudo ./setup.sh
- Create an account for the app(s) you want to use (5 app supported : see Registering section below)
- Update .env file with the account details (put your account informations in defined environment variables)
Expand Down
12 changes: 7 additions & 5 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
<button type="button" onclick="window.open('https://dashboard.honeygain.com/')">Honeygain</button>
<button type="button" onclick="window.open('https://peer2profit.com/dashboard')">Peer2profit</button></td></tr>
<tr><td><button type="button" onclick="window.open('https://pawns.iproyal.com/')">IPRoyal Pawns</button>
<button type="button" onclick="window.open('https://packetstream.io/dashboard')">Packetstream</button></tr>
<tr><td><button type="button" onclick="window.open('https://income.spider.dev/dashboard')">Spider Income</button></td></tr>
<button type="button" onclick="window.open('https://packetstream.io/dashboard')">Packetstream</button></td></tr>
<tr><td><button type="button" onclick="window.open('https://income.spider.dev/dashboard')">Spider Income</button>
<button type="button" onclick="window.open('https://app.traffmonetizer.com/dashboard')">Traffmonetizer</button></td></tr>
</table>
</div>
<div id="Register" class="tabcontent">
Expand All @@ -67,9 +68,10 @@
<tr><td>EarnApp</td><td>Yes</td><td>5</td><td>3</td><td>$0.5</td><td><button type="button" onclick="window.open('https://earnapp.com/i/p34wpf4')">Register</button></td></tr>
<tr><td>Honeygain</td><td>Yes</td><td>5</td><td>5</td><td>$0.1</td><td><button type="button" onclick="window.open('https://r.honeygain.me/GALAN2C368')">Register</button></td></tr>
<tr><td>Peer2profit</td><td>Yes</td><td>3</td><td>1</td><td>$1</td><td><button type="button" onclick="window.open('https://peer2profit.com/r/164081436561ccd71d961f2/en')">Register</button></td></tr>
<tr><td>IPRoyal Pawns</td><td>Yes</td><td>1</td><td>1</td><td>$0.2</td><td><button type="button" onclick="window.open('https://iproyal.com/pawns?r=455236')">Register</button></td></tr>
<tr><td>Packetstream</td><td>Yes</td><td>1</td><td>2</td><td>$0.1</td><td><button type="button" onclick="window.open('https://packetstream.io/?psr=32GQ')">Register</button></td></tr>
<tr><td>Spider Income</td><td>Not yet</td><td>2</td><td>1</td><td>$1</td><td><button type="button" onclick="window.open('https://income.spider.dev/r/galan21l65')">Register</button></td></tr>
<tr><td>IPRoyal Pawns</td><td>Yes</td><td>2</td><td>1</td><td>$0.2</td><td><button type="button" onclick="window.open('https://iproyal.com/pawns?r=455236')">Register</button></td></tr>
<tr><td>Packetstream</td><td>Yes</td><td>2</td><td>2</td><td>$0.1</td><td><button type="button" onclick="window.open('https://packetstream.io/?psr=32GQ')">Register</button></td></tr>
<tr><td>Spider Income</td><td>Not yet</td><td>1</td><td>1</td><td>$1</td><td><button type="button" onclick="window.open('https://income.spider.dev/r/galan21l65')">Register</button></td></tr>
<tr><td>Traffmonetizer</td><td>Not yet</td><td>1</td><td>1</td><td>$0.1</td><td><button type="button" onclick="window.open('https://traffmonetizer.com/?aff=52057')">Register</button></td></tr>
</table>
<table class="table_text">
<tr><td>
Expand Down

0 comments on commit aac7ffc

Please sign in to comment.