I have 5 main keywords and 5 subkeys for each as recommended for these two sites and now I have updated the first site completely but the second site will not update yahoo answers and I have a feeling it is due to their API restrictions is there anyway around this?
Chances are that it's not due to API limits. It takes 5,000 API calls in one day to exceed that, which is quite a bit.
Chances are that Y! was just having problems with returning results at the time you were updating. I've seen this happen on many occasions. Give it another try. If you're still having problems, post the exact error message you are receiving here and we can take a closer look.
Tried again and I am still receiving the same error:
Quote:Warning: file_get_contents(http://answers.yahooapis.com/AnswersServ...results=50) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home1/boxows/public_html/guru/includes/domain.php on line 570
Code:
$array = unserialize(file_get_contents($rest_url));
That of course is line 570 maybe should I change that to an fopen?
That's definitely an issue on the Y! side. I ran a couple tests using what you've posted here and have found that the problem lies within the keyword you're trying to update (affiliate marketing tips2008). I'm not sure why, but Y! is throwing no data based upon that phrase. If you were to try it again after changing it just to "affiliate marketing tips" you'll see that it should work fine.
It is rare, but there are some terms that have issues. My guess is that the questions/answers on the Y! side in some results hold some odd code that has not been properly "cleaned" on their side. In any case, there's not much that can be done on your side to prevent this.
Actually the keyword wasn't the issue. It updated this morning so I am sure it is the API restriction so I may haft to move to a dedicated server if I am unable to keep my site updated.
However I want everyone who reads this to know that your software is the most well written and commented code I have seen in any AdSense script. Usually you get a whole bunch of kitchen sink fixes slammed together and sold for hundreds of dollars but with your software it actually as said is well written and commented well enough a monkey could expand it.
There are a few ideas I have for the script and with your blessing would like to release them as modules to the community. The source would be open following your license.
As a user of "AdSenseBoy" I can tell you that your software is superior just based on the fact that the source is editable and not encrypted. Kuudos to you and who ever else helped on this script.
Thanks yoyo. I truly appreciate your comments. Most of the people that use the software are programming novices, so it's refreshing to know that someone is making an attempt to explore the code a bit.
You can feel free to build upon the software and share your modules as you like. All I ask is that you not redistribute any of the base structure along with your modules. Feel free (of course) to utilize the base structure... just don't redistribute it
Have fun!
-Jeff