by wowodo » Mon Sep 04, 2006 3:47 am
Hello,
i've tested this "patch" and i've an error :
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /lsdln/roster/addons/missingrecipe/missing.php on line 63
Please help me ^^
edit:
my modifications:
- Code: Select all
switch($skill)
{
case 'Alchemy':
$url = 'http://wow.allakhazam.com/db/skill.html?line=171&locale=frFR';
break;
case 'Blacksmithing':
$url = 'http://wow.allakhazam.com/db/skill.html?line=164&locale=frFR';
break;
case 'Cooking':
$url = 'http://wow.allakhazam.com/db/skill.html?line=185&locale=frFR';
break;
case 'Enchanting':
$url = 'http://wow.allakhazam.com/db/skill.html?line=333&locale=frFR';
break;
case 'Engineering':
$url = 'http://wow.allakhazam.com/db/skill.html?line=202&locale=frFR';
break;
case 'Firstaid':
$url = 'http://wow.allakhazam.com/db/skill.html?line=129&locale=frFR';
$skill = 'First Aid';
break;
case 'Leatherworking':
$url = 'http://wow.allakhazam.com/db/skill.html?line=165&locale=frFR';
break;
case 'Tailoring':
$url = 'http://wow.allakhazam.com/db/skill.html?line=197&locale=frFR';
break;
default:
$url ='';
break;
}
Last edited by
wowodo on Mon Sep 04, 2006 3:49 am, edited 2 times in total.