Page 1 of 1
Stock Market Script
Posted: Thu Aug 31, 2006 4:30 pm
by razsports
Not sure where to post this. Anyway, here goes.
I am looking for a software that allows you to setup a game in the format of a stock market. Allow members to buy or sell stocks and win prizes.
In other words I am looking for a php script that is in the format of a stock market game. I'd like to setup stats, give out stock market $$$$, award prizes and so on.
Posted: Thu Aug 31, 2006 5:01 pm
by GeXus
Code: Select all
<? echo "Welcome to the Stock Market Game"; ?>
That should get ya started
Posted: Thu Aug 31, 2006 5:30 pm
by jabbaonthedais
Do you know any php, or are you looking to get a pre-made script? You could check getafreelancer or scriptlance.
Posted: Thu Aug 31, 2006 6:31 pm
by jayshields
GeXus wrote:Code: Select all
<? echo "Welcome to the Stock Market Game"; ?>
That should get ya started
Code: Select all
<?php echo 'Welcome to the Stock Market Game'; ?>
would be better

Posted: Thu Aug 31, 2006 8:31 pm
by GeXus
jayshields wrote:GeXus wrote:Code: Select all
<? echo "Welcome to the Stock Market Game"; ?>
That should get ya started
Code: Select all
<?php echo 'Welcome to the Stock Market Game'; ?>
would be better

ooo.. Mr. Fancy Pants, typically I would charge for that level of development, all well.. your loss.
Posted: Thu Aug 31, 2006 8:36 pm
by feyd
that's enough riding the guy boys.
Re: Stock Market Script
Posted: Fri Sep 01, 2006 1:14 am
by RobertGonzalez
razsports wrote:Not sure where to post this. Anyway, here goes.
I am looking for a software that allows you to setup a game in the format of a stock market. Allow members to buy or sell stocks and win prizes.
In other words I am looking for a php script that is in the format of a stock market game. I'd like to setup stats, give out stock market $$$$, award prizes and so on.
Are you looking for a script or help with one you are developing?
Posted: Mon Sep 25, 2006 9:01 am
by spikescot2005
This is the same thing i am looking for. Im not sure what i really need or what i do with it but i was told i would need a script and a to set up a data base.
If there is already a script available this would be even better.
Posted: Mon Sep 25, 2006 9:10 am
by CoderGoblin
If you want to start learning PHP/databases etc then check out
PHP Starter Pack - Fundamental PHP Know-How.
Posted: Mon Sep 25, 2006 11:42 am
by spikescot2005
Thanks ill look at that but do you know if there is a script that is around that can be used
Posted: Tue Sep 26, 2006 1:42 pm
by spikescot2005
soryy for the double post but im looking for somthing along the lines of this -
http://www.goldcoders.com/?page=stocksmanager - for an idea for my site but either alot cheaper or free
Posted: Thu Sep 28, 2006 3:56 am
by RobertGonzalez
Cheaper/free implies 'do it yourself'.
Posted: Thu Sep 28, 2006 5:09 am
by onion2k
You're asking for a heck of a lot. A stock exchange application is not something that's particularly easy to create, and one that's generic so you can tailor it to your purposes would be even more work. I imagine $395 is probably about the right sort of price.