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:

Napon 19th May 2016 22:25

Torrentstrike Fullymodded v1.0

no its not Fullymodded at all its old and no good

Timisoreanul 31st August 2016 03:38

1 Attachment(s)
Hello, heros1991

very easy to install.
Before you upload to server and install you have to make this in the torrentstrike folder. :
a) a folder with name : bitbucket
a another folder with name : torrents
b) you have to make file with name : config.php ( i have upload for you , note must be empty ).
copy the file config.php to folder include
also the same file config.php you have to upload to folder phpBB2
c) Upload all you changes and the files to server.
d) you have to change permissions :
Code:

- chmod 777 your bitbucket folder
  - chmod 777 your torrents folder
  - chmod 666 phpBB2/config.php
  - chmod 666 include/config.php
  - chmod 777 phpBB2/images/avatars (only neeeded if you want your users to send their own avatars)
  - chmod 666 info/stats.txt
  - chmod 666 your cache/staff.txt

e) go to your adress name ex: http://localhost ... and at the end add admincp.php. ..so it looks like this : http://localhost/admincp.php , from there enter your detalis... ( note the database name must have make it early ) and click Submit.. and start instalation .... Finish..
f) You be redirect to your site.. make a account , first account will be SYSOP .
g) to install phpbb2 forum , first make sure that in admincp.php the Activate PhpBB Forum is NOT checked.. now at your tracker url in firefox ,IE, opera ,chrome,etc, add this : phpBB2/install/install.php at the end of url , so like this: http://tracker.com/phpBB2/install/install.php , then follow the steps , delete the install and contrib folder in phpbb2, again go to admincp.php on Activate PhpBB Forum make sure is now checked ,click submit, relogin on phpbb2.php end you are done .

Thats it , you can get it wrong..
Good luck.

kilbilou 9th February 2017 18:40

Error in the description of the torrent
 
hi,

When we upload a torrent and we put the description when we validate the torrent the description of the torrent disappears and did not appear.

I have tried the error for many hours and reinstall a multiple recovery and always the same problem the description of the torrent is invisible.

Can you tell me the problem, thanks in advance

Timisoreanul 12th February 2017 01:47

Hello, sorry for late answer
a) the torrent is visible in the browse?
b) have you put just a simple word like " hello" and see if the description of torrent is visible
c) i think is must be some type of copy -paste errror.

guldhammer 12th September 2018 23:23

Quote:

Originally Posted by Timisoreanul (Post 47496)
Hello,
Code:

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

Really??
Good for YOU.

kilbilou 6th March 2019 14:34

error
 
hello, when I upload a torrent and I copy it pasted in the box of the description of the torrent the description of the torrent is not displayed and when I write manually the description description is taken into account and appears ??

can you tell me where the problem comes from because impossible to make a copy pasted of the description it is necessary to write the description manually so that this one appears :whistle:

Bump: Hello there is a problem with the kinon-cp theme the images are missing to display the forum as below so if a member could share them it would be nice and thank you in advance for your help :ok:

[IMG]https://i.goopics.net/800/siragi.png[/IMG]

Bump: Hello there is a problem with the kinon-cp theme the images are missing to display the forum as below so if a member could share them it would be nice and thank you in advance for your help :ok:

[IMG]https://i.goopics.net/800/siragi.png[/IMG]

Bump: Hello there is a problem with the kinon-cp theme the images are missing to display the forum as below so if a member could share them it would be nice and thank you in advance for your help :ok:

https://i.goopics.net/800/siragi.png

Bump: Hello there is a problem with the kinon-cp theme the images are missing to display the forum as below so if a member could share them it would be nice and thank you in advance for your help :ok:


https://i.goopics.net/800/siragi.png

Bump: Hello there is a problem with the kinon-cp theme the images are missing to display the forum as below so if a member could share them it would be nice and thank you in advance for your help :ok:


https://i.goopics.net/800/siragi.png

Bump: Hello there is a problem with the kinon-cp theme the images are missing to display the forum as below so if a member could share them it would be nice and thank you in advance for your help :ok:


https://i.goopics.net/800/siragi.png


All times are GMT +2. The time now is 14:29.

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