| Thank you for your response. I guess to start with, I am using as text file
that has the links that I want converted from Dynamic PHP to Static. The info
is coming from mySQL server. Here is a sample of one of the pages i wish to
copy to html (one of roughly 1200 pages)
chennaichristianradio.com/PHP/web/songinfo.php?songID=5650
I wish to take that page and have the output file to be 5650.htm (the last 4
digits of the link. Your software saved that particular page as
songinfo332d.html . I need each dynamic page to have a separate output named
5650.htm, 5651.htm 5652.htm and so on.
here is the information you requested from the log file with a few samples
from that log.....
HTTrack3.46+htsswf+htsjava launched on Thu, 16 Aug 2012 23:16:53 at +*.css
+*.js -ad.doubleclick.net/* -mime:application/foobar
(winhttrack -qiC2%Ps2u1%s%uN0%I0p3DaK0H0%kf2o0A25000%f#f -F "Mozilla/4.5
(compatible; HTTrack 3.0x; Windows 98)" -%F "<!-- Mirrored from %s%s by
HTTrack Website Copier/3.x [XR&CO'2010], %s -->" -%l "en, en, *" -%L
"C:\Users\Bob\Desktop\Songlist - Copy.txt" -O1 "C:\My Web Sites\ttest" +*.css
+*.js -ad.doubleclick.net/* -mime:application/foobar )
Information, Warnings and Errors reported for this mirror:
note: the hts-log.txt file, and hts-cache folder, may contain sensitive
information,
such as username/password authentication for websites mirrored in this
project
do not share these files/folders if you want these information to remain
private
23:16:53 Info: 22 links added from C:\Users\Bob\Desktop\Songlist - Copy.txt
23:16:56 Info: engine: transfer-status: link updated:
chennaichristianradio.com/PHP/web/songinfo.php?songID=5650 -> C:/My Web
Sites/ttest/chennaichristianradio.com/PHP/web/songinfo332d.html
23:16:57 Info: engine: transfer-status: link updated:
chennaichristianradio.com/PHP/web/songinfo.php?songID=5651 -> C:/My Web
Sites/ttest/chennaichristianradio.com/PHP/web/songinfo733c.html
23:16:57 Info: engine: transfer-status: link updated:
chennaichristianradio.com/PHP/web/songinfo.php?songID=5653 -> C:/My Web
Sites/ttest/chennaichristianradio.com/PHP/web/songinfo901c.html
23:16:58 Info: engine: transfer-status: link updated:
chennaichristianradio.com/PHP/web/songinfo.php?songID=5652 -> C:/My Web
Sites/ttest/chennaichristianradio.com/PHP/web/songinfo52d3.html
23:16:59 Info: engine: transfer-status: link updated:
chennaichristianradio.com/PHP/web/songinfo.php?songID=5654 -> C:/My Web
Sites/ttest/chennaichristianradio.com/PHP/web/songinfo02fc.html
23:17:00 Info: engine: transfer-status: link updated:
chennaichristianradio.com/PHP/web/songinfo.php?songID=5655 -> C:/My Web
Sites/ttest/chennaichristianradio.com/PHP/web/songinfo206c.html
23:17:01 Info: engine: transfer-status: link updated:
chennaichristianradio.com/PHP/web/songinfo.php?songID=5656 -> C:/My Web
Sites/ttest/chennaichristianradio.com/PHP/web/songinfo6aad.html
23:17:01 Info: engine: transfer-status: link updated:
chennaichristianradio.com/PHP/web/songinfo.php?songID=5657 -> C:/My Web
Sites/ttest/chennaichristianradio.com/PHP/web/songinfob0a9.html
23:17:02 Info: engine: transfer-status: link updated:
chennaichristianradio.com/PHP/web/songinfo.php?songID=5659 -> C:/My Web
Sites/ttest/chennaichristianradio.com/PHP/web/songinfo3459.html
The output html from the mirror is correct, just not the naming scheme 0f the
*.htm file. If build options is irrelevant, then what setting do i need to set
in order to get the output name i am requesting? Thank you again for your
assistance. | |