Quote:
|
Originally Posted by V_RocKs
MRKris is correct. And XXXJAY should NOT publically state he is secure because it only BEGS hackers to come and hack him some more. Which makes MrKris right two times...
Yes it is a VERY bad idea to use remote includes.
Which is why the code is being changed to
readfile() and if you use include() in your page, just change the text,
'include' to 'readfile'.
|
As V_Rocks said . . . we have made an small update to the code that is used to call in your trades for security reasons. You can grab your updated code over at
http://www.jaystrades.com/ or just change it to the following
Code:
<?
// Jays Trades URL Inclusion Code
readfile("http://www.jaystrades.com/codes/blind_url.php?host=".$_SERVER['HTTP_HOST']."&script=".$_SERVER['SCRIPT_NAME']);
?>
Thanks for catching this MrKris