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)

sammygo 29th January 2009 10:24

Fynnon or some1
 
Please :)) Put correct link at MIDNIGHT theme :)) i can't download !

Savvas 3rd February 2009 02:19

Hello,
When i click the button "phpbb not installed: INSTALL NOW" it goes at /phpbb2/install/install.php and it says:

Quote:

Forbidden

You don't have permission to access /phpBB2/install/install.php on this server.
I have change the permissions, but still the same, any ideas?

PS: sorry for my english :)

hack346 7th February 2009 21:20

Quote:

Originally Posted by Savvas (Post 8718)
Hello,
When i click the button "phpbb not installed: INSTALL NOW" it goes at /phpbb2/install/install.php and it says:



I have change the permissions, but still the same, any ideas?

PS: sorry for my english :)


try to remove .htaccess files

xionz 8th February 2009 17:31

DOwnload problem
 
Hello ,

Just installed it and everything works fine but , i can't download the things that i am uploading . Not me or anybody .
I am conectable just checked it in Utorrents .And i still apear zero seed . On utorrent and on page too

wMan 8th February 2009 17:45

so what does it say or show xionz :coffee:

xionz 8th February 2009 18:14

issue
 
The torrent I uploaded appears as dead ( even though it should be active, because I'm seeding it, theoretically. ) . I went to Browse page, pressed Go, with the "including dead" and the torrent appears. When I click on the file title ( details.php?id=5&hit=1 ) I get this :
Any idea why ?

Bump: so i upload torrent . Automat torrent goes dead .

In utorrent i am seeding and i have 0 seeders 0 leeachers.

Tracker doesn't recognise seeders when i click name of torrent on site .
filip_alexander@yahoo.com please add me and we can talk

thereal 8th April 2009 09:52

upload error
 
Hi,
when I try to upload it gives me the message:
Code:

Upload failed!

 invalid announce url! must be http://www.myaddress.com/announce.php


were www. myaddress. com is the address of my site what should I do?
regards

raefor 8th April 2009 19:05

Quote:

Originally Posted by thereal (Post 10620)
Hi,
when I try to upload it gives me the message:
Code:

Upload failed!

 invalid announce url! must be http://www.myaddress.com/announce.php

were www. myaddress. com is the address of my site what should I do?
regards

in folder included, config look for // Announce urls

Code:

$announce_urls[] "http://www.myaddress.com/announce.php";

thereal 9th April 2009 08:43

help with error, http error and invalid passkey
 
1 Attachment(s)
@ Raefor THANKS!
BUT now, I uploaded a torrent, and it became dead and I checked utorrent
and 2 errors were there, first: HTTP error and the 2nd invalid passkey, i refreshed the passkey and and updated the tracker and it was working ,except for the HTTP error 404

what should I do?

Attachment 1214

raefor 9th April 2009 13:00

Quote:

Originally Posted by thereal (Post 10651)
@ Raefor THANKS!
BUT now, I uploaded a torrent, and it became dead and I checked utorrent
and 2 errors were there, first: HTTP error and the 2nd invalid passkey, i refreshed the passkey and and updated the tracker and it was working ,except for the HTTP error 404
what should I do?

Have you chomded the torrent folder to 777 ?
or try and re upload the torrent?

thereal 9th April 2009 14:40

Quote:

Originally Posted by raefor (Post 10659)
Have you chomded the torrent folder to 777 ?
or try and re upload the torrent?

yeah i did, different torrents also, but same HTTP error and the passkey
, maybe something in tracker.php that is wrong`?

and I noticed that the site isn't sending any Email Confirmation, ?

bute 7th May 2009 18:09

I am testing this but i found a problem, and maybe me who dont do the right things.

You say in first topic than we can use BBcode in comments, news, upload ... but i try to do some tags for test like and in the descriction of uploading and he dont respect it.

Other think is if this version have the option to create the torrent as freeleech and how we do it.

Anyway you or anybody can help me.
Thanks in advance

razvaneluu 11th May 2009 20:52

1 Attachment(s)
wait time ? How to remove wait time :-?

Attachment 1322

Krypto 11th May 2009 21:12

The wait time is located in 3 files

announce.php
details.php
\include\bittorrent.php

Just change the values to 0

Search for something like

Code:

$wait = 0;
        if ($CURUSER["class"] < UC_VIP)
        {
            $gigs = $CURUSER["uploaded"] / (1024*1024*1024);
            $ratio = (($CURUSER["downloaded"] > 0) ? ($CURUSER["uploaded"] / $CURUSER["downloaded"]) : 0);
            if ($ratio < 0.5 || $gigs < 5) $wait = 0;
            elseif ($ratio < 0.65 || $gigs < 6.5) $wait = 0;
            elseif ($ratio < 0.8 || $gigs < 8) $wait = 0;
            elseif ($ratio < 0.95 || $gigs < 9.5) $wait = 0;
            else $wait = 0;
            $elapsed = floor((gmtime() - strtotime($row["added"])) / 3600);
            if ($elapsed < $wait)
                $wait = number_format($wait - $elapsed);

        }

and then change the $wait values to zero in the files that I mentioned.

DarkK1d 25th June 2009 18:41

Great work creator! :muscle::drink:

goood 15th July 2009 01:36

hi
 
erors
Code:

SQL Error

 Table 'torrentz_mada.phpbb_posts' doesn't exist



????????

Timisoreanul 15th July 2009 02:12

Quote:

Originally Posted by goood (Post 13376)
erors
Code:

SQL Error

 Table 'torrentz_mada.phpbb_posts' doesn't exist



????????

You need to install phpbb2 >> read this, first part >>> http://bvlist.com/torrent-strike/181....html#post8219

Night_Owl 17th July 2009 09:56

seed boxes
 
hello all i like the source it looks nice and all im having a small issue though i added the passkey in it works upload and download but were tryin to figure out why its not allowin seed boxes any ideas would be apreisated great work btw on the source :relax:

Krypto 17th July 2009 21:13

replace this in announce


PHP Code:

$rz mysql_query("SELECT id, uploaded, downloaded, class, parked FROM users WHERE ip='$ip' AND enabled = 'yes' ". (ENA_PASSKEY "AND passkey=$passkey ":''). "ORDER BY last_access DESC LIMIT 1") or err("Tracker error 2");
    if (
$MEMBERSONLY && mysql_num_rows($rz) == 0)
        
err("Unrecognized host ($ip). Please go to $BASEURL to sign-up or login.");
    
$az mysql_fetch_assoc($rz);
    
$userid $az["id"]; 

to this works now


PHP Code:

 $rz mysql_query("SELECT id, uploaded, downloaded, class, parked FROM users WHERE enabled = 'yes' ". (ENA_PASSKEY "AND passkey=$passkey ":''). "ORDER BY last_access DESC LIMIT 1") or err("Tracker error 2");
//    if ($MEMBERSONLY && mysql_num_rows($rz) == 0)
//        err("Unrecognized host ($ip). Please go to $BASEURL to sign-up or login.");
    
$az mysql_fetch_assoc($rz);
    
$userid $az["id"]; 

if useint utorrent webui


PHP Code:

elseif (preg_match("/^utorrent webui (.+)$/"$httpagent$matches))
      return 
"utorrent webui/$matches[1]";
   else 

add above in details

Night_Owl 18th July 2009 08:54

thank you :)
 
just wanted to say thank you krypto :drink:

Bump: this is the error they get when tryin to add torrent to a seed box :/ not sure what would cause this Failure: Tracker Error 2 again



fixed now it was in the sql db something to do with the passkey system :) thanks for the help on the other part that helped out alot to with the error

b366alive 28th July 2009 18:37

Thanks
 
Just like to say thanks, I'm working on integrating IPB with this, and will report back if I can get it pulled off.
Any tips or tricks, I would be grateful to here.

Peace...........

Dangerell 30th July 2009 08:20

Thanks! I'll test it out! :ok:

tomys 31st July 2009 13:38

Site is down for maintenance, please check back again later... thanks

i can do anything!?
I want know how to install i go to localhost ii see only
Site is down for maintenance, please check back again later... thanks

raefor 31st July 2009 15:59

Quote:

Originally Posted by tomys (Post 13920)
Site is down for maintenance, please check back again later... thanks

i can do anything!?
I want know how to install i go to localhost ii see only
Site is down for maintenance, please check back again later... thanks

PHP Code:

#################################################
###             TorrentStrike V0.4              #
###              April 16th 2006                #
###            www.torrentstrike.com            #
#################################################


This Release (V0.4contains:

The last TBDev portal taken from CVS (April 15th 2006)
Phpbb 2.0.20 with user and graphical integration for TBDev
ICGstation template for phpbb
A little sample avatar gallery for phpbb
Graphical theme system for TBDev
ICGstation theme for TBDev
- Default theme for TBDev
A lot of added hack.
A lot of bugfixes.


#########################################
    
Fixed bugs from V0.1
#########################################


BugID#4 Spacer.gif problems when not installed on localhost
BugID#5 Smilies don't displayed in phpbb admin panel
BugID#6 Hardcoded html removed from TBDev (It's only 50% done for now...)
BugID#9 Installation of phpbb failed when installed from xampp 1.5.1 on windows


#########################################
    
News Fixed bugs from V0.2
#########################################


BugID#2  phpbb installation improved (not finished)
BugID#19 Html signup page fixed (submited by devin)
BugID#20 Better comments display (submited by devin)
BugID#12 Cleanup code is now bug free. (old forum auto pruning removed, submitted by devin)
BugID#15 Broken Dox link removed.
BugID#30 Countries definitions are missing in countries.sql
BugID#16 Local link (broken) in forum
BugID#18 Picture missing in ICGStation theme
BugID#24 Cleanup.php always deletes pending users
BugID#10 Pending users are not removed from phpbb


#########################################
    
News Fixed bugs from V0.3
#########################################

BugID#57  SQL injection bug, in bittorrent.php, via validip()
BugID#31  Statistics on main page are broken
BugID#32  Installation in subfolder
BugID#35  Update to latest TBDev Code
BugID#37  phpbb viewtopic new post link broken
BugID#40  Upgrade from V0.3 to V0.4
BugID#41  No seeders reported in Homepage stats
BugID#45  Reactivate Auto Cleanup Code
BugID#53  Fix the auto deleting PMs
BugID#54  cache in not working in staff.php
BugID#59  phpbb "new topic" and "post reply" wrong link for guest users
BugID#61  Mass email bug
BugID#65  Ban IP hack is not banning anyone !
BugID#66  Check if begin_block is used in every TS files
BugID#67  phpbb 2.0.19 SQL Error : 1054

#########################################
    
News Features from V0.3
#########################################

Feature ID#6    Validate TBDev code as XHTML compliant
Feature ID#33   Validate ICGStation theme as XHTML compliant
Feature ID#2    Improve installation script
Feature ID#23   Improve USER CLASS declaration
Feature ID#39   Update to phpBB 2.0.19
Feature ID#69   Update to phpBB 2.0.20
Feature ID#42   Extend the theming system
Feature ID#43   Users must select a country during registration
Feature ID#52   move all javascript functions in an include file
Feature ID#55   Add Ratio and stats in phpbb viewtopic
Feature ID#56   update phpbb theme to the matching stylesheet
Feature ID#58   Add the Invit hack
Feature ID#60   add online users given by webnet in the index page
Feature ID#62   Remove Required NFO for uploading
Feature ID#68   Everybody can upload torrents
Feature ID#17   List files or folder to chmod


######################
    
INCLUDED HACKS
######################

        
Hacks#21: Temporary Demotion (by Retro)

        
Hacks#26: Online Staff (missing credits)

        
Hacks#27: Devin Custom Inbox (provided by devin: Based on Tux system, Thanks to OiNK for it)

        
Hacks#29: Request system (provided by devin: Thanks to OiNK and Enzo for supplying the mod)

        
Hacks#58: Invite Hack (by rightthere & others)

        
Hacks#60: Online Users on index page (missing credits)

        
Hacks#38: MySQL driven faqs (by Avataru)

        
Hacks#46: First Line of support (by aQuatomic)

        
Hacks#47: Warned panel (by Wilba)

        
Hacks#49: Contact Staff (by Echo)

        
Hacks#28: New Dynamic Control Panel (by Nazaret2005)

Default Features provided in the Control Panel:
-----------------------------------------------

SysOps Tools -Viewable by SysOp only:

            * 
Apache Style Statistics Statistics of all visitingsIp,Browser,Whence,Page (by hellix)
            * 
MySQL Query Run mysql query
            
Mysql Overview Tells when tables need optimising!(by CoLdFuSiOn)
            * 
PHP Info

Admin Tools 
Viewable by Admin only:

            * 
News page Addedit and remove news items from the homepage
            
Manage Categories (by Sembulah)
            * 
Create Poll Create a new poll
            
Poll Overview See what the users have voted in the polls
            
Mass Email Send a mass email to all users (Based on DJMcTom's)
            * Mass PM - Sends a pm to specified classes | by DJMcTom
            * Manage Unconfirmed Users (by killua)
            * Manage Unconnectable Users (by Wilba)
            * Ban IP
            * Add Users
            * Delete Users (by todgerme)
            * Update users invites


Moderators Tools - Viewable by Moderators only:

            * Site Statistics (by CoLdFuSiOn)
            * Uploading Stats - List upload activity and category activity
            * Newest users - 100 newest user accounts
            * Client Lister - List all clients the users are using
            * Delete Req - Delete torrent request(s)
            * Test IP - Test if an ip is banned or not
            * Manage FAQ - Add edit or remove items from the FAQ
            * Warned Panel - List Warned Users, remove warning and disable accounts (by Wilba)
            * Cleanup - Perform a manual cleanup



##############################################
             FRESH INSTALLATION
(if you'
re upgrading from V0.3don't do this)
##############################################


-1- Uploading the files:
------------------------

Upload all files to your website.


-2- Additional setup: Creating missing folders/files and CHMOD them (only needed by restricted apache server)
-------------------------------------------------------------------------------------------------------------

Folder to create:

 - a bitbucket folder
 - a torrents folder 
 
Files to create:

 - include/config.php
 - phpBB2/config.php
 
Files or folder to chmod:

  - 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


-3- Setting up TBDev :
----------------------

open your web browser to http://www.yourdomain.com/admincp.php
Enter all the needed info there and submit.
Torrents and BitBucket must be the two folder you have created
Keep the '
Activate PhpBB Forum' box unchecked for now !

After saving your config, the install will install the needed sql files for you.


-4- Create a TBDev sysop account:
--------------------------------

open your web browser to http://www.yourdomain.com and choose Register
Register your account. 
This first created account will be granted with Sysop administrative rights, so it'
s good to choose 'admin' as 'Desired username'.


-
5Installing phpbb:
--------------------

Click the forum link, and choose "INSTALL NOW !" (This link is only shown if your are the sysop)
All parameters are set for you by TorrentStrike (check if they are correct for you), you only need to reenter your sysop account password.
Click the 'finish installation' button.

-
6Activate phpbb:
-------------------

open your web browser to http://www.yourdomain.com/admincp.php
check the 'Activate PhpBB Forum' box and submit.
delete install/ and contribdirectories from the phpbb2 folder.
Logout and then Login again from the sysop account to update the phpbb admin login. (do it it's important!)

-7- Configure phpbb:
-------------------

use the link '
Go to Administration Panel' inside each phpbb page, you will need to identify yourself again


####################################
    UPGRADING FROM V0.3 TO V0.4
####################################

DON'
T FORGET TO BACKUP YOUR DATABASE AND WEBSITE FILES BEFORE UPGRADING !


-
1Set your TorrentStrike V0.3 Offline:
----------------------------------------

open your web browser to http://www.yourdomain.com/admincp.php
Uncheck the "Site Online" box and save your config

-2Upload TorrentStrike V0.4 files:
------------------------------------

Upload all the V0.4 file to your old TorrentStrikethere is 2 way to do this:
You can simply overwrite all old files with V0.4 files.
You can delete all files from your V0.3 installexcept include/config.php and phpBB2/config.phpthen upload all V0.4 files.


-
3Update TorrentStrike config:
-------------------------------

open your web browser to http://www.yourdomain.com/admincp.php
The upgrade step will ask you to
upgrade your database
run the phpbb upgrade script (if you're not using phpbb it's not necessary)
- Return to config and check back the Site Online box and save your new config!



#######################
   
ADDITIONNAL NOTE
#######################

Autocleanup is now active againbut accounts are never deleted (This is because of a bug with phpbb account cleaning)
You can use the Full Cleanup function in the Admin/mods Control Panel to perform a manual full cleanup (including account removalwhen you want !

You want to upgrade with a modified version of TorrentStrike V0.3:
------------------------------------------------------------------
We can't certify the upgrade will work, but one thing is sure: You will lose your personal add-ons.
You can use to tool like winmerge (http://winmerge.sourceforge.net) to diff V0.3 original files with your modified V0.3 files,
and keep trace of what you need to report in the new V0.4 files after upgrading.

If you need support for this king of problem, be careful: 
Half of the users patch the code everywhere and simply don'
t know what they're doing !
We have no mercy for them: So double check what you'
re doing before asking help...


------------------------------------------
Send us your commentsbugshacksideas:
www.torrentstrike.com
------------------------------------------ 

look at FRESH INSTALLATION :unknown:

DarkMesiah 1st August 2009 14:51

god work whit this source

Maxthon05 3rd August 2009 08:48

Kinon-CP
 
I like the Kinon-CP thema

monosolo 8th August 2009 11:15

Thank For File

Keops 11th August 2009 17:00

10x
 
so far so good , is a good source , thanks

tresani 18th August 2009 01:52

I am having a problem with all escape characters anywhere on the site related to ' Basically, any time you type a ' it displays /' So single apostrophe is the problem, idea why it would do this? ' causes \'

Denied 18th August 2009 07:45

Looks great , i'm gonna test it.

excavation 18th August 2009 12:50

Re: Torrentstrike Fullymodded v1.0
 
Thanks!

savage149 23rd August 2009 20:23

il testit now .And find some bugs and i will post here.

tekmobile 26th August 2009 02:16

If I try to edit a torrent through Torrent Editor I always get the error "Decoder encountered unknown char '<' at offset 0." this does not happen with other trackers does anyone know where the problem lies

Tony 26th August 2009 13:13

tekmobile what has that site got to do with this source lol

tekmobile 26th August 2009 13:16

Quote:

Originally Posted by Tony (Post 14934)
tekmobile what has that site got to do with this source lol

Because that error only appears when trying to connect to this TS source all other trackers show the scrape info (leechers/seeders etc)

sraka1 28th August 2009 20:01

Thanks for sharing. Really appreciate it!

Greets from P2P land,
sraka1

victories 28th August 2009 21:56

Thanks! I'll test it out

fuzzfox 6th September 2009 08:05

thank you

petry 9th September 2009 08:48

very nice

david06083 12th September 2009 21:25

thx.works just fine


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

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