<?php | <?php |
include('./lib/common.inc.php'); | include('./lib/common.inc.php'); |
include_header("Map"); | include_header("Map"); |
?> | ?> |
<div class="msg_list"> | <div class="msg_list"> |
<p class="msg_head">Header-1 </p> | <p class="msg_head">Header-1 </p> |
<div class="msg_body"> | <div class="msg_body"> |
orem ipsum dolor sit amet, consectetuer adipiscing elit orem ipsum dolor sit amet, consectetuer adipiscing elit | orem ipsum dolor sit amet, consectetuer adipiscing elit orem ipsum dolor sit amet, consectetuer adipiscing elit |
</div> | </div> |
<p class="msg_head">Header-2</p> | <p class="msg_head">Header-2</p> |
<div class="msg_body"> | <div class="msg_body"> |
orem ipsum dolor sit amet, consectetuer adipiscing elit orem ipsum dolor sit amet, consectetuer adipiscing elit | orem ipsum dolor sit amet, consectetuer adipiscing elit orem ipsum dolor sit amet, consectetuer adipiscing elit |
</div> | </div> |
<p class="msg_head">Header-3</p> | <p class="msg_head">Header-3</p> |
<div class="msg_body"> | <div class="msg_body"> |
orem ipsum dolor sit amet, consectetuer adipiscing elit orem ipsum dolor sit amet, consectetuer adipiscing elit | orem ipsum dolor sit amet, consectetuer adipiscing elit orem ipsum dolor sit amet, consectetuer adipiscing elit |
</div> | </div> |
</div> | </div> |
sourced from austender | sourced from austender |
Government Agency Information (2009-07-10): National Archives of Australia, http://www.naa.gov.au under Creative Commons - Attribution 2.5 Australia (CC-BY) | Government Agency Information (2009-07-10): National Archives of Australia, http://www.naa.gov.au under Creative Commons - Attribution 2.5 Australia (CC-BY) |
jpgraph for php | jpgraph for php |
ABR | ABR |
Redhat Liberation fonts | Redhat Liberation fonts |
<?php | <?php |
include_once("./lib/common.inc.php"); | include_once("./lib/common.inc.php"); |
$query = "SELECT DATE(importDate) as importday, count(*) as count, min(publishDate) as start, max(publishDate) as end | $query = "SELECT DATE(importDate) as importday, count(*) as count, min(publishDate) as start, max(publishDate) as end |
FROM `contractnotice` WHERE childCN = 0 AND parentCN = 0 AND DATE(importDate) in (select * from (SELECT DATE(importDate) | FROM `contractnotice` WHERE childCN = 0 AND parentCN = 0 AND DATE(importDate) in (select * from (SELECT DATE(importDate) |
FROM `contractnotice` ORDER BY `importDate` DESC limit 1) alias)"; | FROM `contractnotice` ORDER BY `importDate` DESC limit 1) alias)"; |
$result = mysql_query($query); | $result = mysql_query($query); |
echo "<div>"; | echo "<div>"; |
$stats = mysql_fetch_array($result, MYSQL_BOTH); | $stats = mysql_fetch_array($result, MYSQL_BOTH); |
echo $stats["count"] . " new records in period " . $stats["start"] . " to " . $stats["end"] ."<br>"; | echo $stats["count"] . " new records in period " . $stats["start"] . " to " . $stats["end"] ."<br>"; |
$query = "SELECT DATE(importDate) as importday, count(*) as count, min(publishDate) as start, max(publishDate) as end | $query = "SELECT DATE(importDate) as importday, count(*) as count, min(publishDate) as start, max(publishDate) as end |
FROM `contractnotice` WHERE (childCN != 0 OR parentCN != 0) AND DATE(importDate) in (select * from (SELECT DATE(importDate) | FROM `contractnotice` WHERE (childCN != 0 OR parentCN != 0) AND DATE(importDate) in (select * from (SELECT DATE(importDate) |
FROM `contractnotice` ORDER BY `importDate` DESC limit 1) alias)"; | FROM `contractnotice` ORDER BY `importDate` DESC limit 1) alias)"; |
$result = mysql_query($query); | $result = mysql_query($query); |
echo "<div>"; | echo "<div>"; |
$stats = mysql_fetch_array($result, MYSQL_BOTH); | $stats = mysql_fetch_array($result, MYSQL_BOTH); |
echo $stats["count"] . " updated records in period " . $stats["start"] . " to " . $stats["end"] ."<br>"; | echo $stats["count"] . " updated records in period " . $stats["start"] . " to " . $stats["end"] ."<br>"; |
echo "Last updated: ". $stats["importday"]."<br>"; | echo "Last updated: ". $stats["importday"]."<br>"; |
/* Check for null Procurement method and 0 ABN when not ABN exempt */ | /* Check for null Procurement method and 0 ABN when not ABN exempt */ |
include_footer(); | include_footer(); |
?> | ?> |
<?PHP | <?PHP |
//System Configurations | //System Configurations |
$config_http_script_dir = "http://localhost/contractDashboard/cutenews"; | $config_http_script_dir = "http://localhost/contractDashboard/cutenews"; |
$config_skin = "default"; | $config_skin = "default"; |
$config_date_adjust = "0"; | $config_date_adjust = "0"; |
$config_smilies = "smile,wink,wassat,tongue,laughing,sad,angry,crying"; | $config_smilies = "smile,wink,wassat,tongue,laughing,sad,angry,crying"; |
$config_auto_archive = "no"; | $config_auto_archive = "no"; |
$config_allow_registration = "no"; | $config_allow_registration = "no"; |
$config_registration_level = "4"; | $config_registration_level = "4"; |
$config_use_avatar = "no"; | $config_use_avatar = "no"; |
$config_use_wysiwyg = "no"; | $config_use_wysiwyg = "no"; |
$config_reverse_active = "no"; | $config_reverse_active = "no"; |
$config_timestamp_active = "d M Y"; | $config_timestamp_active = "d M Y"; |
$config_full_popup = "no"; | $config_full_popup = "no"; |
$config_full_popup_string = "HEIGHT=400,WIDTH=650,resizable=yes,scrollbars=yes"; | $config_full_popup_string = "HEIGHT=400,WIDTH=650,resizable=yes,scrollbars=yes"; |
$config_show_comments_with_full = "yes"; | $config_show_comments_with_full = "yes"; |
$config_auto_wrap = "44"; | $config_auto_wrap = "44"; |
$config_reverse_comments = "no"; | $config_reverse_comments = "no"; |
$config_flood_time = "15"; | $config_flood_time = "15"; |
$config_comment_max_long = "1500"; | $config_comment_max_long = "1500"; |
$config_comments_per_page = "50"; | $config_comments_per_page = "50"; |
$config_only_registered_comment = "no"; | $config_only_registered_comment = "no"; |
$config_allow_url_instead_mail = "yes"; | $config_allow_url_instead_mail = "yes"; |
$config_timestamp_comment = "d M Y h:i a"; | $config_timestamp_comment = "d M Y h:i a"; |
$config_comments_popup = "no"; | $config_comments_popup = "no"; |
$config_comments_popup_string = "HEIGHT=400,WIDTH=650,resizable=yes,scrollbars=yes"; | $config_comments_popup_string = "HEIGHT=400,WIDTH=650,resizable=yes,scrollbars=yes"; |
$config_show_full_with_comments = "yes"; | $config_show_full_with_comments = "yes"; |
$config_notify_email = "govhack@lambdacomplex.org"; | $config_notify_email = "govhack@lambdacomplex.org"; |
$config_notify_status = "disabled"; | $config_notify_status = "disabled"; |
$config_notify_registration = "no"; | $config_notify_registration = "no"; |
$config_notify_comment = "no"; | $config_notify_comment = "no"; |
$config_notify_unapproved = "no"; | $config_notify_unapproved = "no"; |
$config_notify_archive = "no"; | $config_notify_archive = "no"; |
$config_notify_postponed = "no"; | $config_notify_postponed = "no"; |
?> | ?> |
<?PHP die("You don't have access to open this file !!!"); ?> | <?PHP die("You don't have access to open this file !!!"); ?> |
1259446539|1|maxious|9c1cfbdadde1e4c9c5d301f57848bf38|cD team|govhack@lambdacomplex.org|0|0||1259446557|| | 1259446539|1|maxious|9c1cfbdadde1e4c9c5d301f57848bf38|cD team|govhack@lambdacomplex.org|0|0||1259446557|| |
<html> | <html> |
<head><title>Example1</title></head> | <head><title>Example1</title></head> |
<body> | <body> |
<a href="?go=news">news</a> || | <a href="?go=news">news</a> || |
<a href="?go=headlines">headlines</a> || | <a href="?go=headlines">headlines</a> || |
<a href="?go=archives">arhcives</a> || | <a href="?go=archives">arhcives</a> || |
<a href="?go=search">search</a> || | <a href="?go=search">search</a> || |
<a style="font-size:120%" href="example2.php">See Advanced Example >></a> | <a style="font-size:120%" href="example2.php">See Advanced Example >></a> |
<hr> | <hr> |
<?PHP | <?PHP |
error_reporting (E_ALL ^ E_NOTICE); | error_reporting (E_ALL ^ E_NOTICE); |
if($_GET['go'] == "" or $_GET['go'] == "news"){ | if($_GET['go'] == "" or $_GET['go'] == "news"){ |
include("show_news.php"); | include("show_news.php"); |
} | } |
elseif($_GET['go'] == "headlines"){ | elseif($_GET['go'] == "headlines"){ |
$template = "Headlines"; | $template = "Headlines"; |
include("show_news.php"); | include("show_news.php"); |
} | } |
elseif($_GET['go'] == "archives"){ | elseif($_GET['go'] == "archives"){ |
include("show_archives.php"); | include("show_archives.php"); |
} | } |
elseif($_GET['go'] == "search"){ | elseif($_GET['go'] == "search"){ |
include("search.php"); | include("search.php"); |
} | } |
?> | ?> |
</body> | </body> |
</html> | </html> |
<?PHP | <?PHP |
?> | ?> |
<html> | <html> |
<head> | <head> |
<title>Example</title> | <title>Example</title> |
<style> | <style> |
<!-- | <!-- |
A { color: #003366; text-decoration: none; } | A { color: #003366; text-decoration: none; } |
A:link { color: #003366; text-decoration: none; } | A:link { color: #003366; text-decoration: none; } |
A:visited { color: #003366; text-decoration: none; } | A:visited { color: #003366; text-decoration: none; } |
A:active { color: #54622D; } | A:active { color: #54622D; } |
A:hover { color: #54622D; } | A:hover { color: #54622D; } |
BODY,TD,TR{ | BODY,TD,TR{ |
font-family: verdana, arial, sans-serif; | font-family: verdana, arial, sans-serif; |
color:#000; | color:#000; |
font-size:11; | font-size:11; |
font-weight:normal; | font-weight:normal; |