54
Hi Simes,
I added RewriteBase / to the settings of my .htacces and finaly it's works, oke i had to install from scratch but maybe youre where right and the problem was with protector.
Here is a example of my .htacces
RewriteEngine On
RewriteBase / <---added by myself--->
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^announce/?passkey=([a-zA-Z0-9\ \'\_]+)$ modules/xtorrent/announce.php?passkey=$1 [L,NC,QSA]
RewriteRule ^announce?passkey=([a-zA-Z0-9\ \'\_]+)$ modules/xtorrent/announce.php?passkey=$1 [L,NC,QSA]
RewriteRule ^announce/ modules/xtorrent/announce.php [L,NC,QSA]
RewriteRule ^announce modules/xtorrent/announce.php [L,NC,QSA]
php_value memory_limit "30M"
php_value upload_max_filesize 30M
php_value post_max_size 50M
php_value time_out 60
But my question is now what do i have to change in the protector module 3.1....do i have to change the value of the root or trusted path? Can you send me a example how youre mainfile.php is written for the use of xtorrent. Maybe i made a mistake in the mainfile.php
Now in the meanwhile i going to proceed with translating...did'nt had the time this weekend causes the misses wanted some time ( Quality time )so i'm gooing to finish it this week. I'm clad with the support i'll get from you dear Simes.
Greets,
Peter from The Netherlands...lol hahaha...cheers mate
P.S When the groupsacces in system for Anonymous Users must set to grant acces fot xtorrent otherwise it gives the error message torrent not registered with this tracker..and so on, granted the acces and everything is smooth, when option denied the acces, it's gives the errors. but how can we disable this without the failure in torrent because the torrent section must only be availlable for registered users?