Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #1  
Old 18th January 2009, 01:00
Azurious's Avatar
Azurious Azurious is offline
Senior Member
 
Join Date: Jan 2009
India
Posts: 60
Smile how to announce
please guide me how to :8888/announce ??
Reply With Quote
  #2  
Old 18th January 2009, 03:10
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
when you make the torrent just use that as your announce

Bump: OK I found that I did not set the .htaccess to work like that so you well need to do some small edits
first is to change announce in include/config,php
find
Code:
$announce_url = $siteurl."/announce.php";
and make it
Code:
$announce_url = $siteurl."/announce";
and now open your .htaccess and replace it with
Code:
# $Author: djechelon $
# $Date: 2006/09/11 21:49:14 $
# $Last Revision: 2005/09/25 1:17 $

# deny most common files except PHP
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule ^announce announce.php
RewriteRule ^home-page-([0-9_+]*) index.php?page=$1
RewriteRule ^home index.php
RewriteRule ^forum phpBB.php
RewriteRule ^forum-([a-zA-Z0-9_+]*) phpBB.php?page=$1
RewriteRule ^user-profile-([a-zA-Z0-9_+]*) user.php?op=profile&id=$1
RewriteRule ^export-([a-zA-Z0-9_+]*) download.php?id=$1
RewriteRule ^home-cat-([0-9_+]*) index.php?cat=$1
order allow,deny
deny from 72.172.88.59
deny from 72.172.88.51
deny from 72.172.88.53
deny from 72.172.88.60
deny from 67.71.50.221
allow from all
<FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|theme|module|torrent)$">
deny from all
</FilesMatch>


<Limit GET POST>
  Order Allow,Deny
  Allow from all
</Limit>
<Limit PUT>
  Deny from all
</Limit>

#Add MIME-Types
AddType application/x-bittorrent .torrent

#HTTP Error Management: works ONLY on root directory. Add yourself your subdirectory
#IE if phpMyBitTorrent is installed in http://www.yoursite.com/mydir change
#/httperror.php.... to /mydir/httperror.php...
#ErrorDocument 400 /httperror.php?errid=400
#ErrorDocument 401 /httperror.php?errid=401
#ErrorDocument 403 /httperror.php?errid=403
#ErrorDocument 404 /httperror.php?errid=404
#ErrorDocument 500 /httperror.php?errid=500
#RewriteRule ^home/page/([a-zA-Z0-9_+]*) index.php?page=$1
there are extra codes in there that well make search rewrite work to
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/

Last edited by joeroberts; 18th January 2009 at 10:22.
Reply With Quote
The Following User Says Thank You to joeroberts For This Useful Post:
Fynnon (18th January 2009)
  #3  
Old 18th January 2009, 14:37
Azurious's Avatar
Azurious Azurious is offline
Senior Member
 
Join Date: Jan 2009
India
Posts: 60
Wink
thanks jeo gr8 work

Bump:
Quote:
Originally Posted by Azurious View Post
thanks jeo gr8 work
joe i want to make acid tiger my default theme & also i want to remove Theme Changer block & this message
This is free software and contains source code version of GNU/LGPL distributed libraries.
You may redistribute the whole package and its source code according to the GNU/GPL license.
The Development Team cannot be held responsible in any way for the results of the use of this software.
Generated in 0.02 seconds
Reply With Quote
  #4  
Old 18th January 2009, 16:32
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
you want to remove my copy write and loose all support you said?
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #5  
Old 18th January 2009, 16:35
Azurious's Avatar
Azurious Azurious is offline
Senior Member
 
Join Date: Jan 2009
India
Posts: 60
Smile
Quote:
Originally Posted by joeroberts View Post
you want to remove my copy write and loose all support you said?
no m not asking how to remove copyright but this much big message looks wierd :(

only keep this please
phpMyBitTorrent
Reply With Quote
  #6  
Old 18th January 2009, 16:46
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
[quote=Azurious;8291]no m not asking how to remove copyright but this much big message looks wierd :(

only keep this please
phpMyBitTorrent
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #7  
Old 18th January 2009, 17:07
Azurious's Avatar
Azurious Azurious is offline
Senior Member
 
Join Date: Jan 2009
India
Posts: 60
Default
Quote:
Originally Posted by joeroberts View Post
your can cut it to
in the theme main.php
when i removed


i got this wrror


Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/ddd/public_html/themes/acidtech tiger/main.php on line 32

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/ddd/public_html/themes/acidtech tiger/main.php on line 32
Reply With Quote
  #8  
Old 18th January 2009, 17:20
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by Azurious View Post
when i removed


i got this wrror


Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/ddd/public_html/themes/acidtech tiger/main.php on line 32

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/ddd/public_html/themes/acidtech tiger/main.php on line 32
then you did something worng in your edit
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #9  
Old 19th January 2009, 15:47
Azurious's Avatar
Azurious Azurious is offline
Senior Member
 
Join Date: Jan 2009
India
Posts: 60
Default
Quote:
Originally Posted by joeroberts View Post
then you did something worng in your edit
i edited main.php file from cpanel & it was removed

Thanks alot
Reply With Quote
Reply

Tags
announce

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
IRC Announce azza2102 Torrent Strike 2 26th February 2013 14:15
Ban IP in announce? BCross Community Cafe 1 27th November 2009 11:13
[HELP] Change /announce.php to /announce dopeboy xBTiT 4 20th July 2009 01:42
Announce.php Mredin Free Torrent Source 4 16th November 2008 03:53
Announce murda Torrent Strike 6 27th July 2008 13:39



All times are GMT +2. The time now is 10:53. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.