View Full Version: Earn Millions on Net?

Evolution > PC Central > Earn Millions on Net?



Title: Earn Millions on Net?


sarunas007 - July 24, 2007 09:09 AM (GMT)
Is it possible to earn alot through internet? yes its quite easy, i earn quite alot by being a internet investor and programmer. I am currently working on a project that i invested $5,000 USD in, and hopefully will get it back in a few months- the project will take around 2 years to finish, because im not so advanced in coding and i amthe only programmer working on it.

Anyway everyone and anyone can make thousands ( maybe even millions ), in a period of time, you have to be patient and willing to learn and ofcourse confident in your ability...

The Net industry is VERY BIG, you only need like %0.001 of the people to sign up to earn millions. Ofcourse you have to be a player aswell as owner, to actually experience what players experience and know how you users feel. So if your a player of a game, and then make one you would have more ideas.

A extract from something i read below:

Possible to make a million of the internet ?

The short answer is “yes,” because some people are actually doing it. However, there are more people losing a lot of money trying to earn millions online. A realistic scenario is somewhere in the middle, where one is earning enough money to make it worthwhile.

If you’re a starry-eyed newbie who has just come to realize the income potential of the internet, or if you’re one of those people who coast from opportunity to opportunity trying to find the right one, this article just might be for you.

Let’s start by examining the multitude of opportunities to make “unlimited” income working from home just a few hours a day. Every one of these claims to be “different” and not at all like those other “scams” out there on the internet. In fact, their testimonials often use such language as “I thought it was another one of those scams, but I trusted my instincts on this one, and am I ever glad I did!”

Several of these business opportunities point to the unlimited residual income that grows as you build your “downline.” If you don’t know what a downline is, think of it this way: you recruit five people underneath you, and you get a percentage of their sales. They each recruit five people under them, and you get a percentage of their sales, too. And so on. You can see the exponential possibilities here.

Let’s say that you really do get five people, who get five more, who get five more, and so on. Five layers into your downline equals 3,124 people. Wow, that’s a lot of potential. But of course, everyone in your downline wants their own downline. So if we progress 5 more levels down, that’s 9,765,625 people involved, with you at the top.

Of course, you’re not at the top – you’re embedded in someone else’s downline. Let’s say you’re 10 levels deep from the top. This means that at the bottom of your downline, there are 95,367,431,640,625 people involved. Since the world population is only 6,515,000,000, this is an impossibility.

This means that the promotion that is offered to you, and in turn, the promotion you offer everyone else for “unlimited income” is a lie. Of course, they argue that not everyone gets 5 people in their downline. The number 5 is usually thought to be that magic number where there’s enough critical mass to build up to a residual income. So either way, it’s a lie.

Let’s look at another model. Many people start with a product or idea. They develop a website around this, and they wait for traffic to come in. Then they realize that they need to advertise, but of course, they’ve just spent a lot of money getting their website set up, so they don’t want to buy expensive advertising. So they buy cheap advertising, which usually means popups, popunders, or banner ads.

Let me ask you this. Have you ever made an online purchase because of a popup ad? Maybe you have, but I’ve never met anyone who has. They’re usually too annoyed by the popup to bother reading it. Many people have popup blockers these days. And for those ads that can bypass the popup blocker, web users often close the window before it fully loads.

Of course, some ads are set up so that when you try to close the window, four or five more windows pop up. I guarantee you most people will NOT be in a mood to make a purchase at this point.

As of this writing, it seems that the best way to earn money online is to build an opt-in mailing list. In fact, internet guru Matt Bacak suggests you should start building your opt-in mailing list before you do anything else. (If you do a search on Google, you’ll find that he has published many articles on this topic.) Your contact with your subscribers should be based around building trust and credibility, and offering products that would be of interest to them for which you are an affiliate.

Some suggest that this model is losing its freshness as more and more people are figuring it out and getting on the bandwagon. The people who figured this out first have made millions of dollars, often just by teaching others how to do it.

Is it still possible to make millions of dollars running an online business this way? It’s still possible, but it’s more difficult. The competition is tighter. But it’s still possible. You just have to be better than your competition. How do you do this? You have to invest in the learning opportunities that these internet gurus provide.

First, get on some of their mailing lists. Try some of the tips and suggestions they offer for free. When you start to see which ones offer the advice that best suits your needs, invest in an audioprogram or an ebook. Continue to learn and refine.

And don’t expect to make millions overnight!



SO GO GET YOUR MONEY PEOPLE !!! Just be patient !!!

~Sarunas

sarunas007 - July 24, 2007 09:12 AM (GMT)
PHP is a good programmer language to start with, these forums are actually made out of php. You know this because in the adress, it shows as ***.com/index.php ...

Good learning sites for PHP:

www.w3schools.com/php/default.asp
www.learnphpfree.com
www.phpfreaks.com/
www.php-mysql-tutorial.com/

Books:

PHP-SQL for dummies ( Quite good )

If you need help dont hessitate to pm me, im always ready to help. Also if the admins made a Coder section, i reckon many PHP addicts would sign up , and many of you would learn :)

sarunas007 - July 24, 2007 09:20 AM (GMT)
For example something like a drug place where you buy drugs would be something like ;


CODE
<?php
/*-----------------------------------------------------
-- Drug Places
-- By Sarunas
-----------------------------------------------------*/
session_start();
require "global_func.php";
if($_SESSION['loggedin']==0) { header("Location: login.php");exit; }
$userid=$_SESSION['userid'];
require "header.php";
$h = new headers;
$h->startheaders();
include "mysql.php";
global $c;
$is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error());
$ir=mysql_fetch_array($is);
check_level();
$fm=money_formatter($ir['money']);
$cm=money_formatter($ir['crystals'],'');
$lv=date('F j, Y, g:i a',$ir['laston']);
$h->userdata($ir,$lv,$fm,$cm);
$h->menuarea();
if(!$_GET['spend'])
{
print "<h2>Drug Place</h2>
<b>Drug Dealer:</b> Welcome to the drug place , what you want?!<br/>
<b>You:</b> Sure, i feel the need to get a bit Hyper, what do you have? <br/>
<b>Drug Dealer</b>We have:<br/>

<br />
<h3>Cigars</h3>
<table border='1' width='90%' bordercolor='#939393'><th>Name</th><th>Price</th><th><center>Buy</th></tr><tr>
<td><center>Class 1</td><td><center>$1000</td><td><center><a href='drugs.php?spend=ausb'>BUY</a></td></tr><tr>
<td><center>Class 2</td><td><center>$2000</td><td><center><a href='drugs.php?spend=freb'>BUY</a></td></tr><tr>
<td><center>Class 3</td><td><center>$3000</td><td><center><a href='drugs.php?spend=ameb'>BUY</a></td></tr><tr>
<td><center>Class 4</td><td><center>$5000</td><td><center><a href='drugs.php?spend=scob'>BUY</a></td></tr></table>";
print "<br />
<h3>Weed</h3>
<table border='1' width='90%' bordercolor='#939393<th>Name</th><th>Price</th><th><center>Buy</th></tr><tr>
<td><center>Class 1</td><td><center>$5000</td><td><center><a href='drugs.php?spend=briw'>BUY</a></td></tr><tr>
<td><center>Class 2</td><td><center>$6000</td><td><center><a href='drugs.php?spend=scow'>BUY</a></td></tr><tr>
<td><center>Class 3</td><td><center>$7000</td><td><center><a href='drugs.php?spend=ameb'>BUY</a></td></tr><tr>
<td><center>Class 4</td><td><center>$8000</td><td><center><a href='drugs.php?spend=scob'>BUY</a></td></tr></table>";
print "<br />
<h3>Xanax</h3>
<table border='1' width='90%' bordercolor='#939393'><th>Name</th><th>Price</th><th><center>Buy</th></tr><tr>
<td><center>Class 1</td><td><center>$9000</td><td><center><a href='drugs.php?spend=bris'>BUY</a></td></tr><tr>
<td><center>Class 2</td><td><center>$10000</td><td><center><a href='drugs.php?spend=iris'>BUY</a></td></tr><tr>
<td><center>Class 3</td><td><center>$12000</td><td><center><a href='drugs.php?spend=wels'>BUY</a></td></tr><tr>
<td><center>Class 4</td><td><center>$15000</td><td><center><a href='drugs.php?spend=scos'>BUY</a></td></tr></table>";
}
else
{
if($_GET['spend'] == 'ausb')
{
if($ir['money'] <1000)
{
print "You don't have enough money to buy some Class 1 Cigars!";
}
else
{
mysql_query("UPDATE users SET brave=brave+1,money=money-1000 WHERE userid=$userid",$c);
mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);
print "<center>You bought some Class 1 Cigars for \$1000, you smoke the cigars.<br/>You feel dizzy as a rush of your brave starts coming back to you.<br/><a href='index.php'>>Home</a></center>";
}
}
else if($_GET['spend'] == 'freb')
{
if($ir['money'] <2000)
{
print "You don't have enough money to buy some Class 2 Cigars!";
}
else
{
mysql_query("UPDATE users SET brave=brave+3,money=money-2000 WHERE userid=$userid",$c);
mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);
print "<center>You bought some Class 2 Cigars for \$2000, you smoke the cigars.<br/>You feel dizzy as a rush of your brave starts coming back to you.<br/><a href='index.php'>>Home</a></center>";
}
}
else if($_GET['spend'] == 'ameb')
{
if($ir['money'] <3000)
{
print "You don't have enough money to buy some Class 3 Cigars!";
}
else
{
mysql_query("UPDATE users SET brave=brave+5,money=money-3000 WHERE userid=$userid",$c);
mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);
print "<center>You bought some Class 1 Cigars for \$3000, you smoke the cigars.<br/>You feel dizzy as a rush of your brave starts coming back to you.<br/><a href='index.php'>>Home</a></center>";
}
}
else if($_GET['spend'] == 'scob')
{
if($ir['money'] <5000)
{
print "You don't have enough money to buy some Class 4 Cigars!";
}
else
{
mysql_query("UPDATE users SET brave=brave+7 money=money-5000 WHERE userid=$userid",$c);
mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);
print "<center>You bought some Class 4 Cigars for \$5000, you smoke the cigars.<br/>You feel dizzy as a rush of your brave starts coming back to you.<br/><a href='index.php'>>Home</a></center>";
}
}
else if($_GET['spend'] == 'briw')
{
if($ir['money'] <5000)
{
print "You don't have enough money to buy some Class 1 Weed!";
}
else
{
mysql_query("UPDATE users SET brave=brave+7,money=money-5000 WHERE userid=$userid",$c);
mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);
print "<center>You bought some Class 1 Weed for \$5000, you smoke the weed, its been a long day.<br/>You feel dizzy as a rush of your brave starts coming back to you.<br/><a href='index.php'>>Home</a></center>";
}
}
else if($_GET['spend'] == 'scow')
{
if($ir['money'] <6000)
{
print "You don't have enough money to buy some Class 2 Weed!";
}
else
{
mysql_query("UPDATE users SET brave=brave+8,money=money-6000 WHERE userid=$userid",$c);
mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);
print "<center>You bought some Class 2 Weed for \$6000, you smoke the weed, its been a long day.<br/>You feel dizzy as a rush of your brave starts coming back to you.<br/><a href='index.php'>>Home</a></center>";
}
}
else if($_GET['spend'] == 'spaw')
{
if($ir['money'] <7000)
{
print "You don't have enough money to buy some Class 3 Weed!";
}
else
{
mysql_query("UPDATE users SET brave=brave+10,money=money-7000 WHERE userid=$userid",$c);
mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);
print "<center>You bought some Class 3 Weed for \$7000, you smoke the weed, its been a long day.<br/>You feel dizzy as a rush of your brave starts coming back to you.<br/><a href='index.php'>>Home</a></center>";
}
}
else if($_GET['spend'] == 'itaw')
{
if($ir['money'] <8000)
{
print "You don't have enough money to buy some Class 4 Weed!";
}
else
{
mysql_query("UPDATE users SET brave=brave+11,money=money-8000 WHERE userid=$userid",$c);
mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);
print "<center>You bought some Class 4 Weed for \$8000, you smoke the weed, its been a long day.<br/>You feel dizzy as a rush of your brave starts coming back to you.<br/><a href='index.php'>>Home</a></center>";
}
}
else if($_GET['spend'] == 'bris')
{
if($ir['money'] <9000)
{
print "You don't have enough money to buy some Class 1 Xanax!";
}
else
{
mysql_query("UPDATE users SET brave=brave+13,money=money-9000 WHERE userid=$userid",$c);
mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);
print "<center>You bought some Class 1 Xanax for \$9000, you wash the Xanax down with some water.<br/>You feel dizzy as a rush of your brave starts coming back to you.<br/><a href='index.php'>>Home</a></center>";
}
}
else if($_GET['spend'] == 'iris')
{
if($ir['money'] <10000)
{
print "You don't have enough money to buy some Class 2 Xanax!";
}
else
{
mysql_query("UPDATE users SET brave=brave+14,money=money-10000 WHERE userid=$userid",$c);
mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);
print "<center>You bought Class 2 Xanax for \$10000, you wash the Xanax down with some water.<br/>You feel dizzy as a rush of your brave starts coming back to you.<br/><a href='index.php'>>Home</a></center>";
}
}
else if($_GET['spend'] == 'wels')
{
if($ir['money'] <12000)
{
print "You don't have enough money to buy some Class 3 Xanax!";
}
else
{
mysql_query("UPDATE users SET brave=brave+17,money=money-12000 WHERE userid=$userid",$c);
mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);
print "<center>You bought some Class 3 Xanax for \$12000, you wash the Xanax down with some water.<br/>You feel dizzy as a rush of your brave starts coming back to you.<br/><a href='index.php'>>Home</a></center>";
}
}
else if($_GET['spend'] == 'scos')
{
if($ir['money'] <15000)
{
print "You don't have enough money to buy some Class 4 Xanax!";
}
else
{
mysql_query("UPDATE users SET brave=brave+20,money=money-15000 WHERE userid=$userid",$c);
mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);
print "<center>You bought some Class 4 Xanax for \$15000, you wash the Xanax down with some water.<br/>You feel dizzy as a rush of your brave starts coming back to you.<br/><a href='index.php'>>Home</a></center>";
}
}
}
$h->endpage();
?>



And to add new drugs it would be something like

First make a...

<h3>Drug Name</h3>


under it


CODE
<td><center>The Class</td><td><center>Price</td><td><center><a href='drugs.php?spend=shortword'>BUY</a></td></tr><tr>



Followed By

CODE

}
else
{
if($_GET['spend'] == 'shortword')
{
if($ir['money'] <Price)
{
print "You don't have enough money to buy some Class ___ !";
}
else
{
mysql_query("UPDATE users SET brave=brave+1,money=money-1000 WHERE userid=$userid",$c);
mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);
print "<center>You bought some Class ___ Drug Name for \$1000, you smoke the DRUG.<br/>You feel dizzy as a rush of your brave starts coming back to you.<br/><a href='index.php'>>Home</a></center>";
}


Replace the variables ( names etc ) though... that is a simple code done in php...

So any chance admins gonna make php/coder forum :)

Random Hero - July 24, 2007 09:26 AM (GMT)
I don't know if a new forum is needed, you could probably just have everything to do with this in your programming topic. As for making millions on the net, well I don't think that's the case anymore because it's a case of too little too late. Unless you have something truly unique like YouTube or something.

sarunas007 - July 24, 2007 09:28 AM (GMT)
It is possible. My friend also a website developer makes $10,000 a month. While he invested just a few thousand... Its all about if you have unique ideas...

_MetalliX_ - July 24, 2007 09:29 AM (GMT)
I think the best piece of advice is not to start out with the precedence of making money, but instead provide an innovative service.

The trend has been average Joe's at their computer with an original idea. All of the great sites like YouTube, MySpace, eBay and Google were backyard enterprises with a concept which has seen them boom over time.

Check out this thread. He is our resident online entrepreneur (occasionally online) but has the right idea by trialling several ideas and not getting in over his head.

borgster101 - July 24, 2007 09:32 AM (GMT)
I'll just point out try not to make multiple posts in the future sarunas :)

sarunas007 - July 24, 2007 09:39 AM (GMT)
Well if your aim is to make money then you have to think about your objectives and set targets for yourself. Also i could consider myself as a entrepreneur, because i take risks...

If you want to make money, you have to take risks... And many do that...

I made an inquiry about buying this forum. And i was actually interested however i think it was a too big risk for the price... ( Owner stated its not for sale but if he had to agree he would put it up for sale for **** )

At the moment i try to concentrate on the following;

Education
Family and Friends
Basketball
Having a Good time

I dont have to work because i got food as it is, while going to College i get money from my parents. So i cant exceed my full potential. however when i become older and more mature i think i would be quite successful.

And programmers always make a living after all, they don't have a specific work place, they can work for up to 5 companies and recieve alot of wage for that and of course aswell as work for others they can develop their projects...


PS: Borgster sorry for the double post, just didn't want to make a post THAT long, sorry anyway :)

~Sarunas

Drake - July 24, 2007 10:06 AM (GMT)
You tried to buy this forum? wow. i'm kinda glad it's not for sale because it really is fine the way it is. No offense but i've seen forums go to into the hands of others and they just self destruct.

sarunas007 - July 24, 2007 10:07 AM (GMT)
QUOTE (Drake @ Jul 24 2007, 08:06 PM)
You tried to buy this forum? wow. i'm kinda glad it's not for sale because it really is fine the way it is. No offense but i've seen forums go to into the hands of others and they just self destruct.

Noone tried to buy, i made an inquiry... And i am glad with the current ownership.

And dont worry, something like a sale wouldnt happen, because the current owner would decide with the staff + members and also would want a good reasonable price for it...





Hosted for free by InvisionFree