vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Display forum stats in a dynamic image (https://vborg.vbsupport.ru/showthread.php?t=101233)

Mr Chad 12-08-2005 12:57 AM

any help?

Chris M 12-08-2005 01:22 AM

Well all I can say in my defence is that it worked for me when I tested it :)

I don't know why you are getting these errors...

Chris

Mr Chad 12-08-2005 03:47 AM

Quote:

Originally Posted by Chris M
Well all I can say in my defence is that it worked for me when I tested it :)

I don't know why you are getting these errors...

Chris

well im guessing its because there is nowhere for you to put your TABLE PREFIX.

your forums must not have one or use the standard one.

Dark Riku 12-08-2005 04:40 AM

You must edit this code so it has your directory

/home/username/public_html/directory

It must be like that i beleive. Did you edit the code at all?

Mr Chad 12-08-2005 09:49 PM

yes its right...
/kunden/homepages/18/d117741316/htdocs/forums

Chris M 12-08-2005 10:23 PM

Quote:

Originally Posted by chatbum
well im guessing its because there is nowhere for you to put your TABLE PREFIX.

your forums must not have one or use the standard one.

Ah yes of course - It's a vB2 hack, no table prefixes :p

Here's what you change in signature.php:
PHP Code:

$querya="SELECT COUNT(*) AS users, MAX(userid) AS max FROM user WHERE usergroupid!=4"

to
PHP Code:

$querya="SELECT COUNT(*) AS users, MAX(userid) AS max FROM " TABLE_PREFIX "user WHERE usergroupid!=4"

then
PHP Code:

$queryb="SELECT COUNT(*) AS posts FROM post"

to
PHP Code:

$queryb="SELECT COUNT(*) AS posts FROM " TABLE_PREFIX "post"

then
PHP Code:

$queryc="SELECT COUNT(*) AS threads FROM thread"

to
PHP Code:

$queryc="SELECT COUNT(*) AS threads FROM " TABLE_PREFIX "thread"

That should be all :)

Chris

Mr Chad 12-08-2005 11:25 PM

ohh man i learned something too!

cant thank you enough

This is how i fixed it:
I followed what you said but that worked halfway

I added a line under the email var

$TABLE_PREFIX= "table prefix";

and replaced all the "TABLE_PREFIX" with $TABLE_PREFIX

Chris M 12-09-2005 12:29 AM

It's probably all the bad mysql_query's in there using double quotes and stuff - Not the greatest of code but functional :)

Chris


All times are GMT. The time now is 12: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.01006 seconds
  • Memory Usage 1,737KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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