and that sucks.
so I made a little thingy that may help us work around that bug.
be warned though! it takes some skill to use it, and if you screw up you may damage your site, so be warned- you're using it at your own risk.
problem overview:
keenspace is almost ok- if the html is there, it will show up,
but the update script is down, so it doesnt generate the .html files
so if you can ftp to your site, but all the files have been deleted
or if you can't see new updates...
you can use my program(right click and SaveAs) to provide the html for upload
source code in C aviable
EDIT:scroll down to get the newest (and propably working) version.
the programand the code also aviable from my mirror site.
WARNING! program is not guaranteed to be bug free,
and the compiled one is NOT guaranteed to be virus free,
so run at your own responsibility.
The program generates .html files, almost like the autokeen,
then you have to upload thoes files to your site.
but it's quite primitive
flaw... erm "features":
1.dailytemplate, and indextemplate must be smaller than 30000 bytes (29 kb)
2."list file" must be smaller than 19kb
3.only the following tags work:
***todays_comics***
***first_day***
***previous_day***
***next_day***
***last_day***
ie. advertisment, and calendar tags DO NOT work.
you propably should include the advertisment java code in your templates
look here to see how.
4.only one image, and no text to go with it per page.
5.first-previous-next-last images have to be gifs. (ie. "first_day.gif")
and you need the "ghosted" files (ie. "first_day_ghosted.gif"), or you need to edit first and last .html file after they are generated.
manual:
1.you need to create the list file, named "data.txt".
it's a file that contains names of your image files, in chronological order,
separated with new-line character. Avoid spaces, and weird characters.
file should look like this:
ddt20030105.jpg
ddt20030108.gif
color20030110a.gif
ddt20030112.jpg
ddt20030115.gif
ddt20030117.gif
note: if you have two images on one day only include the first one,
then you can modify the html to include the other file.
tip: put all the image files in one directory ie. c:\temp\pleh\images\
run MS-dos prompt and type
Code: Select all
cd c:\temp\pleh
dir c:\temp\pleh\images /b /on >data.txt
2.save your dailytemplate, and indextemplate as template.txt and main.txt respectively
you can remove some of the unused tags, ie. replace the callendar with "feature n/a" or something
put data.txt, template.txt, main.txt and the program in one directory (ie. c:\temp\pleh)
and create subdirectory named "keen" there (ie. c:\temp\pleh\keen)
3.run the program.
4.do something like this:
Code: Select all
cd c:\temp\pleh\keen
ren *.htm *.html
you can edit some of them to include side-notes, rants, other images ect.
note:if the last episode is missing, add an empty line to "data.txt" (at the end)
6.upload all the files from c:\temp\pleh\keen into \public_html\d\ directory on your account
(or only the new ones, if your account wasn't deleted, just frozen)
rename index.htm (from c:\temp\pleh) to index.html, and upload it into \public_html\
and put all the images into \public_html\d\ too
make sure you don't damage anything!
do not touch indextemplate and dailytemplate "files" in your \public_html\ directory,
and don't delete anything, unless you're 100% sure you are allowed to!
7.check if the site looks allright.
8.post some comment here.
If it doesn't work [maybe] I'll try and fix it.
(my own site is somewhat diffrent, and I already have an advanced program for it, so I haven't really tested this one)

