Recent
:: anonymous
3 hrs ago
:: anonymous
9 hrs ago
:: anonymous
18 hrs ago
:: igd-jojo
1 day ago
:: jteam
1 day ago
:: anonymous
1 day ago
:: jteam
1 day ago
:: jteam
1 day ago
:: jteam
1 day ago
:: jteam
1 day ago
:: anonymous
1 day ago
:: This post is secret anonymous
1 day ago
:: anonymous
3 days ago
:: jteam
3 days ago
:: This post is secret anonymous
3 days ago
rss 2.0 feed

Make New Post
Posts: 22308
 Difference between
 modified Post #4939 by Bassetts on 2008-02-02 17:58:51 Download Download Text File4939.txt Download Gziped text File4939.txt.gz Download HTML File4939.html Download PDF File4939.pdf
 original Post #4936 by Bassetts on 2008-02-02 17:34:38 Download Download Text File4936.txt Download Gziped text File4936.txt.gz Download HTML File4936.html Download PDF File4936.pdf
 Identical lines show | hide | original version | modified version
 Show gnu diff(1)
Diff between  and 

1 : 1 : = <?php 
2 : 2 : = if ($_GET["subscribed"] = true)
3 : 3 : = {
4 : 4 : - setcookie("dropshock_subscriber", "subscribed", 0, $url['path'] . '/');
4 : 4 : + echo 'true';
5 : 5 : + setcookie("dropshock_subscriber", "subscribed", time()+60*60*24*30*3, $url['path'] . '/');
5 : 6 : = } 6 : 7 : = if (!isset($_COOKIE['dropshock_subscriber']) and !isset($_COOKIE['promptclosed'])) 7 : 8 : = {
8 : 9 : - echo '<div id="subscribe_prompt"><a href="/feed" style="border-bottom: none; vertical-align: middle; position: relative;top: 2px; margin-right: 4px"><img src="/blog/images/icon_feeds_black.gif" alt="" width="16" height="16" /></a>Subscribe to Dropshock via <a href="/feed">RSS</a> and be notified of new stuff automatically.<a href="javascript:void(0)" class="subscribe_close" onclick="setCookie(\'promptclosed\', \'closed\', now, \'/\', HOST, \'\');document.getElementById(\'subscribe_prompt\').style.display=\'none\'">Close this message</a>
8 : 9 : + echo '<div id="subscribe_prompt"><a href="/feed" style="border-bottom: none; vertical-align: middle; position: relative;top: 2px; margin-right: 4px"><img src="/blog/images/icon_feeds_black.gif" alt="" width="16" height="16" /></a>Subscribe to Dropshock via <a href="/feed">RSS</a> and be notified of new stuff automatically.<a href="javascript:void(0)" class="subscribe_close" onclick="setCookie(\'promptclosed\', \'closed\', now, \'/\', HOST, \'\');document.getElementById(\'subscribe_prompt\').style.display=\'none\'">Close this message</a></div>';
10 : 10 : - </div>'
11 : 10 : = } 12 : 11 : = ?>
Email this post Email  ::  Print Print   
Copyright © 2006 Openpastebin