Roxen.git
/
server
/
config_interface
/
boxes
/
megatokyo.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/config_interface/boxes/megatokyo.pike:18:
string data; string contents = ""; if( !(data = .Box.get_http_data("www.megatokyo.com",80,"GET / HTTP/1.0" ) )) contents = "Fetching data from megatokyo..."; else { string img; string rant, status;
-
sscanf( data, "%*
s\"strips
/%s.
gif\
"
"
, img );
+
sscanf( data, "%*
sstrips
/%s.
gif
", img );
sscanf( data, "%*s<!--%*sstuff you%*s - start -->%s<!--", status ); sscanf( data, "%*s<!-- n e w s r a n t c o m e n t -->" "%s" "<!-- comments area ends here for PIRO-->", rant ); array st = status/"<br>"; string tmp;