The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How would I go about quering my scripts on my forum?
I want to convert my PHP Scripts to vBulletin, so the user has to be logged in to use them... basically it just checks the IP given to make sure their online game server is on, and the port isn't blocked.
I have made the php script already, just need to add it to vBulletin, i've searched and looked but I can't find anything... any ideas? |
#2
|
|||
|
|||
Quote:
$vbulletin->db->query_read() - selecting data $vbulletin->db->query_write() - inserting, writing, any altering of a table/database $vbulletin->db->fetch_array() - like mysql_fetch_array $vbulletin->db->query_first() - returns one row Here is a great index on tutorials and articles on how to program in vBulletin: https://vborg.vbsupport.ru/showthread.php?t=99570 |
#3
|
|||
|
|||
Quote:
A little tweaking won't hurt since my PHP Script is under 50 lines :P. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|