register help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: register help (
/showthread.php?tid=343559)
register help -
ThamburaaN - 17.05.2012
im using LuxAdmin admin system
i registered in server with
Thamburaan, but when i go in the server with
thamburaan it asks me to register again.
Re: register help -
TyThaBomb - 17.05.2012
I'm sure LuxAdmin names are case-sensitive, so it recognizes the "Thamburaan" name, but not the "thamburaan". I would highly recommend making your own login/register script, though. It straightens out the scripting and makes it much easier than it would be to edit a pre-made one.
-TyThaBomb
Re: register help -
ThamburaaN - 18.05.2012
i bet the problem is with the Whirlpool Plugin. when i try it on Windows server it works which is home host. but in Linux it doesnt work
Re: register help -
[ABK]Antonio - 18.05.2012
It's not with Whilrpool..You need to use strtolower (don't remember where to find it) with Lux. Though if it is a problem with Whilrpool, are you using the .so on lin?
Re: register help -
ThamburaaN - 18.05.2012
yea im using .so on linux. but it works fine on my home host i use Whirlpool.dll
Re: register help -
ReneG - 18.05.2012
Ummmmm, the names are case sensitive.
Re: register help -
ThamburaaN - 19.05.2012
yes. that wat i said. its something with Whirlpool.so. works fine with Whirlpool.dll
Re: register help -
ReneG - 19.05.2012
Well, Whirlpool is merely a hashing algorithm. Should not mess with anything user-related.
Re: register help -
[ABK]Antonio - 19.05.2012
Quote:
Originally Posted by ThamburaaN
yes. that wat i said. its something with Whirlpool.so. works fine with Whirlpool.dll
|
Actually, I believe it's case sensitive on Linux...can't remember exactly..Think there was that problem when using Linux a long time ago so we used strtolower instead