#8

fexist(filename) is not case sensative, so of there is a user file 'Rachael.ini'
pawn Код:
fexist("Rachael.ini") = true
fexist("rachael.ini") = true
fexist("RACHAEL.ini") = true
I think in the case you have described where someone logs in with your name with a different case, it will find the user file and ask for your password as normal.

Furthermore, I think if the server re-writes the user file with 'fopen(file,io_write);' it will not alter the case of the original file.

I have deduced this information after testing this on my server, and if your login system differs from mine then what I have said may not apply.

[edit] I tested this on my local test server and then on my hosted server, for some reason the results were different, so disregard what I have posted above.
Reply


Messages In This Thread
Help - by Rudyy - 09.10.2010, 15:06
Re: Help - by NoobScripter1 - 09.10.2010, 15:09
Re: Help - by Rudyy - 09.10.2010, 15:12
Re: Help - by Jeffry - 09.10.2010, 15:12
Re: Help - by Rudyy - 09.10.2010, 15:14
Re: Help - by Jeffry - 09.10.2010, 15:17
Re: Help - by Rudyy - 09.10.2010, 15:19
Re: Help - by Rachael - 09.10.2010, 15:25
Re: Help - by Rachael - 09.10.2010, 16:12

Forum Jump:


Users browsing this thread: 1 Guest(s)