Sinisterly
Short(Hidden) URL Scanner - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: PHP (https://sinister.li/Forum-PHP)
+--- Thread: Short(Hidden) URL Scanner (/Thread-Short-Hidden-URL-Scanner)

Pages: 1 2


RE: Short(Hidden) URL Scanner - The Alchemist - 02-13-2013

(02-13-2013, 08:59 AM)Deque Wrote:
Code:
else if(strstr($url,"linkbucks.com")) { return "linkbucks"; }

This won't work for most linkbucks links, because linkbucks has so many domains.
I tried to collect them all:
Code:
"any.gs", "tinylinks,co", "linkbucks.com", "yyv.co", "miniurls.co", "qqc.co", "whackyvidz.com", "ultrafiles.net", "dyo.gs", "megaline.co", "uberpicz.com", "linkgalleries.net", "qvvo.com", "urlbeat.net", "seriousfiles.com", "zxxo.net", "ugalleries.net", "picturesetc.net"

There could be more, though, as linkbucks keeps on buying domains.
(Sidenote: The PHP-tagged code is almost impossible to read.)

Other than that it looks good. :ok:

Thanks a lot. I hadn't noticed it in your code. I'm changing it right now.
I think bluedog needs to do something about the text inside PHP tag colors.

(02-13-2013, 09:02 AM)Ex094 Wrote: I was coding that but you did it, Nice work Smile I was stuck at the part where I have to receive the link on that var zzz = 'Real Link' line...
Smile


RE: Short(Hidden) URL Scanner - The Alchemist - 02-13-2013

(02-13-2013, 08:59 AM)Deque Wrote:
Code:
else if(strstr($url,"linkbucks.com")) { return "linkbucks"; }

This won't work for most linkbucks links, because linkbucks has so many domains.
I tried to collect them all:
Code:
"any.gs", "tinylinks,co", "linkbucks.com", "yyv.co", "miniurls.co", "qqc.co", "whackyvidz.com", "ultrafiles.net", "dyo.gs", "megaline.co", "uberpicz.com", "linkgalleries.net", "qvvo.com", "urlbeat.net", "seriousfiles.com", "zxxo.net", "ugalleries.net", "picturesetc.net"

There could be more, though, as linkbucks keeps on buying domains.
(Sidenote: The PHP-tagged code is almost impossible to read.)

Other than that it looks good. :ok:

Thanks a lot. I hadn't noticed it in your code. I'm changing it right now.
I think bluedog needs to do something about the text inside PHP tag colors.

(02-13-2013, 09:02 AM)Ex094 Wrote: I was coding that but you did it, Nice work Smile I was stuck at the part where I have to receive the link on that var zzz = 'Real Link' line...
Smile


RE: Short(Hidden) URL Scanner - bluedog.tar.gz - 02-13-2013

(02-13-2013, 09:14 AM)The Alchemist Wrote: I think bluedog needs to do something about the text inside PHP tag colors.

WIll do


RE: Short(Hidden) URL Scanner - Mrhacker - 02-19-2013

Wow, thanks for that, its really interesting to know that.