The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
||||
|
||||
![]()
Plugin: postbit_display_start
Code:
$gameuserid = $post['userid']; $player_sql = $vbulletin->db->query("SELECT * FROM gametable WHERE userid = '$gameuserid'"); $player = $vbulletin->db->fetch_array($player_sql); $player_score = $player['score']; Template: postbit_legacy Code:
Score: $player_score Gives this error: Fatal error: Call to a member function query() on a non-object in /forums/includes/class_postbit.php(265) : eval()'d code on line 86 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|