Quote:
Originally Posted by Josh1
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?
|
vBulletin's querying function are:
$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