Welcome, Guest. Please login or register.

Author Topic: Looking for advice on which web language to use  (Read 9661 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Looking for advice on which web language to use
« Reply #14 from previous page: February 24, 2008, 11:07:10 AM »
Quote
bloodline wrote:
There are no hard and fast rules, anything that keeps you motivated is obviously a good thing.

Oh go on, give me some hard and fast rules :lol: Ok, I'll try to dedicate some time to this again, probably tomorrow now since a visit to the in-laws is dragging on.... zzzzzzzzz......

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Looking for advice on which web language to use
« Reply #15 on: February 24, 2008, 11:48:39 AM »
Quote
Speelgoedmannetje wrote:
Make sure you store a password hash in the database, not the password itself.

Yes, the password is stored as md5. The login script then does $password=md5($password) before checking against the Users table.

Quote
Speelgoedmannetje wrote:
Also, make sure no SQL injection is possible.

Hmm, just done some reading about this. Sounds scary! Can I guard against this by processing all user input with addslashes()?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Looking for advice on which web language to use
« Reply #16 on: February 24, 2008, 04:48:15 PM »
@Speel
Do you mean like a stored procedure?

@HenryCase
Yes I have seen that game. I don't like the emphasis on building a fleet. I like the concept in Eve where you are a pilot of a single ship and you can either go it alone, or collaborate with other players.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Looking for advice on which web language to use
« Reply #17 on: February 25, 2008, 07:59:29 AM »
Ok, will have to do some reading about this as I don't know how to do this. Thanks for your help guys!

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10