darkfreaks Posted December 29, 2008 Share Posted December 29, 2008 Warning: file(exploits.txt) [function.file]: failed to open stream: No such file or directory in /home/kabooc/public_html/injection_scanner/scan.php on line 478 Warning: Invalid argument supplied for foreach() in /home/kabooc/public_html/injection_scanner/scan.php on line 483 how would i fix this? <?php $file='eploits.txt'; $inj_path=''; $lines = file($inj_path . $file);?> Link to comment https://forums.phpfreaks.com/topic/138764-file-trouble/ Share on other sites More sharing options...
rhodesa Posted December 29, 2008 Share Posted December 29, 2008 um...create the file? Link to comment https://forums.phpfreaks.com/topic/138764-file-trouble/#findComment-725544 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.