| Author |
Message |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Tue Sep 23, 2003 9:07 pm |
|
I have a question regarding the Site Info block as used on this site. I use it on my board and love it.
I have a question. When a non member logs on, the ip address ie: 209.110.09 etc shows up. When the person becomes a member, it no longer displays. Is there some code that can be added so i can find the IP address. Im curious where my users are from. I notice they dont completely fill out the member form.
Joe
|
|
|
 |
 |
fury Worker


Joined: Sep 09, 2003 Posts: 165
|
Posted:
Tue Sep 23, 2003 9:11 pm |
|
if the person has posted in your forums you can find it by there by clicking on the IP button on the top right of the post or if they are logged into your forums go into your forum admin pane and you can see it in the admin index,
try this and see if this is what you want
Fury |
|
|
|
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Tue Sep 23, 2003 9:14 pm |
|
Thats just it, they havent posted any messages yet. I notice that when they come on line but i thought it was cool clicking on their IP address. The WhoIs thing popped up and i could tell where they were from.
Joe |
|
|
 |
 |
fury Worker


Joined: Sep 09, 2003 Posts: 165
|
Posted:
Tue Sep 23, 2003 9:16 pm |
|
let me look at something i saw reguarding this and if i dont get back to you hopefully raven has it on the top of his head
Fury |
|
|
|
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Tue Sep 23, 2003 9:17 pm |
|
great. id really appreciate it.
Joe |
|
|
 |
 |
fury Worker


Joined: Sep 09, 2003 Posts: 165
|
Posted:
Tue Sep 23, 2003 9:19 pm |
|
Try this and see if it is what you want to do
the name is
IP Tracking Module for PHP-Nuke all versions [5.x, 6.0, 6.5, 6.6, 6.7, 6.8, 6.9]
Fury |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Tue Sep 23, 2003 9:20 pm |
|
I could add that w/o much of a problem. Drop me an email so I have something to remember the request by. I'll try to get it by the weekend. There are mods out there that do this, but it would be nice to have an all-in-one too. |
|
|
|
 |
fury Worker


Joined: Sep 09, 2003 Posts: 165
|
Posted:
Tue Sep 23, 2003 9:24 pm |
|
isnt he awesome
 |
|
|
|
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Tue Sep 23, 2003 9:38 pm |
|
Ive got that little program installed but i get the following:
IP Tracking Info - Not Activated
User (A\D) IP Address (A\D) Host Name (A\D) Last Viewed (A\D) Hits (A\D)
In the readme file it says to do the following:
2. add the following line above the last line in includes/counter.php:
include("modules/IP_Tracking/iptracking.php");
I dont understand this?
Joe |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Tue Sep 23, 2003 9:57 pm |
|
Edit the file called includes/counter.php.
Right before the closing ?> tag add that line of code
include("modules/IP_Tracking/iptracking.php");
so it looks like this | Code: | include("modules/IP_Tracking/iptracking.php");
?> |
|
|
|
|
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Wed Sep 24, 2003 6:13 am |
|
I don't seem to have the file called includes/counter.php.
Joe |
|
|
 |
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Wed Sep 24, 2003 6:18 am |
|
oops. sorry. i found the file. All is well.
Thanks again!
Joe |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed Sep 24, 2003 6:25 am |
|
| porcupinepc wrote: | I have a question regarding the Site Info block as used on this site. I use it on my board and love it.
I have a question. When a non member logs on, the ip address ie: 209.110.09 etc shows up. When the person becomes a member, it no longer displays. Is there some code that can be added so i can find the IP address. Im curious where my users are from. I notice they dont completely fill out the member form.
Joe
|
I have updated the Site Info download file to include this . See the news item for more information. |
|
|
|
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Wed Sep 24, 2003 6:57 am |
|
One again Raven...you da man!
Joe
Keep up the great work! |
|
|
 |
 |
dholt Regular


Joined: Nov 21, 2005 Posts: 67
|
Posted:
Sat Apr 22, 2006 4:20 pm |
|
Warning: main(modules/IP_Tracking/iptracking.php): failed to open stream: No such file or directory in /home/foutwoz1/public_html/rcaclan/includes/counter.php on line 222
Warning: main(): Failed opening 'modules/IP_Tracking/iptracking.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/foutwoz1/public_html/rcaclan/includes/counter.php on line 222
ok I did what you said above and I get this
I loaded the table:
uploaded the file into modulers
Just was wonder what I was doing wrong |
|
|
|
 |
evaders99 Former Moderator in Good Standing

Joined: Apr 30, 2004 Posts: 3221
|
Posted:
Sat Apr 22, 2006 6:08 pm |
|
Well it is saying that it can't find modules/IP_Tracking/iptracking.php
Do you have that file? In the proper directory? |
|
|
|
 |
dholt Regular


Joined: Nov 21, 2005 Posts: 67
|
Posted:
Sat Apr 22, 2006 7:09 pm |
|
yes thanks as I had the file in there as ip_tracking then inside that I had a file called Ip_tacking two file with the same name thank for pointing me in the right direction |
|
|
|
 |
|
|
|
|