Search found 25 matches
- Fri Jul 22, 2011 10:43 am
- Forum: Older Browser MMO Videos
- Topic: im having a problem logging in(SOLVED)
- Replies: -1
- Views: 1174
Re: im having a problem logging in
<form method="POST" action="authenticate.php"> User Name <input type="text" name="player" size="21"> <br> Password <input type="password" name="password" size="21" mask="x"> <br> <input type="submit" ...
- Tue Jul 19, 2011 7:34 am
- Forum: Older Browser MMO Videos
- Topic: How to Formatting Text inside <?php ?> tags? [UNSOLVED]
- Replies: -1
- Views: 2846
Re: How to Formatting Text inside <?php ?> tags? [UNSOLVED]
Still not work 

- Tue Jul 19, 2011 7:32 am
- Forum: Older Browser MMO Videos
- Topic: $_SESSION Problems
- Replies: -1
- Views: 1996
Re: $_SESSION Problems
It won't work.... 

- Mon Jul 18, 2011 7:29 am
- Forum: Recruitment
- Topic: Xevant Online Game, Open Recruitment!
- Replies: -1
- Views: 1717
Re: Xevant Online Game, Open Recruitment!
I already think to change the idea, but sorry....
I didn't update it here....
So like....
http://travian.com
Yes! Similar! The different is...
and so on and so on and so on....
PS: I will update it soon
I didn't update it here....
So like....
http://travian.com
Yes! Similar! The different is...
and so on and so on and so on....


PS: I will update it soon
- Mon Jul 18, 2011 7:23 am
- Forum: Older Browser MMO Videos
- Topic: How to Formatting Text inside <?php ?> tags? [UNSOLVED]
- Replies: -1
- Views: 2846
Re: How to Formatting Text inside <?php ?> tags? [UNSOLVED]
I already put
#UserStats {
color: blue; font-size:36px;
}
on style.css, but when Im
<?php echo "<div id='UserStats'>";
echo $playername;
echo "</div>";?>
It doesn't change....
The style is same like before....
I confused,
Please help me....
#UserStats {
color: blue; font-size:36px;
}
on style.css, but when Im
<?php echo "<div id='UserStats'>";
echo $playername;
echo "</div>";?>
It doesn't change....
The style is same like before....
I confused,
Please help me....
- Sun Jul 17, 2011 10:17 am
- Forum: Tutorials
- Topic: uploading your game.
- Replies: -1
- Views: 1880
Re: uploading your game.
No, I mean I'm a newbie...
But a newbie still at least know little about hosting, etc....
Got It?
But a newbie still at least know little about hosting, etc....
Got It?
- Sun Jul 17, 2011 7:47 am
- Forum: Older Browser MMO Videos
- Topic: How to Formatting Text inside <?php ?> tags? [UNSOLVED]
- Replies: -1
- Views: 2846
Re: How to Formatting Text inside <?php ?> tags? [UNSOLVED]
Thank you for try to help me out,
But it's 100% not working...
What do you mean with div id?
Do you mean file name.css?
Rafli
[STILL UNSOLVED]
But it's 100% not working...
What do you mean with div id?
Do you mean file name.css?
Rafli
[STILL UNSOLVED]
- Sun Jul 17, 2011 7:15 am
- Forum: Older Browser MMO Videos
- Topic: How to Formatting Text inside <?php ?> tags? [UNSOLVED]
- Replies: -1
- Views: 2846
How to Formatting Text inside <?php ?> tags? [UNSOLVED]
How to formatting text inside the php tags? EXAMPLE: <?php include_once 'connect.php'; ?> <?php $bypass = 0; $playerinfo="SELECT * from players where name='$player'"; $playerinfo2=mysql_query($playerinfo) or die("could not get player stats!"); $playerinfo3=mysql_fetch_array($play...
- Sat Jul 16, 2011 6:38 pm
- Forum: Tutorials
- Topic: uploading your game.
- Replies: -1
- Views: 1880
Re: uploading your game.
Sorry before,
But you look too newbie for this....
As a newbie, at least he know about hosting
But you look too newbie for this....
As a newbie, at least he know about hosting

- Sat Jul 16, 2011 6:15 pm
- Forum: Older Browser MMO Videos
- Topic: Help me from this ANNOYING problems
- Replies: -1
- Views: 806
Help me from this ANNOYING problems
1. SESSION PROBLEM When I'm trying to put <?php include_once "connect.php"; if (isset($_SESSION['player'])) { $player=$_SESSION['player']; } else { echo "Not Logged in <br><br> <A href='login.php'>Login</a>"; exit; } ?> ON Parse1.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...