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)

wMan 10th October 2008 21:20

well fullymodded as a installer with admincp panel

kp380lv 10th October 2008 21:21

this source is very difficulty setup for me :D

wMan 10th October 2008 22:01

simple http://www.yoursite/install.php
go to admincp fill in all details dont do forums at first then a config.php
should be there delete them folders that as been told in setup text and bingo you have a site

kp380lv 11th October 2008 00:09

I have XAM folder as subfolder!

http://lockheed.sytes.net/xam/install.php does not work!!!

Dragan3591 11th October 2008 00:11

Try http://lockheed.sytes.net/xam/install/install.php
I dunno, if that doesn't work delete and reupload and try again

EDIT: I just remembered. Check if there is cgi file in that folder, if there is one delete it and try again

kp380lv 11th October 2008 00:47

Not working! :(

Dragan3591 11th October 2008 09:46

Did you delete cgi file?

kp380lv 11th October 2008 09:52

but there is no cgi in that torrenstrike folder! I mnot a n00b bu this is first time when i try use torrenstrike :D

wMan 11th October 2008 12:52

with fully modded there is a text file read it,after install you delete 2 folders
then carry on

moldyq 11th October 2008 16:47

What about the No input file specified. error when downloading a torrent ?

wMan 11th October 2008 17:26

add tracker file,info,description,type,click do it

kp380lv 11th October 2008 18:48

This source is safer than Yuna PRE 7 by BoLaMn?

wMan 11th October 2008 18:54

certainly is

kp380lv 11th October 2008 19:02

Then this source is better than Yuna PRE 7 by BolAmN if I understand correctly?! :)

wMan 11th October 2008 19:35

well works better than yunas

moldyq 12th October 2008 12:09

Quote:

Originally Posted by clocktower (Post 5094)
add tracker file,info,description,type,click do it

I have done all but still the No input file specifiede comes
Ideas please ?

wMan 12th October 2008 12:17

you need to add some code in your htaccsess file

It's simply a matter of putting an .htaccess file in our base dir with the following lines:

Code:

RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule ^.+\.php$ /bogusfile


moldyq 12th October 2008 19:06

Quote:

Originally Posted by clocktower (Post 5137)
you need to add some code in your htaccsess file

It's simply a matter of putting an .htaccess file in our base dir with the following lines:

Code:

RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule ^.+\.php$ /bogusfile




I have done this already it prints me that the /bogus cannot be found

wMan 12th October 2008 19:08

no idea gotta be ur end ive never ever had a problem uploading with any source hope you get a fix

kp380lv 14th October 2008 13:44

Go to the torrentstrike forum:) If it's exists;)

johnake 14th October 2008 15:52

Quote:

Originally Posted by moldyq (Post 5159)
I have done this already it prints me that the /bogus cannot be found

Do you have mod_rewrite enabled in httpd.conf?

If not search for this line in httpd.conf:

Code:

#LoadModule rewrite_module modules/mod_rewrite.so
and replace it with:
Code:

LoadModule rewrite_module modules/mod_rewrite.so
or delete the #

And then restart apache server and it should work!

TheArcadeMaster 16th October 2008 15:36

style install
 
how do i install this style XD Redzone into the database thx for any help

wMan 16th October 2008 15:39

Code:

CREATE TABLE IF NOT EXISTS `stylesheets` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `uri` varchar(255) collate latin1_general_ci NOT NULL default '',
  `name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `phpbb_style` varchar(30) collate latin1_general_ci default 'default_phpbb_style',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=4 ;



Code:

INSERT INTO `stylesheets` (`id`, `uri`, `name`, `phpbb_style`) VALUES
(1, 'ICGstation', 'ICGstation theme', 'default_phpbb_style'),
(2, 'default', '(default)', 'default_phpbb_style'),
(3, 'XD Redzone', 'XD Redzone', 'default_phpbb_style');


TheArcadeMaster 17th October 2008 20:36

problems with forum
 
i installed the forum and all went will exept now i have these errors or warnings

Code:

Warning: Cannot modify header information - headers already sent by (output started at /home/arcadega/public_html/master/themes/ICGstation/stdhead.php:65) in /home/arcadega/public_html/master/phpBB2/includes/sessions.php on line 377

Warning: Cannot modify header information - headers already sent by (output started at /home/arcadega/public_html/master/themes/ICGstation/stdhead.php:65) in /home/arcadega/public_html/master/phpBB2/includes/sessions.php on line 378

Warning: Cannot modify header information - headers already sent by (output started at /home/arcadega/public_html/master/themes/ICGstation/stdhead.php:65) in /home/arcadega/public_html/master/phpBB2/includes/page_header.php on line 488

Warning: Cannot modify header information - headers already sent by (output started at /home/arcadega/public_html/master/themes/ICGstation/stdhead.php:65) in /home/arcadega/public_html/master/phpBB2/includes/page_header.php on line 494

Warning: Cannot modify header information - headers already sent by (output started at /home/arcadega/public_html/master/themes/ICGstation/stdhead.php:65) in /home/arcadega/public_html/master/phpBB2/includes/page_header.php on line 495

anybody know how to fix this plz help

johnake 17th October 2008 22:58

Quote:

Originally Posted by TheArcadeMaster (Post 5484)
i installed the forum and all went will exept now i have these errors or warnings

Code:

Warning: Cannot modify header information - headers already sent by (output started at /home/arcadega/public_html/master/themes/ICGstation/stdhead.php:65) in /home/arcadega/public_html/master/phpBB2/includes/sessions.php on line 377

Warning: Cannot modify header information - headers already sent by (output started at /home/arcadega/public_html/master/themes/ICGstation/stdhead.php:65) in /home/arcadega/public_html/master/phpBB2/includes/sessions.php on line 378

Warning: Cannot modify header information - headers already sent by (output started at /home/arcadega/public_html/master/themes/ICGstation/stdhead.php:65) in /home/arcadega/public_html/master/phpBB2/includes/page_header.php on line 488

Warning: Cannot modify header information - headers already sent by (output started at /home/arcadega/public_html/master/themes/ICGstation/stdhead.php:65) in /home/arcadega/public_html/master/phpBB2/includes/page_header.php on line 494

Warning: Cannot modify header information - headers already sent by (output started at /home/arcadega/public_html/master/themes/ICGstation/stdhead.php:65) in /home/arcadega/public_html/master/phpBB2/includes/page_header.php on line 495

anybody know how to fix this plz help

On a production server, it is always recommended that you have the following settings in php.ini:
Code:

log_errors On
display_errors Off
error_log path/to/error/directory

This disables the output of warnings and php error messages and logs them into a file.

As for debugging the problem in cause:
1) Find the header() statement that is causing the problem. The error must be at or before this line.

2) Look for any statements that could send output to the user before this header statement. If you find one or more, find some way to move the header statement before them. Complex conditional statements may complicate the issue, but they may also help solve the problem. Consider a conditional expression at the top of the PHP script that determines the header value as early as possible and sets it there.


3) Make sure there is no white space outside of the php start and end tags. While a blank line before the start tag may look innocent, when processed by PHP, it will turn into an echo statement printing out a blank line. This is a common mistake.



Robz 22nd October 2008 22:25

PROBLEMS!!!!!!!!


i know how the system works, the only thing thats wrong, is that i cant download from anyone who is seeding. In Azureus, it says i have 0 seeders, but infact i have 1. (My cousin). And vice versa for him. Thats the problem :(

Can someone help me with that? How do i get it to work?

sammygo 27th October 2008 20:57

Hmmm
 
I wanna demo :))

Fynnon 27th October 2008 23:10

Quote:

Originally Posted by ionutzsami (Post 5974)
I wanna demo :))

I got the DEMO for this source up and running!
See the first post for the link to it ... :tease:

No DEMO ACCOUNT --> you have to signup !

patz 2nd November 2008 23:26

i have some problems with free host someone help me ?

Link ==> GO <==

Code:

Warning: fopen(cache/index/newestuser.txt) [function.fopen]: failed to open stream: Permission denied in /home/www/free/pluto.ro/x-fusion.pluto.ro/index.php on line 130

Warning: fputs(): supplied argument is not a valid stream resource in /home/www/free/pluto.ro/x-fusion.pluto.ro/index.php on line 131

Warning: fclose(): supplied argument is not a valid stream resource in /home/www/free/pluto.ro/x-fusion.pluto.ro/index.php on line 132

Warning: fopen(cache/index/stats.txt) [function.fopen]: failed to open stream: Permission denied in /home/www/free/pluto.ro/x-fusion.pluto.ro/index.php on line 181

Warning: fwrite(): supplied argument is not a valid stream resource in /home/www/free/pluto.ro/x-fusion.pluto.ro/index.php on line 182

Warning: fclose(): supplied argument is not a valid stream resource in /home/www/free/pluto.ro/x-fusion.pluto.ro/index.php on line 183

:sos:

KM4 2nd November 2008 23:57

check te permissions...chmod the files and folders as described in the readme file

pspmaster 4th November 2008 02:17

pls help me someone
 
i did everything i installed Torrentstrike Fullymodded v1.0 corectly and now,
sql/fullymodded.sql file successfully installed...

REMEMBERto 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 i press sysop account is white page what can i do now pls some one help me thnk u and sorry for my english:(



And i tried to delete httacces but nothing its white page :( its the same

zappu 15th November 2008 09:30

Guys and you made updates at this script, please also make update to the .rar file. Thanks.

DaRk452 30th November 2008 12:26

Hi, I'm helping a friend with his tracker, I think that the source of his tracker is TBDEV I don't know what version ( it was modded for someone else), the things is that I want to install torrentstrike on my server and import the db, I already tested this on my machine, and it works (the tables are almost the same), BUT I have a problem with the users, the password change or something I can't log in, it says wrong password or wrong username, I try to recover but I get a message "Unable to send mail. Please contact an administrator about this error" . I read that I need a mail server (configure a SMTP server ) , but I have no idea how to do that, can somebody help me? please :sorry:

Sorry for my english.

carlitp 11th December 2008 05:09

Can`t download the torrent
 
Hey guys i`v installed torrent strike couples of time but every time i get the same error .. error 403 page not found any help? sorry for my bad english
sorry i`v forgot to tell i get error 403 wen` i try to download the torrent

martzy 21st December 2008 15:07

Code:

[2005] dbconn: mysql_connect: Unknown MySQL server host 'hostname' (11001).
Is my error. Rezolve? Wait reasons.

Fynnon 21st December 2008 15:51

Quote:

Originally Posted by martzy (Post 7581)
Code:

[2005] dbconn: mysql_connect: Unknown MySQL server host 'hostname' (11001).
Is my error. Rezolve? Wait reasons.

I think you should replace hostname with localhost in config file!

Look for file db.php and check the data in there

And try changing localhost to 127.0.0.1 or the computer's real IP

Mystic 3rd January 2009 10:49

Help with login
 
Hi

i've got a problem after creating a sysop account i got the following problem.
================================================== ================================================== ============
Sysop Account successfully activated!

Your account has been activated! However, it appears that you could not be logged in automatically. A possible reason is that you disabled cookies in your browser. You have to enable cookies to use your account. Please do that and then log in and try again.

================================================== ================================================== ============

If have checked the cookies, thats enabled - tried on my notebook -same problem ( both never had cookie troubles)

Even when i try to login manualy its not working :(

In DB the account for SysOp is created.

Try'd it for a few days to get this working but now after :wallbash: my head feels like a brickwall it selfs.

Pls Help

Grtz Mystic
PS Sorry for my Bad English -> i'm just a dutch NooB

KiD 3rd January 2009 10:52

have you checked in the user-db that your account is activated? and not "pedding"

Mystic 3rd January 2009 12:27

Its confirmed

El1t3 25th January 2009 22:41

thanks
 
nice


All times are GMT +2. The time now is 05:34.

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