Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Yuna Scatari Edition (YSE)
Reply
  #1  
Old 25th April 2011, 01:13
Milos1987 Milos1987 is offline
Member
 
Join Date: Jun 2010
Switzerland
Posts: 6
Default Deprecated: Function ereg
First sorry for my bad English .....

I get this error
Code:
Deprecated: Function ereg () is deprecated in 
C: \ xampp \ htdocs \ include \ baseapi.php on line 123
I use xampp
Thanks

Code:
line 123                            if (!ereg("[.]", $file) && is_theme($file)) {
Reply With Quote
  #2  
Old 25th April 2011, 01:26
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
PHP 5.3 version too high for YSE, use a lower version of PHP like 5.2

1. open [xampp dir]/etc/php.ini
2. change
Code:
error_reporting = E_ALL | E_STRICT
to this:
Code:
error_reporting = E_ALL & ~E_DEPRECATED
3. restart xampp
Reply With Quote
  #3  
Old 25th April 2011, 01:35
Milos1987 Milos1987 is offline
Member
 
Join Date: Jun 2010
Switzerland
Posts: 6
Default
Thanks for your reply
I did so but again the same
Reply With Quote
  #4  
Old 25th April 2011, 11:26
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
change that line to
PHP Code:
if (!preg_match("/^[.]/"$file) && is_theme($file)) { 
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #5  
Old 25th April 2011, 21:20
Milos1987 Milos1987 is offline
Member
 
Join Date: Jun 2010
Switzerland
Posts: 6
Default Thank
Thank you very much now works great
Reply With Quote
  #6  
Old 17th June 2011, 00:06
urliks urliks is offline
Senior Member
 
Join Date: May 2011
Latvia
Posts: 32
Default new
new BT tracker http://www.evilfile.info
Reply With Quote
Reply

Tags
deprecated , ereg , function

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



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