Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   TBDev 2009 announce problem (http://www.bvlist.com/showthread.php?t=8826)

Chez 31st January 2013 16:14

TBDev 2009 announce problem
 
When i upload a torrent and i redownload to put on see in utorrebt is show me this error:

http://www.bitnew.tk/images/2013/01/31/announce.png

how to solve it?

DND 31st January 2013 19:09

disable magic quotes?

Chez 31st January 2013 19:20

Quote:

Originally Posted by DeNeDe (Post 39176)
disable magic quotes?

how to do this?

Roach 31st January 2013 21:00

From php.ini set it to Off

firefly007 31st January 2013 21:01

Quote:

Originally Posted by Chez (Post 39179)
how to do this?


In php.ini look for... and set all to "off" like below! Im not 100 % sure but you might need to restart Apache or what ever web sever your are using...

; Magic quotes ; ; Magic quotes for incoming GET/POST/Cookie data. magic_quotes_gpc = Off ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc. magic_quotes_runtime = Off ; Use Sybase-style magic quotes (escape ' with '' instead of \'). magic_quotes_sybase = Off

Chez 1st February 2013 10:28

Quote:

Originally Posted by firefly007 (Post 39182)
In php.ini look for... and set all to "off" like below! Im not 100 % sure but you might need to restart Apache or what ever web sever your are using...

; Magic quotes ; ; Magic quotes for incoming GET/POST/Cookie data. magic_quotes_gpc = Off ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc. magic_quotes_runtime = Off ; Use Sybase-style magic quotes (escape ' with '' instead of \'). magic_quotes_sybase = Off

Same problem:wallbash::wallbash::wallbash:

DND 1st February 2013 12:50

use a .htaccess file.
it's easy

Chez 1st February 2013 17:27

Quote:

Originally Posted by DeNeDe (Post 39193)
use a .htaccess file.
it's easy

can you help me please with that .htaccess file please? ...

firefly007 1st February 2013 18:09

Quote:

Originally Posted by Chez (Post 39204)
can you help me please with that .htaccess file please? ...


That might not have anything to do with the above.. could you paste your announce.php please

Chez 1st February 2013 18:17

1 Attachment(s)
This is my announce.php


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

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