• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

EMIII help concerning html publisher

ravendark

Limp Gawd
Joined
Dec 13, 2002
Messages
173
i'm stumped on a little problem,
the HTML auto publisher in emiii doesn't give any out-put for the allstats.html page accept for
the em-dc.com link (example here ) however the currentprogress.html seems to generate
fine ( example 2 here) any help is appreciated


 
Do you have any "stats" saved? EM only saves the info when an item completes. It looks like you currently don't have any.
 
Ravendark;
I have been playing around with this functionality of emIII, and I have been able to get the allstats.html page up (I think). I put a tick mark in the "Create HTML stats at the specified interval", I selected an interval (3 hours) and then clicked the magnifying glass icon right beside the aforementioned field and it produced the page that you want. Hope that helps.

GwilyaGwees


 
Question for you Larry;
Once these html pages are generated, how do I get them uploaded automatically to my website? I am co-hosted by a big player in this region, and I use *blush* frontpage 2000 extensions. I can see that I can direct EM3 to put the html page in my webpage directory, but how would I automate the upload to my co-hoster?

Any help would be appreciated. Many thanks.

GwilyaGwees
 
You can run a program at a specified interval. The interval is the same selection used for creating the HTML Stats. Currently you can select every 1/2 hour as a minimum interval. I may add every 15 minutes if I get enough requests for it. This allows you to upload your stuff using a bat file for instance. That's what I use it for. I can track my progress by uploading info generated by EM on my web site. How does the bat file thing work? See this thread in the OCAU forums: http://forums.overclockers.com.au/showthread.php?s=&postid=1662181#post1662181

1) Create a file called upload.txt using notepad and put it in <your drive>:\emstats with following:
open <you web page ftp address>
<your username>
<your password>
type binary
put currentprogress.html
put box1.jpg
put box2.jpg
put box3.jpg
put box4.jpg
put box5.jpg
quit

You can "put" as many files as you want...Don't put the brackets around the descriptions above

2) Create a file called upload.bat using notepad and put it in <your drive>:\emstats with following info

ftp -s:upload.txt


3) Using this feature in EM, Enter the entire path to the upload.bat file. Put a check in the box that tells EM to run the program at the interval specified. Make sure EM is creating the files you want to upload. That's it. BTW, you can also upload other files EM can create.
 
LPerry said:
Do you have any "stats" saved? EM only saves the info when an item completes. It looks like you currently don't have any.
thanx, this is something that i was considering myself, but wans't sure of. i will let the program run until a WU finishes, shouldnt be to long. and see if i get some progress


 
Back
Top