Search found 9 matches
- Thu Feb 16, 2012 3:47 pm
- Forum: Beginner Help and Support
- Topic: help needed plz
- Replies: -1
- Views: 567
help needed plz
Hi Guys im trying to get a code that would allow me to increase my attack and my defence using items i have purchased my data base for items is playershipweapons and the data base i am trying to increase stats is playerships ive been trying to get it sorted for a week now but cant get it working any...
- Wed Feb 08, 2012 7:10 pm
- Forum: Beginner Help and Support
- Topic: help with php coding
- Replies: -1
- Views: 781
Re: help with php coding
right i have this code but dont know where to put it ill post my shipequipped.php and shipunequipped.php code as well $shipBaseAttk = 100; $weaponBaseAttk = 100; $shipAttack = $shipBaseAttk + $weaponBaseAttk; $oldShipAttack = $shipAttack - $weaponBaseAttk; shipequipped.php <?php include_once 'connec...
- Sun Feb 05, 2012 11:25 pm
- Forum: Beginner Help and Support
- Topic: help with php coding
- Replies: -1
- Views: 781
help with php coding
hi guys im having a problem i am trying to one make a unequip link [SOLVED] ERROR messages [SOLVED] now im tryng to get it to add values eg. ship base attack = 100 weapon base attack = 100 ship base attack + weapon base attack = new ship attack new ship attack - weapon base attack = old ship attack ...
- Sun Feb 05, 2012 7:27 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #20
- Replies: 129
- Views: 59917
Re: Video #20
hey guys im trying to create an unequip item code but im stuggling usis halls code
- Sat Feb 04, 2012 5:30 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #18
- Replies: 69
- Views: 44473
Re: Video #18
hi guys i am having a problem when i go to arena and defeat a creature i go to fight another1 but nothing comes up just says could not select creature and the creature colum in my players table just says 0 and wont change have i done some this wrong if need battle.php will post
- Sat Feb 04, 2012 12:27 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #3
- Replies: 78
- Views: 42365
Re: Video#3
perfect thanks got it working now thanks
- Fri Feb 03, 2012 11:32 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #3
- Replies: 78
- Views: 42365
Re: Video#3
hi guys im trying to add acustom button for login and dont know how to do it this is my log in code <form method="POST" action="authenticate.php"> User Name <input type="text" name="player" size="21"> <br/> Password <input type="password" n...
- Fri Feb 03, 2012 2:50 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #3
- Replies: 78
- Views: 42365
Re: Video#3
hey guys ive just copyied some code from the forum and this is it and no problems user regesterd as well <?php include 'connect.php'; ?> <?php $player=$_POST['player']; $password=$_POST['password']; $pass2=$_POST['pass2']; $player=strip_tags($player); $email=$_POST['email']; $email=strip_tags($email...
- Fri Feb 03, 2012 2:41 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #3
- Replies: 78
- Views: 42365
Re: Video#3
hi guys i have followed the code through out 3a and 3b and i keep getting an error message ill post here <?php include 'connect.php'; ?> <?php $player=$_POST['player']; $password=$_POST['password']; $pass2=$_POST['pass2']; $player=strip_tags($player); $email=$_POST['email']; $email=strip_tags($email...