Page 8 of 9

Re: Questions on the videos

Posted: Tue Jan 19, 2010 3:38 pm
by zolacat999
Ah i completely changed mine now but it works and I learnt alot in the process my new code is

Code: Select all

<?php
include_once 'connect.php';
session_start();

if (isset($_POST['submit']))
{
  $player=$_POST['player'];
  $password=$_POST['password'];
  $player=strip_tags($player);
  $password=strip_tags($password);
  

  $query = "select name,password from players where name='$player' and password='".md5($_POST['password'])."'";
  $result = mysql_query($query) or die("Could not query players");
  $result2 = mysql_fetch_array($result);
  if ($result2)
  { 
    $_SESSION['player']=$player;
    
    echo "<big>Logged in successfully<br>";
    echo "<A href='index.php'>Continue</a></big>";
  }
  else
  {
   echo "<big>Wrong username or password.<A href='login.php'>Try Again</a></big>";
  }
}
?>
i moved the md5 around etc, it seems to work ok now for me anyway

Re: Questions on the videos

Posted: Tue Jan 19, 2010 10:40 pm
by zolacat999
Am i just missing it or does video 12 not exsist

Re: Questions on the videos

Posted: Wed Jan 20, 2010 1:30 am
by Jackolantern
zolacat999 wrote:Am i just missing it or does video 12 not exsist
It is the only thread on page 2.

Re: Questions on the videos

Posted: Wed Jan 20, 2010 8:06 am
by zolacat999
Oh there it is :lol: thanks

Re: Questions on the videos

Posted: Mon Jan 25, 2010 4:29 pm
by hallsofvallhalla
new videos on the way!

Re: Questions on the videos

Posted: Tue Jan 26, 2010 3:04 am
by ZeroComp
WOOT!!!

Re: Questions on the videos

Posted: Tue Feb 02, 2010 6:51 pm
by rowinboc
hallsofvallhalla wrote:new videos on the way!
YEEEEEEEEEEEEEEEEEEEEEEEEEEEES!
When are they uploaded??????????

Re: Questions on the videos

Posted: Wed Feb 03, 2010 3:31 am
by ZeroComp
rowinboc wrote:
hallsofvallhalla wrote:new videos on the way!
YEEEEEEEEEEEEEEEEEEEEEEEEEEEES!
When are they uploaded??????????
Whenever he feels like it :)

Re: Questions on the videos

Posted: Wed Feb 03, 2010 3:22 pm
by hallsofvallhalla
very soon, very soon

Re: Questions on the videos

Posted: Wed Feb 03, 2010 5:01 pm
by rowinboc
hallsofvallhalla wrote:very soon, very soon
Thanks man!! waiting for them!!