SEOClerks

What is SEOClerks API Key



Write the reason you're deleting this FAQ

What is SEOClerks API Key

Well I know about api and releasing my own affiliate stores soon . but today I noticed a option as API key where there are options as consumer key and consumer secret . does any one have idea about it ?

What is SEOClerks API Key

BTW A Preview of my affiliate store What is SEOClerks API Key
What is SEOClerks API Key
What is SEOClerks API Key

Comments

Please login or sign up to leave a comment

Join
jakemadness
where is this key is it on the api page? :eek:



Are you sure you want to delete this post?

jakemadness
I'm guessing that API thing is something coming in the future so excited.



Are you sure you want to delete this post?

crazygeek
@jakemadness
where is this key is it on the api page? :eek:

Its on Settings page . What is SEOClerks API Key

BY THE WAY can you tell me how can I add if else in curl ?



Are you sure you want to delete this post?

jakemadness
@jakemadness

Its on Settings page . What is SEOClerks API Key

BY THE WAY can you tell me how can I add if else in curl ?


[PHP]
function Curl($url) {
$x = curl_init();
curl_setopt($x, CURLOPT_URL, $url);
curl_setopt($x, CURLOPT_RETURNTRANSFER, 1);
$response = curl_exec($x);
curl_close($x);
return $response;
}


$curl = Curl("http://webpage.com/lol.xml");
if ($curl[@message] == "success") {
print "some success";
}

else {
print "some error";
}
[/PHP]
I normally md5 hash response codes if they get to long like below
[PHP]
if ( md5($curl[@message]) == "876j876jsh876sh7") {
print "some success";
}

else {
print "some error";
}
[/PHP]





:eek:



Are you sure you want to delete this post?

crazygeek
Not this The codes you showed me on pastebin . SEOClerks api I want to show staff if service is staff selected etc .



Are you sure you want to delete this post?

jakemadness
Not this The codes you showed me on pastebin . SEOClerks api I want to show staff if service is staff selected etc .

[PHP]
$string = "${Verified}:${Sale}:${Guaranteed}";
if (substr($string, 0, 1) == '1') { Verified; }
if (substr($string, 2, 1) == '1') { Sale; }
if (substr($string, 4, 1) == '1') { Guaranteed; }
[/PHP]



Are you sure you want to delete this post?

robertman11
These keys are like a username/password. They will allow users to authenticate and get private data (such as fund amount, alerts, sales, etc). Part of it is complete, if you want early access just contact the HD and ask.



Are you sure you want to delete this post?

jakemadness
These keys are like a username/password. They will allow users to authenticate and get private data (such as fund amount, alerts, sales, etc). Part of it is complete, if you want early access just contact the HD and ask.

That is something I will definitely do, I will also start coding for alerts fund amounts on my newer under dev aff store. Once again you provided me with useful information thanks dude What is SEOClerks API Key



Are you sure you want to delete this post?

ionicware
@JAKE - I'm loving that signature logo. Do you have a service for making those, so I can order one?



Are you sure you want to delete this post?

jakemadness
@JAKE - I'm loving that signature logo. Do you have a service for making those, so I can order one?

Thankyou, I'll see if I can make a script to create them soon and probably let it be a free service for affiliates resources. If I can't make a script to create them I will create a service to manually create them.



Are you sure you want to delete this post?