Log in

View Full Version : The Info.php file here, looking for info.


Calash
09-13-2007, 11:11 AM
I did do some searching, but got nothing relevant for my results, so if this has been asked please feel free to direct me to the correct post.

Under the help menu option here at vB.org there are several links that go out to a "info.php" file. I really like how it is setup and was looking to see if that was a public mod or something private. Also, if private how hard was it to code?

Thanks :)

Kirk Y
09-13-2007, 03:50 PM
It's pretty simple to do. You just need a regular 'ol custom page (you can find a tutorial for that in the Articles section) and you just use IF statements to check against the ?do= request and eval a specific template for each condition (can also be found in the articles section).