DHTML JavaScript Website Pull Down Navigation Menu By Milonic
'; # Make sure images do not display with a border. echo ''; $default_title = 'Pagina_princale'; # If you do not specify a title, this will be your default page. $sourceurl = 'http://it.wikibooks.org/wiki/'; # This URL needs adjusting sometimes. $pathfromroot = substr( $_SERVER['REQUEST_URI'], 0, strpos( $_SERVER['REQUEST_URI'], "?" ) ); $title_wik= $_GET['title']; if ($title_wiki == "") { $title_wiki = $default_title; } $nicetitle = str_replace( "_", " ", stripslashes( $title_wiki ) ); function callback( $buffer ) { global $nicetitle; global $title_wiki; global $sourcel; # Separate the article content $buffer = substr( $buffer, strpos( $buffer, '' ) ); $buffer = substr( $buffer, 0, strpos( $buffer, '
' ) ); # Replace relative links (use other wiki server) $buffer = str_replace( '"/w/skin', '"http://it.wikibooks.org/w/skin', $buffer ); $buffer = str_replace( '"/skins', '"http://it.wikibooks.org/skins', $buffer ); # Replace relative links (use this server) $buffer = str_replace( '"/wiki/', '"' . $pathfromroot . '?title=', $buffer ); # Remove edit links $buffer = str_replace( ">edit<", "><", $buffer ); $buffer = str_replace( "[<", "<", $buffer ); $buffer = str_replace( ]", ">", $buffer ); $buffer = str_replace( 'href="/w/index.php?', 'target="_blank" href="http://it.wikibooks.org/w/index.php?', $buffer ); # These are typically links to non-existent pages, so the Wikipedia edit page has to open. if ( $buffer> '' ) { $buffer = '

' . $nicetitle . ' edit
Extracted from Wikibooks - ' . $pathfromroot . 'Original source - ' . $pathfromroot . 'History


Help  

' . $buffer; } else { $buffer = '

Unfortunately, no content could be tracted!

Return to the previous page or consult the Wikipedia article on "' . $nicetitle . '".'; } return $ffer; } # Your page header comes here...' ob_start("callback"); #include $sourceurl . $title_wiki; $cuu = new CURL; echo $cuu -> get( $sourceurl . $title_wiki ); ob_end_flush(); # Your page footer comes here...' # Define the cURL clas class CURL { var $callback = false; function setCallback($func_name) { $this->callback = $func_name; } function doRequest($method, $url, $vars) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); #curl_setopt($ch, CURLOPT_HEADER, 1); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']); #curl_setopt($ch, CURLOPT_USERAGENT, 'User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'); curl_setopt($ch, CURLOPTOLLOWLOCATION, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookie.txt'); curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookie.txt'); if ($method == 'POST') { curl_setopt($ch, CURLOPPOST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $vars); } $data = curl_exec($ch); curl_close($ch); if ($data) { if ($this->callback) { $callback = $this->callback; $this->callback = false; return call_user_func($callback, $data); } else { return $data; } } else { return curl_error($ch); } } function get($url) { return $this->doRequest('GET', $url, 'NULL'); } function post($url, $vars) { return $this->doRequest('POST', $url, $vars); } } ?>



Aiuto per le ricerche:

0) Scegli l'area linguistica che ti interessa cliccando sla bandiera che la rappresenta;
1) Usa SOLO il form ricerca posto qui sopra;
2) Digita UN SOLO termine per volta e con la prima lettera in formato Maiuscolo;
3) Se cerchi una frase esatta on nome e cognome, digitali inserendo fra di essi il carattere "_" (senza spazi).
4) Se desideri navigare per aree tematiche nel resto di TerritorioScuola, scegli l'argomento che ti interessa da uno dei menù (TS Ae, TSODP, TSWIKIPEDIA) qui sopra sulla destra.