Jump to content

clanstyles

Members
  • Posts

    295
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

clanstyles's Achievements

Member

Member (2/5)

0

Reputation

  1. I can't edit my above post. My best option I see is use Google, Yahoo and Bing's API to grab lat and long then store them in our database. I think this is against their TOS though. I'd like a more "proper" way to do this even if we have to pay.
  2. I was going to do like Cities, just by location.
  3. I don't think that's the full path of the bot. Also ./bigbrotherbot
  4. Thank you guys! So assuming I want to do a radius search based on Address OR City or Zip, i felt that a longitude & latitude search would be best. The reasons I came up with were: Most accurate MySQL can handle doing all the math. I'm not completely sure about this if it's the best way, but.. what do you guys think? Thank you!
  5. I've been developing an application for some time now. It's come to the point to populate the database with accurate information. I've been searching for a list of City, State, Zip, Long & Lat for each. How can I find something like this? I see tons of them for sale, 79 bucks or so, but I don't want to pay. How do most of these people get their data? Thank you
  6. Sorry, you lost me lol.. I tried: a img .purchase a:hover{ background-image: url(images/nav_purchase_roll.gif); } doesn't work.
  7. Hey, I have <a href="#"><img class="purchase" src="images/nav_purchase.gif" alt="Purchase" /></a> .purchase { width: 142px; height: 28px; margin-left: 285px; position: absolute; border: 0px; } .purchase a:hover { background-image: url(images/nav_purchase_roll.gif); } now I need to roll over that img and have it work fine. It doesn't work... heh (img does exist).
  8. Where can I learn to use the template system better? I don't understand how Zen Carts system works. I mean I've seen the lazy tree diagram that they created for the example, but its not enough information... how can I get more? Thanks
  9. well I do c++ so using vmware, I could just create a small linux app to do this.. great...I thought you could.
  10. hey, I don't really want to depend on a shh program. php dcripys plz.
  11. yeah.. so how would I take a screen shot of it? like Alexa.com does for all its sites.
  12. How would you go about taking screenshots of other sites with PHP?
  13. Thanks fixed. I just did all those, I missed a few when converting it o.0. Any SQL Injections you can find?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.