Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > xBTiT
Reply
  #51  
Old 11th May 2012, 06:06
LeeHowarth LeeHowarth is offline
TT
 
Join Date: Nov 2008
Posts: 100
Default
Or you can just fix the bugs by opening the files and replacing

&= to =
Reply With Quote
  #52  
Old 26th September 2012, 17:35
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Default Error
Hello guys,
I've got an error after installing xbtit.
Code:
Strict Standards:  date() [function.date]:  It is not safe to rely on the system's timezone settings. Please use  the date.timezone setting, the TZ environment variable or the  date_default_timezone_set() function. In case you used any of those  methods and you are still getting this warning, you most likely  misspelled the timezone identifier. We selected 'Europe/Helsinki' for  'EEST/3.0/DST' instead in /home/hosting/xxxx/xxx.org/include/functions.php on line 45

Warning:  ini_set() [function.ini-set]: Unable to access /full/path/to/the/web/root/include/logs/xbtit-errors_26.09.12_.log in /home/hosting/xxx/xxxx.org/include/functions.php on line 47
Can someone help me?

Click the image to open in full size.


And now I got this error after uploading a torrent:

Code:
Strict Standards:  date() [function.date]:  It is not safe to rely on the system's timezone settings. Please use  the date.timezone setting, the TZ environment variable or the  date_default_timezone_set() function. In case you used any of those  methods and you are still getting this warning, you most likely  misspelled the timezone identifier. We selected 'Europe/Helsinki' for  'EEST/3.0/DST' instead in /home/hosting/xxxxxx.org/include/functions.php on line 45

Warning:  ini_set() [function.ini-set]: Unable to access /full/path/to/the/web/root/include/logs/xbtit-errors_26.09.12_.log in /home/hosting/xxxxxx.org/include/functions.php on line 47

Strict Standards:  Non-static method lightbenc::bdecode() should not be called statically, assuming $this from incompatible context in /home/hosting/xxxxxxx.org/include/phpscraper/httptscraper.php on line 77

Strict Standards:  Non-static method lightbenc::bdecode() should not be called statically, assuming $this from incompatible context in /home/hosting/xxxxxxx.org/include/phpscraper/lightbenc.php on line 81

Strict Standards:  Non-static method lightbenc::bdecode() should not be called statically, assuming $this from incompatible context in /home/hosting/xxxxxx.org/include/phpscraper/lightbenc.php on line 82

Strict Standards:  Non-static method lightbenc::bdecode() should not be called statically, assuming $this from incompatible context in /home/hosting/xxxxxx.org/include/phpscraper/lightbenc.php on line 81

Strict Standards:  Non-static method lightbenc::bdecode() should not be called statically, assuming $this from incompatible context in /home/hosting/xxxxxxxx.org/include/phpscraper/lightbenc.php on line 82

Strict Standards:  Non-static method lightbenc::bdecode() should not be called statically, assuming $this from incompatible context in /home/hosting/xxxxxxx.org/include/phpscraper/lightbenc.php on line 81

Strict Standards:  Non-static method lightbenc::bdecode() should not be called statically, assuming $this from incompatible context in /home/hosting/xxxxxxx.org/include/phpscraper/lightbenc.php on line 82

Strict Standards:  Non-static method lightbenc::bdecode() should not be called statically, assuming $this from incompatible context in /home/hosting/xxxxxx.org/include/phpscraper/lightbenc.php on line 81

Strict Standards:  Non-static method lightbenc::bdecode() should not be called statically, assuming $this from incompatible context in /home/hosting/xxxxx.org/include/phpscraper/lightbenc.php on line 82

Strict Standards:  Non-static method lightbenc::bdecode() should not be called statically, assuming $this from incompatible context in /home/hosting/xxxxx.org/include/phpscraper/lightbenc.php on line 81

Strict Standards:  Non-static method lightbenc::bdecode() should not be called statically, assuming $this from incompatible context in /home/hosting/xxxx.org/include/phpscraper/lightbenc.php on line 82 


Click the image to open in full size.
__________________
* Ubuntu Linux User since 2009 *

Last edited by DooM; 26th September 2012 at 17:47.
Reply With Quote
  #53  
Old 26th September 2012, 17:45
Petr1fied Petr1fied is offline
Senior Member
 
Join Date: Sep 2009
United Kingdom
Posts: 39
Default
Maybe you could have helped yourself if you had read the previous posts in this very thread.

http://www.bvlist.com/32664-post34.html
Reply With Quote
  #54  
Old 26th September 2012, 17:54
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Default
I can't access php.ini because my webhost doesn't allow me to do that. Its there other option to turn that error off?
__________________
* Ubuntu Linux User since 2009 *
Reply With Quote
  #55  
Old 26th September 2012, 18:18
Petr1fied Petr1fied is offline
Senior Member
 
Join Date: Sep 2009
United Kingdom
Posts: 39
Default
OK for starters you're getting errors relating to the error log not being writeable so you need to sort that out. Go to Admin Panel --> PHP Error Log and set an actual folder then make sure that folder is writeable.

As for alternatives for editing php.ini you can try using ini_set in include/functions.php just add this line near the top of the file:

PHP Code:
ini_set("date.timezone""YourTimezoneHere"); 
Replace YourTimezoneHere with an appropriate timezone from here.
Reply With Quote
  #56  
Old 26th September 2012, 18:25
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Default
And for the errors from the second post? What's the solution?
__________________
* Ubuntu Linux User since 2009 *
Reply With Quote
  #57  
Old 26th September 2012, 18:29
Petr1fied Petr1fied is offline
Senior Member
 
Join Date: Sep 2009
United Kingdom
Posts: 39
Default
Get a better host.

Just disable displaying of error messages. Strict Standards, Warning, Notice & Depriciated errors have no place on a production site. If you're not a developer and it's not a fatal error you don't need to know about it.

ini_set("display_errors", 0);

Your errors will be logged anyway.
Reply With Quote
  #58  
Old 2nd October 2012, 16:41
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Default
Thanks... That works great!
__________________
* Ubuntu Linux User since 2009 *
Reply With Quote
  #59  
Old 21st October 2012, 19:56
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Thumbs up [ADON] RADIO XBIT FM
RADIO XBIT FM VERY NEW ITS IN THERE PAY DOWNLOAD ON XBIT SITE but ill post it here for free as well the pay per themes too in a few days time
Reply With Quote
  #60  
Old 23rd October 2012, 17:38
Petr1fied Petr1fied is offline
Senior Member
 
Join Date: Sep 2009
United Kingdom
Posts: 39
Default
"RADIO XBTIT FM", Maybe i should tune in.
Reply With Quote
Reply

Tags
748 , 755 , 756 , btit , rev , revision , torrents tracker , v2 , v23 , xbtit

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SZ Edition v0.3.5 revision 337 Fynnon SZ Edition 70 21st January 2020 10:10
TBDev 2010 revision 464 Fynnon TBDev 92 16th February 2019 14:21
YSE 2.x Ashur Yuna Scatari Edition (YSE) 19 4th February 2015 23:57
Download: Gazelle RC2 rev. 11440 Fynnon Gazelle 31 6th September 2014 07:12
TorrentPier 0.3.5 Revision 763 Karlson Community Cafe 1 19th January 2008 17:00



All times are GMT +2. The time now is 13:51. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.