Youtube.php is not using bandwidth of our server

Status
Not open for further replies.

iikasmani21

New Member
Messages
5
Reaction score
0
Points
0
this bandwidth is used from youtube's server as you can check my bandwidth and also you please check that youtube listed video (Related) redirect to youtube site it does not play on our site. please check all thing and start my website again. or please active it for few hours so i can move on to other hosting. please it is an request
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
$url="http://gdata.youtube.com/feeds/api/videos?vq=$search&racy=include&max-results=50";

$ch = curl_init(); // initialize curl handle
curl_setopt($ch, CURLOPT_URL,$url); // set url to post to
curl_setopt($ch, CURLOPT_FAILONERROR, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); // return into a variable
curl_setopt($ch, CURLOPT_TIMEOUT, 3); // times

$f = curl_exec($ch); // run the whole process
curl_close($ch);

^ That's downloading info from youtube's system. That's content scraping, which we don't allow. As I already added in your other ticket, you did indeed get a re-review and were found to be correct - the copyright infringing videos weren't hosted on your account. The downside is in the process I found youtube.php scraping content, which is also a permanent suspension.



Edit: And just to ram that point home:

"curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks."

It is indeed a content scraper since it's transferring data.
 
Last edited:

iikasmani21

New Member
Messages
5
Reaction score
0
Points
0
Ok I am ready to delete file youtube.php from my panel as you cannot say that you cannot unsuspend my account as if you can also understand that it was unknown by me and it is only the way we can embed videos of youtube to our site. so still i say is you can delete that file which is against your hosting and start my service.

Thank you
 

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
Your account will be terminated automatically and you won't get a second chance.
 
Status
Not open for further replies.
Top