Jump to content

Recommended Posts

Posted

I don't mind registering with your username and I will, if I decide to enter this kind of stuff. Now, even if I didn't really understood who THEY earn money I've seen many proofs that it works. Let me get this straight:

 

- I register there and I get 10$ for free in order to buy a position that costs 10$.

- This position according to the website will give me 2% of it (0.20€) each day in my balance.

- In 50 days the balance will go back to 10$. That leads us to a continues loop.

 

So if I understand this well, I need to invest a bit in order to take back more money per day, but what I don't get, because I was bored to read all the tutorials they have, is how I earn more money than I invest... I might be a dumb, but I'm really bored to check how this is working and I'd be glad if you reply me with some right maths. :)

 

Thanks in advance :)

Posted

I don't mind registering with your username and I will, if I decide to enter this kind of stuff. Now, even if I didn't really understood who THEY earn money I've seen many proofs that it works. Let me get this straight:

 

- I register there and I get 10$ for free in order to buy a position that costs 10$.

- This position according to the website will give me 2% of it (0.20€) each day in my balance.

- In 50 days the balance will go back to 10$. That leads us to a continues loop.

 

So if I understand this well, I need to invest a bit in order to take back more money per day, but what I don't get, because I was bored to read all the tutorials they have, is how I earn more money than I invest... I might be a dumb, but I'm really bored to check how this is working and I'd be glad if you reply me with some right maths. :)

 

Thanks in advance :)

1 Position will earn you 150%(15$) in 81 days.

 

Example you bought 4 positions.

4 positions in 81 days=> 60$

those 4  expired positions will transform into a matrix position wich will give you 60$

 

so you have the 60$ from the 4 poisitons you bought and you have the 60$ from the expired positions, that's 120$

 

120$ - 40$ you invested = profit 80$

 

But if you keep compounding(buy new positions when you get 10$ in your balance from positions) you earn more and more.

 

Just my 50 positions without the 2% when they will expire i will have 25 matrixses thats 1500$

Posted

1 Position will earn you 150%(15$) in 81 days.

 

Example you bought 4 positions.

4 positions in 81 days=> 60$

those 4  expired positions will transform into a matrix position wich will give you 60$

 

so you have the 60$ from the 4 poisitons you bought and you have the 60$ from the expired positions, that's 120$

 

120$ - 40$ you invested = profit 80$

 

But if you keep compounding(buy new positions when you get 10$ in your balance from positions) you earn more and more.

 

Just my 50 positions without the 2% when they will expire i will have 25 matrixses thats 1500$

 

So let's say I register. I get 1 position for free and I buy an other 3 positions. When those (4) positions expire (in ~2.5 months), I'll get 120$. Am I right? :D

Posted

So let's say I register. I get 1 position for free and I buy an other 3 positions. When those (4) positions expire (in ~2.5 months), I'll get 120$. Am I right? :D

After 50 days you will get -10$ from the free position, but you will still earn 5$ from it. ALso you will have to upgrade your account to lvl 1(15$) when you will want to cycle a matrix.

 

I recommend compounding.

Calculate your earnings here with compounding and without http://tripler.justbeenpaid.com/calculator/

Posted

After 50 days you will get -10$ from the free position, but you will still earn 5$ from it. ALso you will have to upgrade your account to lvl 1(15$) when you will want to cycle a matrix.

 

I recommend compounding.

Calculate your earnings here with compounding and without http://tripler.justbeenpaid.com/calculator/

 

That counts (for 15$ for the lvl1 + 5$ lost from free position =) 20$ loss. So I could get back 100$ instead of 120$. Or...? :P

Posted

25 lost if you put 30$(+10$ free so you can have 1 matrix)

 

 

so it will be 120- 25-30 = 65$ just pure profit

 

but as i said you better compound your earnings for more positions/matrixses.

 

 

IF you want to invest just 10-20$ and notkeep compounding you will earn really slow, is good to invest 50$+ and compound.

 

If you have 10-20$ to risk and if you want money fast but not guaranteed, go for some hyips.

Posted

i will update it at the end of the week since i will reach 120$ a week ;D

Joined under your ref.

Well i have questions.

I bought 1 position, now i must waiting 50 days to take 10$ from my earns or i can pay too in order to buy more positions?

If the second exists, how i can do that?

Where i can compare my alertpay account with this site in order to withdraw money?

Posted

you can fund your account whenever you want and buy new position, also you can buy when you reach 10$(thats what i do, i buy positions every day, im 11.60$ a day)

 

Here is a tut how to withdraw, if you have any problem, pm me and i will help you via team viewer.

http://wealthbuilderbiz.com/withdraw-jss-tripler-funds-to-alertpay

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • I have not touched a L2J style server in probably 13-14 years, as part of my "re-education" on server stuff I decided to build a installation script, hope some of you find it useful. NOTE: This script should only be run on a fresh Ubuntu 22/24 install, must be ran as root. I have only tested on 22 so far. What it does: - Checks to make sure you are root and are using Ubuntu 22/24 - Creates a system user for running aCis - Installs java jdk 21, Mariadb, Apache2 + PHP, Adminer, Ant - Created user and database for gameserver and login server - Creates user for Adminer - Adds second layer of security for Adminer (apache2 auth) - Runs secure_installation on Mariadb - Makes all .sh files executeable - Fills in Mariadb database information in database_installer.sh, config/server.properties, config/loginserver.properties - Runs database_installer.sh - Fetches aCis repository and builds it (supports public and private repo) - Moves all needed files into <user>/acis-built - Enables UFW and opens needed ports: 22, 80, 2106, 7777 - Installs fail2ban and configures protection for sshd (max 3 fails) - Retrieves geodata from http://anothercrappyinterludeserver.com/files/ and unpacks it in correct place - Fills in server IP in loginserver.properties Script is here: https://github.com/Salty-Dragon/aCis-installer-ubuntu    
    • Do your self a favour and keep your mouth shut up. I'm really getting tired of people like you. It seems like this forum has the most toxic members.  Can you share those „unsolved“ bugs? Just bla, bla, bla, but nothing to prove, right? Always the same with you  when you see my project name and always you got what to say bad about me or my project. This is your plan write something bad about others just to get more customers to yourself? Ah, those rotten people everywhere around us.
    • isnt this just premium account
    • do your self a favour and delete l2joriblaeh unless you are not serious and you are making server for fun and dont care about unsolvable bugs plus any other project i can help you with a donate panel fully tested and working.  
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock