I wrote a script to get dailymotion video's download link. It's working on localhost but it's not working wwhen i upload it to my host. I tried in other hostings to . Result same. When i upload and work on host dailymotion forbids. But at localhost it allows. Is there anyone can help me I will send script to who can do this. So if you don't know something about this don't write if you know write here or send me pm
... or it could be that DailyMotion is blocking your host's IP address. I'd check their resources because NORMALLY, if it's not against the TOS, they give you an easy way to do it. Conversely, if they don't give you an easy way to do it, it's against their TOS anyway.
Check your code for the function fopen. fopen is frequently disallowed by hosts for security reasons (which is a good thing), but frequently used by developers (which is a bad thing). cURL is a decent workaround in most instances.