Ip Tracking in ACP

Support for IntegraMOD 141

Moderator: Integra Moderator

Re: Ip Tracking in ACP

PostAuthor: .QUACK.Major.Pain » Tue Jul 01, 2008 12:54 pm

I must be missing it. I don't see ip tracking anywhere.
I can click on the online users ip and see their info.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: Ip Tracking in ACP

PostAuthor: MWE_001 » Tue Jul 01, 2008 4:00 pm

I suspect that it is the all languages version only then. I have the english only version and it does NOT have IP Tracking in the ACP anywhere at all.
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

Re: Ip Tracking in ACP

PostAuthor: Dioncecht » Fri Oct 03, 2008 10:31 am

I'm getting this error as well. I know part fo it is that it is missing the table in the databases. I can't try the fix because I can't see any snippets of code posted on this site anymore.

I get this:
'We keep moving forward, opening new doors, and doing new things, because we're curious and curiosity keeps leading us down new paths.' - Walt Disney

[img=left]http://rpghq.org/banner2.jpg[/img]
[url=http]The RPG Headquarters. The RPG capitol of the net![/url]
User avatar
Dioncecht
Sr Integra Member
Sr Integra Member
 
Posts: 244
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 4:23 pm
Cash on hand: 0.00

Re: Ip Tracking in ACP

PostAuthor: djcasper » Thu Dec 04, 2008 1:13 am

I have fixed the problem with this tracker.
You can download the missing file + file edits and sql code from the link below.

Your tracker will then log your actions. To test it login to admin and goto your tracker and you will see your login data.

Regards
DJ Casper

djcasper
Newbie
Newbie
 
Posts: 7
Likes: 0 post
Liked in: 0 post
Joined: Sun Nov 30, 2008 3:28 am
Cash on hand: 0.00

Re: Ip Tracking in ACP

PostAuthor: .QUACK.Major.Pain » Thu Dec 04, 2008 5:03 am

djcasper that edit didn't work here.

Causes this error on portal page:

Warning: main() [function.main]: Unable to access ./includes/functions_ip_track.php in /home4/stuffupf/public_html/bindepot/forum/includes/page_header.php on line 1416

Warning: main(./includes/functions_ip_track.php) [function.main]: failed to open stream: No such file or directory in /home4/stuffupf/public_html/bindepot/forum/includes/page_header.php on line 1416

Warning: main() [function.include]: Failed opening './includes/functions_ip_track.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home4/stuffupf/public_html/bindepot/forum/includes/page_header.php on line 1416


I just did a new install and the file doesn't exist.
I downloaded integramod files again and checked, but the file functions_ip_track.php doesn't exist in the download.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: Ip Tracking in ACP

PostAuthor: .QUACK.Major.Pain » Thu Dec 04, 2008 5:09 am

Nevermind. LOL

Just got out of bed and still half asleep.

Found the file in your download and everything working great now.

Great job.

Thanks

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: Ip Tracking in ACP

PostAuthor: dungeon » Mon Sep 14, 2009 5:06 am

Hai


I have this error

Configuration = Oke


Ip: Admin Hits error =

Error Getting IP Count.

DEBUG MODE

SQL Error : 1146 Table 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.phpbb_ip_tracking' doesn't exist

SELECT COUNT(*) AS total FROM phpbb_ip_tracking WHERE located LIKE '%admin%' GROUP BY time

Line : 679
File : admin_ip_tracking.php

Ip: Logs error =

Error Getting IP Count.

DEBUG MODE

SQL Error : 1146 Table 'xxxxxxxxxxxxxxxxx.phpbb_ip_tracking' doesn't exist

SELECT COUNT(ip) AS total FROM phpbb_ip_tracking GROUP BY username

Line : 470
File : admin_ip_tracking.php

Ip: Multi Users error =

Error Getting IP Count.

DEBUG MODE

SQL Error : 1146 Table 'xxxxxxxxxxxx.phpbb_ip_tracking' doesn't exist

SELECT COUNT(ip) AS total FROM phpbb_ip_tracking GROUP BY ip

Line : 798
File : admin_ip_tracking.php

Ip: Search = oke


When i do the querry from this topic from JWI

Than i have this

[img=left:2geqc4jq]http://www.spuwjegalonline.nl/test/database.jpg[/img]


Greetz Dungeon

dungeon
Newbie
Newbie
 
Posts: 24
Likes: 0 post
Liked in: 0 post
Joined: Wed Jul 22, 2009 9:31 am
Cash on hand: 0.00

Re: Ip Tracking in ACP

PostAuthor: Okki » Mon Sep 14, 2009 1:42 pm

Maybe you can try the solution from djcasper.

I suppose this solution can go in the package, maybe also as an update package for the current version!!??
[hr][size=99px] [url=http]http][/size]
[color=red][size=99px][/size]
Please visit our advertisers.
User avatar
Okki
Dev Team
Dev Team
 
Posts: 576
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 26, 2006 1:05 pm
Cash on hand: 0.00

Re: Ip Tracking in ACP

PostAuthor: dungeon » Tue Sep 15, 2009 9:18 am

I have don that but a can do this in Query


Code: Select all
SQL FIX  CREATE TABLE phpbb_ip_tracking_config (    max INT(15) NOT NULL DEFAULT '0'    );                CREATE TABLE phpbb_ip_tracking (    ip varchar(15) NOT NULL DEFAULT '',    time int(11) NOT NULL DEFAULT '0',    located varchar(255) NOT NULL DEFAULT '',    referer varchar(255) NOT NULL,    username varchar(50) NOT NULL DEFAULT ''    );    INSERT INTO phpbb_ip_tracking_config VALUES (25000);  




#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE phpbb_ip_tracking ( ip varchar(15) NOT NULL default '', tim' at line 5






Dungeon

dungeon
Newbie
Newbie
 
Posts: 24
Likes: 0 post
Liked in: 0 post
Joined: Wed Jul 22, 2009 9:31 am
Cash on hand: 0.00

Re: Ip Tracking in ACP

PostAuthor: .QUACK.Major.Pain » Tue Sep 15, 2009 12:19 pm

You must be doing something wrong.
I just created a test database and did the above, and all was successful.

First, you mention query. You don't do query, you use the "SQL" tab and enter this in the box:

Code: Select all
CREATE TABLE phpbb_ip_tracking_config (    max INT(15) NOT NULL DEFAULT '0'    );                CREATE TABLE phpbb_ip_tracking (    ip varchar(15) NOT NULL DEFAULT '',    time int(11) NOT NULL DEFAULT '0',    located varchar(255) NOT NULL DEFAULT '',    referer varchar(255) NOT NULL,    username varchar(50) NOT NULL DEFAULT ''    );    INSERT INTO phpbb_ip_tracking_config VALUES (25000);


Then click "GO"

You should get the following when done]Your SQL query has been executed successfully[/code]

[code=sql]SQL query]

[code=sql]Run SQL query/queries ON DATABASE aaquac5_test]

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: Ip Tracking in ACP

PostAuthor: Helter » Tue Sep 15, 2009 8:35 pm

mysql5 / mysqli

Code: Select all
 CREATE TABLE IF NOT EXISTS `phpbb_ip_tracking` (   `ip` varchar(15) NOT NULL DEFAULT '',   `time` int(11) NOT NULL DEFAULT '0',   `located` varchar(255) NOT NULL DEFAULT '',   `referer` varchar(255) NOT NULL DEFAULT '',   `username` varchar(50) NOT NULL DEFAULT '') ENGINE=MyISAM DEFAULT CHARSET=latin1;    CREATE TABLE IF NOT EXISTS `phpbb_ip_tracking_config` (   `max` varchar(15) NOT NULL DEFAULT '0') ENGINE=MyISAM DEFAULT CHARSET=latin1;  INSERT INTO `phpbb_ip_tracking_config` (`max`) VALUES('25000');  


mysql4

Code: Select all
 CREATE TABLE IF NOT EXISTS `phpbb_ip_tracking` (   `ip` varchar(15) NOT NULL DEFAULT '',   `time` int(11) NOT NULL DEFAULT '0',   `located` varchar(255) NOT NULL DEFAULT '',   `referer` varchar(255) NOT NULL DEFAULT '',   `username` varchar(50) NOT NULL DEFAULT '') TYPE=MyISAM;    CREATE TABLE IF NOT EXISTS `phpbb_ip_tracking_config` (   `max` varchar(15) NOT NULL DEFAULT '0') TYPE=MyISAM;  INSERT INTO `phpbb_ip_tracking_config` (`max`) VALUES('25000');  
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: Ip Tracking in ACP

PostAuthor: dungeon » Tue Sep 15, 2009 11:15 pm

I whas in the rong box lol now i have don this and it works


Code: Select all
 DROP TABLE IF EXISTS phpbb_ip_tracking_config;  DROP TABLE IF EXISTS phpbb_ip_tracking;  CREATE TABLE `phpbb_ip_tracking_config` ( `max` varchar(15) NOT NULL DEFAULT ''  ) TYPE=MyISAM;  INSERT INTO `phpbb_ip_tracking_config` VALUES ('25000');  CREATE TABLE `phpbb_ip_tracking` ( `ip` varchar(15) NOT NULL DEFAULT '', `time` int(11) NOT NULL DEFAULT '0', `located` varchar(255) NOT NULL DEFAULT '', `username` varchar(50) NOT NULL DEFAULT ''  ) TYPE=MyISAM;    

dungeon
Newbie
Newbie
 
Posts: 24
Likes: 0 post
Liked in: 0 post
Joined: Wed Jul 22, 2009 9:31 am
Cash on hand: 0.00

Re: Ip Tracking in ACP

PostAuthor: dungeon » Thu Sep 17, 2009 2:14 am

i have fix the error but Tracking is not tracking anything


Dungeon

dungeon
Newbie
Newbie
 
Posts: 24
Likes: 0 post
Liked in: 0 post
Joined: Wed Jul 22, 2009 9:31 am
Cash on hand: 0.00

Re: Ip Tracking in ACP

PostAuthor: Moander » Wed Jun 02, 2010 5:34 am

The djcasper fix worked perfectly, no errors, no issues, and I got tracking.

Thank you djcasper.
http://tubeworks.mortality.net - Tube Works / Mosvalve Fan Site
User avatar
Moander
Newbie
Newbie
 
Posts: 18
Likes: 0 post
Liked in: 0 post
Joined: Sun May 28, 2006 7:13 am
Cash on hand: 0.00
Location: Fort Myers, Florida

Re: Ip Tracking in ACP

PostAuthor: Moander » Thu Jun 03, 2010 6:01 am

Only issue remaining, as I spoke too early <img>

I get no guest IP tracking. When I look at the Config screen, I can delete the registered member logs, but the Guest log shows 0 entries all the time.....

Ideas?
http://tubeworks.mortality.net - Tube Works / Mosvalve Fan Site
User avatar
Moander
Newbie
Newbie
 
Posts: 18
Likes: 0 post
Liked in: 0 post
Joined: Sun May 28, 2006 7:13 am
Cash on hand: 0.00
Location: Fort Myers, Florida

Previous

Return to IntegraMOD 141

Who is online

Registered users: Bing [Bot], Majestic-12 [Bot], Vendethiel