This is how it look the config.php file:
---------------
[code]
<?php
$adminuser = "admin";
$adminpass = '1q2w3e';
$sitename = "Acrespy- Realtime Vertical Real Estate Search Spider that
aggregates the best Real Estate sites on the web.";
$sitedescription = "Find all Real Estate. Real Estate search made
simple at Acrespy, the largest search engine for Real Estate.";
$sitekeywords = "real estate, real, real estate search engine, find
real estate, find homes, buy homes, real estate listings, resume post,
aggregator";
$state_abbreviation = "";
$limit_listings = "10";
$default_keyword = "New York,NY";
$googleadsensecode1 = '<script type="text/javascript"><!--
google_ad_client = "pub-6630109012927307";
/* 300x250, gemaakt 28-2-08 */
google_ad_slot = "
2266903511";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
$googleadsensecode2 = '<script type="text/javascript"><!--
google_ad_client = "pub-6630109012927307";
/* 160x600, gemaakt 28-2-08 */
google_ad_slot = "0261831978";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
$googleadsensecode3 = '<script type="text/javascript"><!--
google_ad_client = "pub-6630109012927307";
/* 728x90, Acrespy Bottom Results */
google_ad_slot = "1885602084";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
"ABQIAAAAfCfM0a_e8yqeoe2Hvly1RhTTBeWxVNRU7Ay3ZqAVywTlMJKtbRQaNE-
x7iXkOAjwito-WI7ZCux4KA";
$linkcolor1 = "#3C830C";
$linkcolor2 = "#204B04";
?>
[/code]
I replaced the above key
"ABQIAAAAfCfM0a_e8yqeoe2Hvly1RhTTBeWxVNRU7Ay3ZqAVywTlMJKtbRQaNE-
x7iXkOAjwito-WI7ZCux4KA"
with new one I generated for
http://www.acrespy.com but still have
the issue.
Can you help, please! Thank you in advance!
On Jun 22, 7:40 am, Jeremy Geerdes <
jrgeer...@gmail.com> wrote:
> Find the line on your page that starts like this:
>
> <script src="
http://maps.google.com/maps?file=api&v=2&key=
> And replace the key parameter that's being passed in the url with the
> key that you provided.
>
> Jeremy R. Geerdes
> Effective website design & development
> Des Moines, IA
>
> For more information or a project quote:http://jgeerdes.home.mchsi.comhttp://jgeerdes.blogspot.comhttp://
jgeerdes.wordpress.com
>
jgeer...@mchsi.com
>
> Unless otherwise noted, any price quotes contained within this
> communication are given in US dollars.
>
> If you're in the Des Moines, IA, area, check out Debra Heights
> Wesleyan Church!
>
> And check out my blog, Adventures in Web Development, athttp://
jgeerdes.blogspot.com
> !
>
> On Jun 17, 2009, at 8:11 PM, shaise wrote:
>
>
>
> > Ok, guys
>
> > I did generated a key for both:
http://www.acrespy.com andwww.acrespy.com
> > but unfortunately both doesn't work. I'm getting that so annoying
> > error.
> > Here's what I have by default,
> > -----
>
> > <script type="text/javascript"
> > src="
http://pagead2.googlesyndication.com/pagead/show_ads.js"></
> > script>';
> > $googlefeedapiid =
> > "ABQIAAAAquyoNhJIt_VQTRVOf3AQTxTCnwATk2k9k73EKNLbitQXoed
> > -8BRClgQA0C8VIwzHxRTRRUCfTnljkg";
>
> > ----
>
> > Here's my new key: ABQIAAAAquyoNhJIt_VQTRVOf3AQTxQtuBoz9-
> > MNT0RRqjMgGybzEb_t7xSJcjxS_TRzrCEl7qDhtFYAxjlnOg
>
> > Please, guys if you have the chance to help me out and escape from
> > this trouble.
> > Thank you in advance!
>
> > On Jun 17, 1:46 pm, Jeremy Geerdes <
jrgeer...@gmail.com> wrote:
> >> Actually, you do need a key because you're using the GMaps API. The
> >> reason I asked about the url was because those are very sensitive,
> >> and
> >> a key forwww.acrespy.comwouldNOT work for
acrespy.com. I tested
> >> both ways and still saw the key error. If you haven't done so
> >> already, I would try re-registering the key, making sure it is forhttp://
www.acrespy.com
> >> .
>
> >> Jeremy R. Geerdes
> >> Effective website design & development
> >> Des Moines, IA
>
> >> For more information or a project quote:
http://jgeerdes.home.mchsi.comhttp
> >> ://jgeerdes.blogspot.comhttp://
jgeerdes.wordpress.com
> >>
jgeer...@mchsi.com
>
> >> Unless otherwise noted, any price quotes contained within this
> >> communication are given in US dollars.
>
> >> If you're in the Des Moines, IA, area, check out Debra Heights
> >> Wesleyan Church!
>
> >> And check out my blog, Adventures in Web Development, athttp://
jgeerdes.blogspot.com
> >> !
>
> >> On Jun 17, 2009, at 11:04 AM, Ben Lisbakken wrote:
>
> >>> Shaise --
>
> >>> You don't need to use a key. However, here is the correct URL for
> >>> an API key:
> >>>
http://code.google.com/apis/ajaxfeeds/key.html
>
> >>> -Ben
>
> >>> On Wed, Jun 17, 2009 at 7:23 AM, shaise <
emilkos...@gmail.com>
> >>> wrote:
>
> >>> Hey Jeremy,
>
> >>> I'm usinghttp://www.acrespy.comforgenerating the key but