Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Small Hack Details »»
Small Hack
Version: , by Logitech-2004 Logitech-2004 is offline
Developer Last Online: Jul 2006 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 12-13-2003 Last Update: Never Installs: 0
 
No support by the author.

How Do I List Diff Users Count On Main Page

Platinum Members: ?
Platinum+ Members: ?
Moderators: ?
Super Moderator: ?
Administrators: ?

How Do I Fill In The "?"'s

i know it's a templat edit, but what coding is required for it to work?

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 12-13-2003, 05:42 PM
Logitech-2004 Logitech-2004 is offline
 
Join Date: Nov 2003
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Parse error: parse error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /var/www/html/platinum/index.php on line 25

code
$3M1=$DB_site->query_first("SELECT * FROM '3MStatus' WHERE '3M1'");
$3M2=$DB_site->query_first("SELECT * FROM '3MStatus' WHERE '3M2'");
$3M3=$DB_site->query_first("SELECT * FROM '3MStatus' WHERE '3M3'");
$3M4=$DB_site->query_first("SELECT * FROM '3MStatus' WHERE '3M4'");
Reply With Quote
  #13  
Old 12-13-2003, 07:25 PM
Logitech-2004 Logitech-2004 is offline
 
Join Date: Nov 2003
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any one????
Reply With Quote
  #14  
Old 12-13-2003, 07:26 PM
Logitech-2004 Logitech-2004 is offline
 
Join Date: Nov 2003
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

$M1=$DB_site->query_first("SELECT * FROM 3MStatus WHERE Index = 3M1");
$M2=$DB_site->query_first("SELECT * FROM 3MStatus WHERE Index = 3M2");
$M3=$DB_site->query_first("SELECT * FROM 3MStatus WHERE Index = 3M3");
$M4=$DB_site->query_first("SELECT * FROM 3MStatus WHERE Index = 3M4");

Still Get Errors
Database error in vBulletin 2.3.3:

Invalid SQL: SELECT * FROM 3MStatus WHERE Index = 3M1
mysql error: You have an error in your SQL syntax near 'Index = 3M1' at line 1

mysql error number: 1064
Reply With Quote
  #15  
Old 12-13-2003, 07:30 PM
Logitech-2004 Logitech-2004 is offline
 
Join Date: Nov 2003
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

$M1=$DB_site->query_first("SELECT * FROM 3MStatus WHERE 3M1 = '3M1'");
$M2=$DB_site->query_first("SELECT * FROM 3MStatus WHERE 3M2 = '3M2'");
$M3=$DB_site->query_first("SELECT * FROM 3MStatus WHERE 3M3 = '3M3'");
$M4=$DB_site->query_first("SELECT * FROM 3MStatus WHERE 3M4 = '3M4'");

This Dosen't Cause erros! But It Dosn't READ The Text Stored in the col's
Reply With Quote
  #16  
Old 12-13-2003, 08:46 PM
Logitech-2004 Logitech-2004 is offline
 
Join Date: Nov 2003
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hummm i stumped them
Reply With Quote
  #17  
Old 12-25-2003, 06:40 AM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

$saved_array = $DB_site->query_first("SELECT col1,col2,col3 FROM table_name WHERE col1='value'");

firstly, this will grab the data in 'col1', 'col2', and 'col3' from the table called 'table_name'
where the col1 has the data 'value' in it. (wow, you can just read the query and get the same sentence as above ~_~)

however, the $saved_array contains the information similar to the query itself. it saves the data grabbed from each column, where col='value', and the keys of the var, are named based on the requested columns.

so, $saved_array[col1] would have the data that col1 had at col1='value'

~_~ okay, im starting to confuse myself(its a million times easier to do it yourself then explain how :-p), and i hope you arent further confused. maybe if you gave me all that your working with, i still dont know what it is your trying to do...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:52 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05242 seconds
  • Memory Usage 2,252KB
  • Queries Executed 21 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete