<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP Script for Accessing VirusTotal API Version 2.0</title>
	<atom:link href="http://www.ab-weblog.com/en/php-script-for-accessing-virustotal-api-version-2-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ab-weblog.com/en/php-script-for-accessing-virustotal-api-version-2-0/</link>
	<description>Andreas Breitschopp</description>
	<lastBuildDate>Fri, 04 Jan 2013 06:48:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Terry</title>
		<link>http://www.ab-weblog.com/en/php-script-for-accessing-virustotal-api-version-2-0/#comment-430</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Sat, 06 Oct 2012 09:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ab-weblog.com/en/?p=443#comment-430</guid>
		<description>Hi Andreas

Using PHP v5.4.7
Using this version I get 
&quot;Fatal error: Call to undefined function mime_content_type() in C:\xampp\htdocs\SSAM_1.5.3\virus_total\VirusTotalApiV2.php on line 48&quot;

mime_content_type() has been deprecated in favour of Fileinfo

To quote from PHP manual: &quot;This function has been deprecated as the PECL extension Fileinfo provides the same functionality (and more) in a much cleaner way.&quot;

I can&#039;t see a simple way of fixing this error. Do you have any advice on the matter?

I&#039;ve also tried using PHP v5.2.x and it is working ok. Not sure at which point this was deprecated.

Regards</description>
		<content:encoded><![CDATA[<p>Hi Andreas</p>
<p>Using PHP v5.4.7<br />
Using this version I get<br />
&#8220;Fatal error: Call to undefined function mime_content_type() in C:\xampp\htdocs\SSAM_1.5.3\virus_total\VirusTotalApiV2.php on line 48&#8243;</p>
<p>mime_content_type() has been deprecated in favour of Fileinfo</p>
<p>To quote from PHP manual: &#8220;This function has been deprecated as the PECL extension Fileinfo provides the same functionality (and more) in a much cleaner way.&#8221;</p>
<p>I can&#8217;t see a simple way of fixing this error. Do you have any advice on the matter?</p>
<p>I&#8217;ve also tried using PHP v5.2.x and it is working ok. Not sure at which point this was deprecated.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VirusTotal service API always returns response code 1 &#124; Sudhir Tiwari &#124; Sudhir Tiwari</title>
		<link>http://www.ab-weblog.com/en/php-script-for-accessing-virustotal-api-version-2-0/#comment-399</link>
		<dc:creator>VirusTotal service API always returns response code 1 &#124; Sudhir Tiwari &#124; Sudhir Tiwari</dc:creator>
		<pubDate>Wed, 26 Sep 2012 09:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ab-weblog.com/en/?p=443#comment-399</guid>
		<description>[...] am using VirusTotalApiV2 class for [...]</description>
		<content:encoded><![CDATA[<p>[...] am using VirusTotalApiV2 class for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FE</title>
		<link>http://www.ab-weblog.com/en/php-script-for-accessing-virustotal-api-version-2-0/#comment-282</link>
		<dc:creator>FE</dc:creator>
		<pubDate>Sat, 04 Aug 2012 18:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ab-weblog.com/en/?p=443#comment-282</guid>
		<description>Is someone able to use the API to test URls? I always get &quot;-1&quot; no matter what I try (different API keys, different URls, etc).

Thanks!</description>
		<content:encoded><![CDATA[<p>Is someone able to use the API to test URls? I always get &#8220;-1&#8243; no matter what I try (different API keys, different URls, etc).</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Breitschopp</title>
		<link>http://www.ab-weblog.com/en/php-script-for-accessing-virustotal-api-version-2-0/#comment-224</link>
		<dc:creator>Andreas Breitschopp</dc:creator>
		<pubDate>Wed, 30 May 2012 07:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ab-weblog.com/en/?p=443#comment-224</guid>
		<description>Hello Patrick,

as far as I know files are always rescanned when you&#039;re submitting them through the API.

But keep in mind that scanning may take several hours till it has been completed. Therefore you should check some hours after submitting again if you get a newer scan report then.

Best regards
Andreas</description>
		<content:encoded><![CDATA[<p>Hello Patrick,</p>
<p>as far as I know files are always rescanned when you&#8217;re submitting them through the API.</p>
<p>But keep in mind that scanning may take several hours till it has been completed. Therefore you should check some hours after submitting again if you get a newer scan report then.</p>
<p>Best regards<br />
Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.ab-weblog.com/en/php-script-for-accessing-virustotal-api-version-2-0/#comment-222</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 30 May 2012 04:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ab-weblog.com/en/?p=443#comment-222</guid>
		<description>Hello Mr Andreas Breitschopp,

There is a point I want to make sure. I use virustotal php api to upload my files for scanning. I find that when I get associated reports, I will get the results of previous analysis, right!? Given the condition, is there any method could I use the virustotal php api to do the &quot;Reanalysis&quot; action (get the lately scanned results)?


Best regards
Patrick</description>
		<content:encoded><![CDATA[<p>Hello Mr Andreas Breitschopp,</p>
<p>There is a point I want to make sure. I use virustotal php api to upload my files for scanning. I find that when I get associated reports, I will get the results of previous analysis, right!? Given the condition, is there any method could I use the virustotal php api to do the &#8220;Reanalysis&#8221; action (get the lately scanned results)?</p>
<p>Best regards<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Breitschopp</title>
		<link>http://www.ab-weblog.com/en/php-script-for-accessing-virustotal-api-version-2-0/#comment-213</link>
		<dc:creator>Andreas Breitschopp</dc:creator>
		<pubDate>Sun, 20 May 2012 15:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ab-weblog.com/en/?p=443#comment-213</guid>
		<description>Hello Nasser,

sorry, but I don&#039;t what the problem is either, but a timeout error message does not sound like a problem with this PHP script, but more with e. g. the API server. Therefore maybe you should ask VirusTotal about this issue.

Best regards
Andreas</description>
		<content:encoded><![CDATA[<p>Hello Nasser,</p>
<p>sorry, but I don&#8217;t what the problem is either, but a timeout error message does not sound like a problem with this PHP script, but more with e. g. the API server. Therefore maybe you should ask VirusTotal about this issue.</p>
<p>Best regards<br />
Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nasser</title>
		<link>http://www.ab-weblog.com/en/php-script-for-accessing-virustotal-api-version-2-0/#comment-212</link>
		<dc:creator>Nasser</dc:creator>
		<pubDate>Sun, 20 May 2012 07:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ab-weblog.com/en/?p=443#comment-212</guid>
		<description>Hello Mr Andreas Breitschopp,

for more that  3 months, your php script for virustotal API2 was working fine, but nowadays, I dont know what happened , it does&#039;t work and actually I got timeout error message, which means that there is no response from virsutotal website.

my curl is OK, and I tried to use another Public API by using a new account , but that problem still, 
And I need you Help
Thank a lot.</description>
		<content:encoded><![CDATA[<p>Hello Mr Andreas Breitschopp,</p>
<p>for more that  3 months, your php script for virustotal API2 was working fine, but nowadays, I dont know what happened , it does&#8217;t work and actually I got timeout error message, which means that there is no response from virsutotal website.</p>
<p>my curl is OK, and I tried to use another Public API by using a new account , but that problem still,<br />
And I need you Help<br />
Thank a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FE</title>
		<link>http://www.ab-weblog.com/en/php-script-for-accessing-virustotal-api-version-2-0/#comment-196</link>
		<dc:creator>FE</dc:creator>
		<pubDate>Sat, 28 Apr 2012 07:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ab-weblog.com/en/?p=443#comment-196</guid>
		<description>Thank you for your reply, that was fast :P

I am using the key provided under my profile &gt; API Key... 

Is there any other API key?

Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you for your reply, that was fast <img src='http://www.ab-weblog.com/en/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>I am using the key provided under my profile &gt; API Key&#8230; </p>
<p>Is there any other API key?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Breitschopp</title>
		<link>http://www.ab-weblog.com/en/php-script-for-accessing-virustotal-api-version-2-0/#comment-195</link>
		<dc:creator>Andreas Breitschopp</dc:creator>
		<pubDate>Sat, 28 Apr 2012 07:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ab-weblog.com/en/?p=443#comment-195</guid>
		<description>Hello FE,

I&#039;ve tested it again right now and the script works fine also for scanning URLs with the parameters you&#039;re using.

The result code &quot;-1&quot; means that there is something wrong with your API key (&quot;you do not have the required privileges&quot;). Maybe you&#039;re tying to use an API key from version 1 for the version 2 API?

Best regards
Andreas</description>
		<content:encoded><![CDATA[<p>Hello FE,</p>
<p>I&#8217;ve tested it again right now and the script works fine also for scanning URLs with the parameters you&#8217;re using.</p>
<p>The result code &#8220;-1&#8243; means that there is something wrong with your API key (&#8220;you do not have the required privileges&#8221;). Maybe you&#8217;re tying to use an API key from version 1 for the version 2 API?</p>
<p>Best regards<br />
Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FE</title>
		<link>http://www.ab-weblog.com/en/php-script-for-accessing-virustotal-api-version-2-0/#comment-194</link>
		<dc:creator>FE</dc:creator>
		<pubDate>Sat, 28 Apr 2012 07:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ab-weblog.com/en/?p=443#comment-194</guid>
		<description>Oh, forgot to mention that I checked that the API key was the correct one. Even tested it using a second key.

Any ideas??

Thanks!</description>
		<content:encoded><![CDATA[<p>Oh, forgot to mention that I checked that the API key was the correct one. Even tested it using a second key.</p>
<p>Any ideas??</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->