Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   plaese help my (http://www.bvlist.com/showthread.php?t=733)

empereur 31st July 2008 19:53

plaese help my
 
1 Attachment(s)
Voila the message which I have has every time I upload and every time I wants to put putting in source(spring) on my bittorent customer I look for a solution has this problem to more see it when I upload


Code:

Error: Invalid info_hash (23 - FL%CC%1A%14g%A1%DD%BF%7D3%D5%F2Gf%C9%CF%5C%E4%26gt%3B)
TBVERSION','TBDEV.NET-12-09-05


Attachment 228

djlee 31st July 2008 20:57

Turned magic quotes OFF ????

seb35 31st July 2008 23:15

not very hard error is in you bittorrent look !

empereur 31st July 2008 23:38

plaese help my
 
how I can know if the magical Quotations are put out??????? LOCAL XAMPP

djlee 4th August 2008 05:32

in your xampp directory (i.e. c:\xampp) go to apache > bin and then locate php.ini .. under the windows environment this usually looks like a wordpad icon with a config cog on it filenamed "php" (it shudnt be to hard to locate it).

open php.ini either in notepad or your fav code editor and locate the lines

Code:

; 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

just make sure there all off (sybase doesnt really matter but GPC must be off and i generally find its better to turn runtime off too and any security issues you find in thefuture can be plugged with proper code rather than this php function which will be removed in future versions anyway)


All times are GMT +2. The time now is 00:29.

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