Hi William,

I have a quick question if you don't mind.  Your parser is freaking
awesome!!!  I discovered PhoneGap which allows me to run html, css, etc from
the device as a native app so I imported all of my files and it works fine.
The only problem is that the deveice can't access the PHP parser from my web
hosting server...If I remove the reference to the parser the feed works fine
but I loose the custom icons.  Is there a trick to allowing access to a PHP
file from an address outside the main location.  For example when I load the
page http://vaviper.org/viperapp.html it references
http://vaviper.org/rss2kml.php and works great...  But now that the html is
residing on the device itself it can't access the PHP file.  I'm assuming
it's a permissions thing.  I tried changing the permissions on the
http://vaviper.org/rss2kml.php file to 777 but that didn't fix it.

Any ideas?

Thanks,

Jack

On Fri, May 14, 2010 at 11:53 PM, William <[email protected]> wrote:

> On May 15, 10:50 am, Jack Berberette <[email protected]> wrote:
> > This doesn't work but if change the php location from
> > http://www.gamecarver.com/rss2kmz.php? to
> > http://www.csvmap.com/rss2kmz.php?
> > it works fine.  Am I missing a step?
>
> Hey Jack, yes it's good to make progress and see the map with real
> icons!
>
> Regarding the PHP issue, first verify that PHP is running on your
> server by creating a tiny file called info.php with the following:
>
> <?php phpinfo(); ?>
>
> that should return the full system information for php like this:
>
> http://www.william-map.com/info.php
>
> If PHP is running ok, then the problem might be that the PHP process
> doesn't have permissions to write temporary files on the server.
>
> The temporary files are used to create the Zip archive for the KMZ
> file, and to save the downloaded icon.  I found that KMZ worked better
> in google maps because the icon is packaged up with the KML file and
> therefore the google server can render the map immediately without
> waiting for subsequent downloads of the icons.
>
> So the next step would be to try KML output, using this version of the
> script:
>
> http://www.william-map.com/20100512/1/rss2kml.txt
>
> ...
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>
 PR: wait... <javascript:{}> I: wait... <javascript:{}> L:
wait...<javascript:{}> LD:
wait... <javascript:{}> I: wait... <javascript:{}>wait... <javascript:{}> Rank:
wait... <javascript:{}> Traffic: wait... <javascript:{}> Price:
wait...<javascript:{}> C:
wait... <javascript:{}>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to