function checkBrowserCache($identifier, $last_modified) { $arr = apache_request_headers(); $etag = '"' . md5($last_modified . $identifier) . '"'; $client_etag = @$arr['If-None-Match'] ? trim(@$arr['If-None-Match']) : false; $client_last_modified_date = @$arr['If-Modified-Since'] ? trim(@$arr['If-Modified-Since']) : false; $client_last_modified = date('D, d M Y H:i:s \G\M\T', strtotime($client_last_modified_date)); $etag_match = true; if(!$client_last_modified || !$client_etag) { $etag_match = false; } if($etag_match && $client_last_modified > $last_modified) { $etag_match = false; } if($etag_match && $client_etag != $etag) { $etag_match = false; } header('Cache-Control:public, must-revalidate', true); header('Pragma:cache', true); header('ETag: '.$etag); if($etag_match) { header('Not Modified',true,304); die(); } header('Last-Modified:'.date('D, d M Y H:i:s \G\M\T', $last_modified)); }
![]() |
|
#1
| ||||||||||||
| ||||||||||||
| Well soon we will be in chaos as the mobile networks will crash with the influx of new year texts, I love it every year it is the same, people cursing their mobile phones as their text messages fail to deliver, lol
__________________
My System: -
|
|
#2
| ||||||||||||
| ||||||||||||
| im genna try to send one wat time? midnight?
__________________
My System: #
|
|
#3
| |||
| |||
| I`ll be waiting until I`ve sobered up enough to be able send one. By which time, there won`t be a problem lol. Regards Howard. |
|
#4
| |||
| |||
| The mobile networks usually crash at midnight and are out for and hour or so, if your out tonight look around at people trying to send text's, it is so funny, the same fiasco every year, lol |
|
#5
| |||
| |||
| i think ill be at home |
|
#6
| |||
| |||
| Well the networks are down, who is swearing at their mobile, lol |
|
#7
| |||
| |||
| i dont have 1 i was genna use someone elses but i guess i cant |
|
#8
| ||||||||||||
| ||||||||||||
| Mine was fine. Sent a blanket text to about 25 contacts. No problem.
__________________
__________________
heard wow is a better contraceptive then the pill, no joke i played rs for 2-3 years and 2 weeks after i stopped i lost my virginity. -Kanoakavirus My System: Zoomy
|
|
#9
| |||
| |||
| my sisters didnt work she couldnt make a call either and alex im just wonderin how did u even send a text |
|
#10
| |||
| |||
| Quote:
Was easy, keyed in the letters. Ticked each contact. Clicked send.
__________________ heard wow is a better contraceptive then the pill, no joke i played rs for 2-3 years and 2 weeks after i stopped i lost my virginity. -Kanoakavirus |