PDA

View Full Version : PHP qucikie



Dean
February 1st, 2003, 07:36
if( (param("ping") || param("hostfile") || param("urlfile") ||
param("statfile") || param("ip") || param("url"))
&& !(strlen(param("client"))==4 && strlen(param("version"))>0 &&

strlen(param("version"))<11) ) {
exitwarn("ERROR: Anonymous Request Denied.");
}


i want to make it not die :)
#ing it wont work

Cagez
February 1st, 2003, 12:19
What language is this? I've never seen a param function or a exitwarn function :confused:

spec
February 1st, 2003, 17:50
maybe it is a custom function

Cagez
February 1st, 2003, 18:41
Thats what I figured, but without more info...