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>.......
change it into:
Code:
Private Startpage of cyron...<br>New posts:<br>
On www.vbulletin.org: <?php include('http://www.vbulletin.org/new.php); ?>.......
then upload the file again (it must have a php extension