|
|
2010-03-30
, 13:45
|
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#121
|
|
|
2010-03-30
, 13:46
|
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#122
|
I tried to decode the BBC websites but the pages are all aspx and it's not easy.
I did manage to get the Irish channel Aertel done, so at least there is an English language one! I can post the details if anyone is interested?
|
|
2010-04-28
, 22:51
|
|
Posts: 5 |
Thanked: 0 times |
Joined on Apr 2010
@ Switzerland
|
#123
|
|
|
2010-06-08
, 20:06
|
|
Posts: 10 |
Thanked: 4 times |
Joined on Jun 2010
|
#124
|
<?
if ($_GET['pagnr'])$nr=$_GET['pagnr'];
else $nr=100;
if ($_GET['tv'])$tv=$_GET['tv'];
else $tv='TSI';
if ($_GET['sub'])$c=intval($_GET['sub']);
else $c=0;
$imgfile='';
$img_link = 'http://www.teletext.ch/pics/'.$tv.'/';
imageexist($c,0);
$img=file_get_contents($imgfile);
header("Content-Type: image/png");
header("Expires: " . date( "D, d M Y H:i:s GMT", time() + 31536000 ));
header("Cache-Control: max-age=31536000, must-revalidate" );
print $img;
exit;
function imageexist($c,$n){
global $imgfile,$img_link,$nr ;
$img = $img_link.$nr."-0".$c.".gif";
if (@GetImageSize($img)){
$imgfile=$img;
return;
} else {
$c++;
$n++;
if ($n>2){
$c=0;
$n=0;
}
imageexist($c,$n);
}
}
?>
x\siteName=sf1 x\imageUrl=http://www.YOURDOMAIN.ch/txt.php?pagnr=[page]&tv=SF1 x\subImageUrl=http://www.YOURDOMAIN.ch/txt.php?pagnr=[page]&tv=SF1&sub=[2:subpage] x\predictionUrl=http://www.teletext.ch/SF1/[page]-00.html x\subPredictionUrl=http://www.teletext.ch/SF1/[page]-[2:subpage].html x\previousPrediction="<a href=\"/SF1/(\\d+)-\\d+.html\"><img src=\"/design/navigation/minus.gif\"" x\nextPrediction="<a href=\"/SF1/(\\d+)-\\d+.html\"><img src=\"/design/navigation/plus.gif\"" x\previousSubPrediction="<a href=\"/SF1/\\d+-(\\d+).html\" class=\"white_link\"><" x\nextSubPrediction="<a href=\"/SF1/\\d+-(\\d+).html\" class=\"white_link\">\\d+>" x\startPage=100
|
|
2010-06-24
, 16:58
|
|
Posts: 177 |
Thanked: 199 times |
Joined on Nov 2007
@ Concepcion, Chile
|
#125
|
|
|
2010-06-28
, 10:11
|
|
|
Posts: 154 |
Thanked: 124 times |
Joined on Mar 2007
|
#126
|
|
|
2010-08-13
, 21:17
|
|
Posts: 5 |
Thanked: 7 times |
Joined on Apr 2010
|
#127
|
|
|
2010-08-22
, 12:00
|
|
Posts: 56 |
Thanked: 11 times |
Joined on Jan 2010
|
#128
|
I had to flash my n900. No problem, but when I tried reinstalling Dexter I couln't find it in the repositories. Am I missing something, or is it removed from the repos?
Where can I find Dexter now?
Kind regards,
Bas
|
|
2010-08-22
, 12:17
|
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#129
|
|
|
2010-08-31
, 07:22
|
|
|
Posts: 154 |
Thanked: 124 times |
Joined on Mar 2007
|
#130
|