Author Topic: [MOD]More than more statistics  (Read 113647 times)

0 Members and 1 Guest are viewing this topic.

Offline pierse

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [MOD]More than more statistics
« Reply #15 on: May 28, 2005, 06:17:09 PM »
I finally got it to work... however, I have messed something up and I can not find where the correct code is...

The code I removed and cant find were I messed it up from is the code for total images & total categories. I realize this is really dumb... but please forgive me.. I'm learning ;)

Offline waleed

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Re: [MOD]More than more statistics
« Reply #16 on: May 28, 2005, 08:58:38 PM »
when i try to run  old_votes2db.php - change_voted_a_install.php got this error
Warning: main(./../admin/admin_global.php): failed to open stream: No such file or directory in /usr/home/maghna/www/old_votes2db.php on line 8

Fatal error: main(): Failed opening required './../admin/admin_global.php' (include_path='.:') in /usr/home/maghna/www/old_votes2db.php on line 8
  any idea ?

Offline bikoo

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: [MOD]More than more statistics
« Reply #17 on: May 29, 2005, 12:01:01 PM »
thnx aloot gr8 job
its work wiz me 100%

Offline pierse

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [MOD]More than more statistics
« Reply #18 on: June 13, 2005, 02:47:51 PM »

The code I removed and cant find were I messed it up from is the code for total images & total categories. I realize this is really dumb... but please forgive me.. I'm learning ;)

Please help.  Thanks.

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 than more statistics
« Reply #19 on: June 13, 2005, 03:11:14 PM »
Do u use more then one language on your gallery? if no, then add the missing words directly into the template.
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 dosensteck

  • Full Member
  • ***
  • Posts: 160
    • View Profile
Re: [MOD]More than more statistics
« Reply #20 on: June 13, 2005, 11:18:14 PM »
Can somebody help me, i get always the fault:

Code: [Select]
DB Error: Bad SQL Query: SELECT count(*) AS votes FROM VOTED_TABLE
Table 'xxxx.VOTED_TABLE' doesn't exist

DB Error: Bad SQL Query: SELECT count(*) AS votes FROM VOTED_TABLE WHERE vote_date >= 1111273200
Table 'xxxxx.VOTED_TABLE' doesn't exist

DB Error: Bad SQL Query: SELECT count(*) AS votes FROM VOTED_TABLE WHERE vote_date >= 1111186800 AND vote_date <= 1111273200
Table 'xxxx.VOTED_TABLE' doesn't exist

DB Error: Bad SQL Query: SELECT count(*) AS votes FROM VOTED_TABLE WHERE vote_date >= 1110754800
Table 'xxxx.VOTED_TABLE' doesn't exist

DB Error: Bad SQL Query: SELECT count(*) AS votes FROM VOTED_TABLE WHERE vote_date >= 1110150000 AND vote_date <= 1110754800
Table 'xxxx.VOTED_TABLE' doesn't exist

DB Error: Bad SQL Query: SELECT count(*) AS votes FROM VOTED_TABLE WHERE vote_date >= 1109631600
Table 'xxxxx.VOTED_TABLE' doesn't exist

DB Error: Bad SQL Query: SELECT count(*) AS votes FROM VOTED_TABLE WHERE vote_date >= 1107212400 AND vote_date <= 1109631600
Table 'xxxxx.VOTED_TABLE' doesn't exist

DB Error: Bad SQL Query: SELECT count(*) AS votes FROM VOTED_TABLE WHERE user_id >= 18 AND user_id <= 18
Table 'xxx.VOTED_TABLE' doesn't exist

I think i have to make a mysql table ..but i don´t how i do this.

Thanx a lot.

P.s xxx i make for my pagename


hy

search this:
Code: [Select]
function num_users($from=0,$to=0,$field="user_joindate"){

an replace with:
Code: [Select]
function num_users($from=0,$to=0,$field="user_regdate"){

@effemmess: danke für den mod, funktioniert wunderbar (bis auf die eine änderung - das is aber nur wegen phpbb so)  hoffe da kommt noch viel mehr :)

Offline pierse

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [MOD]More than more statistics
« Reply #21 on: June 14, 2005, 11:57:16 PM »
Do u use more then one language on your gallery? if no, then add the missing words directly into the template.

I got it to work.  The stats.php was being called before the page_header.php there were no numbers for the variables. I moved the page_header.php up in the process. 

Thanks.

Michael

  • Guest
Re: [MOD]More than more statistics
« Reply #22 on: July 16, 2005, 11:48:10 AM »
Hallo, ein großartiger Mod der "fast" auf Anhieb sofort funktioniert  :)

Ein Problem habe ich nun aber, die "Neuen Stimmen" bleiben bei mir auf 0 stehen, vermisse ich da einen Eintrag in der DB ??

Gruß, Michael

Michael

  • Guest
Re: [MOD]More than more statistics
« Reply #23 on: July 16, 2005, 12:18:55 PM »
habe nun das [Plugin] Old votes 2 DB installiert und die Einträge sind da, ist es normal das man mir unter Neue Stimmen "heute" 6102 Einträge anzeigt ???
Außerdem werden die neuen Bewertungen nicht mitgezählt  :roll:

Offline TomYork

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: [MOD]More than more statistics
« Reply #24 on: July 22, 2005, 02:49:45 AM »
on this MORE THAN MORE STATS, these 2 commands will not show up while in the template stats_box.html
{total_images}
{total_categories}
but I can put them in the, say home.html, it works.. why is that. something need to be changed in the function.php or something

I do have version 1.7.1 but I think did the same thing in 1.7 but not for sure..

Thanks for the help.



I have the same error...

{total_images}
{total_categories}


These variables don't show on the stats of my gallery...


Please, help me!
* La prueba más clara de la sabiduría es una alegría continua...*

Offline TomYork

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: [MOD]More than more statistics
« Reply #25 on: July 27, 2005, 02:58:02 AM »
help please :(
* La prueba más clara de la sabiduría es una alegría continua...*

Offline Rookie79

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [MOD]More than more statistics
« Reply #26 on: July 30, 2005, 02:15:54 PM »
Ich habe alles wie beschrieben ohne eine Fehlermeldung installiert aber ich habe überhaupt keine Statistik Anzeige !?

Warum?

4images 1.7.1

broken english

i've installed everything without any error but nothing happend!?

Why?

thanx

Offline Rookie79

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [MOD]More than more statistics
« Reply #27 on: July 30, 2005, 05:16:06 PM »
Ich habs gefunden

http://www.4homepages.de/forum/index.php?topic=7901.0

unter "Including the statistics in Index.php:"

aber nun habe ich das gleiche Problem wie "Busologo"

i try it in english

look at the topic to solve the problem

but now {total_images} and {total_categories} fail

Offline Silentclaw

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD]More than more statistics
« Reply #28 on: August 01, 2005, 11:04:45 AM »
Mod funktioniert mit kleinen Einschränkungen  :(
Installation hat wunderbar funktioniert daher erst mal großes Lob.  :D
Hab aber das gleiche Problem wie meine Vorredener.
Keine Anzeige der Bilder und der Kategorien.  :(

Danke für Eure Hilfe

Offline bunelul

  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: [MOD]More than more statistics
« Reply #29 on: November 22, 2005, 01:22:53 AM »

...
Mindestvoraussetzungen:
- 4images 1.7  :wink:
...

Hello

I can`t understand: IS this mod working with version 1.7.1 or isn`t.
Help me, please.

Thanks.