Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   TBDev Music Mania Edition (http://www.bvlist.com/showthread.php?t=1812)

mat22 9th January 2010 18:36

TBDev Music Mania Problem
 
I have TBDev Music Mania Edition. When i finish editing .php files and enter tracker i get:
Code:

Parse error:  syntax error, unexpected T_STRING in /home2/mat22/public_html/include/conf.php on line 154
conf.php line 154 looks like this:
Code:

$SITENAME = "SkyLine Bittorrent Tracker";

What's the problem?

joeroberts 9th January 2010 18:37

You need to look at the line before that is where the error is if you can please show it

mat22 9th January 2010 18:39

Line 151-155
Code:

// Email for sender/return path.
$SITEEMAIL = "exdec@inbox.lv;

$SITENAME = "SkyLine Bittorrent Tracker";
$TITLE = "SkyLine Bt. Tracker";


joeroberts 9th January 2010 18:40

please change
Code:

$SITEEMAIL = "exdec@inbox.lv;
to
Code:

$SITEEMAIL = "exdec@inbox.lv";

PerformerXTR 19th January 2010 19:14

On the top i have this!!
Code:

Warning:  fopen() [function.fopen]: URL file-access is disabled in the server configuration in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 45

Warning:  fopen(http://xtremedots.xtreemhost.com/cac...newestuser.txt) [function.fopen]: failed to open stream: no suitable wrapper could be found in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 45

Warning:  fputs(): supplied argument is not a valid stream resource in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 46

Warning:  fclose(): supplied argument is not a valid stream resource in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 47

Warning:  fopen() [function.fopen]: URL file-access is disabled in the server configuration in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 93

Warning:  fopen(http://xtremedots.xtreemhost.com/cache/index/stats.txt) [function.fopen]: failed to open stream: no suitable wrapper could be found in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 93

Warning:  fwrite(): supplied argument is not a valid stream resource in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 94

Warning:  fclose(): supplied argument is not a valid stream resource in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 95

Warning:  fopen() [function.fopen]: URL file-access is disabled in the server configuration in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 122

Warning:  fopen(http://xtremedots.xtreemhost.com/cache/index/active.txt) [function.fopen]: failed to open stream: no suitable wrapper could be found in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 122

Warning:  fputs(): supplied argument is not a valid stream resource in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 123

Warning:  fclose(): supplied argument is not a valid stream resource in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 124

Above the tracker info i have:
Code:

Warning:  fopen() [function.fopen]: URL file-access is disabled in the server configuration in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 192

Warning:  fopen(http://xtremedots.xtreemhost.com/cache/index/news.txt) [function.fopen]: failed to open stream: no suitable wrapper could be found in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 192

Warning:  fputs(): supplied argument is not a valid stream resource in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 193

Warning:  fclose(): supplied argument is not a valid stream resource in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 194

Warning:  fopen() [function.fopen]: URL file-access is disabled in the server configuration in /home/vol1/xtreemhost.com/xth_4923301/htdocs/include/functions.php on line 1128

Warning:  fopen(http://xtremedots.xtreemhost.com/cache/index/bd.txt) [function.fopen]: failed to open stream: no suitable wrapper could be found in /home/vol1/xtreemhost.com/xth_4923301/htdocs/include/functions.php on line 1128

Warning:  fputs(): supplied argument is not a valid stream resource in /home/vol1/xtreemhost.com/xth_4923301/htdocs/include/functions.php on line 1130

Warning:  fclose(): supplied argument is not a valid stream resource in /home/vol1/xtreemhost.com/xth_4923301/htdocs/include/functions.php on line 1132

Under the tracker info i have:
Code:

Warning:  filemtime() [function.filemtime]: stat failed for http://xtremedots.xtreemhost.com/cache/index/stats.txt in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 266
Under the Statistics:
Code:

Warning:  fopen() [function.fopen]: URL file-access is disabled in the server configuration in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 325

Warning:  fopen(http://xtremedots.xtreemhost.com/cache/index/poll.txt) [function.fopen]: failed to open stream: no suitable wrapper could be found in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 325

Warning:  fputs(): supplied argument is not a valid stream resource in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 326

Warning:  fclose(): supplied argument is not a valid stream resource in /home/vol1/xtreemhost.com/xth_4923301/htdocs/index.php on line 327

What i've done wrong? :unknown:

mid 19th January 2010 19:31

change the host company and chmod your files

underx 23rd January 2010 17:04

I did everything right but this is what I got when I try to access the tracker:


http://i48.tinypic.com/2n87ztf.png

joeroberts 23rd January 2010 17:05

turn on short tags in php.ini

underx 23rd January 2010 17:32

I set short_open_tag = on and still having the same problem

raptalitu 24th February 2010 13:24

ip security
 
how to get rid of that ip security check


All times are GMT +2. The time now is 18:12.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.