LogIP()

From Hack Wars Wiki

Jump to: navigation, search

This code can be placed in your Enter tab to log their IP address to your log.

void logIP() { //StartFunction
 logMessage ("IP: " + getVisitorIP() + " has visited your website!");//Posts to log that the IP has visited your website
}//EndFunction


--Vengeance 2:07PM, 19 March, 2009

Personal tools