Thread: xBtiT v2.5.4
View Single Post
  #7  
Old 8th October 2010, 21:08
Petr1fied Petr1fied is offline
Senior Member
 
Join Date: Sep 2009
United Kingdom
Posts: 39
Default
Or you can do this:

open admin/admin.main.php and find this:
Code:
if(get_remote_file("http://www.btiteam.org"))
{
    $btit_url_rss="http://www.btiteam.org/smf/index.php?type=rss;action=.xml;board=83;sa=news";
    $btit_url_last="http://www.btiteam.org/last_version.txt";
}
Change to:
Code:
/*
if(get_remote_file("http://www.btiteam.org"))
{
    $btit_url_rss="http://www.btiteam.org/smf/index.php?type=rss;action=.xml;board=83;sa=news";
    $btit_url_last="http://www.btiteam.org/last_version.txt";
}
*/
Once btiteam.org is back up you can restore it to the way it was to get the news feed back.

The latest revisions use AJAX to get this information so it wouldn't stop the admin page loading as it does on r642.
Reply With Quote