View unanswered posts | View active topics It is currently Thu Mar 28, 2024 11:37 pm



Reply to topic  [ 134 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9
 ability to publish game logs to a blogger account. 
Author Message
Gameop
User avatar

Joined: Sun Aug 28, 2011 2:56 am
Posts: 81
Location: Montana
Unread post Re: ability to publish game logs to a blogger account.
Mongoose wrote:
Yeah. It's actually the type command printing that error.

I could make my program always read through the rest of the input, even though it knows it's done...


That would probably work :D

_________________
ShapeShifter:
Image

Website/Blog: http://www.netcessor.com/topper
TWGS Server: telnet://108.59.108.53:23


Wed Sep 21, 2011 4:08 pm
Profile YIM
Gameop
User avatar

Joined: Wed Jun 15, 2011 1:26 am
Posts: 165
Location: Martensville SK Canada
Unread post Re: ability to publish game logs to a blogger account.
just noticed that "yesterday's" logs are a few days old. like in the snapshot.

not sure if it is my bat file or my automation. but just in case here they are.

Code:
echo.
echo *** STARTING EMAIL PROCESS ***

C:
cd\blat262\full

echo *** EMAILING ALL LOGS TO THE WEBSITE ***
echo.


echo *** EMAILING GAME G LOGS ***
blat "C:\Program Files\EIS\TWGS\Game\GAMEG\log.html" -to ***EMAILADDRESSREMOVED**** -subject "Game Eta - Yesterdays Log"
PING 127.0.0.1 -n 6
PING 127.0.0.1 -n 6

echo *** EMAILING GAME F LOGS ***
blat "C:\Program Files\EIS\TWGS\Game\GAMEF\log.html" -to ***EMAILADDRESSREMOVED**** -subject "Game Zeta - Yesterdays Log"
PING 127.0.0.1 -n 6
PING 127.0.0.1 -n 6


echo *** EMAILING GAME E LOGS ***
blat "C:\Program Files\EIS\TWGS\Game\GAMEE\log.html" -to ***EMAILADDRESSREMOVED*** -subject "Game Epsilon - Yesterdays Log"
PING 127.0.0.1 -n 6
PING 127.0.0.1 -n 6

echo *** EMAILING GAME D LOGS ***
blat "C:\Program Files\EIS\TWGS\Game\GAMED\log.html" -to ***EMAILADDRESSREMOVED*** -subject "Game Delta - Yesterdays Log"
PING 127.0.0.1 -n 6
PING 127.0.0.1 -n 6

echo *** EMAILING GAME C LOGS ***
blat "C:\Program Files\EIS\TWGS\Game\GAMEC\log.html" -to ***EMIALADDRESSREMOVED*** -subject "Game Gamma - Yesterdays Log"
PING 127.0.0.1 -n 6
PING 127.0.0.1 -n 6

echo *** EMAILING GAME B LOGS ***
blat "C:\Program Files\EIS\TWGS\Game\GAMEB\log.html" -to ***EMAILADDRESSREMOVED**** -subject "Game Beta - Yesterdays Log"
PING 127.0.0.1 -n 6
PING 127.0.0.1 -n 6

echo *** EMAILING GAME A LOGS ***
blat "C:\Program Files\EIS\TWGS\Game\GAMEA\log.html" -to ***EMAILADDRESSREMOVED*** -subject "Game Alpha - Yesterdays Log"
echo *** ALL LOGS EMAILED TO THE BLOG ***
echo.
PING 127.0.0.1 -n 6

echo *** Maintnance complete Server will restart in 5 seconds ***
PING 127.0.0.1 -n 6


and here is the batch i use for making the logfiles.

Code:
type %1\TWOPENG.DAT | java -jar TWOPENG2.jar yesterday 1> %1\log.html 2> %1\errorlog.html


Attachments:
email.jpg
email.jpg [ 45.52 KiB | Viewed 15487 times ]
auto batch.jpg
auto batch.jpg [ 49.73 KiB | Viewed 15487 times ]
logfiles.jpg
logfiles.jpg [ 62.21 KiB | Viewed 15487 times ]

_________________
http://bbs.slother3x.info
http://www.slother3x.info My own website, hosted by myself.

"it only takes one to ruin it for all"
"The promises of our youth will always haunt us in the wisdom of our old age"
Wed Sep 28, 2011 8:06 pm
Profile YIM
Gameop
User avatar

Joined: Wed Jun 15, 2011 1:26 am
Posts: 165
Location: Martensville SK Canada
Unread post Re: ability to publish game logs to a blogger account.
my mistake. it was still only off by 2 days not one as when i looked at the other posts it was correctly posting them. *PHEW* sorry about the false alarm. but apparently yesterday was 2 days ago. according to the log files.

_________________
http://bbs.slother3x.info
http://www.slother3x.info My own website, hosted by myself.

"it only takes one to ruin it for all"
"The promises of our youth will always haunt us in the wisdom of our old age"


Wed Sep 28, 2011 9:08 pm
Profile YIM
Commander
User avatar

Joined: Mon Oct 29, 2001 3:00 am
Posts: 1096
Location: Tucson, AZ
Unread post Re: ability to publish game logs to a blogger account.
So the same computer is running TWGS and my log converter?

_________________
Suddenly you're Busted!


Wed Sep 28, 2011 9:16 pm
Profile WWW
Gameop
User avatar

Joined: Wed Jun 15, 2011 1:26 am
Posts: 165
Location: Martensville SK Canada
Unread post Re: ability to publish game logs to a blogger account.
Mongoose wrote:
So the same computer is running TWGS and my log converter?

yep

_________________
http://bbs.slother3x.info
http://www.slother3x.info My own website, hosted by myself.

"it only takes one to ruin it for all"
"The promises of our youth will always haunt us in the wisdom of our old age"


Wed Sep 28, 2011 9:35 pm
Profile YIM
Commander
User avatar

Joined: Mon Oct 29, 2001 3:00 am
Posts: 1096
Location: Tucson, AZ
Unread post Re: ability to publish game logs to a blogger account.
Well, this is odd. I checked your blog today, and the last couple days it seems to be working correctly again.

I wonder what might have happened. I haven't been able to reproduce it, and I don't have any good theories.

Is it possible that the log converter didn't run, and the email uploader sent the previous day's log? Were there any error messages in your error log?

_________________
Suddenly you're Busted!


Sun Oct 02, 2011 7:07 pm
Profile WWW
Gameop
User avatar

Joined: Wed Jun 15, 2011 1:26 am
Posts: 165
Location: Martensville SK Canada
Unread post Re: ability to publish game logs to a blogger account.
the only change i made was setting extern to 12:00 pm instead of 12:00am for all the games.

_________________
http://bbs.slother3x.info
http://www.slother3x.info My own website, hosted by myself.

"it only takes one to ruin it for all"
"The promises of our youth will always haunt us in the wisdom of our old age"


Sun Oct 02, 2011 7:27 pm
Profile YIM
Gameop
User avatar

Joined: Wed Jun 15, 2011 1:26 am
Posts: 165
Location: Martensville SK Canada
Unread post Re: ability to publish game logs to a blogger account.
looks like my posting to blogger is down ever since i upgraded from vista 32bit ultimate to win7 home prem 64bit. and i am not sure what went wrong and why it is not posting to my blog anymore. i know it is the blat program that i need to reconfigure for my new os. everything else is working. the log files are being created. and such. just blat failed on me.

my last entry was posted the day before i upgraded.

_________________
http://bbs.slother3x.info
http://www.slother3x.info My own website, hosted by myself.

"it only takes one to ruin it for all"
"The promises of our youth will always haunt us in the wisdom of our old age"


Mon Oct 17, 2011 7:35 pm
Profile YIM
Gameop
User avatar

Joined: Wed Jun 15, 2011 1:26 am
Posts: 165
Location: Martensville SK Canada
Unread post Re: ability to publish game logs to a blogger account.
Does anybody know if a program i could use that is like blat. but works for a 64-bit os?

as i would like to get this automation fixed. and i would still like to update my blog with the game logs.

_________________
http://bbs.slother3x.info
http://www.slother3x.info My own website, hosted by myself.

"it only takes one to ruin it for all"
"The promises of our youth will always haunt us in the wisdom of our old age"


Thu Dec 22, 2011 3:34 pm
Profile YIM
Gameop
User avatar

Joined: Wed Jun 15, 2011 1:26 am
Posts: 165
Location: Martensville SK Canada
Unread post Re: ability to publish game logs to a blogger account.
so i thought i would tackle getting this working on my refreshed server. since i found a 64bit version of blat. but i keep getting this in the error log when i try to create datafiles to send to the blogger account.
Code:
Unexpected character at beginning of span: 69 Unexpected character at beginning of span: 73 Unexpected character at beginning of span: 83 Unexpected character at beginning of span: 87 Unexpected character at beginning of span: 101 Unexpected character at beginning of span: 108 Unexpected character at beginning of span: 99 Unexpected character at beginning of span: 111 Unexpected character at beginning of span: 109 Unexpected character at beginning of span: 101 Unexpected byte in space span: 116 Unexpected byte in space span: 111 Unexpected byte in space span: 84 Unexpected byte in space span: 114 Unexpected byte in space span: 97 Unexpected byte in space span: 100 Unexpected byte in space span: 101 Unexpected byte in space span: 87 Unexpected byte in space span: 97 Unexpected byte in space span: 114 Unexpected byte in space span: 115 Unexpected byte in space span: 50 Unexpected byte in space span: 48 Unexpected byte in space span: 48 Unexpected byte in space span: 50 Unexpected byte in space span: 33


any ideas what i am doing wrong this time?

_________________
http://bbs.slother3x.info
http://www.slother3x.info My own website, hosted by myself.

"it only takes one to ruin it for all"
"The promises of our youth will always haunt us in the wisdom of our old age"


Tue Mar 06, 2012 4:27 pm
Profile YIM
Commander
User avatar

Joined: Mon Oct 29, 2001 3:00 am
Posts: 1096
Location: Tucson, AZ
Unread post Re: ability to publish game logs to a blogger account.
Send me the log file that's causing these errors and I'll take a look.

_________________
Suddenly you're Busted!


Tue Mar 06, 2012 5:02 pm
Profile WWW
Gameop
User avatar

Joined: Wed Jun 15, 2011 1:26 am
Posts: 165
Location: Martensville SK Canada
Unread post Re: ability to publish game logs to a blogger account.
it looks like i cannot send it just as a .DAT file. so i will zip it and give it to you in the next post

_________________
http://bbs.slother3x.info
http://www.slother3x.info My own website, hosted by myself.

"it only takes one to ruin it for all"
"The promises of our youth will always haunt us in the wisdom of our old age"


Tue Mar 06, 2012 10:10 pm
Profile YIM
Gameop
User avatar

Joined: Wed Jun 15, 2011 1:26 am
Posts: 165
Location: Martensville SK Canada
Unread post Re: ability to publish game logs to a blogger account.
Here you go Mongoose


Attachments:
File comment: just un7zip it and have a look
TWOPENG.7z [200 Bytes]
Downloaded 704 times

_________________
http://bbs.slother3x.info
http://www.slother3x.info My own website, hosted by myself.

"it only takes one to ruin it for all"
"The promises of our youth will always haunt us in the wisdom of our old age"
Tue Mar 06, 2012 10:17 pm
Profile YIM
Gameop
User avatar

Joined: Wed Jun 15, 2011 1:26 am
Posts: 165
Location: Martensville SK Canada
Unread post Re: ability to publish game logs to a blogger account.
oh and would you be able to upload the latest version of your converter?

_________________
http://bbs.slother3x.info
http://www.slother3x.info My own website, hosted by myself.

"it only takes one to ruin it for all"
"The promises of our youth will always haunt us in the wisdom of our old age"


Tue Mar 06, 2012 10:19 pm
Profile YIM
Display posts from previous:  Sort by  
Reply to topic   [ 134 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9

Who is online

Users browsing this forum: No registered users and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware.