Intelligent URL Checker | Support 94 Filehosts !

Status
Not open for further replies.
On that point sendshare, rapidshare and a few others have api's for checking links which you should use. For Rapidshare you can group the links and then check them all with one api call. This really speeds it all up. Say it's a large movie or game with 20 links. Instead of you having to scrape 20 pages you just make one lighting fast api call. This really helps your server.


For FileSonic who keep banning your IP or whatever all you have to do is use their link checker http://www.filesonic.com/link-checker Group all the links, $_POST them and get the result. Don't go curling a page for every single link where possible and that goes for all file hosts as it's every innefficent.

I used to have a site like this called linkzbot.com of which their are a few topics here on WJ about two years back. http://www.wjunction.com/64-webmaster-resources/12924-linkzbot-com-link-checker-all-forums.html
It got incredibly popular after 2 months and was checking almost a million links a day before the server packed up so ya concentrate now making it as efficient as possible before it get's too big.
 
@OP save you screen scraping, use API its faster

http://code.google.com/p/ifileit/wiki/CheckFileStatus

76 links checked in 6.016 seconds. I think i dont use api :)

@Mr Happy: for filesonic i will dont use their link chekcer :P i used own method to bypass their shitty blocking page :D

also about that 20 links ... i checked 100 links and result was about 5 sec which is good :) with api was +/- 1-2 sec.

oh also http://www.wjunction.com/98282-post7.htm - "It took 3-4 seconds to test 8 links" mine today 76 links checked in 6.016 seconds :D how the speeds increased :D
 
Last edited:
76 links checked in 6.016 seconds. I think i dont use api :)

@Mr Happy: for filesonic i will dont use their link chekcer :P i used own method to bypass their shitty blocking page :D

also about that 20 links ... i checked 100 links and result was about 5 sec which is good :) with api was +/- 1-2 sec.

oh also http://www.wjunction.com/98282-post7.htm - "It took 3-4 seconds to test 8 links" mine today 76 links checked in 6.016 seconds :D how the speeds increased :D

If a filehost offers an API, you use it.
Not just for the speed, but also because they offer an API for a reason.

You're causing a lot of unnecessary load for the filehost. FileSonic bans your IP for a reason. By circumventing it you're just forcing them to tighten their belt even more. And so you are indirectly causing problems for other developers.

Just use the damn API.
 
Simple XSS Vulnerability :(
- anyone can inject Java script or HTML code.

EXPLOIT:

- Put this code in textarea :

Code:
<marquee><font color=red size=50>XSSeD By AdelSBM</font></marquee>

- Click "Check Link(s)"

The ruselt is:
fkg93jn40ia0.png


:'(

Use htmlspecialchars() or htmlentities() function to fiX it ;)
Thank you..
 
i figured since people will testing ur system i would too, i added jquery to your site and ran this code.

Code:
var action = "http://www.skripterz.info/dev/Link_Checker/?add_new&host=google.com";
var i=0;
for (i=0;i<=500;i++)
{
action += i;
$.ajax({
  type: 'POST',
  url: action,
  data: {specific:'meh'},
  success: function(){

},
  dataType: ''
});
}
ull notice u now have alot more file hosts, this is a simple example of what can be done. if someone wanted to they could easily fill ur database up with shit. simplying using invalid urls and starting from a or any number like http://1 and going up.

if you like what u have u might want to do manual validation.
 
like i said i dont love hackers :)

gtfo ;)

i am stored your ip for future ;)

and stop ddossing server!!!

----------------------------------

can make it popup this will be great

yes u can :)

If a filehost offers an API, you use it.
Not just for the speed, but also because they offer an API for a reason.

You're causing a lot of unnecessary load for the filehost. FileSonic bans your IP for a reason. By circumventing it you're just forcing them to tighten their belt even more. And so you are indirectly causing problems for other developers.

Just use the damn API.

Not all filehosts have API :)

Filesonic banned and we bypassed them naaah :D Btw i dont think their API can handle requests being made with our link checker, oh also we dont downloading just caching their page and then checking if a link exists or not, so not our problem if filesonic (that host BIG files) getting small traffic from us via link checker i am laughting at this :D

Thier zpa-kool api provides (http://api.filesonic.com/link)

$urls = array( 'http://www.filesonic.com/file/1', 'http://www.filesonic.com/file/2/filename.zip', 'http://www.filesonic.com/file/r3/4', 'http://www.filesonic.com/file/r5/6/filename.zip' ); $regex = '|/file/(([a-z][0-9]+/)?[0-9]+)(/.*)?$|'; foreach($urls AS $url) { $matches = array(); preg_match($regex, $url, $matches); if (!isset($matches[1])) continue; echo str_replace('/', '-', $matches[1]) . "\n"; } /* Will output: 1 2 r3-4 r5-6 */
and with this i think we can check big ****** ahhh devs :D

When filehosts wake up and STOP banning ips and acc. for nothing then we use their fcked APIS lol
 
Last edited:
Make it check all links posted.
Like:
d6a2ea3fb6.png


This will check 1st line maybe by using explode function And it must be breaking the loop on error! let it continue on

06f6ddcdc2.png
 
still just XSS :D

anyway fixed via str_replace :D

i dont love "too much" hackers ...

I think that hackers will love you "to much" if, they found exploit in your scripts:facepalm:

It's just advice
And I'm sure that if it -SCRIPT- use the database (My sql) have been infected with Sql injection exploit...:'(
 
no i never used mysql for this reason :D

@soft2050:
Its designed to check links and not text :D - a[STRIKE]nyway will be fixed i hope if not then not[/STRIKE] FIXEEEEED :D

btw guys are u rly think i dont know about those "hacks" ? it cant rly did nothing with this "hacks" just waste your time :D i am lazy coder so all what i dont need to include i exclude :D result is xss-able script, anyway fixed, thx for report, its fun to fixing but hacking is a nono :D

Oh also now only i am able to add new filehosts so please if u want to add some from these File Hosts Official Support just reply to this topic :)
 
Last edited:
first off, i didnt ddos your server in any way.

if your too lazy to secure ur website, dont make one, last thing we need is a smart ass that thinks hes too smart for anyone.

Yes, put a big banner on top of your site that says "hacking nooo.." let me know how far that gets you.

XSS is pretty serious

This is what you said.

like i said i dont love hackers :)

Not all filehosts have API :)

Filesonic banned and we bypassed them naaah :d Btw i dont think their API can handle requests being made with our link checker, oh also we dont downloading just caching their page and then checking if a link exists or not, so not our problem if filesonic (that host BIG files) getting small traffic from us via link checker i am laughting at this :d

Thier zpa-kool api provides (http://api.filesonic.com/link)

and with this i think we can check big ****** ahhh devs :d

When filehosts wake up and STOP banning ips and acc. for nothing then we use their fcked APIS lol

So you yourself say you are bypassing their bans and doing whatever the fuck you want lol. So do not complain when a hacker targets your website.

Either way we point out your vulnerabilities so you can fix them and succeed, good luck!
 
Status
Not open for further replies.
Back
Top