ok I installed TTT to try that multi-page TGP builder but I'm having a problem and I'm sure it has nothing to do with the script itself. The problem is probably on my server, wich explains why I'm not posting on TTT furom right now.
the script trys to get a few pages from quicktgp.com during setup, like
www.quicktgp.com/template/templates.txt for example, but my server receives a 404 on it.
HOWEVER when I PING quicktgp.com from my server I get responses:
-bash-2.05b$ ping
www.quicktgp.com
PING
www.quicktgp.com (66.230.142.31): 56 data bytes
64 bytes from 66.230.142.31: icmp_seq=0 ttl=64 time=0.030 ms
64 bytes from 66.230.142.31: icmp_seq=1 ttl=64 time=0.023 ms
WGET on the root
www.quicktgp.com also works, but I get 404 on
www.quicktgp.com/templates/template.txt while I can get it in my browser from home:
-bash-2.05b$ wget
www.quicktgp.com/templates/template.txt
--07:45:08--
http://www.quicktgp.com/templates/template.txt
=> `template.txt'
Resolving
www.quicktgp.com... done.
Connecting to
www.quicktgp.com[66.230.142.31]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
07:45:08 ERROR 404: Not Found.
---------------------
anyone can help me?