Quote:
Originally Posted by Dark Visor
If that be true, maybe "X has updated its hack?" then?
However, I do not agree with you.
|
Yeay so I have gone from a male to an it?
Yet my work still remains a she lol.
Can it be so that hacks can have gender yet the coders cant?
If this is the case this is a sad and scary world we live in.
I could go on for hours about this. But I shall keep IT short.
PHP Code:
//This variable was passed to us from the imaginary name input screen.
$personsname = $vbulletin->input->clean_gpc('p', 'personsname', TYPE_NOHTML);
class individualperson
{
individualperson($personsname)
{
this->it = $personsname;
}
}
$it = &new individualperson($personsname);
$it->me = $personsname;
if ($it->it!=$it->me)
{
echo("I am not an it. I have a gender.");
}
elseif ($it->it==$it->me)
{
echo("I am an it. I have no gender.");
} else {
echo("If we make it here we dont know what the hell you are. You broke the system. You should be scared.");
}
Sorry its 4:17am and I feel like coding lol.
According to the above script we are all its. That is the online script to determine a persons gender.
23 lines to determine gender is all it takes. I dont see why this is such a big deal lol.
Also keep in mind this script is integrated into vbulletin.