Search found 11 matches
- Mon Jan 07, 2013 1:21 pm
- Forum: Coding
- Topic: Promblem with Battle.php
- Replies: -1
- Views: 1575
Promblem with Battle.php
I have these problems when I run these codes: ( ! ) Notice: Undefined index: denfense in C:\wamp\www\tutorial\battle.php on line 13 Call Stack # Time Memory Function Location 1 0.0017 376984 {main}( ) ..\battle.php:0 ( ! ) Notice: Undefined variable: creatureinfo3 in C:\wamp\www\tutorial\battle.php ...
					- Sun Jan 06, 2013 9:57 pm
- Forum: Older Browser MMO Videos
- Topic: ID on mysql from halls tutorials doesnt work!
- Replies: -1
- Views: 524
ID on mysql from halls tutorials doesnt work!
My id on my browser based mmorpg doesnt work I dont now what I should do!
					- Wed Sep 05, 2012 7:55 pm
- Forum: Code Sharing
- Topic: All Codes!!!
- Replies: -1
- Views: 1561
All Codes!!!
I was wondering if some could give me all the codes to HallsofValhalls MMORPG! All of them in a file on media fire or something! I really need them all!!
					- Wed Aug 08, 2012 4:39 pm
- Forum: Beginner Help and Support
- Topic: Authenticate.php!HELP!
- Replies: -1
- Views: 793
Re: Authenticate.php!HELP!
That did not do it. Please can I have more help!!! 
					
- Wed Aug 01, 2012 9:22 pm
- Forum: Beginner Help and Support
- Topic: Authenticate.php!HELP!
- Replies: -1
- Views: 793
Re: Authenticate.php!HELP!
Sorry ! It did not
					- Wed Aug 01, 2012 4:27 pm
- Forum: Beginner Help and Support
- Topic: Authenticate.php!HELP!
- Replies: -1
- Views: 793
Authenticate.php!HELP!
Here is my problem login into to by browser-based game but nothing i printed on authenticate.php comes up! Here are my codes can someone help me!!! <?php include 'connect.php'; session_start(); if (isset ($_POST['submit'])) { $player=$_POST['player']; $player=$_POST['password']; $playaer=strip_tags(...
					- Mon Jul 30, 2012 5:13 pm
- Forum: Coding
- Topic: Problem Reguser!Help!
- Replies: -1
- Views: 2209
Re: Problem Reguser!Help!
Thanks
					- Mon Jul 30, 2012 3:52 pm
- Forum: Beginner Help and Support
- Topic: Problem with Reguser codes!
- Replies: -1
- Views: 876
Re: Problem with Reguser codes!
 <?php include 'connect.php'; ?> <form method ="post" action="reguser.php"> Type Username Here: <input type="text" name="player" size="21"> <br> Type Password Here: <input type="text" name="passsword" size="15"> <br> ReT...
					- Mon Jul 30, 2012 3:51 pm
- Forum: Coding
- Topic: Problem Reguser!Help!
- Replies: -1
- Views: 2209
Re: Problem Reguser!Help!
this is what i posted for my register page <?php include 'connect.php'; ?> <form method ="post" action="reguser.php"> Type Username Here: <input type="text" name="player" size="21"> <br> Type Password Here: <input type="text" name="pas...
					- Mon Jul 30, 2012 1:22 pm
- Forum: Coding
- Topic: Problem Reguser!Help!
- Replies: -1
- Views: 2209
Problem Reguser!Help!
I am experiencing problems with my reguser.php codes! Whenever I submit my, name, password and email it just says 'you did not enter a password' even though I have. But it also comes up with this ' ( ! ) Notice: Undefined index: password in C:\wamp\www\Tutorial\reguser.php on line 7 Call Stack # Tim...