mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update FindPlayerUIDByName.php
This commit is contained in:
parent
91d5dbb5c9
commit
ab9811a463
@ -5,10 +5,10 @@
|
||||
EpochMod.com by [VB]AWOL
|
||||
*/
|
||||
|
||||
$search = 'Bob Jones';
|
||||
$search = 'Mr. Jones';
|
||||
|
||||
$redis = new Redis();
|
||||
$redis->pconnect(122.99.21.122, 6379, 2.5, "Server1");
|
||||
$redis->pconnect(127.0.0.1, 6379, 2.5, "Server1");
|
||||
$redis->auth("yourlongasspasswordhere");
|
||||
|
||||
$playerNames = $redis->keys('PlayerData:*');
|
||||
|
Loading…
x
Reference in New Issue
Block a user