vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Trying to count total users with query seperate of forum (https://vborg.vbsupport.ru/showthread.php?t=91894)

BamaStangGuy 07-09-2005 08:28 PM

Trying to count total users with query seperate of forum
 
On my main page I want to show the total registered users and I am using this:

PHP Code:

<?
$dbhost = 'localhost';


$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql');

$dbname = 'mustangevolution';
mysql_select_db($dbname);

$res = mysql_query('SELECT COUNT(*) as total FROM user');
$row = mysql_fetch_assoc($res);
$total = $res['total'];

echo '<b>' .$total. '</b>';
?>

What am I missing?

Guest190829 07-09-2005 08:45 PM

You shouldn't post your entire database information, it could be a serious security issue.

AN-net 07-09-2005 10:30 PM

instead of putting stress on your user table why not just use the datastore table or just include global.php and all datastore is available to you:)

Revan 07-09-2005 11:29 PM

Then again, calling global.php also adds the what, 6 other queries that he may have no usage whatsoever for.
I recommend doing the datastore query as suggested, to add less overhead.

Andreas 07-09-2005 11:32 PM

Quote:

Originally Posted by Danny.VBT
You shouldn't post your entire database information, it could be a serious security issue.

I can't connect to localhost with this Username/Password, what am I doing wrong?

Biker_GA 07-10-2005 12:39 AM

Hmmmmm. Betcha it would work if you looked up his website and attempted an SSH. ;)


All times are GMT. The time now is 07:02 AM.

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.01080 seconds
  • Memory Usage 1,720KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete