Search found 10 matches

by bultrayer
Wed Jan 23, 2013 3:15 pm
Forum: Advanced Help and Support
Topic: Attack System
Replies: -1
Views: 438

Attack System

Alright , im looking to make attack system , the attack system will take resources and money from the players who been attacked depends on the attacker power , if the attacker power is stronger then the attacked person so the attacker will win. I'am not finding the right way doing it , can any one h...
by bultrayer
Wed Jan 23, 2013 3:12 pm
Forum: Recruitment
Topic: PHP Coder Recruitment - for Browser Based Game
Replies: -1
Views: 765

Re: PHP Coder Recruitment - for Browser Based Game

hallsofvallhalla wrote:Sounds kewl. Good luck.
Thank you vallhalla :)

Also i have another idea for the game :

the 100 troops you get everyday you can train them to be workers , workers gets you money and resources.
by bultrayer
Wed Jan 23, 2013 1:59 pm
Forum: Recruitment
Topic: PHP Coder Recruitment - for Browser Based Game
Replies: -1
Views: 765

PHP Coder Recruitment - for Browser Based Game

Alright guyz! so i'am planning to develop an browser based game , i have already a base , but need some codes to add to the game. Whats the game about? Having an army and fight with other armies. Everyday you get 100 troops to train you can train them to be warriors or ride horses Everyday you trai...
by bultrayer
Wed Jan 23, 2013 1:51 pm
Forum: Advanced Help and Support
Topic: player list and player link [resolved]
Replies: -1
Views: 908

Re: player list and player link

Okay thank you already dealt with it , found somehow to fix it.
by bultrayer
Tue Jan 22, 2013 5:05 pm
Forum: Advanced Help and Support
Topic: player list and player link [resolved]
Replies: -1
Views: 908

Re: player list and player link

while($row = mysql_fetch_array($result)) { echo $row['id']; echo " <a href='yourpage.php?id=" . $row['id'] . "' >" . $row['name'] . "</a>"; echo " " . $row['gold']; echo "<br>"; } then on yourpage.php or whatever you wanna call it get the id from th...
by bultrayer
Tue Jan 22, 2013 3:58 pm
Forum: Advanced Help and Support
Topic: player list and player link [resolved]
Replies: -1
Views: 908

player list and player link [resolved]

Alright i have built , followed the guide building the browser game , built it finnaly and now i'am planning to make an attack page , means , a page that will show players in pages , it will show gold and points as well , the ranking will be ordered by points. As well now you can see my page with th...
by bultrayer
Tue Jan 22, 2013 1:16 pm
Forum: Beginner Help and Support
Topic: Problem with Browser Based Game Building[resolved]
Replies: -1
Views: 383

Re: Problem with Browser Based Game Building

I some how fixed it my way , thanks anyway!

//request lock
by bultrayer
Tue Jan 22, 2013 8:48 am
Forum: Beginner Help and Support
Topic: Problem with Browser Based Game Building[resolved]
Replies: -1
Views: 383

Re: Problem with Browser Based Game Building

Remember to always use $_POST in uppercase, variable names are case sensitive :). So when you are trying to get $_post['email'] php will say, this variable have not being initialized, so i'll just return false. Try correcting it to $_POST and lemme know :). Alright now it stopped saying email error...
by bultrayer
Tue Jan 22, 2013 8:34 am
Forum: Beginner Help and Support
Topic: Problem with Browser Based Game Building[resolved]
Replies: -1
Views: 383

Re: Problem with Browser Based Game Building

Remember to always use $_POST in uppercase, variable names are case sensitive :). So when you are trying to get $_post['email'] php will say, this variable have not being initialized, so i'll just return false. Try correcting it to $_POST and lemme know :). Alright now it stopped saying email error...
by bultrayer
Tue Jan 22, 2013 7:56 am
Forum: Beginner Help and Support
Topic: Problem with Browser Based Game Building[resolved]
Replies: -1
Views: 383

Problem with Browser Based Game Building[resolved]

Okay , i'am trying to build register system , i did everything heres the code : <?php include 'connect.php'; ?> <form method ="post" action="reguser.php"> Username: <input type="text" name="player" size="21"><br> Password: <input type="text"...

Go to advanced search