Raised This Month: $12 Target: $400
 3% 

admin_mysql.amx case UNsensitive


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
akira
New Member
Join Date: May 2004
Old 05-28-2004 , 06:22   admin_mysql.amx case UNsensitive
Reply With Quote #1

hi all i'm trying to figure out how to make admin_mysql.amx case UNsensitive, i've writen small php script for my players to register but do only problem is that 'Akira' is not 'akira' u now it might be done in sql but i'm not that familiar with it
akira is offline
Send a message via ICQ to akira
BAILOPAN
Join Date: Jan 2004
Old 05-28-2004 , 06:51  
Reply With Quote #2

Change lines like this:
Code:
      if (equal(authid,g_aName[i])) {
to use equali instead
__________________
egg
BAILOPAN is offline
akira
New Member
Join Date: May 2004
Old 05-28-2004 , 06:59  
Reply With Quote #3

to become what ?
akira is offline
Send a message via ICQ to akira
PM
hello, i am pm
Join Date: Jan 2004
Location: Canalization
Old 05-28-2004 , 07:01  
Reply With Quote #4

Code:
if (equali(authid,g_aName[i])) {

(notice the i after equal)
__________________
hello, i am pm
PM is offline
akira
New Member
Join Date: May 2004
Old 05-28-2004 , 07:06  
Reply With Quote #5

ya i seen now 10x alot
akira is offline
Send a message via ICQ to akira
akira
New Member
Join Date: May 2004
Old 05-28-2004 , 09:26  
Reply With Quote #6

but it is still case sensitive
akira is offline
Send a message via ICQ to akira
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:14.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode