this is the script, i am basically using a tool to get results of roughly 37.5 million combinations, so as u can understand it isn't something that i can do on my own, therefore came along this script, previously i separated all candidates into individual files and so that is the explanation for the $name variables im calling them that way.
The problem is the shell_exec command, a preliminary google search really did not explain why it is behaving this way, but shell_exec refuses to process dynamic commands, instead if i were to make a static command like "ractip xy.txt zy.txt" it will process that, what i need to do is build the command and then make the shell_exec process it, which it unfortunately isn't doing.
Bookmarks