PDA

View Full Version : tgsw pro question


nick
12-03-2000, 03:07 PM
anyone know how to make tgsw pro function as the regular tgsw? not upload files to a free host? just submit the galleries from my server.
I took out the login info but that didn't do the trick?

DK?
12-03-2000, 03:29 PM
Should be able to disable it in the config menu, plus for the "base url" selection, put your server url in the box, not the free server url.

nick
12-03-2000, 07:39 PM
don't quite see the disable option in the config menu...

DK?
12-04-2000, 06:04 PM
You dont see the "remote web script" option going towards the bottom in the Advanced Options Configuration?

noodle
12-05-2000, 01:12 AM
1. ensure that the following option IS in your setup.pl $no_binary_upload=1;

2a. If you use FTP to your free host, simply remove the ftp infomation. It would look something like this:
$ftp_host="somehost";
$ftp_dir="/";
$login_name="username";
$password="password";

2b. If you were using a free host that uses a file manager and NOT ftp you would have an entry like this.
$remote_script="remote.cgi";
Remove this from the setup.pl

3. Robert at TGSW is very accessible and helpful. He offers the best support I've seen.