Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: version_check.php 4092 2008-08-10 03:03:04Z Tikitiki $
| * $Id: version_check.php 5154 2010-07-31 09:11:51Z RyanGordon $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 51 | Zeile 51 |
---|
);
require_once MYBB_ROOT."inc/class_xml.php";
|
);
require_once MYBB_ROOT."inc/class_xml.php";
|
$contents = fetch_remote_file("http://mybboard.net/version_check.php");
| $contents = fetch_remote_file("http://www.mybb.com/version_check.php");
|
if(!$contents) { $page->output_inline_error($lang->error_communication);
| if(!$contents) { $page->output_inline_error($lang->error_communication);
|
Zeile 93 | Zeile 93 |
---|
require_once MYBB_ROOT."inc/class_feedparser.php"; $feed_parser = new FeedParser();
|
require_once MYBB_ROOT."inc/class_feedparser.php"; $feed_parser = new FeedParser();
|
$feed_parser->parse_feed("http://www.mybboard.net/latest_news.php");
| $feed_parser->parse_feed("http://feeds.feedburner.com/MyBBDevelopmentBlog");
|
$table = new Table; $table->construct_header($lang->your_version);
| $table = new Table; $table->construct_header($lang->your_version);
|