Open sn3ak opened 9 years ago
older php: $cookie_file_path= dirname(realpath($argv[0])) . 'cookies.txt'; ?? 5.3 or newer: $cookie_file_path= __DIR__ . 'cookies.txt';??
$cookie_file_path= dirname(realpath($argv[0])) . 'cookies.txt';
$cookie_file_path= __DIR__ . 'cookies.txt';
Thanks for the quick work on the other issues (since I can't seem to find a way to send you a message directly)
older php:
$cookie_file_path= dirname(realpath($argv[0])) . 'cookies.txt';
?? 5.3 or newer:$cookie_file_path= __DIR__ . 'cookies.txt';
??Thanks for the quick work on the other issues (since I can't seem to find a way to send you a message directly)