Quote:
Today at 04:31 AM Zzed said this in Post #6
In global.php:
Look for:
Code:
// check to see if server is too busy. this is checked at the end of session.php
And insert this right above it:
Code:
if(strstr($url, "http://www.vbulletin.org")) {
// Insert code here...
}
|
I don't allow guests to view threads or messages at all. How would I make it so if I linked to something on my site from vb.org here, the link would show, but only for this site?