我正在为我正在开发的一款游戏设置成就。Flash发送解锁成果的命令,以及对成果的url。在我的服务器上,我有从Flash到Facebook传递显示顺序和成就url的代码。当我在Flash中按下按钮解锁成就时,它在我的游戏中成功解锁,我可以在滚动条上看到它。当我单击iFrame中的按钮来解锁成就时,它不会解锁。Logging $result将返回1,但它不会显示在自动收报机中,也不会计入解锁。
postachievement.php
<?php
include 'src/facebook.php';
$facebook = new Facebook(arra
<?php
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req
我有个问题。我正在测试远程文件包含注入的方式,并尝试使用PHP从URL查询字符串中包含该文件。但在这里我收到了一些警告信息。我在下面解释我的代码。
<?php
$file = $_GET['file'];
include($file);
?>
我收到以下信息。
Warning: include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in /opt/lampp/htdocs/test/remote.php on line 3
Warning:
我试着写一个页面,通过AJAX从新闻网站获取RSS提要,然后将其发送到PHP,在那里我可以使用它。新闻提要以对象数组的形式返回。我已经尝试将其原样发布,也尝试将其作为json字符串发布。post方法似乎很成功,但是PHP给出了一个未定义的索引通知。这是我第一次使用AJAX和PHP,我似乎在从PHP端获取数据时遇到了问题。
错误:
Notice: Undefined index: data in ...\index.php on line 33
当前代码如下:
ajax端
url = 'http://feeds.bbci.co.uk/news/rss.xml?edition=int