I'm trying to create a Server Status BB Code/MOD. Here is what I have. How could I convert this to BB Code? It was originally written for IPB, but I have permission from the Author to convert this to vBulletin, since he stopped working on this MOD for IPB, and he would like to see it on vBulletin. Thanks! 
Obviously, that's not going to work very well. So I'll attach the original Notepad document. Thanks if you can help me!
This MOD is meant for Private Server sites. I just need it to say if the Server is Online or Offline. I want to put it below the Who's Online page.

PHP:
$t = preg_replace("#\[server=(.+?)\](.+?)\[/server\]#ies", "\$this->regex_server_tag('\\2','\\1')", $t);
Obviously, that's not going to work very well. So I'll attach the original Notepad document. Thanks if you can help me!
This MOD is meant for Private Server sites. I just need it to say if the Server is Online or Offline. I want to put it below the Who's Online page.