sharma-pankaj-tech / phurl

Automatically exported from code.google.com/p/phurl
0 stars 0 forks source link

Amazon URLs not working #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using the newest Beta, other URLs work, can't add an Amazon URL like
http://www.amazon.com/exec/obidos/ASIN/B001M4N956/itquotes162-20

Original issue reported on code.google.com by l337dex...@gmail.com on 12 Aug 2009 at 3:30

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Tried with other URLs that dont end in a .php or something, none of those are 
working
for me

Original comment by l337dex...@gmail.com on 12 Aug 2009 at 3:33

GoogleCodeExporter commented 9 years ago
Could you please check your database record to determine how Phurl store your 
url string?

Original comment by hdo...@gmail.com on 12 Aug 2009 at 4:03

GoogleCodeExporter commented 9 years ago
It didn't store that string.

Original comment by l337dex...@gmail.com on 12 Aug 2009 at 4:13

GoogleCodeExporter commented 9 years ago
Does it give any error message?

Original comment by hdo...@gmail.com on 12 Aug 2009 at 4:22

GoogleCodeExporter commented 9 years ago
The URL you have entered is not allowed.

Original comment by l337dex...@gmail.com on 12 Aug 2009 at 4:58

GoogleCodeExporter commented 9 years ago
http://SlenkURL.com if you want to see for yourself

Original comment by l337dex...@gmail.com on 12 Aug 2009 at 4:58

GoogleCodeExporter commented 9 years ago
Edit your index.php file and find:

if (preg_match("/($hostname|$domain)/i", $data['host'])) {

line.

Change it to:

if (preg_match("/slenkurl\.com/i", $data['host'])) {

Problem will be fixed in next version.

Original comment by hdo...@gmail.com on 13 Aug 2009 at 6:38

GoogleCodeExporter commented 9 years ago
Issue 25 has been merged into this issue.

Original comment by hdo...@gmail.com on 3 Sep 2009 at 7:55

GoogleCodeExporter commented 9 years ago
this was fixed in v2 beta 3

Original comment by hcblahb...@gmail.com on 3 Jul 2010 at 8:33