diff --git a/mssti_abbc3/root/includes/abbcode.php b/mssti_abbc3/root/includes/abbcode.php index 6726873..d504516 100644 --- a/mssti_abbc3/root/includes/abbcode.php +++ b/mssti_abbc3/root/includes/abbcode.php @@ -1958,14 +1958,14 @@ function video_init() 'image' => 'filefront.gif', 'example' => "http://www.filefront.com/14284133/Batman-Arkham-Asylum-Gadgets-Trailer/", 'match' => "#http://www.filefront.com/(.*?)/([^[]*)?#si", - 'replace' => "external", + 'replace' => 'external', ), 'deviantart.com' => array( 'id' => 113, 'image' => 'deviantart.gif', 'example' => "http://bossk.deviantart.com/art/COLLEGE-FRIES-trailer-106469587", 'match' => "#http://(.*?).deviantart.com/([^[]*)?#si", - 'replace' => "external", + 'replace' => 'external', ), 'wat.tv' => array( 'id' => 114, diff --git a/mssti_abbc3/root/includes/acp/acp_abbcodes.php b/mssti_abbc3/root/includes/acp/acp_abbcodes.php index 06734a7..b3328a1 100755 --- a/mssti_abbc3/root/includes/acp/acp_abbcodes.php +++ b/mssti_abbc3/root/includes/acp/acp_abbcodes.php @@ -691,7 +691,7 @@ function abbc3_version_compare($current_version = '', $version_up_to_date = true $errstr = ''; $errno = 0; - $info = get_remote_file('www.mssti.com', '/phpbb3/store/updatecheck', 'abbc3.txt', $errstr, $errno); + $info = get_remote_file('www.orca-music.com', '/software', 'abbc3.txt', $errstr, $errno); if ($info === false) { $template->assign_var('S_VERSIONCHECK_FAIL', true);