vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vB Statistic version 3.0.0 (directors Cut *g*) (https://vborg.vbsupport.ru/showthread.php?t=74603)

Lionel 04-10-2005 10:08 AM

Thank you.

sv1cec 04-10-2005 11:08 AM

Quote:

Originally Posted by PcFreak
Search in your /statistic/statistic_searchengines.php
(Line round 221)

found:
PHP Code:

$keyword_found ereg_replace("'","",$keyword_found);      //Abfangen eines Fehlers der auftreten kann wenn ' Keyword vorkommt 

replace with:
PHP Code:

    $keyword_found ereg_replace("'","",$keyword_found);      //Abfangen eines Fehlers der auftreten kann wenn ' Keyword vorkommt    
    
$keyword_found eregi_replace("\"""",$keyword_found); //Abfangen eines Fehlers der auftreten kann wenn \ Keyword vorkommt 

PcFreak

Is there a reason why you suggest ereg_replace for the ' and eregi_replace for the \?

Rgds

Lionel 04-10-2005 11:51 AM

Looks like some search engines are sending in those characters. And those are no nos for script.

sv1cec 04-10-2005 03:18 PM

I understand that, and I had this problem long ago, but what I do not understand is why use one function for the ' and the case-sensitive eregi_replace for the \.

And it is most probably not an issue with the search engine sending those characters, as much as the user typing a phrase and then hitting the \ before the Enter key, as they complete their typing. The \ is close to the Enter key.

YLP1 04-11-2005 02:38 PM

I must say that this mod is AWESOME...and coming from a newbie to VB and PHP....I was able to install this without a hitch!!!

Paypal donation time for sure...

I have a question about the statistics folder in the forum install directory...was I suppose to upload the sides folder and these files?: statistic_browser_os.php; statistic_searchengines.php; and statistic_spider.php?

Oops one other question...what does the statitis_counter.php do (in forum root)? Is this like a page counter? If so, how do I get it to show?

Thanks again ...

PcFreak 04-11-2005 03:54 PM

copy this three files in in forum root:
e.g.
-forum/statistic.php
-forum/statistic_counter.php
-forum/statistic_java_counter.php

the other files must stay in the forum/statistic/ folder with the same file structure. (do not change)

The image directory of the distribution package should be uploaded to the ./statistic directoy (forum/statistic)

The statistic_counter.php is the most important file.
This file counts and logs all the statisic data.

PcFreak

sv1cec 04-11-2005 05:14 PM

Hey PcFreak, care to answer my question?

JoeLouie 04-11-2005 05:29 PM

Is there a way to show the average posts per day on the main statistics page? You have the total posts, and the days since the forum was put online... so I can't imagine that it would be anything too difficult. Any way of implementing this? I know that it's a very easy calculation to figure out on my own with a calculator, but if I don't need a calculator, it's even better :)

Great hack btw :D

PcFreak 04-12-2005 01:51 AM

Quote:

Originally Posted by sv1cec
Hey PcFreak, care to answer my question?

Upps... Sorry
Quote:

Originally Posted by sv1cec
what I do not understand is why use one function for the ' and the case-sensitive eregi_replace for the \.

The reason is: I don?t know a better solution.
Some people look for term like "hello\" or "'Freaks`s statistic is the best' " in the engines.

But the routine is not case-sensitive. It is implemented only if a search machine were actually found.

Quote:

Originally Posted by JoeLouie
Is there a way to show the average posts per day on the main statistics page?

Hmm..
I think you can use this code: e.g
PHP Code:

$average_post_ per_day $total_threads $testtage;
$average_post_ per_day vb_number_format($average_post_ per_day5); 

Put them into your forum.php under this line:
PHP Code:

$total_views vb_number_format($total_views_check);                                    //Alle HITS (wie oft wurden die Beitraege gelesen) 

Then you can use this new var "$average_post_ per_day" in the statistic template. (not tested ;))

PcFreak

JoeLouie 04-12-2005 02:58 AM

Quote:

Originally Posted by PcFreak
Hmm..
I think you can use this code: e.g
PHP Code:

$average_post_ per_day $total_threads $testtage;
$average_post_ per_day vb_number_format($average_post_ per_day5); 

Put them into your forum.php under this line:
PHP Code:

$total_views vb_number_format($total_views_check);                                    //Alle HITS (wie oft wurden die Beitraege gelesen) 

Then you can use this new var "$average_post_ per_day" in the statistic template. (not tested ;))

PcFreak

Thanks, I'll give that a shot and fool around with it if it doesn't work. I'm comfortable messing around with code that's already there... it's when I've gotta figure out the code on my own that give me trouble :)


All times are GMT. The time now is 12:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01518 seconds
  • Memory Usage 1,760KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete