The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Jalrock This has got to be simple but... 12-04-2002, 02:07 AM
christec Try $bbuserinfo[userid]... 12-04-2002, 02:48 AM
Erwin Change this:
... 12-05-2002, 02:19 AM
Jalrock Thanks. I also found that the... 12-05-2002, 02:47 AM
Erwin No worries. :) 12-06-2002, 03:12 AM
|
#1
|
|||
|
|||
This has got to be simple but its late
The following code is activated by a link that has the userid in it.
Code:
//SELECT OPPONENT ////////// if ($action=="selectuser") { $therebattlestats=$DB_site->query_first("SELECT username, battle_armor, battle_intel, battle_magic, battle_skill, battle_armor, battle_health FROM user WHERE userid='$userid'"); $battle_username = $therebattlestats['username']; $battle_health = $therebattlestats['battle_health']; $battle_intel = $therebattlestats['battle_intel']; $battle_magic = $therebattlestats['battle_magic']; $battle_skill = $therebattlestats['battle_skill']; $battle_armor = $therebattlestats['battle_armor']; $DB_site->free_result($therebattlestats); eval("\$therestats = \"".gettemplate('battle_there_stats')."\";"); eval("dooutput(\"".gettemplate("battle_main")."\");"); } Any help is greatly appreciated. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|