The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
how do i show the number of current subscribers?
tryed to make an old simple hack work to show the numbers but cant work it out... heres the code i have... any help would be great? Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <plugins> <plugin active="1" product="vbulletin"> <title>Subscriber Count</title> <hookname>global_start</hookname> <phpcode><query_read("SELECT * FROM subscriptionlog WHERE status = 1"); $totalsub = mysql_num_rows($query1);]]></phpcode> </plugin> </plugins> doesnt work tho... just shows blank... |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|