Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 80c85bd8af3c3e6f1d52f9e63d0ce450 > files > 9

php-pear-Services_Ebay-0.13.1-7.mga5.noarch.rpm

<?PHP
$devId  = '';

$appId  = '';

$certId = '';

$username = '';

$password = '';

$token = '';

if ($devId === '') {
    if (file_exists('config-local.php')) {
    	require_once 'config-local.php';
    }
}
if ($devId === '') {
    
    echo 'In order to use Services_Ebay, you must specify devId, appId, certId and a token.<br />';
    echo 'Please register at <a href="http://developer.ebay.com">http://developer.ebay.com</a> to get this IDs and then modify examples/config.php<br />';
    exit();
}
?>