Search found 10 matches
- Fri May 21, 2010 9:22 pm
- Forum: Older Browser MMO Videos
- Topic: Videos 1-20
- Replies: 80
- Views: 81265
Re: Videos 1-20
Hey there. I've got something for you if you want to "secure" your users accounts. It's a log that recieves the login information that people is entering. People will might think like this: Why sending peoples login information? -> Well, if someone is trying to hack anothers account, and t...
- Thu May 20, 2010 7:22 pm
- Forum: Older Browser MMO Videos
- Topic: Videos 1-20
- Replies: 80
- Views: 81265
Re: Videos 1-20
Oh, didn't notice that, lol. Oh well, now there is two ways to do it :) Halls' way is the easiest though. Halls, in the new videos, which kinds of security are you going to add? And now where I am on it, I got some ideas for new stuff: News system (an option, people should know after all the vids, h...
- Thu May 20, 2010 5:31 pm
- Forum: Older Browser MMO Videos
- Topic: Videos 1-20
- Replies: 80
- Views: 81265
Re: Videos 1-20
Hey guys, a quick thing that is really important. I found a little hole in the login. If your password is fx. "test", thats 4 characters, you can enter another password that is as long as the real password, and still get in. If you didnt really understand that, try to understand this.. On ...
- Thu May 20, 2010 4:05 pm
- Forum: Older Browser MMO Videos
- Topic: Videos 1-20
- Replies: 80
- Views: 81265
Re: Videos 1-20
Ahh, yeah I see now. Thanks.
- Thu May 20, 2010 10:07 am
- Forum: Older Browser MMO Videos
- Topic: Videos 1-20
- Replies: 80
- Views: 81265
Re: Videos 1-20
Well, I'm not in any video :) But if I was, it would be video 20 or so. Hmm.. I looked at the earlier video scripts, see here what I mean: Video 7's battle.php <?php include_once 'connect.php'; session_start(); if (isset($_SESSION['player'])) { $player=$_SESSION['player']; } else { echo "Not Lo...
- Wed May 19, 2010 8:18 pm
- Forum: Older Browser MMO Videos
- Topic: Videos 1-20
- Replies: 80
- Views: 81265
Re: Videos 1-20
Ah yeah, thanks Halls.
I've noticed another tiny thing... Did you remove the random selection of creatures when going to battle them? I can't find any random-code in the script + I am always fighting the orc.
I've noticed another tiny thing... Did you remove the random selection of creatures when going to battle them? I can't find any random-code in the script + I am always fighting the orc.
- Wed May 19, 2010 8:46 am
- Forum: Older Browser MMO Videos
- Topic: Videos 1-20
- Replies: 80
- Views: 81265
Re: Videos 1-20
Still doesn't work.Torniquet wrote:make location='$pllocation'
location='$plocation'
- Tue May 18, 2010 8:45 pm
- Forum: Older Browser MMO Videos
- Topic: Videos 1-20
- Replies: 80
- Views: 81265
Re: Videos 1-20
- Thanks. I am here again with an Notice: Undefined variable: pllocation in C:\wamp\www\TING\trublood\battle.php on line 97 Code: (Just scroll down until you see the "//////////////////// new for video 20", the line below is line 97.) <?php include_once 'connect.php'; session_start(); incl...
- Tue Apr 06, 2010 8:18 pm
- Forum: Older Browser MMO Videos
- Topic: Videos 1-20
- Replies: 80
- Views: 81265
Re: Videos 1-20
I'll just paste the whole code.. I have set two "marks" so you can find line 60. index.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 ...
- Mon Apr 05, 2010 12:12 am
- Forum: Older Browser MMO Videos
- Topic: Videos 1-20
- Replies: 80
- Views: 81265
Re: Videos 1-20
Yea, thanks for posting! Guys, lemme notice you about some of Halls' tiny fails: statpanel.php (Halls' version) ////////////////////////new for video 17//////////////// echo"<br>"; $expneeded = ($playerinfo3[level] * 100) * $playerinfo3[level]; if ($playerinfo3[exper] >= $expneeded) { echo...