LogIP()
From Hack Wars Wiki
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
