[PHP-WIN] Re: NT username detectable?

2005-01-28 Thread SargeTron
rofl... security hole You could use a database having all the users on the system (sha-1 passwords) and make them login. Then set a cookie with username and password and check them on every page ops ignore that: it wouldn't work unless you checked who was online and added it to the database

[PHP-WIN] Re: :)

2005-01-24 Thread SargeTron
hmm, another 1 <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I don't bite, weah! > > password: (snip) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: ello! =))

2005-01-24 Thread SargeTron
Er... what? Anyway, it sounds like this shouldn't be here. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Looking forward for a response :P > > password for archive: (snip) > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: new mysql.dll for php...

2005-01-22 Thread SargeTron
I'm looking for this solution aswell... but I would rather it was something that would work on PHP 4.3.10 (Win32, XP) with Apache 1.6... "Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i am note sure about php 4. but 5.0x works with mysql 4.1.7 if and only > if you u

[PHP-WIN] Random

2005-01-22 Thread SargeTron
"How can I create a random string" rand() only returns an int (number), but I would like something like dd75$6*, you know, containing any character. I would like it only to do a certain string ONCE, so there are no duplicates (in a for loop). Hopefully I won't need to do a huge array. Any suggesti