I want to develop a PHP website feature where users sign up, get a javascript snippet code that display an image on their site, and let's me track the number of visitors, unique hits, clicks and average visitor duration on their page. Is that something that should be done with some open source analytic software such as http://piwik.org/ or it's pretty doable on your own? If I had to do
我想开发一个PHP网站功能,让用户注册,获取在其网站上显示图片的JavaScript代码段,并让我跟踪他们页面上的访问者数量,独特点击次数,点击次数和平均访问者持续时间。 这是一些应该用http://piwik.org/这样的开源分析软件来完成的事情,还是你自己可以做得很好? 如果我必须从头开始自己做,我会使用图像/像素作为跟踪访问的方式,使用javascript代码段丢弃cookie以跟踪唯一身份用户,跟踪基于图片点击和重定向的点击次数,
I have a web application that runs multiple websites from one codebase. I have it setup with a table that contains the sites and domains that run on the application. The application tracks visitors so we can tell how much traffic we are getting per site and on a global basis for the application. The problem I am running into is that the visitor tracking is super slow now that there are 2.5 mi
我有一个从一个代码库运行多个网站的Web应用程序。 我使用包含在应用程序上运行的网站和域的表进行设置。 该应用程序跟踪访问者,因此我们可以知道每个站点和全球应用程序获得的流量。 我遇到的问题是,现在有250万条记录,访问者追踪速度非常缓慢。 运行查询以获取本月的访问者数量需要多分钟,这使得我们的数据无法访问。 系统直接从包含所有其他文件的基本php文件记录跟踪。 它在未找到现有标识Cookie的情况下在访问
I'm trying to use analytics to determine content being served to visitors from a CMS. As far as I can tell there is no API for Google Analytics that allows you to retrieve a users browsing history. I understand you can store this into the users session, or roll your own logging of user visits, but I'm more interested in analytics platforms that offer and interface to access this data.
我正尝试使用分析来确定向CMS中的访问者提供的内容。 据我所知,Google Analytics没有API可让您检索用户的浏览记录。 我了解您可以将其存储到用户会话中,或者自行编制用户访问日志,但我更感兴趣的是提供和接口访问此数据的分析平台。 有没有人知道一个分析平台,它允许您以编程方式检索用户数据? 另一个重要的方面是用户数据是否仍然可以被检索,即使该数据的存储是异步完成的 - 这将需要保持Web应用程序的响应。 在
i am actually working on some legacy PHP code for an e-commerce website where managers can automatically share some products on their shop facebook page. This is not working anymore and, even following the facebook API reference, i'm still in trouble. The legacy code uses an app to posts on the wall ACCESS TOKEN In order to get a valid Access token, i make a redirect to: http://www.fac
实际上,我正在为电子商务网站开发一些遗留的PHP代码,管理员可以在他们的商店Facebook页面上自动共享一些产品。 这不工作了,即使在Facebook API参考之后,我仍然陷入困境。 旧版代码使用应用在墙上发帖 访问权限 为了获得有效的Access令牌,我重定向到: http://www.facebook.com/dialog/oauth?client_id=$FB_APP_ID& redirect_uri=$APP_RETURN_URL& scope=publish_actions,manage_pages 然后,我得到它返回的
how i can set a manage_pages permission of my application to a particular page only. Now my application get permission to manage all pages of fb user.. How i can restrict this and get permission to access a specific page only ? I am using one simple authentication method. $app_id = 'xxxxxxxxxxxxx'; $app_secret = 'xxxxxxxxxxxxxxxx'; $my_url = 'http://xxxxxxxxxxx.com/xxxx/facebook?clien
我如何才能将我的应用程序的manage_pages权限设置为仅限特定页面。 现在我的应用程序获得管理fb用户的所有页面的权限..我如何限制此功能并仅获得访问特定页面的权限? 我使用一种简单的身份验证方法。 $app_id = 'xxxxxxxxxxxxx'; $app_secret = 'xxxxxxxxxxxxxxxx'; $my_url = 'http://xxxxxxxxxxx.com/xxxx/facebook?client=params'; $code = $_REQUEST["code"]; //auth user if(empty($code)) { $dialog_
I have a page developed in Wordpress and to enter to this page you have to register and then login into the same. Now I have to develop another system and I have to use the same session in my new page that was logged in Wordpress. In the Wordpress page there is a link that brings to Symfony 2 page. Clicking in that link, the user must be the same. I am using the same database for both appl
我在Wordpress中开发了一个页面,并且要进入此页面,您必须注册并登录。 现在我必须开发另一个系统,并且必须在我登录Wordpress的新页面中使用相同的会话。 在Wordpress页面中,有一个连接到Symfony 2页面。 点击该链接,用户必须相同。 我为这两个应用程序使用相同的数据库,因此Wordpress中的wp_users表由新的Symfony2页面使用。 例如,登录Wordpress页面的用户必须填写新的Symfony2页面中开发的某种形式。 我发现
I run a Symfony2 app with nginx and want to integrate a wordpress installation in a subfolder of the public web-folder. Example: http://www.example.com -> Symfony 2 http://www.example.com/magazin -> Wordpress With the origin nginx configuration of the Symfony app i can sucessfully make requests to the start-page of wordpress and also the whole admin-area including plugin insta
我使用nginx运行Symfony2应用程序,并希望将wordpress安装集成到公共web文件夹的子文件夹中。 例: http://www.example.com -> Symfony 2 http://www.example.com/magazin -> Wordpress 使用Symfony应用程序的原始nginx配置,我可以成功地向wordpress的开始页面以及包括插件安装等在内的整个管理区域发出请求。 但是因为我配置wordpress使用自定义的URL方案“年/月/标题”的职位,请求结束在404年。我发现,
I have a project built in Symfony2. I'm using FOSUserBundle to manage users. Now I have to integrate Wordpress into my project. Wordpress has to be available in subfolder: http://example.com/blog. I already managed to achieve such state, everything works like a charm, but now I need to share session between Symfony2 project and Wordpress. Actually I don't really know if session share
我有一个在Symfony2中构建的项目。 我正在使用FOSUserBundle来管理用户。 现在我必须将Wordpress集成到我的项目中。 Wordpress必须在子文件夹中可用:http://example.com/blog。 我已经设法达到这样的状态,一切都像魅力一样,但现在我需要在Symfony2项目和Wordpress之间分享会话。 其实我不知道会话分享是否正确解决我的问题。 问题是我想在Wordpress中使用与Symfony项目中相同的设计。 在我的Symfony项目中,我有一个
I want to Implement following field in symfony2 . It have 2 Radio Buttons, and they are styled like Switch using some bootstrap styling. Example here above html and bootstrap snippet displays desired output <div class="btn-group btn-toggle" data-toggle="buttons"> <label class="btn btn-primary active"> <input type="radio" name="options" value="option1"> On <
我想在symfony2中实现下面的字段。 它有2个单选按钮,它们的风格类似于使用一些引导样式的开关。 示例在这里 在html和bootstrap片段上面显示所需的输出 <div class="btn-group btn-toggle" data-toggle="buttons"> <label class="btn btn-primary active"> <input type="radio" name="options" value="option1"> On </label> <label class="btn btn-default"> <i
Is it possible to upload files in symfony2 WITHOUT using doctrine? With doctrine, its example is given here: http://symfony.com/doc/2.2/cookbook/doctrine/file_uploads.html Is there a simple way to upload files, like in core PHP we have move_uploaded_file() function with which we can move the uploaded to file after the form is submitted. For now when I submit the form in symfony this is what
没有使用教义,可以在symfony2中上传文件吗? 有了教义,它的例子在这里给出:http://symfony.com/doc/2.2/cookbook/doctrine/file_uploads.html 有没有简单的上传文件的方式,比如在核心PHP中,我们有move_uploaded_file()函数,我们可以在提交表单后将上传的文件移动到文件中。 现在,当我在symfony中提交表单时,这是我在request数组(Symfony Component HttpFoundation Request)的“文件”部分中获得的内容。 [fil