Login Register






Short(Hidden) URL Scanner filter_list
Author
Message
RE: Short(Hidden) URL Scanner #11
(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
[Image: 2YpkRjy.png]
PM me if you need help.
My pastebin HERE. My URL Shortener HERE.

Reply

RE: Short(Hidden) URL Scanner #12
(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
[Image: 2YpkRjy.png]
PM me if you need help.
My pastebin HERE. My URL Shortener HERE.

Reply

RE: Short(Hidden) URL Scanner #13
(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

Reply

RE: Short(Hidden) URL Scanner #14
Wow, thanks for that, its really interesting to know that.
My Faviroute users are blue and rain.

Reply