Hi,
I'm on a Zeus webserver which means I need to iniate sessions as follows:-
ini_set("session.save_handler", "files");
session_save_path ("path_to_temp_dir/");
With the code base64_encoded, I can't fix that myself. And I get the following error:-
Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /clientdata/netregistry.net/www.netregistry.com.au/generator/index.php(2) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 43
Will I be able to get this script running?
Thanks
Dom