Statistics: Posted by apage8 — February 27th, 2011, 8:47 pm
add_filter ("use_curl_transport", "__return_false", 25);
Statistics: Posted by Jason Caldwell — September 10th, 2010, 5:08 pm
Statistics: Posted by cheezcake — September 10th, 2010, 5:00 pm
Statistics: Posted by cheezcake — September 10th, 2010, 1:35 pm
<?php
ini_set("display_errors", true);
ini_set("error_reporting", E_ALL);
echo file_get_contents("https://www.paypal.com/");
?>
Statistics: Posted by Jason Caldwell — September 8th, 2010, 10:05 pm
Statistics: Posted by cheezcake — September 8th, 2010, 2:30 pm
;extension=php_curl.dll
extension=php_openssl.dll
allow_url_fopen = on
Statistics: Posted by Jason Caldwell — September 8th, 2010, 12:40 pm
Notice: file_get_contents() [function.file-get-contents]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?
Statistics: Posted by Jason Caldwell — September 8th, 2010, 12:31 pm
Statistics: Posted by cheezcake — September 8th, 2010, 10:31 am
Statistics: Posted by Jason Caldwell — September 7th, 2010, 11:52 pm
Statistics: Posted by cheezcake — September 7th, 2010, 9:23 am
echo wp_remote_retrieve_body (wp_remote_request ($url));
Statistics: Posted by Jason Caldwell — September 1st, 2010, 1:06 pm
function ws_plugin__s2member_remote ($url ...
$body = wp_remote_retrieve_body (wp_remote_request ($url, $args));
Statistics: Posted by Jason Caldwell — September 1st, 2010, 1:04 pm
add_filter ("use_curl_transport", "__return_true", 25);
Statistics: Posted by cheezcake — September 1st, 2010, 12:50 pm
add_filter ("use_curl_transport", "__return_true", 25);
Statistics: Posted by Jason Caldwell — August 30th, 2010, 12:09 am
Statistics: Posted by cheezcake — August 27th, 2010, 4:08 pm
Statistics: Posted by Jason Caldwell — August 27th, 2010, 2:34 pm
Statistics: Posted by cheezcake — August 24th, 2010, 3:12 pm
[edited].com/membership-options/?s2member_level_req=1
-------- Input vars: ( Thu Aug 19, 2010 9:55:05 pm UTC ) --------
array (
'METHOD' => 'DoDirectPayment',
'PAYMENTACTION' => 'Sale',
'EMAIL' => '[edited]',
'FIRSTNAME' => 'Lord',
'LASTNAME' => 'Cake',
'IPADDRESS' => '192.168.0.1',
'DESC' => '$30 dollars one time membership fee ( for 1 year access, non-recurring, no trial )',
'CUSTOM' => '[edited]',
'CURRENCYCODE' => 'USD',
'ITEMAMT' => '30.00',
'TAXAMT' => '0.00',
'AMT' => '30.00',
'L_NAME0' => '$30 dollars one time membership fee ( for 1 year access, non-recurring, no trial )',
'L_NUMBER0' => '1::1 Y',
'L_AMT0' => '30.00',
'CREDITCARDTYPE' => 'Visa',
'ACCT' => '************6985',
'EXPDATE' => '082015',
'CVV2' => '123',
'STREET' => '123 Main Street',
'CITY' => 'Miami',
'STATE' => 'FL',
'COUNTRYCODE' => 'US',
'ZIP' => '33135',
'VERSION' => '63.0',
'USER' => '[edited]_1282081303_biz_api1.gmail.com',
'PWD' => '1282081313',
'SIGNATURE' => 'Aby1eODvq4wtC9l19wP3iucThHiSAx1dRIkmmf52G9uW5azv09cjVvAr',
)
-------- Output string/vars: ( Thu Aug 19, 2010 9:55:05 pm UTC ) --------
array (
'__error' => 'Error. Please contact Support for assistance.',
)
Statistics: Posted by cheezcake — August 20th, 2010, 10:19 am