0 Members and 1 Guest are viewing this topic.
$search_string=$_GET['title'];$sss=array("http://www.serebella.com/cyclo_script/article.php?title=",$search_string);$ssss=implode('',$sss);if($search_string=="")$ssss="http://www.serebella.com/cyclo_script/topics.html";$file = fopen ($ssss, "r");if (!$file) { echo "<p>Unable to open remote file.\n"; exit;}$html_code="";while (!feof ($file)) { $line = fgets ($file, 1024); $array = array($html_code, $line); $html_code = implode(' ', $array); }fclose($file);print $html_code;
<!!!! You may customize until the next horizontal line///////////////////!><?phprequire("/home/stormlrd/public_html/RC2/SSI.php");global $context, $settings, $options, $txt;echo ' <link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/style.css?rc2" /> <link rel="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/print.css?rc2" media="print" />'; echo' <table cellspacing="0" cellpadding="0" border="0" align="center" width="95%" class="tborder"> ';echo' <tr class="windowbg2"> <td valign="middle" align="center" class="catbg" style="border-width: 1px 0 0 0; font-size: smaller;">'; ssi_menubar(); echo '</td></tr><tr class="windowbg"><td valign="middle" align="left" class="windowbg" style="border-width: 1px 0 0 0; font-size: smaller; padding: 10px 10px 10px 10px;">'; ?><!///////////////////////// leave this alone/////////////////////////////////!>
<!///////////////////////// begin customizing again /////////////!><?echo '</td></tr></table>'; echo ' <br />';?>
Fatal error: (null)(): Failed opening required '/public_html/smf/SSI.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/americas/public_html/smf/Sources/Load.php(1608) : eval()'d code(34) : eval()'d code on line 1