The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Include vB data on non-vb pages
Well, this isn't really a hack, but I'll make a request anyway...
I've looked at the current vB portals that's released, but haven't found what I'm looking for. I just want to design a page, and use php to fetch vB posts to the news section. Now, how do I do that? What php tags do I need to include in my index.php file to be able to connect to the database and fetch data from a certain news forum? |
#2
|
||||
|
||||
I'd be curious to see more info on this as well...
|
#3
|
|||
|
|||
Pluhnews works fine with some modifications, just look near the end of the thread of that hack to figure out how to modify it to get it to work.
|
#4
|
||||
|
||||
Well what you would use is in your php file for including vBs stuff is:
Code:
error_reporting(E_ALL & ~E_NOTICE); define('NO_REGISTER_GLOBALS', 1); define('THIS_SCRIPT', 'pagename'); require_once('./global.php'); Thats it simply, if you want any more help (For getting vB posts on a non vb page) just ask and i'll write you a script. |
#5
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=62735" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=62735</a>
|
#6
|
|||
|
|||
Why can I not access that page? I am licensed and I can view everything else and download all hacks and such...
*looks around curiously wondering what is on the hidden page that he cannot access!* |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|