Search found 19 matches
- Mon Jul 11, 2011 10:10 am
- Forum: Older Browser MMO Videos
- Topic: Market Game Stock Prices
- Replies: -1
- Views: 532
Market Game Stock Prices
Hi ; Market game's in popular stocks somethink wrong for last 2 days (( Quote Date )) McDonalds Corp. MCD $85.6 7/8/2011 at 4:00pm Today 11/8/2011 But quote date is don't change for last 4 day and cost is same.. Here is my Stok1.php <?php include 'connect.php'; include 'index.php'; ?> <?php echo &qu...
- Thu Jun 16, 2011 12:41 pm
- Forum: Code Sharing
- Topic: Market game
- Replies: -1
- Views: 6168
Re: Market game
video was removed
- Wed Jun 15, 2011 8:15 am
- Forum: Code Sharing
- Topic: Market game
- Replies: -1
- Views: 6168
Re: Market game
I'm not professional Php coder and here is tutorial.
Yes im watching and learning here but impossible to write messsages.php for me
But if someone make Php lessons tutorial from zero i will start to learn.
Yes im watching and learning here but impossible to write messsages.php for me
But if someone make Php lessons tutorial from zero i will start to learn.
- Tue Jun 14, 2011 8:35 pm
- Forum: Code Sharing
- Topic: Market game
- Replies: -1
- Views: 6168
Re: Market game
can you make messages.php for this project ? when you have a time.
- Tue Jun 14, 2011 2:35 pm
- Forum: Code Sharing
- Topic: Market game
- Replies: -1
- Views: 6168
Re: Market game
Hi;
i need messages.php for this browser games and 'action window' don't show anythink..
i need messages.php for this browser games and 'action window' don't show anythink..
- Wed May 25, 2011 9:01 pm
- Forum: Older Browser MMO Videos
- Topic: Session Error [SOLVED]
- Replies: -1
- Views: 1075
Session Error [SOLVED]
Hi i have error on my index.php error is ; Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\satis\index2.php:2) in C:\xampp\htdocs\satis\index2.php on line 4 code is; <!DOCTYPE html PUBLIC "-//W3C//DTD...
- Fri May 20, 2011 8:30 am
- Forum: Older Browser MMO Videos
- Topic: A few problem [SOLVED]
- Replies: -1
- Views: 1329
Re: A few problem
1-)You are Buying too times same spell.( in skill Shop when i try to buy skill second time.its Buying.it must write '' You are already have this skill " this is my spelltrainer.php <?php include_once 'connect.php'; session_start(); include_once 'logo.php'; ?> <link href="style.css" re...
- Thu May 19, 2011 10:03 am
- Forum: Older Browser MMO Videos
- Topic: Equipping items [SOLVED]
- Replies: -1
- Views: 1540
Re: Equipping items
I try to make it from statpanel with this code
echo "Strength = " . $playerinfo3['attack'] . "+" . $weaponinfo3['damage'] "<br>";
at index
Strentgh = 150 +
later to '+' Free dont show anythink
echo "Strength = " . $playerinfo3['attack'] . "+" . $weaponinfo3['damage'] "<br>";
at index
Strentgh = 150 +
later to '+' Free dont show anythink
- Thu May 19, 2011 9:15 am
- Forum: Older Browser MMO Videos
- Topic: A few problem [SOLVED]
- Replies: -1
- Views: 1329
A few problem [SOLVED]
1-)You are Buying too times same spell. 2-)When Player's Damage=8 Hit at battle 2-3 and when Player's Damage=150 hit at battle 2-3 again to same monster. 3-)I want to add different monster for every map.And you will choose monster in map.How i will do this ? 4-)And lastly i need to make Guild System...
- Wed May 18, 2011 2:14 pm
- Forum: Older Browser MMO Videos
- Topic: Equipping items [SOLVED]
- Replies: -1
- Views: 1540
Re: Equipping items
And at down is my attack.php <?php include_once 'connect.php'; session_start(); include_once 'logo.php'; ?> <link href="style.css" rel="stylesheet" type="text/css" /> <div id="login2" div align="center"> <?php if (isset($_SESSION['player'])) { $playe...