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

Reply
 
Thread Tools
a bit of code in need of fixing Details »»
a bit of code in need of fixing
Version: , by E E is offline
Developer Last Online: Mar 2008 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-02-2002 Last Update: Never Installs: 0
 
No support by the author.

part of a hack im making:

PHP Code:
 //Drakks Warning Hack
$warnifield="field10" //make x the field for ur warning level
$warnlevel $DB_site->query_first("SELECT $warnifield FROM userfield WHERE $userid=$bbuserinfo");
        if (
$warnlevel >= "10") {
                
$warnphraze="NEEDS BANNING";    //u may set the warn phraze for each one
        
} elseif ($warnlevel >= "7") {
                
$warnphraze="Very Bad";
        } elseif (
$warnlevel >= "4") {
                
$warnphraze="Thats Rough";
        } elseif (
$warnlevel >= "1") {
                
$warnphraze="Evil's Apprentice";
        } else {
                
$warnphraze"Goody Goody";
        }
        if (
$warnfield >= "10") {
                
$warning='<img src="{imagefolder}/warn1.jpg"> $warnphraze';
        } elseif (
$warnlevel >= "7") {
                
$warning='<img src="{imagefolder}/warn2.jpg"> $warnphraze';
        } elseif (
$warnlevel >= "4") {
                
$warning='<img src="{imagefolder}/warn3.gif"> $warnphraze';
        } elseif (
$warnlevel >= "1") {
                
$warning='<img src="{imagefolder}/warn4.gif"> $warnphraze';
        } else {
                
$warning='<img src="{imagefolder}/warn5.gif"> $warnphraze';
        }
//End Warning hack 
Theres also an error with the query,,, but... how can i get $warning too =<img src="{imagefolder}/warn5.gif"> and so on?

i know that Wont work.. how can i change it too make it work

Show Your Support

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

Comments
  #22  
Old 04-05-2002, 06:49 AM
E's Avatar
E E is offline
 
Join Date: Mar 2002
Location: Fieldale Virginia
Posts: 421
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

u forgot to close the statement
$warnlevel = $DB_site->query_first("SELECT $warnifield FROM userfield WHERE userid='$variable1223');

=

$warnlevel = $DB_site->query_first("SELECT $warnifield FROM userfield WHERE userid='$variable1223'");

Anyways... I finally got rid of that error.. so thanks for all ur help i really appreciate it... now i get this errror instead

Fatal error: Call to a member function on a non-object in /home/fiendwor/public_html/forum/admin/functions.php on line 215

215:
$warnlevel = $DB_site->query_first("SELECT $warnifield FROM userfield WHERE userid='$uservar'");

$uservar is instead of variable1223... so i did change it dont worry
Reply With Quote
  #23  
Old 04-05-2002, 07:35 AM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by E

$warnlevel = $DB_site->query_first("SELECT $warnifield FROM userfield WHERE userid='$uservar'");
Try

$warnlevel = $DB_site->query("SELECT $warnifield FROM userfield WHERE userid='$uservar'");
Reply With Quote
  #24  
Old 04-05-2002, 07:40 AM
E's Avatar
E E is offline
 
Join Date: Mar 2002
Location: Fieldale Virginia
Posts: 421
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

gives the same warning.. damn this is getting nowhere lol... where Firefly with his one post fixes... lol
Reply With Quote
  #25  
Old 04-06-2002, 05:45 AM
E's Avatar
E E is offline
 
Join Date: Mar 2002
Location: Fieldale Virginia
Posts: 421
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dammit.. i see problems being fixed in a day.. this has been ages.. there must be some way to do this
Reply With Quote
  #26  
Old 04-06-2002, 06:12 AM
mr e's Avatar
mr e mr e is offline
 
Join Date: Dec 2001
Posts: 461
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What happens if you do this?

PHP Code:
$warnlevel $DB_site->query_first("SELECT $warnifield,userid FROM userfield WHERE userid='$uservar'"); 
Reply With Quote
  #27  
Old 04-06-2002, 07:56 AM
E's Avatar
E E is offline
 
Join Date: Mar 2002
Location: Fieldale Virginia
Posts: 421
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its not that... the WHERE userid bit.......... The
$uservar = $bbuserinfo['userid']

Dammit it dont recognize that [better wash my mouth][better wash my mouth][better wash my mouth][better wash my mouth]
Reply With Quote
  #28  
Old 04-06-2002, 07:56 AM
E's Avatar
E E is offline
 
Join Date: Mar 2002
Location: Fieldale Virginia
Posts: 421
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i said bit not [better wash my mouth][better wash my mouth][better wash my mouth][better wash my mouth][better wash my mouth]
Reply With Quote
  #29  
Old 04-07-2002, 01:34 AM
mr e's Avatar
mr e mr e is offline
 
Join Date: Dec 2001
Posts: 461
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Don't you have to SELECT the userid also? Post what you currently have up to this point.
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 02:54 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.04744 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
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
  • (2)bbcode_php
  • (1)bbcode_quote
  • (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
  • (2)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)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