SA-MP Forums Archive
Full MySQL Lookup working for my server - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Full MySQL Lookup working for my server (/showthread.php?tid=228316)



Full MySQL Lookup working for my server - jameskmonger - 19.02.2011

[ame]http://www.youtube.com/watch?v=8aH0rt1g0kU[/ame]

Thankyou to weedarr for the skins, they are just for testing purposes and will not be used in the final release. (I will remove them now though, if you like.)

If anyone could help me with checking if it CONTAINS a string, I would be extremely grateful as I can only get the exact match working (I had another form for a partofname lookup.)


Re: Full MySQL Lookup working for my server - dice7 - 19.02.2011

LIKE, NOT LIKE, ...
http://dev.mysql.com/doc/refman/5.0/...functions.html


Re: Full MySQL Lookup working for my server - jameskmonger - 19.02.2011

Dice, I mean for example if I insert "TestAcc_" in the box, it will still return the rows.


Re: Full MySQL Lookup working for my server - dice7 - 19.02.2011

did you even bother clicking the link ?


Re: Full MySQL Lookup working for my server - jameskmonger - 19.02.2011

Ah yes, I read it wrong. Sorry, and thanks.


Re: Full MySQL Lookup working for my server - jameskmonger - 19.02.2011

Alright, I've added partofname searching:
[ame]http://www.youtube.com/watch?v=6CkAoe03Wr0[/ame]


Re: Full MySQL Lookup working for my server - Kyle - 19.02.2011

This is nice, Be better when its all added.

But would be nice if you could release it so I can develop it myself for my server.

Thanks.


Re: Full MySQL Lookup working for my server - jameskmonger - 19.02.2011

Yeah, I do plan to release a more basic version (obviously) than the one I will be using on the finished server. I am going to add the option to ban/mute/delete an account via the panel, so it will of course be admin-access only.

Do you have anything else you would like to see?