View Full Version : tgsw pro question
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?
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.
don't quite see the disable option in the config menu...
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.
vBulletin® v3.7.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.