Jump to content

How to prevent remote sites or servers from connecting to my files


monkeybidz

Recommended Posts

<?php

if(!isset($_SESSION['user'])){

die('error');

}

?>

 

That won't stop hacking attempts though. We'd need to see a lot more of your code to help with security. What in particular are you worried about here?

Well I am helping out someone with no php skill, I on the other hand know a tiny bit. They are using files with file permission set to 777, but somehow PHP.RSTBackdoor Trojan keeps getting inserted connecting from a remote host to a certain php file.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.