MyBB Community Forums

Full Version: iplog doesn't seem to work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I installed and activated the latest version of iplog on myBB ver 1.6.10 and I don't see it anywhere. Neither in configuration nor tools and maintenance tab.
Can you provide a link to the mod?
Have you checked ACP>Tools & Maintenance>Logs>User IP Logs?
(2013-08-15, 08:12 PM)Arbaz Wrote: [ -> ]Have you checked ACP>Tools & Maintenance>Logs>User IP Logs?

It doesn't show user iplogs. Don't know why. There is user email log though.
Double check if you have uploaded all the files provided in the download.
Yeah I uploaded the iplog folder and iplog.php file inside inc-> plugins folder. Then uploaded admin.php file and language folder inside iplog folder and finally uploaded english.admin.php inside the languages folder.

I also installed and activated it but its not showing. Maybe it's not compatible with 1.6.10
After checking the reviews, it doesn't seem to work with anything after 1.6.5. We have a sticky on updating plugins to work for all 1.6 versions.

Link: http://community.mybb.com/thread-106729.html
(2013-08-15, 09:03 PM)Arbaz Wrote: [ -> ]After checking the reviews, it doesn't seem to work with anything after 1.6.5. We have a sticky on updating plugins to work for all 1.6 versions.

Link: http://community.mybb.com/thread-106729.html

Oh man. It's just too complicated for me. I don't understand nor know where to start from.Huh
in inc/plugins/iplog.php

change
function iplog_tools( $ref )

to
function iplog_tools( &$ref )

and change
function iplog_action_handler( $ref )

to
function iplog_action_handler( &$ref )
Pages: 1 2