The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am trying a very simple plugin to display some results on a member's profile page. Look at the following code:
Code:
$pilotid = $userinfo['userid']; $pilotid = "VAA".$pilotid; $getlatestpireps = $db->query_read("SELECT * FROM pirep WHERE pilot_id = '$pilotid' ORDER BY date DESC LIMIT 10"); while ($row = $db->fetch_array($getlatestpireps)) { $latest_pireps = $row['date']; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|