All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.


Author Topic: IP address not showing up, please help.  (Read 9262 times)

0 Members and 1 Guest are viewing this topic.

Offline kush

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: IP address not showing up, please help.
« Reply #20 on: 13 June 2009, 17:02 »
Hey lester just wanted to let you know when i updated to 2.50.ps is 2.50 to make it work better with wordpress 2.8?
couldnt get it to manually edit this time, will look at it more when i have time!

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: IP address not showing up, please help.
« Reply #21 on: 13 June 2009, 18:06 »
yeap, it will be a little faster with wp 2.8 as it nows load the JS in the footer and using jquery for ajax.

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Lorand

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: IP address not showing up, please help.
« Reply #22 on: 14 June 2009, 14:21 »
Hello

Same problem for me, IP address not showing :(


WP 2.8
WP-UserOnline 2.50

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: IP address not showing up, please help.
« Reply #23 on: 14 June 2009, 14:45 »
Hello

Same problem for me, IP address not showing :(


WP 2.8
WP-UserOnline 2.50

Please read this thread from the first page

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Lorand

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: IP address not showing up, please help.
« Reply #24 on: 14 June 2009, 15:39 »
Yes I read but I don't understand, sorry.

I don't want to create a new Admin account, all my post are with my actual name.

Offline Lorand

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: IP address not showing up, please help.
« Reply #25 on: 16 June 2009, 00:05 »
I tried creating a new admin account, but the problem is still there and I do not see IP addresses, with new account and with ancient.  :-\

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: IP address not showing up, please help.
« Reply #26 on: 16 June 2009, 04:11 »
Quote
1. I created another admin account.
2. Looked at the user id
3. searched for User_level in phpmyadmin and found it in the "blogusermeta" table.
4.It only had the user id of the new admin account, so i removed it and input my original user id for my admin account, and it worked.
user_id      bigint(20).


++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Lorand

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: IP address not showing up, please help.
« Reply #27 on: 17 June 2009, 12:27 »
In my _usermeta I have already my normal ID "Lorand" as Administrator with level 10.


Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: IP address not showing up, please help.
« Reply #28 on: 17 June 2009, 13:24 »
Can you post a screenshot of it?

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Lorand

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: IP address not showing up, please help.
« Reply #29 on: 17 June 2009, 14:05 »
Hello,

Table usermeta
ID : Lorand

Screenshot :

[attachment deleted by admin]

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: IP address not showing up, please help.
« Reply #30 on: 17 June 2009, 14:59 »
Hmm can you open up wp-useronline.php, find:
Code: [Select]
$user_level = intval($current_user->wp_user_level);Replace:
Code: [Select]
$user_level = intval($current_user->lr_user_level);

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Lorand

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: IP address not showing up, please help.
« Reply #31 on: 17 June 2009, 16:01 »
Hmm can you open up wp-useronline.php, find:
Code: [Select]
$user_level = intval($current_user->wp_user_level);Replace:
Code: [Select]
$user_level = intval($current_user->lr_user_level);



 :-[ It's ok now with prefix "lr"


Many thanks for your patience and your time.

Offline evanw

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: IP address not showing up, please help.
« Reply #32 on: 23 June 2009, 14:09 »
I am also missing IP addresses after upgrading to the newest version of WP-Useronline in WP 2.8.  I have dug around in the MySQL database but haven't been able to locate the fields listed in this topic - I'd appreciate any help.

Thanks,

Evan

Offline evanw

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: IP address not showing up, please help.
« Reply #33 on: 23 June 2009, 18:05 »
I fixed my problem by adjusting the code in wp-useronline.php like you did a few posts above.  My prefix was wp_64mn0e_user_level.  Is this something that should be modified for future releases?

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: IP address not showing up, please help.
« Reply #34 on: 24 June 2009, 00:53 »
Yeap, I will get it fixed.

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline danonh

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: IP address not showing up, please help.
« Reply #35 on: 22 August 2009, 18:51 »
Hi Lester, I have a non-standard database prefix and your fix a few posts above fixed my problem as well.

Thanks... Dan

Offline LuckyMe

  • Newbie
  • *
  • Posts: 1
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Forgot
Re: IP address not showing up, please help.
« Reply #36 on: 05 January 2010, 17:09 »
hey lester as promised i figured it out! w00t w00t! first i figured out why it was displaying it for a new admin account and not the default one.

1. I created another admin account.
2. Looked at the user id
3. searched for User_level in phpmyadmin and found it in the "blogusermeta" table.
4.It only had the user id of the new admin account, so i removed it and input my original user id for my admin account, and it worked.
user_id      bigint(20).
Not sure if this is a wordpress bug, or a bug in your plugin could you help me confirm this? because if its a wordpress bug we should report it. thanks!

With your help I just added a new user_level table. Since this table is not in the database from the start I guess it's a Wordpress bug.