Search found 10 matches

by godsyn
Thu Jun 24, 2010 2:49 pm
Forum: User Contributions
Topic: New Skin for 1.24
Replies: 157
Views: 143245

I've graphed out the drive usage on system via css. Feel free to use.
Edit: code here seems to butcher css.
Link to pastebin: http://pastebin.org/356410

Image
by godsyn
Tue May 12, 2009 2:32 pm
Forum: User Contributions
Topic: New Skin for 1.24
Replies: 157
Views: 143245

Please post the skin. I was just about to start on the same thing, and decided to search and see if anyone else had done this.
by godsyn
Thu Aug 21, 2008 8:50 pm
Forum: ZoneMinder Previous Versions
Topic: Zonminder suddenly stopped recording.
Replies: 4
Views: 3718

Disregard. deleting and re-adding the cam resolved the issue.

bad zone config, perhaps..
by godsyn
Thu Aug 21, 2008 8:40 pm
Forum: ZoneMinder Previous Versions
Topic: Zonminder suddenly stopped recording.
Replies: 4
Views: 3718

is the database ok? CHECK TABLE `Config` , `ControlPresets` , `Controls` , `Devices` , `Events` , `Filters` , `Frames` , `Groups` , `MonitorPresets` , `Monitors` , `States` , `Stats` , `TriggersX10` , `Users` , `ZonePresets` , `Zones` +-------------------+-------+----------+----------+ | Table | Op...
by godsyn
Thu Aug 21, 2008 1:51 pm
Forum: ZoneMinder Previous Versions
Topic: Zonminder suddenly stopped recording.
Replies: 4
Views: 3718

Zonminder suddenly stopped recording.

ZoneMinder Running - v1.23.3 I have recorded past events without issue. Recently, it has stopped. .../www/events$ ls -lah total 12K drwxr-xr-x 3 www-data www-data 4.0K 2008-08-17 11:10 . drwxr-xr-x 5 www-data www-data 4.0K 2008-08-15 01:08 .. drwxr-xr-x 3 www-data www-data 4.0K 2008-08-20 21:55 1 lr...
by godsyn
Sun Aug 17, 2008 2:30 pm
Forum: ZoneMinder Previous Versions
Topic: Odd, tiny sliver of video: CS100
Replies: 0
Views: 1267

Odd, tiny sliver of video: CS100

I have a CS100 (OLD intel) usb webcam connected directly to my headless server.

I am able to get video feed... kinda.

Image
Image

Any suggestions? I have inherited two of these, and they both do the same.
by godsyn
Sat Aug 16, 2008 12:01 pm
Forum: User Contributions
Topic: HTML URL & partial fix. v1.23.3
Replies: 5
Views: 3493

I've redone options, and made it a little more CSS dependent. I'll continue through each page I come across until I am bored... Interested in the diffs, or shall we stop at above?

Disregard,
Will wait for next release as suggested.
by godsyn
Sat Aug 16, 2008 7:00 am
Forum: User Contributions
Topic: HTML URL & partial fix. v1.23.3
Replies: 5
Views: 3493

cordel wrote:Care to include the version the diff reflects?
Or does this apply against all of them?
Sorry, v1.23.3
by godsyn
Sat Aug 16, 2008 6:59 am
Forum: User Contributions
Topic: HTML URL & partial fix. v1.23.3
Replies: 5
Views: 3493

With the above, and this, console is compliant. --- zm_html_view_console.php 2008-08-16 00:12:02.000000000 -0400 +++ zm_html_view_console.php 2008-08-16 02:56:25.000000000 -0400 @@ -258,7 +258,7 @@ ?> </script> </head> -<body scroll="auto"> +<body style="overflow:auto;"> <form na...
by godsyn
Sat Aug 16, 2008 6:46 am
Forum: User Contributions
Topic: HTML URL &amp; partial fix. v1.23.3
Replies: 5
Views: 3493

HTML URL &amp; partial fix. v1.23.3

I noticed many of the HTML errors coming up from the source of the console were related to improperly formed URLS... specifically the lack of &amp. To resolve some 100+ errors, see the diff below. --- zm_funcs.php 2008-05-03 22:37:10.000000000 -0400 +++ zm_funcs.php 2008-08-16 02:47:40.000000000...