Results 1 to 10 of 11
Threaded View
-
20th Aug 2010, 05:38 PM #8MemberWebsite's:
litewarez.net litewarez.com triniwarez.comanother way to do this is using the gears API!
here's an example!
Code:var p = {}; function geofind(successCallback, errorCallback) { try { navigator.geolocation.getCurrentPosition(successCallback, errorCallback, { maximumAge: 600000 }); }catch(e) { try { var geolocation = {}; geolocation = google.gears.factory.create('beta.geolocation'); geolocation.getCurrentPosition(successCallback, errorCallback); } catch(e) { try { p.coords = google.loader.ClientLocation; successCallback(p); }catch(e) { errorCallback({ message: "No Geolocation providers found" }); } } } }
Code:geofind(function(result) { //Success $.post('set_geo_location.php',{result},function(){ //ask the user to reload the page as you now have a geo-location in $_SESSION }); }, function(error) { //Error } );
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to change the date.timezone value in PHP?
By Areon in forum Server ManagementReplies: 0Last Post: 20th Mar 2014, 01:07 PM -
Mysql Timezone
By Mr.Mirchi in forum Web Development AreaReplies: 3Last Post: 1st Sep 2012, 06:10 PM -
Ubuntu 10.04 Installtion hangs on timezone screen :(
By sceneguy in forum Server ManagementReplies: 2Last Post: 14th Apr 2012, 05:31 AM -
Big problem with timezone
By Spetsnaz in forum Server ManagementReplies: 4Last Post: 28th Mar 2012, 07:06 AM -
What's the timezone of Hotfile system?
By kohkindachi in forum Webmasters, Money MakingReplies: 3Last Post: 16th Jul 2010, 01:09 PM
themaCreator - create posts from...
Version 3.48 released. Open older version (or...