SA-MP Forums Archive
[Tool/Web/Other] player search service - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] player search service (/showthread.php?tid=477033)

Pages: 1 2


Re: player search service - Bombo - 22.11.2013

Quote:
Originally Posted by cessil
Посмотреть сообщение
you can't get query the player lists if there's over 100 players on a server so there's a big section that you can't track unless you had all the big servers outputting their player lists themselves
I've got it already!


Re: player search service - summer10 - 22.11.2013

this service need to be moderate


Re: player search service - Infinity - 22.11.2013

Quote:
Originally Posted by summer10
Посмотреть сообщение
this service need to be moderate
Why, exactly?

Also, sounds good. Will check it out asap.


Re: player search service - Si|ent - 22.11.2013

This should probably be in http://forum.sa-mp.com/forumdisplay.php?f=82 (tool/web/other) as it's a handy tool
Bombo, let me know if you'd prefer I move this thread and label it accordingly or if youd prefer it to be locked/deleted and you make a fresh one in there.


Re: player search service - newbienoob - 22.11.2013

haha this is awesome! even though it doesnt work sometimes("No such player")
question: why there's a "clan" and "gmt"? what it does?

EDIT: Type "Kalcor" in the query xd


Re: player search service - BizzyD - 22.11.2013

This is awesome, how does it actually work.


Re: player search service - Bombo - 22.11.2013

Quote:
Originally Posted by Si|ent
Посмотреть сообщение
This should probably be in http://forum.sa-mp.com/forumdisplay.php?f=82 (tool/web/other) as it's a handy tool
Bombo, let me know if you'd prefer I move this thread and label it accordingly or if youd prefer it to be locked/deleted and you make a fresh one in there.
I think it would be better to move this thread as is, with all messages. Thanx.


Re: player search service - Bombo - 22.11.2013

Quote:
Originally Posted by [SWE]Alexzz
Посмотреть сообщение
This is awesome, how does it actually work.
It works like this:
[ame="http://www.youtube.com/watch?v=c-vAIDlz3fw"]http://www.youtube.com/watch?v=c-vAIDlz3fw[/ame]


Re: player search service - Bombo - 22.11.2013

Quote:
Originally Posted by newbienoob
Посмотреть сообщение
haha this is awesome! even though it doesnt work sometimes("No such player")
question: why there's a "clan" and "gmt"? what it does?
1. "No such player" means no such player on all availible SAMP servers, and nothing more.
2. Variants:
a) "no clan": fast speed searching, an information about clans is absent;
b) "+ clan": low speed searching, an information about clans is present in result.
3. GMT allows to show a time result in your time-zone.


Re: player search service - Bombo - 23.02.2014

New bugfix is finished!

The list of supported browsers:
- Mozilla
- Chrome
- Opera
- Opera Mini
- IExplorer


Re: player search service - Bombo - 09.11.2014

The finding service is available again!


Re: player search service - Ghazal - 09.11.2014

With clan searching, It won't work other than that, awesome job.

EDIT: I have a suggestion. Which is: adding an ability for checking all time through the day I mean for example maro joined blabla on +1 and blabla on +2


Re: player search service - Bombo - 23.11.2014

An access to the database is open in test mode!

Connect:
>mysql -u remote -p anticheat -h botinform.com
Enter password: password

So, user name is 'remote', password is 'password', database is 'anticheat', server is 'botinform.com'






Re: player search service - Alex Magaсa - 23.11.2014

Good job i like it.


Re: player search service - ProKillerpa - 29.11.2014

Cool!


Re: player search service - Bombo - 10.12.2015

The service is available again!


Re: player search service - Stanford - 18.12.2015

Can you explain how did you manage to get information about the players it's interesting and good to know about the way other than that good efforts man! REP+


Re: player search service - SickAttack - 18.12.2015

Quote:
Originally Posted by Stanford
Посмотреть сообщение
Can you explain how did you manage to get information about the players it's interesting and good to know about the way other than that good efforts man! REP+
[ame]http://www.youtube.com/watch?v=c-vAIDlz3fw[/ame]


Re: player search service - Bombo - 20.12.2015

Quote:
Originally Posted by Stanford
Посмотреть сообщение
Can you explain how did you manage to get information about the players it's interesting and good to know about the way other than that good efforts man! REP+
It's a C program on Linux with many threads, synchronization and database access.