mzubairsaleem / gtranslate-api-php

Automatically exported from code.google.com/p/gtranslate-api-php
GNU General Public License v3.0
0 stars 0 forks source link

missing userip parameter #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Google requires a userip parameter for resolving API Access issues
regarding server-side implementations.
http://code.google.com/apis/errors/

This would solve the problem while creating the request URL:
$parameters["userip"] = $_SERVER["REMOTE_ADDR"];

Original issue reported on code.google.com by ufuk...@gmail.com on 7 Apr 2010 at 11:06

GoogleCodeExporter commented 8 years ago

Original comment by josedasilva on 23 Jul 2010 at 6:26

GoogleCodeExporter commented 8 years ago
Issue 19 has been merged into this issue.

Original comment by josedasilva on 23 Jul 2010 at 6:29

GoogleCodeExporter commented 8 years ago

Original comment by josedasilva on 23 Jul 2010 at 6:47