4.12.0
[PDF][JPG][G4][RAR][SCN][XLS] [XLS]
. .
Jan 30, 2013
[FSX P3D] KBDL Bradley International Airport by FSXCENERY cheats no verification.
Results 1 - 48 of 489
. .
[FSX P3D] KBDL Bradley International Airport by FSXCENERY cheats no verification
Compatibility
[PDF][JPG][G4][RAR][SCN][XLS] [XLS]
. .
[FSX P3D] KBDL Bradley International Airport by FSXCENERY cheats no verification.
Jan 30, 2013
[FSX P3D] KBDL Bradley International Airport by FSXCENERY cheats no verification.
Results 1 - 48 of 489
. .
Code:
$xml = new DOMDocument();
$xml->load("");
if ($xml->documentElement->hasAttribute('verification-hash'))
{
$xml->documentElement->removeAttribute('verification-hash');
}
$verif = $xml->getElementsByTagName('verification-hash');
foreach($verif as $veri){
echo $veri->getAttribute('value');
}
Output:
FSX P3D
So the error is coming from fussyy/xsrf
Any help will be highly appreciated
A:
You can remove the xsrf validation from the response.xml file by doing this in your code.
$xml = new DOMDocument();
$xml->load("");
$xml->loadXML($xml->saveXML());
$xml->loadXML(' ac619d1d87
Related links:
Comments