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)

Sir_Yaro 01-23-2005 10:01 PM

Quote:

Originally Posted by PcFreak
Because these browsers are very exotic.
I have not found a browserstamp (agent) to detect this browsers.
Lynx will detect with the agent "lynx" (you linx agent must use an other agent) and the browser "link" was unknown for me.
Never heard something about this browser. Sorry...
They logged under the point "not identified" browsers

not link but links :)
http://links.sourceforge.net/
its a well known text browser in linux. only lynx is known better. :)

Quote:

Originally Posted by PcFreak
Is not very difficult to add new browsers and os.
Needed just one new data insert and just one new condition.
Will add more Browsers/OS/Spider and Crawlers with an Update.
Suggestions on further Browser/OS are welcome.

if you want im will help you with pleasure. just tell me how i can find this browserstamps....

and what with this topic duplicates? how can i remove it?

tpr 01-24-2005 03:58 AM

I have a small problem with the statistics.
While you do show me how many bots entered (and what precentage they take out of my visitors) The rest of the statsistics do not take that into account.
This means that when i get 514 visitors today its actually more like 350 (damn slurp) or when i check in Referrers the precentage that come directly/through an external Referrer calculate the bots within which is not something i would want.
Any way to bypass thats ?

p.s.
am i the only one that gets harassed by slurp ?

PixelFx 01-24-2005 04:19 AM

your not the only one my site is getting attacked by Slurp as well.

Carl Anderson 01-24-2005 05:48 AM

I ran the uninstall script for version 2 so I could upgrade to 3 and now I get this.....

Database error in vBulletin 3.0.6:

Invalid SQL:
SELECT LOGTIME FROM statistik_einstellungen

mysql error: Table 'goldism_goldism.statistik_einstellungen' doesn't exist

mysql error number: 1146

Date: Monday 24th of January 2005 02:47:10 AM
Script: http://goldismoney.info/forums/index.php?
Referer:
Username: G-khan
IP Address: 68.119.29.63

I can't log in or do anything not even to my admincp

Anyone know a fix......

Onkel_Tom 01-24-2005 05:59 AM

You haven't done the remove of the logging in your template phpinclude_start as it is described in the readme and also in the uninstalling file !!!
But you should login in admincp to get ride of this code in your phpinclude_start template also afterwards.
If this did't work you have to go with phpmyadmin to your database directly and edit the template there.

Carl Anderson 01-24-2005 06:05 AM

Quote:

Originally Posted by Onkel_Tom
You haven't done the remove of the logging in your template phpinclude_start as it is described in the readme and also in the uninstalling file !!!
But you should login in admincp to get ride of this code in your phpinclude_start template also afterwards.
If this did't work you have to go with phpmyadmin to your database directly and edit the template there.

How do I get to my phpmyadmin as it wont let me login to my admincp....... I do not have a control panel on my server so I would have to telnet in...

Carl Anderson 01-24-2005 06:13 AM

I got this fixed..................

h75 01-24-2005 07:49 AM

Double-Posts!!!

yes you can use paypal :)

tpr 01-24-2005 08:16 AM

Hi,
I recived a db error from the vB statistics (already works on my site for a couple of days)
here is the error :
Database error in vBulletin 3.0.6:

Invalid SQL:
SELECT counter
FROM frm_statistic_searchengine_keywords
WHERE keywords = '???\'

mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''???\'' at line 3

mysql error number: 1064

The forum is in hebrew thus the ??? in the syntax, anyway around this ?

Marco van Herwaarden 01-24-2005 11:26 AM

Quote:

Originally Posted by tpr
Hi,
I recived a db error from the vB statistics (already works on my site for a couple of days)
here is the error :
Database error in vBulletin 3.0.6:

Invalid SQL:
SELECT counter
FROM frm_statistic_searchengine_keywords
WHERE keywords = '???\'

mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''???\'' at line 3

mysql error number: 1064

The forum is in hebrew thus the ??? in the syntax, anyway around this ?

I am not the coder of this hack, but try the following changes.

in file statistic_searchengines.php
find:
PHP Code:

    $keywords_known $DB_site->query("
        SELECT counter 
        FROM " 
TABLE_PREFIX "statistic_searchengine_keywords
        WHERE keywords = '
$keyword_found'
        "
); 

Replace by:
PHP Code:

    $keywords_known $DB_site->query("
        SELECT counter 
        FROM " 
TABLE_PREFIX "statistic_searchengine_keywords
        WHERE keywords = '" 
addslashes($keyword_found) . "'
        "
); 

This will be a solution to this one query. I noticed there are more places where this could happen, so just keep adding the 'addslashes()' as you go.


All times are GMT. The time now is 03:12 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.01718 seconds
  • Memory Usage 1,751KB
  • 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
  • (2)bbcode_php_printable
  • (4)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