vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Displaying Over and Over Again (https://vborg.vbsupport.ru/showthread.php?t=237702)

Joseph Witchard 03-07-2010 07:26 AM

Displaying Over and Over Again
 
http://www.hogwarts-rpg.net/forum/te..._threads_posts

That's where the problem is. The username and password to get into my test forum is testuser and hElpmE, respectively.

My code:

PHP Code:

$my_conn = new mysqli('my_login_credentials');

$my_conn_query "SELECT gryffindor, slytherin FROM hpoints LIMIT 1";

$my_stmt $my_conn->prepare($my_conn_query);

$my_stmt->execute();

$my_stmt->bind_result($my_g$my_s);

$my_stmt->fetch();

echo 
"<div style=\"background-color: black; color: #FFFFFF; width: 100px; height: 100px;\">$my_g<br/>$my_s</div>";

$my_conn->close(); 

This is the code for the plugin (I'm pretty sure the hookname was something like faq_item_display). I'm not trying to accomplish anything with this, I'm just trying to learn how vBulletin plugins work by trying out things. And, as a lot of web development learning is trial and error, I've run into the first thing I don't understand, so I'm ready to get that out of the way and move on. The table (hpoints) contains two INT fields: one with 50, and one with 55. Then I display it on a black div once it's retrieved from the database. I don't really understand why it's displaying over and over again on the above page, so could someone explain why it's doing that and what I would need to do to get it to just get it to display each number once?

Please go easy on me. Like I said, this is my first attempt to interact with vBulletin. The code above is worthless; I'm only using it for testing purposes. Thanks!


All times are GMT. The time now is 08:43 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.01438 seconds
  • Memory Usage 1,716KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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