Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   how to announce (http://www.bvlist.com/showthread.php?t=1820)

Azurious 18th January 2009 01:00

how to announce
 
please guide me how to :8888/announce ??

joeroberts 18th January 2009 03:10

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

deny from all




  Order Allow,Deny
  Allow from all


  Deny from all


#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

Azurious 18th January 2009 14:37

thanks jeo gr8 work :friend:

Bump:
Quote:

Originally Posted by Azurious (Post 8286)
thanks jeo gr8 work :friend:

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

joeroberts 18th January 2009 16:32

you want to remove my copy write and loose all support you said?

Azurious 18th January 2009 16:35

Quote:

Originally Posted by joeroberts (Post 8290)
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

joeroberts 18th January 2009 16:46

[quote=Azurious;8291]no m not asking how to remove copyright but this much big message looks wierd :(

only keep this please
phpMyBitTorrent

Azurious 18th January 2009 17:07

Quote:

Originally Posted by joeroberts (Post 8293)
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

joeroberts 18th January 2009 17:20

Quote:

Originally Posted by Azurious (Post 8297)
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

Azurious 19th January 2009 15:47

Quote:

Originally Posted by joeroberts (Post 8302)
then you did something worng in your edit

i edited main.php file from cpanel & it was removed :drink:

Thanks alot


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

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