1
General discussion / Re: Playstation 4
« on: February 23, 2013, 10:08:59 pm »
Nice! Pre-ordering that as soon as i get wind it's available.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
End-users do NOT have PHP installed on their shit. Use C or something more common. You will need something more than PHP. Unless you are targeting Linux users, even then you wont get anywhere because of sudo, su, super user shite.
EDIT: Lets say you did make the apache server face the web (so I can access the web page remotely) and I setup a backdoor shell, how would you go about protecting it so that only you can use the shell (and not random skiddies who find the web page)? Would you just password protect it somehow, or is there a better way?
$ipaddress = $_SERVER['REMOTE_ADDR'];
if($ipaddress == 'XXX.XXX.XXX.XXX') {
//Action for allowed IP Addresses
} else {
//Action for all other IP Addresses
echo 'You are not authorized here.';
echo "<br />IP Address: ".$_SERVER['REMOTE_ADDR'];
exit;
}
south park
american dad
the simpsons
bob's burgers
do NOT watch family guy, it's the worlds most retarded show ever made