PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Author Message
porcupinepc
Involved
Involved


Joined: Sep 20, 2003
Posts: 261
Location: Schumacher, Ontario CANADA

PostPosted: Tue Sep 23, 2003 9:07 pm Reply with quote Back to top

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
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Send e-mail Visit poster's website ICQ Number
fury
Worker
Worker


Joined: Sep 09, 2003
Posts: 165

PostPosted: Tue Sep 23, 2003 9:11 pm Reply with quote Back to top

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
View user's profile Send private message
porcupinepc
Involved
Involved


Joined: Sep 20, 2003
Posts: 261
Location: Schumacher, Ontario CANADA

PostPosted: Tue Sep 23, 2003 9:14 pm Reply with quote Back to top

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
View user's profile Send private message Send e-mail Visit poster's website ICQ Number
fury
Worker
Worker


Joined: Sep 09, 2003
Posts: 165

PostPosted: Tue Sep 23, 2003 9:16 pm Reply with quote Back to top

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
View user's profile Send private message
porcupinepc
Involved
Involved


Joined: Sep 20, 2003
Posts: 261
Location: Schumacher, Ontario CANADA

PostPosted: Tue Sep 23, 2003 9:17 pm Reply with quote Back to top

great. id really appreciate it.

Joe
View user's profile Send private message Send e-mail Visit poster's website ICQ Number
fury
Worker
Worker


Joined: Sep 09, 2003
Posts: 165

PostPosted: Tue Sep 23, 2003 9:19 pm Reply with quote Back to top

Try this and see if it is what you want to do
Only registered users can see links on this board!
Get registered or login to the forums!


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
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Tue Sep 23, 2003 9:20 pm Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
fury
Worker
Worker


Joined: Sep 09, 2003
Posts: 165

PostPosted: Tue Sep 23, 2003 9:24 pm Reply with quote Back to top

isnt he awesome
Very Happy
View user's profile Send private message
porcupinepc
Involved
Involved


Joined: Sep 20, 2003
Posts: 261
Location: Schumacher, Ontario CANADA

PostPosted: Tue Sep 23, 2003 9:38 pm Reply with quote Back to top

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
View user's profile Send private message Send e-mail Visit poster's website ICQ Number
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Tue Sep 23, 2003 9:57 pm Reply with quote Back to top

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");
?>
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
porcupinepc
Involved
Involved


Joined: Sep 20, 2003
Posts: 261
Location: Schumacher, Ontario CANADA

PostPosted: Wed Sep 24, 2003 6:13 am Reply with quote Back to top

I don't seem to have the file called includes/counter.php.

Joe
View user's profile Send private message Send e-mail Visit poster's website ICQ Number
porcupinepc
Involved
Involved


Joined: Sep 20, 2003
Posts: 261
Location: Schumacher, Ontario CANADA

PostPosted: Wed Sep 24, 2003 6:18 am Reply with quote Back to top

oops. sorry. i found the file. All is well.

Thanks again!

Joe
View user's profile Send private message Send e-mail Visit poster's website ICQ Number
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Sep 24, 2003 6:25 am Reply with quote Back to top

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
Only registered users can see links on this board!
Get registered or login to the forums!

I have updated the Site Info download file to include this Smile. See the news item for more information.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
porcupinepc
Involved
Involved


Joined: Sep 20, 2003
Posts: 261
Location: Schumacher, Ontario CANADA

PostPosted: Wed Sep 24, 2003 6:57 am Reply with quote Back to top

One again Raven...you da man!

Joe

Keep up the great work!
View user's profile Send private message Send e-mail Visit poster's website ICQ Number
dholt
Regular
Regular


Joined: Nov 21, 2005
Posts: 67

PostPosted: Sat Apr 22, 2006 4:20 pm Reply with quote Back to top

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
View user's profile Send private message
evaders99
Former Moderator in Good Standing


Joined: Apr 30, 2004
Posts: 3221

PostPosted: Sat Apr 22, 2006 6:08 pm Reply with quote Back to top

Well it is saying that it can't find modules/IP_Tracking/iptracking.php
Do you have that file? In the proper directory?
View user's profile Send private message Visit poster's website
dholt
Regular
Regular


Joined: Nov 21, 2005
Posts: 67

PostPosted: Sat Apr 22, 2006 7:09 pm Reply with quote Back to top

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
View user's profile Send private message
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum