Author Topic: [Mod] More Statistics for your visitors  (Read 199592 times)

0 Members and 1 Guest are viewing this topic.

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: More Registered Users
« Reply #150 on: November 18, 2008, 06:35:19 PM »
where you see this?
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline son_gokou

  • Full Member
  • ***
  • Posts: 199
    • View Profile
Re: More Registered Users
« Reply #151 on: November 18, 2008, 07:36:51 PM »
On home page.

I've installed this MOD http://www.4homepages.de/forum/index.php?topic=3303.0

Offline V@nо

  • Addicted member
  • ******
  • Posts: 1.223
    • View Profile
Re: More Registered Users
« Reply #152 on: November 18, 2008, 08:59:59 PM »
in that case you should ask this question as a reply to the mod's topic. You'll have more chances get the answer from people who know that mod.
Your first three "must do" before you ask a question:
If I asked you to PM me, I meant PM to my primary account, this account doesn't accept PMs.

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: More Registered Users
« Reply #153 on: November 18, 2008, 09:00:47 PM »
instead of {total_users} in template, write down...

i do have 100 users..

it's simple  :mrgreen:
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline son_gokou

  • Full Member
  • ***
  • Posts: 199
    • View Profile
Re: More Registered Users
« Reply #154 on: November 19, 2008, 02:38:49 PM »
Right...  :lol:

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [Mod] More Statistics for your visitors
« Reply #155 on: November 19, 2008, 03:04:38 PM »
merged :P
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline Sun Zaza

  • Sr. Member
  • ****
  • Posts: 399
    • View Profile
Re: [Mod] More Statistics for your visitors
« Reply #156 on: December 26, 2008, 08:09:40 PM »
I have a tip:

Put this line in your includes/page_header.php, so you don't have to put it in each page :wink:

Code: [Select]
include(ROOT_PATH.'includes/stats.php');
« Last Edit: December 28, 2008, 07:03:02 AM by cruxy »

Offline mongozero

  • Pre-Newbie
  • Posts: 2
  • xD
    • View Profile
Re: [Mod] More Statistics for your visitors
« Reply #157 on: January 14, 2009, 06:24:26 AM »
I have a tip:

Put this line in your includes/page_header.php, so you don't have to put it in each page :wink:

Code: [Select]
include(ROOT_PATH.'includes/stats.php');


Sorry the question... but...

how can I put the {whos_online} on all the sections?

Offline stdio

  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: [Mod] More Statistics for your visitors
« Reply #158 on: March 06, 2010, 12:06:15 PM »
Hi!

I've read all pages but no one really wrote how to display total image votes. Can someone help?

Thank you! This mod is awesome! :)

Offline nagmat

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • نغمات
Re: [Mod] More Statistics for your visitors
« Reply #159 on: July 13, 2010, 02:39:04 PM »
thanks and i have another Problem When go to search page  :oops:

http://nagmat.com/search.php  :?


show codes  8O

Notice: Undefined index: perm_images in /home/nagmat/public_html/includes/stats.php  on line 80

Notice: Undefined index: awaiting_validation in /home/nagmat/public_html/includes/stats.php on line 82

Notice: Undefined index: new_member_welcome in /home/nagmat/public_html/includes/stats.php on line 84

Notice: Undefined index: users in /home/nagmat/public_html/includes/stats.php on line 86

Notice: Undefined index: total_hits in /home/nagmat/public_html/includes/stats.php on line 88

Notice: Undefined index: total_votes in /home/nagmat/public_html/includes/stats.php on line 90

Notice: Undefined index: total_downloads in /home/nagmat/public_html/includes/stats.php on line 92

Notice: Undefined index: total_comments in /home/nagmat/public_html/includes/stats.php on line 94

Notice: Undefined index: total_postcards in /home/nagmat/public_html/includes/stats.php on line 96

Notice: Undefined variable: total_postcards in /home/nagmat/public_html/includes/stats.php on line 97

this is stats.php

http://www.mediafire.com/?zmmynmvj3on

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] More Statistics for your visitors
« Reply #160 on: July 13, 2010, 03:09:45 PM »
The original stats.php files has only 60 lines of code, all these warning you showed started from line 80. The conclusion - the mistake is in your own modifications. Without seeing the code, nobody could possible help you.

Did you add all these $lang['blah'] variables in your main.php language file?

[EDIT]ok, I must be blind...just found your stats.php :D[/EDIT]
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline nagmat

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • نغمات
Re: [Mod] More Statistics for your visitors
« Reply #161 on: July 13, 2010, 03:55:01 PM »
The original stats.php files has only 60 lines of code, all these warning you showed started from line 80. The conclusion - the mistake is in your own modifications. Without seeing the code, nobody could possible help you.

Did you add all these $lang['blah'] variables in your main.php language file?

[EDIT]ok, I must be blind...just found your stats.php :D[/EDIT]

What files are you need ?  :?

to solve the proplem

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] More Statistics for your visitors
« Reply #162 on: July 15, 2010, 06:02:15 AM »
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline zakaria666

  • Full Member
  • ***
  • Posts: 211
    • View Profile
Re: [Mod] More Statistics for your visitors
« Reply #163 on: August 13, 2010, 08:53:38 PM »
@ VANO

Hello sir, god bless u

I just had query because i dont udnerstand something, i have done this MOD and it works perfect, so instead what i did is made it display for me on the left of the screen, i made a table and placed in inside userlogininfo.html,

Which the information is only displayed on the index page, as soon as i click on image for example, the statistics are not displayed, if click for example lightbox link , it is not displayed, but if i go back to my index.html the statistics are displayed, at first i thought it had something to do with include so i included  - - -include(ROOT_PATH.'includes/stats.php'); into lightbox.php and details.php but it still did not work, so why is statistics viewable inside index but as soon as i navigate to another page the statistics are not viewable.

Thank u sir,

Offline nagmat

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • نغمات
Re: [Mod] More Statistics for your visitors
« Reply #164 on: March 02, 2011, 03:14:37 AM »
http://nagmat.com/rss.php?action=images

I have rss porplem

PLEASE REPLY ME About massege