I am trying to modify some variables in a php script, and I have little experience with php.
Here is the field:
// Absolute path to your comic image files. Don't include a "/" on the end. This value
// is not a URL (http://...). It is the location of your website files on your host server.
// If you don't know it, ask your host or consult their FAQ.
$comic_path = "/path/to/all/your/strips";
I need to know the path, my account is ezekiel.t35.com
So I need to have the path, and it should look something like this: sites/youraccount/www.
Can anyone help me out?
And if you need to know this, the php file is found in
WALRUS, a comic updating script.
Thanks!
