Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Who's visiting my site / phpinfo.php missing

Asked Modified Viewed 6,379 times
B
BMHS-Daniel
B
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Newbie

Is there a way to see who's actually visiting my site by IP?

Please? If not, if there's a mod, I would like to get my hands on it, because I want to know who is browsing my website.

Also, phpinfo.php in the /administration/ directory seems to be missing. Can I find out which version of php-fusion i am using so i can download the appropriate version and retrieve the misssing file?
Edited by BMHS-Daniel on 08-04-2007 01:00,
0 replies

19 posts

B
BBK
B
BBK 10
{{{
var yo= 'BBK!'
window.alert(yo)
}}}
  • Member, joined since
  • Contributed 105 posts on the community forums.
  • Started 4 threads in the forums
answered
Member

there u go
0 replies
S
sa3bin
S
sa3bin 10
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

I use BBClone http://bbclone.de/ A PHP based Web Counter on Steroids.

Defiantly the best stats script I've ran across.
Here is the demo...click detailed stats at the top to show individual hits.
http://bbclone.de/demo/

All you have to do is download it...
http://bbclone.de/download.php?get=bb...0.4.9a.zip

Then in each page you want to track insert this code at the very top...
<?php
define("_BBC_PAGE_NAME", "Downloads");
define("_BBCLONE_DIR", "bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);
?>

Before
Just change the BBC_PAGE_NAME to fit the page your keeping track of.
Nearly every page at my site has this code embeded in it,including infussions ect..
Change the BBCLONE_DIR if pointing outside the root directory.
for instance ../../bbclone/

Hope you like it as much as I
Edited by sa3bin on 08-04-2007 04:43,
0 replies
B
BBK
B
BBK 10
{{{
var yo= 'BBK!'
window.alert(yo)
}}}
  • Member, joined since
  • Contributed 105 posts on the community forums.
  • Started 4 threads in the forums
answered
Member

wow this is awesome!;) but its not showin the visitors IP!
0 replies
S
sa3bin
S
sa3bin 10
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

Sure it does.
You have to click the numbers in "Visits" ;)
0 replies
B
BBK
B
BBK 10
{{{
var yo= 'BBK!'
window.alert(yo)
}}}
  • Member, joined since
  • Contributed 105 posts on the community forums.
  • Started 4 threads in the forums
answered
Member

ah ok! this one is tha bomb:D
0 replies
B
BBK
B
BBK 10
{{{
var yo= 'BBK!'
window.alert(yo)
}}}
  • Member, joined since
  • Contributed 105 posts on the community forums.
  • Started 4 threads in the forums
answered
Member

is there a way to clear some entries?
0 replies
B
BMHS-Daniel
B
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Newbie

Thanks alot, BBK. You have certainly helped my site out!
Many thanks.

Daniel
0 replies
M
Merian
M
Merian 10
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

Well, I like this thing, but something I’m doing wrong.

I have uploaded all the files in is own folder
I have chmod the files there needed that
And I have put the little code in my pages.

Quote


<?php
define("_BBC_PAGE_NAME", "horoskope"wink;
define("_BBCLONE_DIR", "folder/"wink;
define("COUNTER", _BBCLONE_DIR."mark_page.php"wink;
if (is_readable(COUNTER)) include_once(COUNTER);
?>

I have read and done the things, I could find and read here
http://help.bbclone.de/

and still the bbclone thing don’t show the users of my page
Activity.

What can I have done wrong??


Here Statistics
Edited by Merian on 10-04-2007 18:27,
0 replies
W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
answered
Senior Member

Quote

sa3bin wrote:
All you have to do is download it...
http://bbclone.de/download.php?get=bb...0.4.9a.zip

Then in each page you want to track insert this code at the very top...
<?php
define("_BBC_PAGE_NAME", "Downloads");
define("_BBCLONE_DIR", "bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);
?>

Before
Just change the BBC_PAGE_NAME to fit the page your keeping track of.
Nearly every page at my site has this code embeded in it,including infussions ect..
Change the BBCLONE_DIR if pointing outside the root directory.
for instance ../../bbclone/

Hope you like it as much as I


Easier is to edit footer.php and just below mysql_close(); add,


Quote

mysql_close();
define("_BBCLONE_DIR", "bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER);


Now all pages are included automatically! :D

I will experiment with this nice stats program but I miss referrer info, but perhaps that is a feature for the future.
0 replies
S
sa3bin
S
sa3bin 10
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

Quote

Merian wrote:
Well, I like this thing, but something I’m doing wrong.

I have uploaded all the files in is own folder
I have chmod the files there needed that
And I have put the little code in my pages.

Quote


<?php
define("_BBC_PAGE_NAME", "horoskope"wink;
define("_BBCLONE_DIR", "folder/"wink;
define("COUNTER", _BBCLONE_DIR."mark_page.php"wink;
if (is_readable(COUNTER)) include_once(COUNTER);
?>

I have read and done the things, I could find and read here
http://help.bbclone.de/

and still the bbclone thing don’t show the users of my page
Activity.

What can I have done wrong??


Here Statistics


Normally all files in the "var" directory must be writeable by the webserver (all *.php files and the .ht* files, iirc)
You done that?
http://help.bbclone.de/index.php?n=Se...ermissions
Edited by sa3bin on 10-04-2007 19:01,
0 replies
S
sa3bin
S
sa3bin 10
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

Quote

Wanabo wrote:


Easier is to edit footer.php and just below mysql_close(); add,


Quote

mysql_close();
define("_BBCLONE_DIR", "bbclone/"wink; define("COUNTER", _BBCLONE_DIR."mark_page.php"wink; if (is_readable(COUNTER)) include_once(COUNTER);


Now all pages are included automatically! grin

I will experiment with this nice stats program but I miss referrer info, but perhaps that is a feature for the future.


Wanabo,does that label every page?
Doesn't Global Stats "Top 10 Origins" show you referrals?
Edited by sa3bin on 10-04-2007 19:02,
0 replies
W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
answered
Senior Member

Yes, at least everything in 'root'. Unfortunately not the forum part.

But will experiment a little further on this.


Top 10 Origins stays empty.. :(
0 replies
W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
answered
Senior Member

With a small change also forum is included;

Quote

define('_BBCLONE_DIR', BASEDIR.'bbclone/'wink; define('COUNTER', _BBCLONE_DIR.'mark_page.php'wink; if (is_readable(COUNTER)) include_once(COUNTER);


changed " to ' aswell
Edited by Wanabo on 10-04-2007 20:10,
0 replies
W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
answered
Senior Member

Referrer and keywords are ok aswell :)
0 replies
M
Merian
M
Merian 10
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

counter0
counter1
counter2
counter3
and so on is chmod 666

as well as
access.php
last.php
.htalock
is chmod 666

and .htaccess is chmod 664
0 replies
Q
Quartzkyte
Q
www.php-fusion.co.uk/../../images/smiley/cool.gif

Mike
---------------------------------------
Quartzkyte, admin @ French N.S.S.
  • Senior Member, joined since
  • Contributed 404 posts on the community forums.
  • Started 40 threads in the forums
answered
Senior Member

You can also try the Audit Trail infusion from Hackersoft.
Link http://hackersoft.ath.cx/infusions/fs...ACKERSOFT/ to use AFTER registration at http://hackersoft.ath.cx/news.php.
I use it.
0 replies
M
Merian
M
Merian 10
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

Well, I got the thing to work, in some way.

Now I only have one problem, when I want
To take at look at detailed stats I get an error

Quote

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 309180 bytes) in /mounted-storage/home39a/sub001/sc19325-JCET/algiz.dk/dims/show_detailed.php on line 98


my Statistics page is here

Any one there can help me out ??
0 replies
S
sa3bin
S
sa3bin 10
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

Merian,Unless someone here knows? I don't have a clue :|
Maybe try the guys in the BBClone support forum?
http://forum.bbclone.de/index.php/i/4...727627a73/
0 replies
M
Merian
M
Merian 10
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

thanks
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 19 posts
  • Votes 0 votes
  • Topic users 6 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet