The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Checking number of posts from different website?
Ok, heres what I want to do.
I mod or own, or help mod on many different boards. And I have my own personal start page that is stored locally on my HD. Is there a way to integreate the portion of the welcome panel hack that says "there have been so and so number of posts since your last visit" into my personal start page? So I can essentianly check all the boards at once for new content/save bandwith by not having to visit the entire board to see if there have been new posts. |
#2
|
||||
|
||||
well you need
a) Acces to all DB's yourself and run the right queries or b) Install a small script on every of your Boards which can be included into your startpage... |
#3
|
|||
|
|||
ok, option 2 sounds easier.
Does a script like this exist? |
#4
|
||||
|
||||
Quote:
|
#5
|
||||
|
||||
it would be just like this:
PHP Code:
be sure you enter the correct userid |
#6
|
|||
|
|||
A little more indepth instructions would help xenon.!
|
#7
|
||||
|
||||
huh, more instructions?
well, save the code i gave you as for example new.php then upload new.php into all root directories of your forums (be sure to use your userid ) after that, your startpage (which has to be on a server (or localhost if you have installed php)) would look like that for example: Code:
Private Startpage of cyron...<br><br>....... Code:
Private Startpage of cyron...<br>New posts:<br> On www.vbulletin.org: <?php include('http://www.vbulletin.org/new.php); ?>....... |
#8
|
|||
|
|||
ok, thanks. Do I have to have php installed on my local machine? If I do I can just upload the php file to a website that is close to me and that will work correct?
|
#9
|
||||
|
||||
i don't know if you have installed php on your local machine..
but if it ist, yes, you can do so easyily |
#10
|
|||
|
|||
No, what I said was. DO I have to have php installed. As in, am I required to install it on my local machine?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|