Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   Torrentstrike Fullymodded v1.0 (http://www.bvlist.com/showthread.php?t=117)

b990rvn 12th June 2015 22:36

ok ... i will talk to them...

And the other problem ...when i tri to upload a torrent says " What the hell did you upload? This is not a bencoded file! "

firefly007 8th August 2015 20:05

Where are you hosting your site?

Could it possibly be shared hosting or even worse free hosting because Ive played around with Torrentstrike AKA modded Tbdev and ive never got this error before...

codreanuionut 15th September 2015 22:14

Hi guy's.. i want to install this tracker, but in include there is no config.php file.. so how i'm i supposed to do? When i access the page without any config.php i get to

http://localhost/$url

anyone can tell me where is the file that i should configure? pls..

Timisoreanul 15th September 2015 23:52

Hello,
Code:

localhost/admincp.php
there a so many answers out here.

Slocate 30th October 2015 15:05

After finish of all things in http://mydomain.com/admincp.php

Configuration Settings
sql/fullymodded.sql file successfully installed...

REMEMBER to install the forum after making your sysop account by just clicking the forum link at the top

Fullymodded Installation is finished now, you can click here to register a Sysop Account.

When i click on Sysop Account i go to signup page http://mydomain.com/signup.php but on signup page get this error:

http://imgsay.com/images/269307.png

$res = mysql_query("SELECT * FROM bans WHERE $nip >= first AND $nip <= last") or sqlerr(__FILE__, __LINE__);

Please, help me what i must to do...

kOni 30th October 2015 19:55

Quote:

Originally Posted by Scronler (Post 47782)
After finish of all things in http://mydomain.com/admincp.php

Configuration Settings
sql/fullymodded.sql file successfully installed...

REMEMBER to install the forum after making your sysop account by just clicking the forum link at the top

Fullymodded Installation is finished now, you can click here to register a Sysop Account.

When i click on Sysop Account i go to signup page http://mydomain.com/signup.php but on signup page get this error:

http://imgsay.com/images/269307.png

$res = mysql_query("SELECT * FROM bans WHERE $nip >= first AND $nip <= last") or sqlerr(__FILE__, __LINE__);

Please, help me what i must to do...



try this
PHP Code:

$res mysql_query("SELECT * FROM bans WHERE '$nip' >= first AND '$nip' <= last") or sqlerr(__FILE____LINE__); 


Slocate 30th October 2015 21:33

Quote:

Originally Posted by kOni (Post 47783)
try this
PHP Code:

$res mysql_query("SELECT * FROM bans WHERE '$nip' >= first AND '$nip' <= last") or sqlerr(__FILE____LINE__); 


Its works now! Thanks so much!


Another error when i click on userdetails

SQL Error

Table 'imgp2p_db.phpbb_posts' doesn't exist

Do u have idea how can fix it :(

kOni 31st October 2015 11:55

Quote:

Originally Posted by Slocate (Post 47784)
Its works now! Thanks so much!


Another error when i click on userdetails

SQL Error

Table 'imgp2p_db.phpbb_posts' doesn't exist

Do u have idea how can fix it :(



if you not going to install the phpbb forum...

change this
PHP Code:

$res mysql_query("SELECT COUNT(*) FROM phpbb_posts WHERE poster_id=" $poste_id) or sqlerr(); 

PHP Code:

$res mysql_query("SELECT username FROM phpbb_users WHERE username=" $user["id"]) or sqlerr(); 

to this
PHP Code:

$res mysql_query("SELECT COUNT(*) FROM posts WHERE poster_id=" $poste_id) or sqlerr(); 

PHP Code:

$res mysql_query("SELECT username FROM users WHERE username=" $user["id"]) or sqlerr(); 


Slocate 3rd February 2016 13:22

Ty

DND 3rd February 2016 13:24

i just don't get why people continue using outdated code with the newest PHP/Mysql builds.. obviously some code won't work anymore..:coffee:


All times are GMT +2. The time now is 16:07.

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