View Single Post
  #22  
Old 7th March 2009, 15:01
Conjo Conjo is offline
Senior Member
 
Join Date: Mar 2009
P2P
Posts: 30
Default Upgraded from 5.3
Hi,


I just Installed this script using the installer..After i set up all of the tracker settings and copy the .torrent files from the old version.
Then i inported the 5.3 database width phpmyadmin and added 1 new field called 'pmunread' (int(1)) to the users field.

Now i'am still testing but until now everything seems to work fine..

Nice job mrdecoder.

Oh yeah for the people who have problems width .htaccess..This is mine.


PHP Code:
Options +FollowSymLinks
RewriteEngine On

<Files .htaccess>
    
order allow,deny
    deny from all
</Files>

ErrorDocument 400 /ts_error.php?errorid=400
ErrorDocument 401 
/ts_error.php?errorid=401
ErrorDocument 403 
/ts_error.php?errorid=403
ErrorDocument 404 
/ts_error.php?errorid=404
ErrorDocument 500 
/ts_error.php?errorid=500

# //seo_mod_start
# Uncomment the following and add your tracker path if rewrites arent working properly
#RewriteBase /
RewriteRule ^index.htmlindex.php [L,NE]
RewriteRule ^(.*)-b-([0-9]+).ts(.*)$ browse.php?cat=$[QSA,L]
RewriteRule ^(.*)-c-([0-9]+).ts(.*)$ browse.php?browse_categories&category=$[QSA,L]
RewriteRule ^(.*)-d-([0-9]+).ts(.*)$ download.php?id=$[QSA,L]
RewriteRule ^(.*)-s-([0-9]+).ts(.*)$ details.php?id=$[QSA,L]
RewriteRule ^(.*)-a-(.*).ts(.*)$ announce.php?passkey=$[QSA,L]
RewriteRule ^(.*)-u([0-9]+).ts(.*)$ userdetails.php?id=$2$[QSA,L]
RewriteRule ^(.*)-f([0-9]+).tsf(.*)$ tsf_forums/index.php?fid=$2$[QSA,L]
RewriteRule ^(.*)-fd([0-9]+).tsf(.*)$ tsf_forums/forumdisplay.php?fid=$2$[QSA,L]
RewriteRule ^(.*)-t([0-9]+).tsf(.*)$ tsf_forums/showthread.php?tid=$2$[QSA,L]
# //seo_mod_end

<IfModule mod_expires>
    <
FilesMatch "\.(gif|jpg|jpeg|png|swf|css|js|html?)$">
        
ExpiresActive On
        ExpiresDefault 
"access plus 10 years"
    
</FilesMatch>
</
IfModule>

<
IfModule mod_headers>
  
Header unset Last-Modified
</IfModule>

FileETag none
php_flag short_open_tag on

SecFilterEngine Off
SecFilterScanPOST Off 
Reply With Quote