View Single Post
  #3  
Old 4th May 2009, 13:24
kyuky kyuky is offline
Member
 
Join Date: Apr 2009
P2P
Posts: 2
Default re
But this settings are made by the site when I check "Use xbtt as backend?"
I let the default settings to tracker options.

And I don't understand another part, configuring XBT, more exactly at this part:
insert into xbt_files (info_hash, mtime, ctime) values ('<info_hash>', unix_timestamp(), unix_timestamp()); // insert
update xbt_files set flags = 1 where info_hash = '<info_hash>'; // delete

I've been trying to insert this line to mysql on xbt database, but mysql says some erros!

Have some ideas?
Reply With Quote