Thread: xBtiT v2.5.4
View Single Post
  #6  
Old 8th October 2010, 20:26
rohypnol rohypnol is offline
Member
 
Join Date: May 2010
P2P
Posts: 2
Default
This is happening,because Admin CP is connected to Btiteam site.The site is down and tracker can't load news from btiteam.org.You have to wait much longer.Another option is to change few lines in admin/admin.main.php

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";
Try to change URL with whatever you want.This works for me.
Reply With Quote
The Following User Says Thank You to rohypnol For This Useful Post:
Daz (31st October 2010)