[HELP] Phoenix EMU Last_IP [HELP]

Dranreb Quirol

New Member
Aug 21, 2011
12
0
Anyone can help me please when my client done load it dc and the Emulator says about Dropped [MYIP] Last_ip

ANYONE PLEASE?

Screenshot:

2e5lkpj.png
 

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
in the client add in
PHP:
$query = mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");

or

PHP:
$query = mysql_query("UPDATE users SET last_ip = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");

User which everone your db uses (last_ip or ip_last)
 

Dranreb Quirol

New Member
Aug 21, 2011
12
0
Got MSN I`ll add ya? I cant understand it PLEASE thansk kaz
in the client add in
PHP:
$query = mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");

or

PHP:
$query = mysql_query("UPDATE users SET last_ip = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");

User which everone your db uses (last_ip or ip_last)
in the client add in
PHP:
$query = mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");

or

PHP:
$query = mysql_query("UPDATE users SET last_ip = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");

User which everone your db uses (last_ip or ip_last)

Got MSN I cant Undertsand it Please :') That my prob for a month
 

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
I dont give msn out

Just add one of them codes (whichever one is structured to your database)
and add it into your client within php tags

Should fix it
 

Users who are viewing this thread

Top