Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K

16 Posted Topics

Member Avatar for petrarobert002

articles submission, web directory submission, search engine submission, social network marketing are a few you can start off with.

Member Avatar for Annette Everitt
0
229
Member Avatar for ritesh0104

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.

Member Avatar for Wailintun
0
273
Member Avatar for tadisaus2

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]

Member Avatar for Icone
0
179
Member Avatar for gulbano

This sample code shall be able to help you: https://www.fraudlabs.com/samplecodes.aspx

Member Avatar for mwatson81
0
138
Member Avatar for sharlynjm

You may also want to check out this webservice: http://www.ip2currency.com

Member Avatar for stultuske
0
122
Member Avatar for rotten69

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

Member Avatar for chrislim2888
0
284
Member Avatar for Marty1963

You may try this: http://www.ip2phrase.com/. A way to display a custom message of the visitor geo location.

Member Avatar for chrislim2888
0
152
Member Avatar for rayidi

Try this: http://www.ipinfodb.com Free geo location API to get the location information from visitor IP.

Member Avatar for chrislim2888
0
349
Member Avatar for Panathinaikos22

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)

Member Avatar for chrislim2888
0
149
Member Avatar for achiman

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" …

Member Avatar for PatrikIden
-1
4K
Member Avatar for alpha2006

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.

Member Avatar for chrislim2888
0
2K
Member Avatar for konglungen

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 …

Member Avatar for chrislim2888
0
2K
Member Avatar for raredesign

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 …

Member Avatar for chrislim2888
0
244
Member Avatar for webmaster@123

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 …

Member Avatar for Jessica1234
0
245
Member Avatar for theguitarist

[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 …

Member Avatar for theguitarist
0
205
Member Avatar for chrislim2888

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 …

0
101

The End.