comoblog-commit Mailing List for CoMoblog Mobile Blog Application (Page 5)
Status: Inactive
Brought to you by:
markwallis
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(49) |
Oct
(127) |
Nov
(211) |
Dec
(56) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(51) |
Feb
(128) |
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
(2) |
Aug
(24) |
Sep
|
Oct
(151) |
Nov
(9) |
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
(17) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:08
|
Update of /cvsroot/comoblog/comoblog/modules/mod_navchoice/install In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_navchoice/install Added Files: mod_navchoice.xml Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_navchoice.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_navchoice</name> <description>Display a fixed block of text , principply for navigation though it dosnt have to be</description> <allowed_pos>sidebar</allowed_pos> <allowed_pos>top</allowed_pos> <param name="CFG_MOD_NAVCHOICE_PATH" description="Path to files for selected navigation. used in combination witht the module postition" type="text" accept_null="Y" encrypt="N" restricted_values="" editable="Y" value="" /> <param name="CFG_MOD_NAVCHOICE_BGCOLOR" description="" value="ffffff" editable="Y" type="color_picker" encrypt="N" restrict_values="" accept_null="N" /> <param name="CFG_MOD_NAVCHOICE_BORDER_STYLE" description="" value="none" editable="Y" type="select" encrypt="N" restrict_values="dotted|dashed|solid|double|groove|ridge|inset|outset|none" accept_null="N" /> <param name="CFG_MOD_NAVCHOICE_BORDER_COLOR" description="" value="ffffff" editable="Y" type="color_picker" encrypt="N" restrict_values="" accept_null="N" /> </module> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:08
|
Update of /cvsroot/comoblog/comoblog/modules/mod_contentextra/img In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_contentextra/img Added Files: mod_contentextra_big.gif mod_contentextra.gif Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_contentextra.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mod_contentextra_big.gif --- |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:08
|
Update of /cvsroot/comoblog/comoblog/modules/mod_showpage/admin/templates In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_showpage/admin/templates Added Files: mod_showpage.tpl.htm mod_showpage_edit.tpl.htm mod_showpage_add.tpl.htm Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_showpage_edit.tpl.htm --- <!-- BEGIN: main --> {FILE "../../../admin/templates/mod_popup_header.tpl.htm"} <br /> <p align="center"><b>EDIT showpage ITEM</b></p> <br /> <form action="{ACTION}" method="post"> <input type="text" name="showpage_id" value="{ITEM.showpage_id}" > <P>Page Title:<br /> <input type="text" name="showpage_title" value="{ITEM.showpage_title}" maxlength="255" size="40" style="width:300px;"> </p> <p>Page Text:<br /> <textarea cols="" rows="10" name="showpage_description" style="width:300px;">{ITEM.showpage_description}</textarea> </p> <p>Include URL:<br /> <input type="text" name="showpage_url" value="{ITEM.showpage_url}" size="40" style="width:300px;"> </p> <p>Visible: <br /> <input type="radio" name="showpage_visible" value="Y" checked>Yes / <input type="radio" name="showpage_visible" value="N">No </p> <hr /> <p>Page Body Tag:<br /> <input type="text" name="showpage_bodytag" value="{ITEM.showpage_bodytag}" maxlength="255" size="40" style="width:300px;"> </p> <p>Page Head Code:<br /> <textarea name="showpage_headcode" rows="10" style="width:300px;">{ITEM.showpage_headcode}</textarea> </p> <p>Page Meta:<br /> <textarea name="showpage_meta" rows="10" style="width:300px;">{ITEM.showpage_meta}</textarea> </p> <hr /> <p>Navigation Text:<br /> <input type="text" name="showpage_nav_text" value="{ITEM.showpage_nav_text}" maxlength="255" size="40" style="width:300px;"> </p> <p>Navigation Link:<br /> <input type="text" name="showpage_nav_link" value="{ITEM.showpage_nav_link}" maxlength="255" size="40" style="width:300px;"> </p> <p>Alternate Navigation Link:<br /> <input type="text" name="showpage_nav_link2" value="{ITEM.showpage_nav_linkt2}" maxlength="255" size="40" style="width:300px;"> </p> <p>Navigation Image:<br /> <input type="text" name="showpage_nav_image" value="{ITEM.showpage_nav_image}" maxlength="255" size="40" style="width:300px;"> </p> <p>Navigation Class:<br /> <input type="text" name="showpage_nav_class" value="{ITEM.showpage_nav_class}" maxlength="255" size="40" style="width:300px;"> </p> <hr /> <input type="image" src="../../../admin/img/save.gif" border="0"> </form> {FILE "../../../admin/templates/mod_footer.tpl.htm"} <!-- END: main --> --- NEW FILE: mod_showpage.tpl.htm --- <!-- BEGIN: main --> {FILE "../../../admin/templates/mod_header.tpl.htm"} <table border="0" width="760" align="center" cellspacing="0" cellpadding="4" style="border: 1px solid black;"> <tr> <td width="20"><a href="mod_showpage_add.php" onclick="void open_popup(this.href,520,450); return false;"><img src="../../../admin/img/add.gif" border="0"></a></td> <td width="720"><a href="mod_showpage_add.php" onclick="void open_popup(this.href,520,450); return false;">Add new Page</a></td> </tr> </table> <br /> <br /> <!-- BEGIN: items --> <table border="0" width="760" align="center" cellspacing="0" cellpadding="4" style="border: 1px solid black;"> <tr bgcolor="{BGCOLOR}"> <td valign="top"><b>Link Text</b></td> <td valign="top"><b>Page Title</b></td> <td valign="top">Page Description</td> <td valign="top">Link</td> <td valign="top">Visible</td> <td>Edit</td> <td>Delete</td> </tr> <!-- BEGIN: item --> <tr bgcolor="{BGCOLOR}"> <td valign="top"><b>{ITEM.showpage_nav_text}</b></td> <td valign="top"><b>{ITEM.showpage_title}</b></td> <td valign="top">{ITEM.showpage_description.removed due to length}</td> <td valign="top"><a href="{ITEM.showpage_nav_link}" target="_blank">{ITEM.showpage_nav_link}</a></td> <td valign="top">{ITEM.showpage_visible}</td> <td><a href="mod_showpage_edit.php?i={ITEM.showpage_id}" onclick="void open_popup(this.href,400,300); return false;"><img src="../../../admin/img/edit.gif" border="0"></a></td> <td><a href="mod_showpage_del.php?i={ITEM.showpage_id}" onclick="if (confirm('Are you sure you want to delete this item? ({ITEM.showpage_title})')) document.location.href=this.href; else return false;"><img src="../../../admin/img/delete.gif" border="0"></a></td> </tr> <!-- END: item --> </table> <!-- END: items --> {FILE "../../../admin/templates/mod_footer.tpl.htm"} <!-- END: main --> --- NEW FILE: mod_showpage_add.tpl.htm --- <!-- BEGIN: main --> {FILE "../../../admin/templates/mod_popup_header.tpl.htm"} <br /> <p align="center"><b>NEW showpage ITEM</b></p> <br /> <form action="{ACTION}" method="POST"> <p>Page Title:<br /> <input type="text" name="showpage_title" value="" maxlength="255" size="40" style="width:300px;"> </p> <p>Page Text:<br /> <textarea name="showpage_description" rows="10" style="width:300px;"></textarea> </p> <p>Include URL:<br /> <input type="text" name="showpage_url" value="" maxlength="255" size="40" style="width:300px;"> </p> <p>Visible: <br /> <input type="radio" name="showpage_visible" value="Y">Yes / <input type="radio" name="showpage_visible" value="N">No </p> <hr /> <p>Page Body Tag:<br /> <input type="text" name="showpage_bodytag" value="" maxlength="255" size="40" style="width:300px;"> </p> <p>Page Head Code:<br /> <textarea name="showpage_headcode" rows="10" style="width:300px;"></textarea> </p> <p>Page Meta:<br /> <textarea name="showpage_meta" rows="10" style="width:300px;"></textarea> </p> <hr /> <p>Navigation Text:<br /> <input type="text" name="showpage_nav_text" value="" maxlength="255" size="40" style="width:300px;"> </p> <p>Navigation Link:<br /> <input type="text" name="showpage_nav_link" value="" maxlength="255" size="40" style="width:300px;"> </p> <p>Alternate Navigation Link:<br /> <input type="text" name="showpage_nav_link2" value="" maxlength="255" size="40" style="width:300px;"> </p> <p>Navigation Image:<br /> <input type="text" name="showpage_nav_image" value="" maxlength="255" size="40" style="width:300px;"> </p> <p>Navigation Class:<br /> <input type="text" name="showpage_nav_class" value="" maxlength="255" size="40" style="width:300px;"> </p> <hr /> <input type="image" src="../../../admin/img/save.gif" border="0"> </form> {FILE "../../../admin/templates/mod_footer.tpl.htm"} <!-- END: main --> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:07
|
Update of /cvsroot/comoblog/comoblog/modules/mod_tunelog In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_tunelog Added Files: mod_tunelog_quickadd2.php mod_tunelog_quickadd.php mod_tunelog.php mod_tunelog_buildstatic.php dosomethingv2_12.exe mod_tunelog_pump.pl readme.html urls.html mod_tunelog_pump.sql dosomething.htm mod_tunelog_include.php index.php mod_tunelog_showpage_stuffer.php Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_tunelog_include.php --- <p>These most played tracks</p> <?php include_once ('../../include/mod_tunelog_list_by_track.php'); ?> <br><br><br> <p>The most played albums</p> <?php include_once ('../../include/mod_tunelog_list_by_album.php'); ?> <br><br><br> <p>The most played artists,</p> <?php include_once ('../../include/mod_tunelog_list_by_artist.php'); ?> <br><br><br> <p>And how much per month</p> <?php include_once ('../../include/mod_tunelog_list_by_month.php'); ?> <br><br><br> --- NEW FILE: mod_tunelog_quickadd.php --- <?php include_once (dirname(__FILE__).'/../../include/config.inc.php'); require_once ('include/mod_tunelog.inc.php'); Header ('Content-type: text/html'); $item = mod_tunelog_add($_GET); echo "tune insert ok <br>"; /* dont #include('../mod_contentextra/mod_contentextra_showpage_stuffer.php'); #include('mod_tunelog_showpage_stuffer.php'); #include('../../batch/comoblog_batch.php'); */ ?> --- NEW FILE: dosomething.htm --- --- NEW FILE: index.php --- --- NEW FILE: dosomethingv2_12.exe --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mod_tunelog_buildstatic.php --- <?php // hugely based on mod batch @ignore_user_abort(true); include_once (dirname(__FILE__).'/../../include/config.inc.php'); require_once (CFG_BASE_PATH.'/modules/mod_tunelog/include/mod_tunelog.inc.php'); @set_time_limit(CFG_BATCH_TIMEOUT); // batch interval $interval = CFG_MOD_TUNELOG_STATIC_INTERVAL * 60; $now = time(); $diff = $now - CFG_LAST_MOD_TUNELOG_STATIC; echo "($interval - $now) = $diff <hr>" ; // if last_batch was more than CFG_MOD_TUNELOG_STATIC_INTERVAL minutes ago, execute batch if ($diff > $interval) { // connect to db mysql_connect (CFG_MYSQL_HOST, CFG_MYSQL_USERNAME, CFG_MYSQL_PASSWORD) or die ('Error connecting to mySQL server'); mysql_select_db (CFG_MYSQL_DBNAME) or die ('Error selecting database'); // update timestamp in CFG_LAST_MOD_TUNELOG_STATIC // we do this now to stop new attempts while were building $now = time(); $query = "update ".CFG_MYSQL_TABPREFIX."preferences set pref_value='".$now."' where pref_name='CFG_LAST_MOD_TUNELOG_STATIC'"; $result = mysql_query($query); echo "DONE UPDATE - INTO build by month"; ######################################################################## $tunelog_items = mod_tunelog_list_by_month(); if ($tunelog_items) { echo "DONE UPDATE - INTO build by month - got items.<hr>"; $mod_tunelog_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_tunelog/templates/mod_tunelog_list_by_month.tpl.htm'); for ($c = 0; $c < count($tunelog_items); $c++) { if ($c % 2) $mod_tunelog_tpl->assign('ROW', 'tunesrowa'); else $mod_tunelog_tpl->assign('ROW', 'tunesrowb'); $mod_tunelog_tpl->assign('ITEM', $tunelog_items[$c]); $mod_tunelog_tpl->parse('main.item'); } $mod_tunelog_tpl->parse('main'); $mod_contents = $mod_tunelog_tpl->text("main"); } echo $mod_contents; $fp = fopen(dirname(__FILE__).'/../../include/mod_tunelog_list_by_month.php', 'w'); fwrite($fp, $mod_contents); fclose($fp); ####################################################################################### $tunelog_items = mod_tunelog_list_by_artist(); if ($tunelog_items) { echo "DONE UPDATE - INTO build by artist - got items.<hr>"; $mod_tunelog_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_tunelog/templates/mod_tunelog_list_by_artist.tpl.htm'); for ($c = 0; $c < count($tunelog_items); $c++) { if ($c % 2) $mod_tunelog_tpl->assign('ROW', 'tunesrowa'); else $mod_tunelog_tpl->assign('ROW', 'tunesrowb'); $mod_tunelog_tpl->assign('ITEM', $tunelog_items[$c]); $mod_tunelog_tpl->parse('main.item'); } $mod_tunelog_tpl->parse('main'); $mod_contents = $mod_tunelog_tpl->text("main"); } echo $mod_contents; $fp = fopen(dirname(__FILE__).'/../../include/mod_tunelog_list_by_artist.php', 'w'); fwrite($fp, $mod_contents); fclose($fp); ####################################################################################### $tunelog_items = mod_tunelog_list_by_album(); if ($tunelog_items) { echo "DONE UPDATE - INTO build by month - got items<hr>"; $mod_tunelog_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_tunelog/templates/mod_tunelog_list_by_album.tpl.htm'); for ($c = 0; $c < count($tunelog_items); $c++) { if ($c % 2) $mod_tunelog_tpl->assign('ROW', 'tunesrowa'); else $mod_tunelog_tpl->assign('ROW', 'tunesrowb'); $mod_tunelog_tpl->assign('ITEM', $tunelog_items[$c]); $mod_tunelog_tpl->parse('main.item'); } $mod_tunelog_tpl->parse('main'); $mod_contents = $mod_tunelog_tpl->text("main"); } echo $mod_contents; $fp = fopen(dirname(__FILE__).'/../../include/mod_tunelog_list_by_album.php', 'w'); fwrite($fp, $mod_contents); fclose($fp); ####################################################################################### $tunelog_items = mod_tunelog_list_by_track(); if ($tunelog_items) { echo "DONE UPDATE - INTO build by track- got items<hr>"; $mod_tunelog_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_tunelog/templates/mod_tunelog_list_by_track.tpl.htm'); for ($c = 0; $c < count($tunelog_items); $c++) { if ($c % 2) $mod_tunelog_tpl->assign('ROW', 'tunesrowa'); else $mod_tunelog_tpl->assign('ROW', 'tunesrowb'); $mod_tunelog_tpl->assign('ITEM', $tunelog_items[$c]); $mod_tunelog_tpl->parse('main.item'); } $mod_tunelog_tpl->parse('main'); $mod_contents = $mod_tunelog_tpl->text("main"); } echo $mod_contents; $fp = fopen(dirname(__FILE__).'/../../include/mod_tunelog_list_by_track.php', 'w'); fwrite($fp, $mod_contents); fclose($fp); ####################################################################################### // end of if last_batch was more than CFG_MOD_TUNELOG_STATIC_INTERVAL minutes ago, execute batch } // exit exit; ?> --- NEW FILE: mod_tunelog.php --- <?php if (in_array('mod_tunelog', $SIDEBAR_MODULES)) $mod_pos = 'sidebar'; else $mod_pos = 'top'; require_once (CFG_BASE_PATH.'/modules/mod_tunelog/include/mod_tunelog.inc.php'); $tunelog_items = mod_tunelog_list(); if ($tunelog_items) { $mod_tunelog_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_tunelog/templates/'.$mod_pos.'/mod_tunelog.tpl.htm'); if (CFG_TUNELOG_TOPLINE) $mod_tunelog_tpl->assign('CFG_TUNELOG_TOPLINE', CFG_TUNELOG_TOPLINE ); for ($c = 0; $c < count($tunelog_items); $c++) { if ($c % 2) $tpl->assign('BGCOLOR', '#ffffff'); else $tpl->assign('BGCOLOR', '#efefef'); $mod_tunelog_tpl->assign('ITEM', $tunelog_items[$c]); $mod_tunelog_tpl->parse('main.item'); } $mod_tunelog_tpl->parse('main'); $mod_contents = $mod_tunelog_tpl->text("main"); } else $mod_contents = ''; ?> --- NEW FILE: mod_tunelog_pump.pl --- #!/usr/bin/perl -w # Author: derek almond # Date Created: 08/11/01 ### rebuild daily stats for traffic tracker use DBI; print "delete from comoblog_mod_tunelog;\n"; my $dbh_from = DBI->connect("DBI:mysql:dsitescouk:igor.office.sift.co.uk","root",""); die "Failed to connect to from database" if (!$dbh_from); my $sql= "select * from tunes " ; my $sth = $dbh_from->prepare($sql) ; my $rv = $sth->execute(); warn "Found " . $sth->rows . " tunes" ; while (defined (my $hash_ref = $sth->fetchrow_hashref() ) ) { $hash_ref->{tune_songtitle} =~ s/\'/\\\'/gi; $hash_ref->{tune_artist} =~ s/\'/\\\'/gi; $hash_ref->{tune_album} =~ s/\'/\\\'/gi; print qq# insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('$hash_ref->{tune_songtitle}','$hash_ref->{tune_artist}','$hash_ref->{tune_album}',0,'','Y','','$hash_ref->{tune_dateplayed}',1); #; } print "\nupdate comoblog_mod_tunelog set tunelog_added =UNIX_TIMESTAMP(tunelog_addeddate);"; $sth->finish() ; my $rc = $dbh_from->disconnect ; --- NEW FILE: mod_tunelog_pump.sql --- delete from comoblog_mod_tunelog; insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('highlife & style - bits and bo','various','xtrax chemical danc culture',0,'','Y','','2003-01-30 15:31:49',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('we 3 - groovy dimensions','various','xtrax chemical danc culture',0,'','Y','','2003-01-30 15:35:31',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('n-zo & dj invincible - trippin','various','xtrax chemical danc culture',0,'','Y','','2003-01-30 15:39:59',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('After the Watershed (Early Lea','Carter the Unstoppable Sex Mac','After The Watershed',0,'','Y','','2003-01-30 15:43:06',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('The 90\'s Revival','Carter the Unstoppable Sex Mac','After The Watershed',0,'','Y','','2003-01-30 15:47:34',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('A Nation of Shoplifters','Carter the Unstoppable Sex Mac','After The Watershed',0,'','Y','','2003-01-30 15:49:36',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('This is How it Feels','Carter the Unstoppable Sex Mac','After The Watershed',0,'','Y','','2003-01-30 15:51:40',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Alternative Alf Garnett','Carter U.S.M.','Live in Zagreb, 20/5/94',0,'','Y','','2003-01-30 15:54:45',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Do Re Me So Far So Good','Carter U.S.M.','Live in Zagreb, 20/5/94',0,'','Y','','2003-01-30 15:57:50',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('A Bachelor For Baden Powell','Carter U.S.M.','Live in Zagreb, 20/5/94',0,'','Y','','2003-01-30 16:02:22',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Re-Educating Rita','Carter U.S.M.','Live in Zagreb, 20/5/94',0,'','Y','','2003-01-30 16:06:28',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Only Living Boy In New Cross','Carter U.S.M.','Live in Zagreb, 20/5/94',0,'','Y','','2003-01-30 16:15:58',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Lean On Me I Won\'t Fall Over','Carter U.S.M.','Live in Zagreb, 20/5/94',0,'','Y','','2003-01-30 16:20:29',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Granny farming In The U.K.','Carter U.S.M.','Live in Zagreb, 20/5/94',0,'','Y','','2003-01-30 16:43:01',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Travis','Carter U.S.M.','Live in Zagreb, 20/5/94',0,'','Y','','2003-01-30 17:02:48',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Sing Fat Lady Sing','Carter U.S.M.','Live in Zagreb, 20/5/94',0,'','Y','','2003-01-30 17:07:00',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Lenny And Terence','Carter U.S.M.','Live in Zagreb, 20/5/94',0,'','Y','','2003-01-30 17:10:43',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Commercial Fucking Suicide Par','Carter U.S.M.','Live in Zagreb, 20/5/94',0,'','Y','','2003-01-30 17:14:38',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Cheap \'n\' Cheesy','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 09:42:16',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Airplane Food / Airplane Fast','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 09:47:18',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('The Young Offender\'s Mum','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 09:50:53',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Gas (man)','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 09:54:21',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('The Life and Soul of the Party','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 09:58:05',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('My Defeatist Attitude','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 10:02:10',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Worry Bomb','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 10:05:22',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Senile Delinquent','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 10:09:21',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Me and Mr. Jones','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 10:11:51',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Let\'s Get Tattoos','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 10:15:24',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Going Straight','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 10:18:13',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('God, Saint Peter and the Guard','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 10:22:11',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('The Only Looney Left in Town','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 10:25:53',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Ceasefire','Carter the Unstoppable Sex Mac','Worry Bomb',0,'','Y','','2003-01-31 10:32:06',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Reverend Black Grape','Black Grape','It\'s Great When You\'re Straigh',0,'','Y','','2003-01-31 13:42:02',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Charlotte','Macc Ladds','The Lads from Macc: Live at Le',0,'','Y','','2003-01-31 13:42:23',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-01-31 13:47:11',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Radar Love','Golden Earring','The Continuing Story of Radar',0,'','Y','','2003-01-31 13:51:15',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Rolf Harris - Two Little Boys','Various Artists','Chegger\'s Choice (CD2)',0,'','Y','','2003-01-31 13:57:40',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-01-31 14:08:02',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Radar Love','Golden Earring','The Continuing Story of Radar',0,'','Y','','2003-01-31 14:12:07',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Perfect Day','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 14:13:11',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('La Plage','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 14:16:46',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('The Day I was Born','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 15:25:23',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Secrets','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 15:29:15',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Shining','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 15:33:10',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Bring Me Down','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 15:39:21',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Skin','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 15:43:42',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Slouch','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 15:48:04',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Bleeding You Dry','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 15:50:22',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Patterns','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 15:55:43',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('When Will You Come','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 15:59:20',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('West of the Cox','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 16:03:02',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Ballad of the Bishop','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 16:07:10',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Glass Smash Jack','EMF','Cha Cha Cha',0,'','Y','','2003-01-31 16:11:20',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-02-03 09:47:39',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-02-03 10:04:34',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-02-03 10:04:35',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-02-03 10:04:36',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Main Title','vangelis','blade runner',0,'','Y','','2003-02-03 10:05:03',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Blush Response','vangelis','blade runner',0,'','Y','','2003-02-03 10:08:45',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Wait For Me','vangelis','blade runner',0,'','Y','','2003-02-03 10:14:33',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Rachel\'s Song','vangelis','blade runner',0,'','Y','','2003-02-03 10:20:02',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Love Theme','vangelis','blade runner',0,'','Y','','2003-02-03 10:24:46',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('One More Kiss, Dear','vangelis','blade runner',0,'','Y','','2003-02-03 10:40:09',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Blade Runner Blues','vangelis','blade runner',0,'','Y','','2003-02-03 10:44:08',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Memories Of Green','vangelis','blade runner',0,'','Y','','2003-02-03 10:53:03',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Tales Of The Future','vangelis','blade runner',0,'','Y','','2003-02-03 10:58:07',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Damask Rose','vangelis','blade runner',0,'','Y','','2003-02-03 11:02:55',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Blade Runner (End Titles)','vangelis','blade runner',0,'','Y','','2003-02-03 11:05:28',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Tears In Rain','vangelis','blade runner',0,'','Y','','2003-02-03 11:10:07',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Video Killed The Radio Star','The Buggles','',0,'','Y','','2003-02-03 12:00:17',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Give it Up','The Goodmen','',0,'','Y','','2003-02-03 12:03:37',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Charlotte','Macc Ladds','The Lads from Macc: Live at Le',0,'','Y','','2003-02-03 12:07:05',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('There\'s nothing like this','Omar','',0,'','Y','','2003-02-03 12:11:53',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Ain\'t No Sunshine','Al Green','',0,'','Y','','2003-02-03 12:15:51',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-02-03 12:20:31',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Freestyler','Bomfunk Mc\'s','',0,'','Y','','2003-02-03 12:24:37',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Daddy Cool','Boney M','',0,'','Y','','2003-02-03 12:33:43',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Love Will Tear Us Apart','Joy Division','Substance',0,'','Y','','2003-02-03 12:37:12',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('If I Owned A Midget','Benefit','',0,'','Y','','2003-02-03 13:26:03',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Freestyler','Bomfunk Mc\'s','',0,'','Y','','2003-02-03 14:20:21',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Arnold Calls Miss Cleo','Joe and Colin','',0,'','Y','','2003-02-03 14:21:15',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-02-03 14:23:53',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-02-03 14:25:40',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-02-03 14:38:19',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Concert in Chicago 1989','Bill Hicks','',0,'','Y','','2003-02-03 15:44:27',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-02-03 17:05:29',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Concert in Chicago 1989','Bill Hicks','',0,'','Y','','2003-02-04 12:40:14',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Philosophy: The Best of Bill H','Bill Hicks','Philosophy: The Best of Bill H',0,'','Y','','2003-02-04 13:30:53',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Rant in E Minor','Bill Hicks','Rant in E Minor',0,'','Y','','2003-02-04 13:31:37',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-02-04 16:56:47',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-02-04 16:56:47',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-02-04 17:01:54',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('11 European Club Gig # 11','Underworld','European Club Gig',0,'','Y','','2003-02-04 17:09:02',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('no tags','','',0,'','Y','','2003-02-04 17:09:15',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Drop My Beat','(Congo Natty)','Congo Natty EP',0,'','Y','','2003-02-04 17:11:06',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values (' congo natty - Broader than Broadway','','',0,'','Y','','2003-02-04 17:11:56',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Hop Frog','Lou Reed','The Raven-ADVANCE-CD2',0,'','Y','','2003-02-04 17:12:33',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Yeah Yeah Brother','Black Grape','It\'s Great When You\'re Straigh',0,'','Y','','2003-02-04 17:12:34',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Head up High','Black Rebel Motorcycle Club','Black Rebel Motorcycle Club',0,'','Y','','2003-02-04 17:12:37',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Moloko - The Time Is Now (Fran','Various Artists','Chillout Experience - CD1',0,'','Y','','2004-02-19 01:55:00',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values (' GroupHug.mp3 -','','',0,'','Y','','2003-02-04 17:14:25',1); insert into comoblog_mod_tunelog (tunelog_songtitle,tunelog_artist,tunelog_album,tunelog_trackno,tunelog_tracklength,tunelog_visible,tunelog_added,tunelog_addeddate,tunelog_user_id) values ('Lean On Me I Won\'t Fall Over','Carter U.S.M.','Live in Zagreb, 20/5/94',0,'','Y','','2003-02-04 17:44:27',1); --- NEW FILE: urls.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <body> http://www.iamdecal.co.uk/modules/mod_tunelog/mod_tunelog_quickadd.php?tunelog_songtitle=%%URL_CURRENTSONGTITLE%%&tunelog_artist=%%URL_CURRENTARTIST%%&tunelog_album=%%URL_CURRENTALBUM%%&tunelog_trackno=%%TRACKNO%%&tunelog_tracklength=%%URL_CURRENTSONGLENGTH%% http://igor.office.sift.co.uk/moblog/modules/mod_tunelog/mod_tunelog_quickadd.php?tunelog_songtitle=%%URL_CURRENTSONGTITLE%%&tunelog_artist=%%URL_CURRENTARTIST%%&tunelog_album=%%URL_CURRENTALBUM%%&tunelog_trackno=%%TRACKNO%%&tunelog_tracklength=%%URL_CURRENTSONGLENGTH%% http://igor.office.sift.co.uk/cgi-bin/dsites_addtunes.cgi?tune_songtitle=%%URL_CURRENTSONGTITLE%%&tune_artist=%%URL_CURRENTARTIST%%&tune_album=%%URL_CURRENTALBUM%%&filename=%%CURRENTSONG%%&tune_user_id=1 http://www.d-sites.co.uk/cgi-bin/dsites_addtunes.cgi?tune_songtitle=%%URL_CURRENTSONGTITLE%%&tune_artist=%%URL_CURRENTARTIST%%&tune_album=%%URL_CURRENTALBUM%%&filename=%%CURRENTSONG%%&tune_user_id=1 http://www.iamdecal.co.uk/modules/mod_tunelog/mod_tunelog_quickadd.php?tunelog_songtitle=%%URL_CURRENTSONGTITLE%%&tunelog_artist=%%URL_CURRENTARTIST%%&tunelog_album=%%URL_CURRENTALBUM%%&tunelog_trackno=%%TRACKNO%%&tunelog_tracklength=%%URL_CURRENTSONGLENGTH%% http://igor.office.sift.co.uk/cgi-bin/tune_through_proxy.cgi?tunelog_songtitle=%%URL_CURRENTSONGTITLE%%&tunelog_artist=%%URL_CURRENTARTIST%%&tunelog_album=%%URL_CURRENTALBUM%%&tunelog_trackno=%%TRACKNO%%&tunelog_tracklength=%%URL_CURRENTSONGLENGTH%% </html> --- NEW FILE: readme.html --- http://igor.office.sift.co.uk/moblog/modules/mod_tunelog/mod_tunelog_quickadd.php?tunelog_songtitle=%%%URL_CURRENTSONGTITLE%%&tunelog_artist=%%URL_CURRENTARTIST%%&tunelog_album=%%URL_CURRENTALBUM%%&tunelog_trackno=%%TRACKNO%%&tunelog_tracklength=%%URL_SONGLENGTH%% http://igor.office.sift.co.uk/cgi-bin/dsites_addtunes.cgi?tune_songtitle=%%URL_CURRENTSONGTITLE%%&tune_artist=%%URL_CURRENTARTIST%%&tune_album=%%URL_CURRENTALBUM%%&filename=%%CURRENTSONG%%&tune_user_id=1 --- NEW FILE: mod_tunelog_quickadd2.php --- <?php require_once ('../../admin/include/admin.inc.php'); require_once ('include/mod_tunelog.inc.php'); Header ('Content-type: text/plain'); $item = mod_tunelog_add2($_POST); echo "ok"; echo $_POST ; ?> --- NEW FILE: mod_tunelog_showpage_stuffer.php --- <?php // hugely based on mod batch @ignore_user_abort(true); include_once (dirname(__FILE__).'/../../include/config.inc.php'); require_once (CFG_BASE_PATH.'/modules/mod_tunelog/include/mod_tunelog.inc.php'); @set_time_limit(CFG_BATCH_TIMEOUT); // batch interval $interval = CFG_MOD_TUNELOG_STATIC_INTERVAL * 60; $now = time(); $diff = $now - CFG_LAST_MOD_TUNELOG_STATIC; #echo "tunelog ($interval - $now) = $diff <hr>" ; // if last_batch was more than CFG_MOD_TUNELOG_STATIC_INTERVAL minutes ago, execute batch if ($diff != $interval) { // connect to db mysql_connect (CFG_MYSQL_HOST, CFG_MYSQL_USERNAME, CFG_MYSQL_PASSWORD) or die ('Error connecting to mySQL server'); mysql_select_db (CFG_MYSQL_DBNAME) or die ('Error selecting database'); // update timestamp in CFG_LAST_MOD_TUNELOG_STATIC // we do this now to stop new attempts while were building $now = time(); $query = "update ".CFG_MYSQL_TABPREFIX."preferences set pref_value='".$now."' where pref_name='CFG_LAST_MOD_TUNELOG_STATIC'"; $result = mysql_query($query); # #echo "DONE UPDATE - INTO build by month"; ######################################################################## $mod_contents=""; $tunelog_items = mod_tunelog_list_by_month(); if ($tunelog_items) { # #echo "DONE UPDATE - INTO build by month - got items.<hr>"; $mod_tunelog_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_tunelog/templates/mod_tunelog_list_by_month.tpl.htm'); for ($c = 0; $c < count($tunelog_items); $c++) { if ($c % 2) $mod_tunelog_tpl->assign('ROW', 'tunesrowa'); else $mod_tunelog_tpl->assign('ROW', 'tunesrowb'); $mod_tunelog_tpl->assign('ITEM', $tunelog_items[$c]); $mod_tunelog_tpl->parse('main.item'); } $mod_tunelog_tpl->parse('main'); $mod_contents = $mod_tunelog_tpl->text("main"); $mod_tunelog_list_by_month = $mod_contents; } ####################################################################################### $mod_contents=""; $tunelog_items = mod_tunelog_list_by_artist(); if ($tunelog_items) { # #echo "DONE UPDATE - INTO build by artist - got items.<hr>"; $mod_tunelog_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_tunelog/templates/mod_tunelog_list_by_artist.tpl.htm'); for ($c = 0; $c < count($tunelog_items); $c++) { if ($c % 2) $mod_tunelog_tpl->assign('ROW', 'tunesrowa'); else $mod_tunelog_tpl->assign('ROW', 'tunesrowb'); $mod_tunelog_tpl->assign('ITEM', $tunelog_items[$c]); $mod_tunelog_tpl->parse('main.item'); } $mod_tunelog_tpl->parse('main'); $mod_contents = $mod_tunelog_tpl->text("main"); $mod_tunelog_list_by_artist = $mod_contents; } ####################################################################################### $mod_contents=""; $tunelog_items = mod_tunelog_list_last_ten(); if ($tunelog_items) { # #echo "DONE UPDATE - INTO build by artist - got items.<hr>"; $mod_tunelog_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_tunelog/templates/mod_tunelog_list_last_ten.tpl.htm'); for ($c = 0; $c < count($tunelog_items); $c++) { if ($c % 2) $mod_tunelog_tpl->assign('ROW', 'tunesrowa'); else $mod_tunelog_tpl->assign('ROW', 'tunesrowb'); $mod_tunelog_tpl->assign('ITEM', $tunelog_items[$c]); $mod_tunelog_tpl->parse('main.item'); } $mod_tunelog_tpl->parse('main'); $mod_contents = $mod_tunelog_tpl->text("main"); $mod_tunelog_list_last_ten = $mod_contents; } ####################################################################################### $mod_contents=""; $tunelog_items = mod_tunelog_list_by_album(); if ($tunelog_items) { # #echo "DONE UPDATE - INTO build by month - got items<hr>"; $mod_tunelog_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_tunelog/templates/mod_tunelog_list_by_album.tpl.htm'); for ($c = 0; $c < count($tunelog_items); $c++) { if ($c % 2) $mod_tunelog_tpl->assign('ROW', 'tunesrowa'); else $mod_tunelog_tpl->assign('ROW', 'tunesrowb'); $mod_tunelog_tpl->assign('ITEM', $tunelog_items[$c]); $mod_tunelog_tpl->parse('main.item'); } $mod_tunelog_tpl->parse('main'); $mod_contents = $mod_tunelog_tpl->text("main"); $mod_tunelog_list_by_album = $mod_contents; } ####################################################################################### $mod_contents=""; $tunelog_items = mod_tunelog_list_by_track(); if ($tunelog_items) { # #echo "DONE UPDATE - INTO build by track- got items<hr>"; $mod_tunelog_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_tunelog/templates/mod_tunelog_list_by_track.tpl.htm'); for ($c = 0; $c < count($tunelog_items); $c++) { if ($c % 2) $mod_tunelog_tpl->assign('ROW', 'tunesrowa'); else $mod_tunelog_tpl->assign('ROW', 'tunesrowb'); $mod_tunelog_tpl->assign('ITEM', $tunelog_items[$c]); $mod_tunelog_tpl->parse('main.item'); } $mod_tunelog_tpl->parse('main'); $mod_contents = $mod_tunelog_tpl->text("main"); $mod_tunelog_list_by_track = $mod_contents; } ###### bung it all together, stick it in the db #echo "Starting to put it all together again <br>"; $mod_tunelog_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_tunelog/templates/mod_tunelog_full_page.tpl.htm'); #echo "got template <br>"; $mod_tunelog_tpl->assign('BYMONTH', $mod_tunelog_list_by_month); $mod_tunelog_tpl->assign('BYTRACK', $mod_tunelog_list_by_track); $mod_tunelog_tpl->assign('BYARTIST', $mod_tunelog_list_by_artist); $mod_tunelog_tpl->assign('BYALBUM', $mod_tunelog_list_by_album); $mod_tunelog_tpl->assign('LASTTEN', $mod_tunelog_list_last_ten); $mod_tunelog_tpl->parse('main'); $mod_contents = $mod_tunelog_tpl->text("main"); $update = mod_tunelog_showpage_stuffer ($mod_contents); #echo "doen the update. ($update) <br>"; // end of if last_batch was more than CFG_MOD_TUNELOG_STATIC_INTERVAL minutes ago, execute batch } Header ('Location: /cgi-bin/iamdecal.cgi?page=tunes'); ?> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:07
|
Update of /cvsroot/comoblog/comoblog/modules/mod_navchoice/templates/sidebar In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_navchoice/templates/sidebar Added Files: mod_navchoice.tpl.htm mod_navchoice.php Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_navchoice.php --- <?php if (in_array('mod_navchoice', $SIDEBAR_MODULES)) $mod_pos = 'sidebar'; else $mod_pos = 'top'; $mod_navchoice_tpl = 'modules/mod_navchoice/templates/'. $mod_pos. CFG_MOD_NAVCHOICE_PATH . '/mod_navchoice.tpl.htm'; echo $mod_navchoice_tpl; $mod_navchoice_tpl = 'modules/mod_navchoice/templates/sidebar_bubbles/mod_navchoice_tpl.htm'; echo $mod_navchoice_tpl; $dh = fopen($mod_navchoice_tpl,'r'); $mod_contents = fread($dh,6400000); ## $mod_contents = ''; ?> --- NEW FILE: mod_navchoice.tpl.htm --- <!-- BEGIN: main --> <div id="mod_blogrolling"> <ul>Folks I Know <!-- BEGIN: item --> <li> <a href="{ITEM.blogrolling_url}"><strong>{ITEM.blogrolling_title}</strong></a><br /> {ITEM.blogrolling_description} </li> <!-- END: item --> </ul> </div> <!-- END: main --> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:07
|
Update of /cvsroot/comoblog/comoblog/modules/mod_showpage/install In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_showpage/install Added Files: mod_showpage.xml Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_showpage.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_showpage</name> <description>Wrapper for other pages</description> <allowed_pos>sidebar</allowed_pos> <allowed_pos>top</allowed_pos> <dbquery>CREATE TABLE `comoblog_mod_showpage` (`showpage_id` int(10) unsigned NOT NULL auto_increment, `showpage_title` varchar(255) default NULL, `showpage_description` text, `showpage_headcode` text, `showpage_bodytag` varchar(99) default NULL, `showpage_nav_text` varchar(99) default NULL, `showpage_nav_link` varchar(255) default NULL,`showpage_nav_link2` varchar(255) default NULL, `showpage_nav_image` varchar(99) default NULL, `showpage_nav_class` varchar(99) default NULL, `showpage_visible` char(1) NOT NULL default 'Y', `showpage_meta` text, `showpage_url` varchar(255) default NULL, `showpage_added` int(10) unsigned default NULL, `showpage_display_order` int(10) unsigned default NULL, `showpage_parent_id` int(10) unsigned default NULL, PRIMARY KEY (`showpage_id`)) TYPE=MyISAM </dbquery> <filter_posts>N</filter_posts> <filter_comments>N</filter_comments> <version>0.5</version> <author>iamdecal - decal_24hr at yahoo dot co uk</author> <date>2004-05-09</date> <param name="CFG_MOD_showpage_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_showpage_A_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_showpage_A_HOVER_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_showpage_A_TEXT_DECORATION" description="" type="select" editable="Y" accept_null="N" value="none" restrict_values="none|underline|overline|line-through" /> <param name="CFG_MOD_showpage_A_HOVER_TEXT_DECORATION" description="" type="select" editable="Y" accept_null="N" value="underline" restrict_values="none|underline|overline|line-through" /> <param name="CFG_MOD_showpage_FONT_FAMILY" description="" type="font_picker" editable="Y" accept_null="N" value="Verdana,Arial,Helvetica,sans-serif" restrict_values="Verdana,Arial,Helvetica,sans-serif" /> <param name="CFG_MOD_showpage_FONT_SIZE" description="" type="select" editable="Y" accept_null="N" value="10" restrict_values="8|9|10|11|12|13|14|15|16|17|18|19|20" /> <param name="CFG_MOD_showpage_INDENT" description="Indent Code for Sub Nav" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value=" - " /> <param name="CFG_MOD_showpage_style" description="the styles are under the top / side bar folder tree - so if you want sidebar_images enter "_images" here, MUST be used in conjunction with the normall modual position setting" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="" /> </module> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:07
|
Update of /cvsroot/comoblog/comoblog/modules/mod_tunelog/install In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_tunelog/install Added Files: mod_tunelog.xml Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_tunelog.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_tunelog</name> <description>Wrapper for other pages</description> <allowed_pos>sidebar</allowed_pos> <allowed_pos>top</allowed_pos> <dbquery>CREATE TABLE `comoblog_mod_tunelog` ( `tunelog_id` int(10) unsigned NOT NULL auto_increment, `tunelog_songtitle` varchar(255) default NULL, `tunelog_artist` text, `tunelog_album` text, `tunelog_trackno` int(10) unsigned default NULL, `tunelog_tracklength` time default NULL, `tunelog_visible` char(1) NOT NULL default 'Y', `tunelog_added` int(10) unsigned default NULL, `tunelog_addeddate` datetime NOT NULL default '0000-00-00 00:00:00', `tunelog_user_id` int(10) unsigned default NULL, PRIMARY KEY (`tunelog_id`)) TYPE=MyISAM ; </dbquery> <filter_posts>N</filter_posts> <filter_comments>N</filter_comments> <version>0.5</version> <author>iamdecal - decal_24hr at yahoo dot co uk</author> <date>2004-06-09</date> <param name="CFG_MOD_TUNELOG_HOW_MANY" description="how many latest tunes to list" type="select" editable="Y" accept_null="N" value="10" restrict_values="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20" /> <param name="CFG_MOD_TUNELOG_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_TUNELOG_FONT_FAMILY" description="" type="font_picker" editable="Y" accept_null="N" value="Verdana,Arial,Helvetica,sans-serif" restrict_values="Verdana,Arial,Helvetica,sans-serif" /> <param name="CFG_MOD_TUNELOG_FONT_SIZE" description="" type="select" editable="Y" accept_null="N" value="10" restrict_values="8|9|10|11|12|13|14|15|16|17|18|19|20" /> <param name="CFG_MOD_TUNELOG_STATIC_INTERVAL" value="10" description="Interval (minutes) between building the static pages" editable="Y" accept_null="N" encrypt="N" type="select" restrict_values="5|10|15|20|25|30|35|40|45|50|55|60" /> <param name="CFG_LAST_MOD_TUNELOG_STATIC" value="0" description="Timestamp of last static page build" editable="N" accept_null="N" encrypt="N" type="text" /> </module> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:07
|
Update of /cvsroot/comoblog/comoblog/modules/mod_blogrolling2/css In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_blogrolling2/css Added Files: mod_blogrolling2.css.php Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_blogrolling2.css.php --- <?php require_once (dirname(__FILE__).'/../../../include/config.inc.php'); Header ('Content-type: text/css'); if (in_array('mod_blogrolling2', $SIDEBAR_MODULES)) $mod_pos = 'sidebar'; else $mod_pos = 'top'; if ($mod_pos == 'sidebar') { echo ' #mod_blogrolling2 { font-size: '.CFG_MOD_BLOGROLLING2_FONT_SIZE.'px; font-family: '.CFG_MOD_BLOGROLLING2_FAMILY.'; color: #'.CFG_MOD_BLOGROLLING2_COLOR.'; } #mod_blogrolling2 ul { margin: 0; padding: 0; } #mod_blogrolling2 li { list-style-type: none; padding-bottom : 5px; } #mod_blogrolling2 li a { color: #'.CFG_MOD_BLOGROLLING2_A_COLOR.'; text-decoration: '.CFG_MOD_BLOGROLLING2_A_TEXT_DECORATION.'; } #mod_blogrolling2 li a:hover { color: #'.CFG_MOD_BLOGROLLING2_A_HOVER_COLOR.'; text-decoration: '.CFG_MOD_BLOGROLLING2_A_HOVER_TEXT_DECORATION.'; } '; } mysql_close(); ?> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:06
|
Update of /cvsroot/comoblog/comoblog/modules/mod_contentextra/templates In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_contentextra/templates Added Files: mod_contentextra_top_pages.tpl.htm mod_contentextra_top_skins.tpl.htm mod_contentextra_top_visitors.tpl.htm mod_contentextra_top_browsers.tpl.htm mod_contentextra_full_page.tpl.htm mod_contentextra_top_referers.tpl.htm mod_contentextra_last_visitors.tpl.htm Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_contentextra_top_referers.tpl.htm --- <!-- BEGIN: main --> <!-- mod_contentextra_top_referers.tpl.htm --> <table class="tunetable" \n> <tr class="tunesrowhead"> <th class="tunesrowhead" width="90%" valign="top">Refering Page</th> <th class="tunesrowhead" width="10%" valign="top">Count</th> </tr> <!-- BEGIN: item --> <tr class="{ROW}"> <td class="{ROW}" width="90%" valign="top"> <a href="{ITEM.column1}" title="link to {ITEM.column1}" rel="nofollow" target="_blank">{ITEM.column3}</a> </td> <td class="{ROW}" width="10%" valign="top">{ITEM.column2}</td> </tr> <!-- END: item --> </table> <!-- END: main --> --- NEW FILE: mod_contentextra_top_pages.tpl.htm --- <!-- BEGIN: main --> <!-- mod_contentextra_top_pages.tpl.htm --> <table class="tunetable" \n> <tr class="tunesrowhead"> <th class="tunesrowhead" width="90%" valign="top">Page</th> <th class="tunesrowhead" width="10%" valign="top">Count</th> </tr> <!-- BEGIN: item --> <tr class="{ROW}"> <td class="{ROW}" width="90%" valign="top"> <a href="{ITEM.column1}" title="{ITEM.column1}">{ITEM.column1}</a></td> <td class="{ROW}" width="10%" valign="top">{ITEM.column2}</td> </tr> <!-- END: item --> </table> <!-- END: main --> --- NEW FILE: mod_contentextra_full_page.tpl.htm --- <!-- BEGIN: main --> <p>A few stats that may or may not be of interest (i know what my money's on) you dont have to pretend to be interested, its just for my own personal satisfaction and ego. </p> <p class="statsheading">The last recorded vistors to the site were these guys, you know i sometimes worry about the referers, and i dont just mean the spam ones - i come up in some VERY odd search results, most recvently "Girls Caught Farting On Webcam" - the mind boggles</p> <p>Oh, and while were talking about spammers - I've added a nofollow link to all of these tags, so there is very little point you bothering (you big bunch of fucks)</p> <div align="center">{LASTVISTORS}</div><hr /> <p class="statsheading">Most people get here from these places </p> <div align="center">{TOPREFERERS}</div><hr /> <p class="statsheading">using these user agents</p> <div align="center">{TOPBROWSERS}</div><hr /> <p class="statsheading">The most frequent vistors to the site are</p> <div align="center">{TOPVISTORS}</div><hr /> <p class="statsheading">The most visited pages on the site are</p> <div align="center">{TOPPAGES}</div><hr /> <p class="statsheading">Since i started adding the skins ? how much use are they getting ?</p> <p >{TOPSKINS}</p> <p > You really didnt have to come this far you know.., </p> <!-- END: main --> --- NEW FILE: mod_contentextra_top_visitors.tpl.htm --- <!-- BEGIN: main --> <!-- mod_contentextra_top_visitors.tpl.htm --> <table class="tunetable" > <tr class="tunesrowhead"> <th class="tunesrowhead" width="40%" valign="top">IP</th> <th class="tunesrowhead" width="40%" valign="top">Host name</th> <th class="tunesrowhead" width="20%" valign="top">Count</th> </tr> <!-- BEGIN: item --> <tr class="{ROW}"> <td class="{ROW}" width="40%" valign="top">{ITEM.column1}</td> <td class="{ROW}" width="40%" valign="top">{ITEM.column2}</td> <td class="{ROW}" width="20%" valign="top">{ITEM.column3}</td> </tr> <!-- END: item --> </table> <!-- END: main --> --- NEW FILE: mod_contentextra_last_visitors.tpl.htm --- <!-- BEGIN: main --> <!-- mod_contentextra_last_visitors.tpl.htm --> <table class="tunetable" > <tr class="tunesrowhead"> <th class="tunesrowhead" valign="top">IP address</th> <th class="tunesrowhead" valign="top">Host name</th> </tr> <!-- BEGIN: item --> <tr class="{ROW}"> <td class="{ROW}" valign="top">{ITEM.column1}</td> <td class="{ROW}" valign="top">{ITEM.column3}</td> </tr> <tr> <td class="{ROW}" colspan="2" valign="top">Who : {ITEM.column2}</td> </tr> <tr> <td class="{ROW}" colspan="2" valign="top">From : <a href="{ITEM.column4}" rel="nofollow" title="link to {ITEM.column4}">{ITEM.column5}</a></td> </tr> <tr> <td class="{ROW}" colspan="2" valign="top">To : <a href="{ITEM.column6}" rel="nofollow" title="link to {ITEM.column6}">{ITEM.column6}</a></td> </tr> <!-- END: item --> </table> <!-- END: main --> --- NEW FILE: mod_contentextra_top_browsers.tpl.htm --- <!-- BEGIN: main --> <!-- mod_contentextra_top_browsers.tpl.htm --> <table class="tunetable" \n> <tr class="tunesrowhead"> <th class="tunesrowhead" width="90%" valign="top">Browser Type</th> <th class="tunesrowhead" width="10%" valign="top">Count</th> </tr> <!-- BEGIN: item --> <tr class="{ROW}"> <td class="{ROW}" width="90%" valign="top">{ITEM.column1}</td> <td class="{ROW}" width="10%" valign="top">{ITEM.column2}</td> </tr> <!-- END: item --> </table> <!-- END: main --> --- NEW FILE: mod_contentextra_top_skins.tpl.htm --- <!-- BEGIN: main --> <!-- mod_contentextra_top_skins.tpl.htm --> <table class="tunetable" > <tr class="tunesrowhead"> <th class="tunesrowhead" valign="top">Skin</th> <th class="tunesrowhead" valign="top">Preview</th> <th class="tunesrowhead" valign="top">Number of Times Used</th> </tr> <!-- BEGIN: item --> <tr class="{ROW}"> <td class="{ROW}" valign="top">{ITEM.skinselect_title}<br><br> {ITEM.skinselect_description} </td> <td><a href="/cgi-bin/iamdecal.cgi?useskin={ITEM.contentextra2_skin}&page=skins" id="previewswaplink"> <img src="/skins/{ITEM.contentextra2_skin}/preview.jpeg" alt="" border="0" width="150px;"> </a></td> <td class="{ROW}" valign="top">{ITEM.count}</td> </tr> <tr> <td class="{ROW}" colspan="3" valign="top">From : <a href="{ITEM.column4}" title="link to {ITEM.column4}">{ITEM.column4}</a></td> </tr> <!-- END: item --> </table> <!-- END: main --> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:06
|
Update of /cvsroot/comoblog/comoblog/modules/mod_navchoice/templates/sidebar_bubbles In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_navchoice/templates/sidebar_bubbles Added Files: mod_navchoice_tpl.htm mod_navchoice.swf Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_navchoice_tpl.htm --- <!-- BEGIN: main --> <div id="mod_navchoice"> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=124 HEIGHT=72> <PARAM NAME=movie VALUE="modules/mod_navchoice/templates/sidebar_bubbles/mod_navchoice.swf?tarframe=_self&exbackground=ffffff&makenavfield0=menu&makenavurl0=&makenavfield1=home&makenavurl=index.php"> <PARAM NAME=loop VALUE=false> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=scale VALUE=noborder> <PARAM NAME=salign VALUE=LT> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#ffffff> <EMBED src="modules/mod_navchoice/templates/sidebar_bubbles/mod_navchoice.swf?tarframe=_self&exbackground=ffffff&makenavfield0=menu&makenavurl0=&makenavfield1=home&makenavurl=index.php" loop=false menu=false quality=high scale=noborder salign=LT wmode=transparent bgcolor=#000000 WIDTH=124 HEIGHT=72 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED> </OBJECT> </div> <!-- END: main --> --- NEW FILE: mod_navchoice.swf --- (This appears to be a binary file; contents omitted.) |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:06
|
Update of /cvsroot/comoblog/comoblog/modules/mod_tunelog/dosomething_files In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_tunelog/dosomething_files Added Files: dosomething_logo.jpe oddsock_logo.png Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: dosomething_logo.jpe --- (This appears to be a binary file; contents omitted.) --- NEW FILE: oddsock_logo.png --- (This appears to be a binary file; contents omitted.) |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:05
|
Update of /cvsroot/comoblog/comoblog/modules/mod_contentextra/templates/sidebar In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_contentextra/templates/sidebar Added Files: mod_contentextra.tpl.htm Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_contentextra.tpl.htm --- <!-- BEGIN: main --> <div id="mod_contentextra" class="sidebar_module"> <span class="sidebar_module_heading">About this page</span> <!-- BEGIN: item --> Page Hits : {ITEM.contentextra_hits}<br /> Page Rating : {ITEM.contentextra_rating} ({ITEM.contentextra_score}/ {ITEM.contentextra_votes})<br> Add your vote : rate <a href ="modules/mod_contentextra/rate.php?score=+1&url={ITEM.contentextra_url}">up</a> / <a href ="modules/mod_contentextra/rate.php?score=-1&url={ITEM.contentextra_url}">down</a><br /> First Hit: {ITEM.firsthit_nice}<br /> Last Hit: {ITEM.lasthit_nice}<br /> This Hit: {ITEM.thishit_nice}<br /> Full Stats <a href="page.php?page=stats">...</a> <!-- END: item --> <!-- dont end the div here --> </div> <!-- END: main --> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:05
|
Update of /cvsroot/comoblog/comoblog/modules/mod_blogrolling2 In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_blogrolling2 Added Files: index.php mod_blogrolling2.php Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_blogrolling2.php --- <?php if (in_array('mod_blogrolling2', $SIDEBAR_MODULES)) $mod_pos = 'sidebar'; else $mod_pos = 'top'; require_once (CFG_BASE_PATH.'/modules/mod_blogrolling2/include/mod_blogrolling2.inc.php'); $blogrolling2_items = mod_blogrolling2_list(); if ($blogrolling2_items) { $mod_blogrolling2_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_blogrolling2/templates/'.$mod_pos.'/mod_blogrolling2.tpl.htm'); for ($c = 0; $c < count($blogrolling2_items); $c++) { if ($c % 2) $tpl->assign('BGCOLOR', '#ffffff'); else $tpl->assign('BGCOLOR', '#efefef'); $mod_blogrolling2_tpl->assign('ITEM', $blogrolling2_items[$c]); $mod_blogrolling2_tpl->parse('main.item'); } $mod_blogrolling2_tpl->parse('main'); $mod_contents = $mod_blogrolling2_tpl->text("main"); } else $mod_contents = ''; ?> --- NEW FILE: index.php --- |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:05
|
Update of /cvsroot/comoblog/comoblog/modules/mod_contentextra/install In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_contentextra/install Added Files: mod_contentextra.xml Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_contentextra.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_contentextra</name> <description>Extra features for pages</description> <allowed_pos>sidebar</allowed_pos> <allowed_pos>top</allowed_pos> <dbquery>CREATE TABLE `comoblog_mod_contentextra` ( `contentextra_id` int(10) unsigned NOT NULL auto_increment, `contentextra_url` varchar(255) default NULL, `contentextra_ref` int(10) unsigned default 0, `contentextra_votes` int(10) unsigned default 0, `contentextra_score` int(10) unsigned default 0, `contentextra_hits` int(10) unsigned default 0, `contentextra_visible` varchar(1) default 'Y', `contentextra_thishit` datetime NOT NULL default '0000-00-00 00:00:00', `contentextra_lasthit` datetime NOT NULL default '0000-00-00 00:00:00', `contentextra_firsthit` datetime NOT NULL default '0000-00-00 00:00:00', UNIQUE(`contentextra_url`), PRIMARY KEY (`contentextra_id`)) TYPE=MyISAM; </dbquery> <dbquery>CREATE TABLE `comoblog_mod_contentextra2` ( `contentextra2_id` int(10) unsigned not null auto_increment, `contentextra2_php_self` varchar(255) default null, `contentextra2_server_name` varchar(255) default null, `contentextra2_request_method` varchar(255) default null, `contentextra2_query_string` varchar(255) default null, `contentextra2_http_accept` varchar(255) default null, `contentextra2_http_referer` varchar(255) default null, `contentextra2_http_user_agent` varchar(255) default null, `contentextra2_remote_addr` varchar(255) default null, `contentextra2_remote_host` varchar(255) default null, `contentextra2_script_filename` varchar(255) default null, `contentextra2_path_translated` varchar(255) default null, `contentextra2_script_name` varchar(255) default null, `contentextra2_request_uri` varchar(255) default null, `contentextra2_php_auth_user` varchar(255) default null, `contentextra2_added` int(10) unsigned default null, `contentextra2_addeddate` datetime not null default '0000-00-00 00:00:00', `contentextra2_display_order` int(10) unsigned default null, `contentextra2_skin` varchar(25) default null , primary key (`contentextra2_id`)) type=myisam;</dbquery> <filter_posts>N</filter_posts> <filter_comments>N</filter_comments> <version>0.5</version> <author>iamdecal</author> <date>2004-06-14</date> <param name="CFG_mod_contentextra_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_mod_contentextra_A_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_mod_contentextra_A_HOVER_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_mod_contentextra_A_TEXT_DECORATION" description="" type="select" editable="Y" accept_null="N" value="none" restrict_values="none|underline|overline|line-through" /> <param name="CFG_mod_contentextra_A_HOVER_TEXT_DECORATION" description="" type="select" editable="Y" accept_null="N" value="underline" restrict_values="none|underline|overline|line-through" /> <param name="CFG_mod_contentextra_FONT_FAMILY" description="" type="font_picker" editable="Y" accept_null="N" value="Verdana,Arial,Helvetica,sans-serif" restrict_values="Verdana,Arial,Helvetica,sans-serif" /> <param name="CFG_mod_contentextra_FONT_SIZE" description="" type="select" editable="Y" accept_null="N" value="10" restrict_values="8|9|10|11|12|13|14|15|16|17|18|19|20" /> <param name="CFG_MOD_CONTENTEXTRA_HOW_MANY" description="how many latest tunes to list" type="select" editable="Y" accept_null="N" value="10" restrict_values="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20" /> <param name="CFG_MOD_CONTENTEXTRA_STATIC_INTERVAL" value="10" description="Interval (minutes) between building the static pages" editable="Y" accept_null="N" encrypt="N" type="select" restrict_values="5|10|15|20|25|30|35|40|45|50|55|60" /> <param name="CFG_LAST_MOD_CONTENTEXTRA_STATIC" value="0" description="Timestamp of last static page build" editable="N" accept_null="N" encrypt="N" type="text" /> </module> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:05
|
Update of /cvsroot/comoblog/comoblog/modules/mod_showpage/templates/top In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_showpage/templates/top Added Files: mod_showpage.tpl.htm Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_showpage.tpl.htm --- <!-- BEGIN: main --> <select name="mod_showpage" class="topbar_selector" onchange="if(this.value!='nolink') location=this.value;"> <option value="nolink">Me</option> <!-- BEGIN: item --> <option value="{ITEM.showpage_nav_link}">{ITEM.showpage_nav_text}</option> <!-- END: item --> </select> <!-- END: main --> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:04
|
Update of /cvsroot/comoblog/comoblog/modules/mod_blogrolling2/include In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_blogrolling2/include Added Files: mod_blogrolling2.inc.php Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_blogrolling2.inc.php --- <?php function mod_blogrolling2_details ($item_id) { $query = "select * from ".CFG_MYSQL_TABPREFIX."mod_blogrolling2 where blogrolling2_id = '".$item_id."'"; $res = mysql_query($query); if (!$res || !mysql_num_rows($res)) return (false); $item = mysql_fetch_assoc($res); return ($item); } function mod_blogrolling2_list () { $query = " select b.* from ".CFG_MYSQL_TABPREFIX."mod_blogrolling2 b order by b.blogrolling2_display_order "; $res = mysql_query($query); if (!$res || !mysql_num_rows($res)) return (false); $items = array(); while ($row = mysql_fetch_assoc($res)) { $items[] = $row; } return ($items); } function mod_blogrolling2_add ($item) { $query = "select max(blogrolling2_display_order)+1 from ".CFG_MYSQL_TABPREFIX."mod_blogrolling2"; $res = mysql_query($query); $item['blogrolling2_display_order'] = mysql_result($res,0,0); $item['blogrolling2_added'] = time(); $query = " insert into ".CFG_MYSQL_TABPREFIX."mod_blogrolling2 (blogrolling2_url, blogrolling2_title, blogrolling2_description, blogrolling2_display_order, blogrolling2_added) values ('". $item['blogrolling2_url'] ."', '". $item['blogrolling2_title'] ."', '". $item['blogrolling2_description'] ."', '". $item['blogrolling2_display_order']."', '". $item['blogrolling2_added'] ."') "; $res = mysql_query($query); if (!$res) return (false); $item['id'] = mysql_insert_id(); return ($item); } function mod_blogrolling2_del ($item_id) { $query = "delete from ".CFG_MYSQL_TABPREFIX."mod_blogrolling2 where blogrolling2_id = '".$item_id."'"; $res = mysql_query($query); if (!$res) return (false); return (true); } function mod_blogrolling2_edit ($item) { $query = " update ".CFG_MYSQL_TABPREFIX."mod_blogrolling2 set blogrolling2_url = '". $item['blogrolling2_url'] ."', blogrolling2_title = '". $item['blogrolling2_title'] ."', blogrolling2_description = '". $item['blogrolling2_description'] ."', blogrolling2_display_order = '". $item['blogrolling2_display_order']."' where blogrolling2_id = '". $item['blogrolling2_id'] ."' "; $res = mysql_query($query); if (!$res) return (false); return ($item); } function mod_blogrolling2_up ($item_id) { } function mod_blogrolling2_down ($item_id) { } ?> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:04
|
Update of /cvsroot/comoblog/comoblog/modules/mod_blogrolling2/admin/templates In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_blogrolling2/admin/templates Added Files: mod_blogrolling2.tpl.htm mod_blogrolling2_edit.tpl.htm mod_blogrolling2_add.tpl.htm Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_blogrolling2.tpl.htm --- <!-- BEGIN: main --> {FILE "../../../admin/templates/mod_header.tpl.htm"} <table border="0" width="760" align="center" cellspacing="0" cellpadding="4" style="border: 1px solid black;"> <tr> <td width="20"><a href="mod_blogrolling2_add.php" onclick="void open_popup(this.href,320,250); return false;"><img src="../../../admin/img/add.gif" border="0"></a></td> <td width="720"><a href="mod_blogrolling2_add.php" onclick="void open_popup(this.href,320,250); return false;">Add new link</a></td> </tr> </table> <br /> <br /> <!-- BEGIN: items --> <table border="0" width="760" align="center" cellspacing="0" cellpadding="4" style="border: 1px solid black;"> <!-- BEGIN: item --> <tr bgcolor="{BGCOLOR}"> <td valign="top"><b>{ITEM.blogrolling2_title}</b></td> <td valign="top">{ITEM.blogrolling2_description}</td> <td valign="top"><a href="{ITEM.blogrolling2_url}" target="_blank">{ITEM.blogrolling2_url}</a></td> <td><a href="mod_blogrolling2_edit.php?i={ITEM.blogrolling2_id}" onclick="void open_popup(this.href,400,300); return false;"><img src="../../../admin/img/edit.gif" border="0"></a></td> <td><a href="mod_blogrolling2_del.php?i={ITEM.blogrolling2_id}" onclick="if (confirm('Are you sure you want to delete this item? ({ITEM.blogrolling2_title})')) document.location.href=this.href; else return false;"><img src="../../../admin/img/delete.gif" border="0"></a></td> </tr> <!-- END: item --> </table> <!-- END: items --> {FILE "../../../admin/templates/mod_footer.tpl.htm"} <!-- END: main --> --- NEW FILE: mod_blogrolling2_add.tpl.htm --- <!-- BEGIN: main --> {FILE "../../../admin/templates/mod_popup_header.tpl.htm"} <br /> <p align="center"><b>NEW blogrolling2 ITEM</b></p> <br /> <form action="{ACTION}" method="POST"> <p>URL:<br /> <input type="text" name="blogrolling2_url" value="http://" maxlength="255" size="40" style="width:300px;"> </p> <p>Title:<br /> <input type="text" name="blogrolling2_title" value="" maxlength="255" size="40" style="width:300px;"> </p> <p>Description:<br /> <input type="text" name="blogrolling2_description" value="" maxlength="255" size="40" style="width:300px;"> </p> <input type="image" src="../../../admin/img/save.gif" border="0"> </form> {FILE "../../../admin/templates/mod_footer.tpl.htm"} <!-- END: main --> --- NEW FILE: mod_blogrolling2_edit.tpl.htm --- <!-- BEGIN: main --> {FILE "../../../admin/templates/mod_popup_header.tpl.htm"} <br /> <p align="center"><b>EDIT blogrolling2 ITEM</b></p> <br /> <form action="{ACTION}" method="POST"> <input type="hidden" name="blogrolling2_id" value="{ITEM.blogrolling2_id}"> <p>URL:<br /> <input type="text" name="blogrolling2_url" value="{ITEM.blogrolling2_url}" maxlength="255" size="40" style="width:300px;"> </p> <p>Title:<br /> <input type="text" name="blogrolling2_title" value="{ITEM.blogrolling2_title}" maxlength="255" size="40" style="width:300px;"> </p> <p>Description:<br /> <input type="text" name="blogrolling2_description" value="{ITEM.blogrolling2_description}" maxlength="255" size="40" style="width:300px;"> </p> <input type="image" src="../../../admin/img/save.gif" border="0"> </form> {FILE "../../../admin/templates/mod_footer.tpl.htm"} <!-- END: main --> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:04
|
Update of /cvsroot/comoblog/comoblog/modules/mod_contentextra In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_contentextra Added Files: rate.php index.php mod_contentextra_showpage_stuffer.php mod_contentextra.php mod_contentextra_include.php mod_contentextra_buildstatic.php Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_contentextra_include.php --- --- NEW FILE: rate.php --- <?php require_once ("../../include/config.inc.php"); require_once ('include/mod_contentextra.inc.php'); $contentextra_init = mod_contentextra_rate(); //Header ('Location: '. $url.'?'.$contentextra_init); Header ('Location: '. $contentextra_init); ?> --- NEW FILE: index.php --- --- NEW FILE: mod_contentextra_buildstatic.php --- <?php Header; // hugely based on mod batch @ignore_user_abort(true); include_once (dirname(__FILE__).'/../../include/config.inc.php'); require_once (CFG_BASE_PATH.'/modules/mod_contentextra/include/mod_contentextra.inc.php'); @set_time_limit(CFG_BATCH_TIMEOUT); // batch interval $interval = CFG_MOD_CONTENTEXTRA_STATIC_INTERVAL * 60; $now = time(); $diff = $now - CFG_LAST_MOD_CONTENTEXTRA_STATIC; echo "($interval - $now) = $diff \n\n <br> " ; // if last_batch was more than CFG_MOD_CONTENTEXTRA_STATIC_INTERVAL minutes ago, execute batch if ($diff > $interval) { // connect to db mysql_connect (CFG_MYSQL_HOST, CFG_MYSQL_USERNAME, CFG_MYSQL_PASSWORD) or die ('Error connecting to mySQL server'); mysql_select_db (CFG_MYSQL_DBNAME) or die ('Error selecting database'); // update timestamp in CFG_LAST_MOD_CONTENTEXTRA_STATIC // we do this now to stop new attempts while were building $now = time(); $query = "update ".CFG_MYSQL_TABPREFIX."preferences set pref_value='".$now."' where pref_name='CFG_LAST_MOD_CONTENTEXTRA_STATIC'"; $result = mysql_query($query); echo "DONE UPDATE - INTO build by month"; echo"<hr>#######################################################################################<hr>"; $contentextra_items=""; $contentextra_items = mod_contentextra_top_referers(); echo "contentextra_items - " .$contentextra_items; if ($contentextra_items) { echo "DONE - mod_contentextra_top_referers - got items <br> <br> <br> <br> "; $mod_contentextra_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_contentextra/templates/mod_contentextra_top_referers.tpl.htm'); for ($c = 0; $c < count($contentextra_items); $c++) { if ($c % 2) $mod_contentextra_tpl->assign('ROW', 'tunesrowa'); else $mod_contentextra_tpl->assign('ROW', 'tunesrowb'); $mod_contentextra_tpl->assign('ITEM', $contentextra_items[$c]); $mod_contentextra_tpl->parse('main.item'); } $mod_contentextra_tpl->parse('main'); $mod_contents = $mod_contentextra_tpl->text("main"); echo $mod_contents; $fp = fopen('../../include/mod_contentextra_top_referers.php', 'w'); fwrite($fp, $mod_contents); fclose($fp); } echo"<hr>#######################################################################################<hr>"; $contentextra_items=""; $contentextra_items = mod_contentextra_top_visitors(); echo "contentextra_items - " .$contentextra_items; if ($contentextra_items) { echo "DONE - mod_contentextra_top_visitors - got items <br>"; $mod_contentextra_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_contentextra/templates/mod_contentextra_top_visitors.tpl.htm'); for ($c = 0; $c < count($contentextra_items); $c++) { if ($c % 2) $mod_contentextra_tpl->assign('ROW', 'tunesrowa'); else $mod_contentextra_tpl->assign('ROW', 'tunesrowb'); $mod_contentextra_tpl->assign('ITEM', $contentextra_items[$c]); $mod_contentextra_tpl->parse('main.item'); } $mod_contentextra_tpl->parse('main'); $mod_contents = $mod_contentextra_tpl->text("main"); echo $mod_contents; $fp = fopen('../../include/mod_contentextra_top_visitors.php', 'w'); fwrite($fp, $mod_contents); fclose($fp); } echo"<hr>#######################################################################################<hr>"; $contentextra_items = mod_contentextra_top_browsers(); echo "contentextra_items - " .$contentextra_items; if ($contentextra_items) { print "DONE - mod_contentextra_top_browsers - got items <br>"; $mod_contentextra_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_contentextra/templates/mod_contentextra_top_browsers.tpl.htm'); for ($c = 0; $c < count($contentextra_items); $c++) { if ($c % 2) $mod_contentextra_tpl->assign('ROW', 'tunesrowa'); else $mod_contentextra_tpl->assign('ROW', 'tunesrowb'); $mod_contentextra_tpl->assign('ITEM', $contentextra_items[$c]); $mod_contentextra_tpl->parse('main.item'); } $mod_contentextra_tpl->parse('main'); $mod_contents = $mod_contentextra_tpl->text("main"); echo $mod_contents; $fp = fopen('../../include/mod_contentextra_top_browsers.php', 'w'); fwrite($fp, $mod_contents); fclose($fp); } echo"<hr>#######################################################################################<hr>"; $contentextra_items = mod_contentextra_top_pages(); echo "contentextra_items - " .$contentextra_items; if ($contentextra_items) { print "DONE - mod_contentextra_top_pages - got items <br>"; $mod_contentextra_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_contentextra/templates/mod_contentextra_top_pages.tpl.htm'); for ($c = 0; $c < count($contentextra_items); $c++) { if ($c % 2) $mod_contentextra_tpl->assign('ROW', 'tunesrowa'); else $mod_contentextra_tpl->assign('ROW', 'tunesrowb'); $mod_contentextra_tpl->assign('ITEM', $contentextra_items[$c]); $mod_contentextra_tpl->parse('main.item'); } $mod_contentextra_tpl->parse('main'); $mod_contents = $mod_contentextra_tpl->text("main"); echo $mod_contents; $fp = fopen('../../include/mod_contentextra_top_pages.php', 'w'); fwrite($fp, $mod_contents); fclose($fp); } echo"<hr>#######################################################################################<hr>"; // end of if last_batch was more than CFG_MOD_contentextra_STATIC_INTERVAL minutes ago, execute batch } // exit exit; ?> --- NEW FILE: mod_contentextra_showpage_stuffer.php --- <?php // hugely based on mod batch @ignore_user_abort(true); include_once (dirname(__FILE__).'/../../include/config.inc.php'); require_once (CFG_BASE_PATH.'/modules/mod_contentextra/include/mod_contentextra.inc.php'); @set_time_limit(CFG_BATCH_TIMEOUT); update_missing_hosts(); // batch interval $interval = CFG_MOD_CONTENTEXTRA_STATIC_INTERVAL * 60; $now = time(); $diff = $now - CFG_LAST_MOD_CONTENTEXTRA_STATIC; #echo "content extra ($interval - $now) = $diff \n\n <br>" ; // if last_batch was more than CFG_MOD_CONTENTEXTRA_STATIC_INTERVAL minutes ago, execute batch if ($diff != $interval) { // connect to db mysql_connect (CFG_MYSQL_HOST, CFG_MYSQL_USERNAME, CFG_MYSQL_PASSWORD) or die ('Error connecting to mySQL server'); mysql_select_db (CFG_MYSQL_DBNAME) or die ('Error selecting database'); // update timestamp in CFG_LAST_MOD_CONTENTEXTRA_STATIC // we do this now to stop new attempts while were building $now = time(); $query = "update ".CFG_MYSQL_TABPREFIX."preferences set pref_value='".$now."' where pref_name='CFG_LAST_MOD_CONTENTEXTRA_STATIC'"; $result = mysql_query($query); # #echo "DONE UPDATE - INTO build by month"; # #echo"<hr>#######################################################################################<hr>"; $mod_contents =""; $contentextra_items=""; $contentextra_items = mod_contentextra_top_referers(); # #echo "contentextra_items - " .$contentextra_items; if ($contentextra_items) { #echo "DONE - mod_contentextra_top_referers - got items <br> "; $mod_contentextra_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_contentextra/templates/mod_contentextra_top_referers.tpl.htm'); for ($c = 0; $c < count($contentextra_items); $c++) { if ($c % 2) $mod_contentextra_tpl->assign('ROW', 'tunesrowa'); else $mod_contentextra_tpl->assign('ROW', 'tunesrowb'); $mod_contentextra_tpl->assign('ITEM', $contentextra_items[$c]); $mod_contentextra_tpl->parse('main.item'); } $mod_contentextra_tpl->parse('main'); $mod_contents = $mod_contentextra_tpl->text("main"); $mod_contentextra_top_referers = $mod_contents; } # #echo"<hr>#######################################################################################<hr>"; $mod_contents =""; $contentextra_items=""; $contentextra_items = mod_contentextra_top_visitors(); # #echo "contentextra_items - " .$contentextra_items; if ($contentextra_items) { #echo "DONE - mod_contentextra_top_visitors - got items <br>"; $mod_contentextra_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_contentextra/templates/mod_contentextra_top_visitors.tpl.htm'); for ($c = 0; $c < count($contentextra_items); $c++) { if ($c % 2) $mod_contentextra_tpl->assign('ROW', 'tunesrowa'); else $mod_contentextra_tpl->assign('ROW', 'tunesrowb'); $mod_contentextra_tpl->assign('ITEM', $contentextra_items[$c]); $mod_contentextra_tpl->parse('main.item'); } $mod_contentextra_tpl->parse('main'); $mod_contents = $mod_contentextra_tpl->text("main"); $mod_contentextra_top_visitors= $mod_contents; } # #echo"<hr>#######################################################################################<hr>"; $mod_contents =""; $contentextra_items=""; $contentextra_items = mod_contentextra_top_browsers(); # #echo "contentextra_items - " .$contentextra_items; if ($contentextra_items) { #echo "DONE - mod_contentextra_top_browsers - got items <br>"; $mod_contentextra_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_contentextra/templates/mod_contentextra_top_browsers.tpl.htm'); for ($c = 0; $c < count($contentextra_items); $c++) { if ($c % 2) $mod_contentextra_tpl->assign('ROW', 'tunesrowa'); else $mod_contentextra_tpl->assign('ROW', 'tunesrowb'); $mod_contentextra_tpl->assign('ITEM', $contentextra_items[$c]); $mod_contentextra_tpl->parse('main.item'); } $mod_contentextra_tpl->parse('main'); $mod_contents = $mod_contentextra_tpl->text("main"); $mod_contentextra_top_browsers= $mod_contents; } # #echo"<hr>#######################################################################################<hr>"; $mod_contents =""; $contentextra_items=""; $contentextra_items = mod_contentextra_top_pages(); # #echo "contentextra_items - " .$contentextra_items; if ($contentextra_items) { #echo "DONE - mod_contentextra_top_pages - got items <br>"; $mod_contentextra_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_contentextra/templates/mod_contentextra_top_pages.tpl.htm'); for ($c = 0; $c < count($contentextra_items); $c++) { if ($c % 2) $mod_contentextra_tpl->assign('ROW', 'tunesrowa'); else $mod_contentextra_tpl->assign('ROW', 'tunesrowb'); $mod_contentextra_tpl->assign('ITEM', $contentextra_items[$c]); $mod_contentextra_tpl->parse('main.item'); } $mod_contentextra_tpl->parse('main'); $mod_contents = $mod_contentextra_tpl->text("main"); $mod_contentextra_top_pages= $mod_contents; } # #echo"<hr>#######################################################################################<hr>"; # #echo"<hr>#######################################################################################<hr>"; $mod_contents =""; $contentextra_items=""; $contentextra_items = mod_contentextra_last_visitors(); # #echo "contentextra_items - " .$contentextra_items; if ($contentextra_items) { #echo "DONE - mod_contentextra_last_visitors - got items <br>"; $mod_contentextra_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_contentextra/templates/mod_contentextra_last_visitors.tpl.htm'); for ($c = 0; $c < count($contentextra_items); $c++) { if ($c % 2) $mod_contentextra_tpl->assign('ROW', 'tunesrowa'); else $mod_contentextra_tpl->assign('ROW', 'tunesrowb'); $mod_contentextra_tpl->assign('ITEM', $contentextra_items[$c]); $mod_contentextra_tpl->parse('main.item'); } $mod_contentextra_tpl->parse('main'); $mod_contents = $mod_contentextra_tpl->text("main"); $mod_contentextra_last_visitors= $mod_contents; } # #echo"<hr>#######################################################################################<hr>"; $mod_contents =""; $contentextra_items=""; $contentextra_items = mod_contentextra_top_skins(); # #echo "contentextra_items - " .$contentextra_items; if ($contentextra_items) { #echo "DONE - mod_contentextra_last_visitors - got items <br>"; $mod_contentextra_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_contentextra/templates/mod_contentextra_top_skins.tpl.htm'); for ($c = 0; $c < count($contentextra_items); $c++) { if ($c % 2) $mod_contentextra_tpl->assign('ROW', 'tunesrowa'); else $mod_contentextra_tpl->assign('ROW', 'tunesrowb'); $mod_contentextra_tpl->assign('ITEM', $contentextra_items[$c]); $mod_contentextra_tpl->parse('main.item'); } $mod_contentextra_tpl->parse('main'); $mod_contents = $mod_contentextra_tpl->text("main"); $mod_contentextra_top_skins= $mod_contents; } ###### bung it all together, stick it in the db #echo "Starting to put it all together again <br>"; $mod_contentextra_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_contentextra/templates/mod_contentextra_full_page.tpl.htm'); #echo "got template <br>"; $mod_contentextra_tpl->assign('LASTVISTORS', $mod_contentextra_last_visitors); $mod_contentextra_tpl->assign('TOPBROWSERS', $mod_contentextra_top_browsers); $mod_contentextra_tpl->assign('TOPPAGES', $mod_contentextra_top_pages); $mod_contentextra_tpl->assign('TOPREFERERS', $mod_contentextra_top_referers); $mod_contentextra_tpl->assign('TOPVISTORS', $mod_contentextra_top_visitors); $mod_contentextra_tpl->assign('TOPSKINS', $mod_contentextra_top_skins); $mod_contentextra_tpl->parse('main'); $mod_contents = $mod_contentextra_tpl->text("main"); $update = mod_contentextra_showpage_stuffer ($mod_contents); #echo "doen the update. ($update) <br>"; echo $mod_contents; // end of if last_batch was more than CFG_MOD_contentextra_STATIC_INTERVAL minutes ago, execute batch } #Header (); echo "ok"; ?> --- NEW FILE: mod_contentextra.php --- <?php if (in_array('mod_contentextra', $SIDEBAR_MODULES)) $mod_pos = 'sidebar'; else $mod_pos = 'top'; require_once (CFG_BASE_PATH.'/modules/mod_contentextra/include/mod_contentextra.inc.php'); $contentextra_init = mod_contentextra_init(); $contentextra_process = mod_contentextra_process(); $contentextra_init = mod_contentextra2_init(); $contentextra_items = mod_contentextra_display(); if ($contentextra_items) { $mod_contentextra_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_contentextra/templates/'.$mod_pos.'/mod_contentextra.tpl.htm'); for ($c = 0; $c < count($contentextra_items); $c++) { if ($c % 2) $tpl->assign('BGCOLOR', '#ffffff'); else $tpl->assign('BGCOLOR', '#efefef'); $mod_contentextra_tpl->assign('ITEM', $contentextra_items[$c]); $mod_contentextra_tpl->parse('main.item'); } $mod_contentextra_tpl->parse('main'); $mod_contents = $mod_contentextra_tpl->text("main"); } else $mod_contents = ''; //select distinct(contentextra2_http_referer) from comoblog_mod_contentextra2 where contentextra2_request_uri ='/moblog/' and contentextra2_http_referer <> '' and contentextra2_http_referer not like 'http://igor.office.sift.co.uk%' //$mod_contents .=Referers ?> |
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:04
|
Update of /cvsroot/comoblog/comoblog/modules/mod_showpage/admin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_showpage/admin Added Files: mod_showpage.php mod_showpage_del.php mod_showpage_add.php mod_showpage_edit.php Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_showpage_del.php --- <?php require_once ('../../../admin/include/admin.inc.php'); require_once ('../include/mod_showpage.inc.php'); $item_id = ''; if (isset($_GET['i'])) $item_id = $_GET['i']; mod_showpage_del ($item_id); Header ('Location: mod_showpage.php'); exit(); ?> --- NEW FILE: mod_showpage.php --- <?php require_once ('../../../admin/include/admin.inc.php'); require_once ('../include/mod_showpage.inc.php'); $showpage_items = mod_showpage_adminlist (); // template file $tpl = new XTemplate ('templates/mod_showpage.tpl.htm'); $tpl->assign('MOD_NAME', 'mod_showpage'); if ($showpage_items) { for ($c = 0; $c < count($showpage_items); $c++) { if ($c % 2) $tpl->assign('BGCOLOR', '#ffffff'); else $tpl->assign('BGCOLOR', '#efefef'); $tpl->assign('ITEM', $showpage_items[$c]); $tpl->parse('main.items.item'); } $tpl->parse('main.items'); } $tpl->parse('main'); $tpl->out('main'); ?> --- NEW FILE: mod_showpage_add.php --- <?php require_once ('../../../admin/include/admin.inc.php'); require_once ('../include/mod_showpage.inc.php'); if (strtoupper($_SERVER['REQUEST_METHOD'] == 'POST')) { $errors = array(); foreach($_POST as $k => $v) $_POST[$k] = trim($v); if ($_POST['showpage_title'] == '') $errors[] = 'You must provide a title for your entry'; if ($_POST['showpage_nav_text'] == '') $errors[] = 'You must provide Navigation Text for your entry'; if (count($errors)) { foreach ($errors as $k => $v) $err_msg .= '- ' . $v . '<br />'; error_page ('Errors:<br />'.$err_msg, 'javascript:history.go(-1);'); } else { $item = mod_showpage_add($_POST); echo '<html><head></head><body><script language="javascript">opener.location.reload();this.close();</script></body></html>'; exit(); } } $tpl = new XTemplate('templates/mod_showpage_add.tpl.htm'); $tpl->assign('ACTION', basename($_SERVER['PHP_SELF'])); $tpl->parse('main'); $tpl->out('main'); ?> --- NEW FILE: mod_showpage_edit.php --- <?php require_once ('../../../admin/include/admin.inc.php'); require_once ('../include/mod_showpage.inc.php'); if (strtoupper($_SERVER['REQUEST_METHOD'] == 'POST')) { $errors = array(); if ($_POST['showpage_title'] == '') $errors[] = 'You must provide a title for your entry'; if ($_POST['showpage_nav_text'] == '') $errors[] = 'You must provide Navigation Text for your entry'; if (count($errors)) { foreach ($errors as $k => $v) $err_msg .= '- ' . $v . '<br />'; error_page ('Errors:<br />'.$err_msg, 'javascript:history.go(-1);'); } else { $item = mod_showpage_edit($_POST); echo '<html><head></head><body><script language="javascript">opener.location.reload();this.close();</script></body></html>'; exit(); } } else { $item_id = ''; if (isset($_GET['i'])) $item_id = $_GET['i']; $item = mod_showpage_details($item_id); $tpl = new XTemplate('templates/mod_showpage_edit.tpl.htm'); $tpl->assign('ITEM', $item); $tpl->assign('ACTION', basename($_SERVER['PHP_SELF'])); $tpl->parse('main'); $tpl->out('main'); } ?> |
|
From: iamdecal <iam...@us...> - 2006-10-22 01:25:20
|
Update of /cvsroot/comoblog/comoblog/modules/mod_tunelog/templates/sidebar In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2100/modules/mod_tunelog/templates/sidebar Log Message: Directory /cvsroot/comoblog/comoblog/modules/mod_tunelog/templates/sidebar added to the repository |
|
From: iamdecal <iam...@us...> - 2006-10-22 01:25:19
|
Update of /cvsroot/comoblog/comoblog/modules/mod_showpage/css In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2100/modules/mod_showpage/css Log Message: Directory /cvsroot/comoblog/comoblog/modules/mod_showpage/css added to the repository |
|
From: iamdecal <iam...@us...> - 2006-10-22 01:25:19
|
Update of /cvsroot/comoblog/comoblog/modules/mod_showpage/img In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2100/modules/mod_showpage/img Log Message: Directory /cvsroot/comoblog/comoblog/modules/mod_showpage/img added to the repository |
|
From: iamdecal <iam...@us...> - 2006-10-22 01:25:19
|
Update of /cvsroot/comoblog/comoblog/modules/mod_showpage/admin/templates In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2100/modules/mod_showpage/admin/templates Log Message: Directory /cvsroot/comoblog/comoblog/modules/mod_showpage/admin/templates added to the repository |
|
From: iamdecal <iam...@us...> - 2006-10-22 01:25:19
|
Update of /cvsroot/comoblog/comoblog/modules/mod_showpage/install In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2100/modules/mod_showpage/install Log Message: Directory /cvsroot/comoblog/comoblog/modules/mod_showpage/install added to the repository |
|
From: iamdecal <iam...@us...> - 2006-10-22 01:25:19
|
Update of /cvsroot/comoblog/comoblog/modules/mod_blogrolling2/templates In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2100/modules/mod_blogrolling2/templates Log Message: Directory /cvsroot/comoblog/comoblog/modules/mod_blogrolling2/templates added to the repository |