16 Posted Topics
Re: articles submission, web directory submission, search engine submission, social network marketing are a few you can start off with. | |
Re: A number of places you can get the sample code for geo location matching, i.e, ip2location and maxmind. Personally i like ip2location, [URL="http://www.ip2location.com"]http://www.ip2location.com[/URL] on the supports and variety of packages. | |
Re: I believe most of the spammer will use the proxy to spam the stuff, therefore i may suggest you to use the proxy detector to block them out from reaching your page. Check this out: [URL="http://www.ip2proxy.com"]http://www.ip2proxy.com[/URL] | |
Re: This sample code shall be able to help you: https://www.fraudlabs.com/samplecodes.aspx | |
Re: You may also want to check out this webservice: http://www.ip2currency.com | |
Re: You can develop a mobile web using HTML5 to capture the geolocation information that they checked in. Not that difficult, see this http://www.ipgeo5.com | |
Re: You may try this: http://www.ip2phrase.com/. A way to display a custom message of the visitor geo location. | |
Re: Try this: http://www.ipinfodb.com Free geo location API to get the location information from visitor IP. | |
Re: You may try http://www.ipinfodb.com for free geolocation service. For more accurate and updated result, you may need to get a paid version, such as http://www.ip2location.com (database) http://www.fraudlabs.com (Webservice call) | |
Re: Check this web service with free license. An web service API to get the converted amount and also the relevant currency information. (http://www.ip2currency.com) $visitorip = $_POST["visitorip"]; $fromcurrencycode = $_POST["fromcurrencycode"]; $tocurrencycode = $_POST["tocurrencycode"]; $fromamount = $_POST["fromamount"]; $license = $_POST["license"]; $wsdl = "http://v1.fraudlabs.com/ip2currencywebservice.asmx?wsdl"; $client = new SoapClient($wsdl); $parms = array("VISITORIP" => $visitorip,"FROMCURRENCYCODE" … | |
Re: http://www.ipinfodb.com is another free alternative for geo location solution. It is as simple as this: http://api.ipinfodb.com/v3/ip-country/?key=<your_api_key>&ip=74.125.45.100 to retrieve you the country information. | |
Re: I think they have reasons to restrict the user to access their service. Anyway, if you need to bypass the country restriction check, the good way is VPN, since you are talking about streaming. I dun think free service will give you the speed you want, perhaps, you should opt … | |
Re: Is your visitor click 'allow' and grant you the approval to read their location? The problem with this technique was it require explicit approval from your visitor, if your visitor refuse to do so, you won't have any result display. The better solution would be checking their location using geo … | |
Re: I believe your proposed solution to have different pages are the right solution to increase the seo keyword for the intended city name. Perhaps, you may implement the index.php with the ip detection solution of the visitor (from which city, region) and re-direct them according to the right page. In … | |
Re: [QUOTE=theguitarist;1712460]Hey Hearth.Thanks for your reply. But is it possible for a fellow user to view another one's IP address which you is passed to the server on every request?[/QUOTE] If you talking about the IP address in HTML browsing. It seem to be no way people could view other people … | |
Hi Expert, I'm currently using the javascript as follow to display a greeting message based on visitor's location, as follow: [CODE] <script language="Javascript" src="http://www.ip2phrase.com/ip2phrase.asp?template=<CITY>, <COUNTRY><FLAG> - Welcome to my site!"></script> [/CODE] from [URL="http://www.ip2phrase.com"]http://www.ip2phrase.com[/URL] It works, but now i would like to have the auto translation for the phrase "Welcome to … |
The End.