Explain me about this link

Sam

Master
Joined
Mar 21, 2013
Messages
1,196
Reaction score
317
php is a server side language.. facebook uses php.. even dj is built on php.. so about the download.php file.. its just a simple php file which works on query inputs..

to make it simple.. the download.php file checks if link got inputs.. anything after ? symbol is treated as a key and after = is the value.. so it checks if "id" matches youtube_0c78rYRrFbY and key matches a valid value (EgBo3pWh2uNc) and d=y probably means Download is Yes.. d=n or any other value might not let you download the file..

Hope thats easy to understand
 

varun47

Average
Joined
Jul 17, 2016
Messages
283
Reaction score
8
php is a server side language.. facebook uses php.. even dj is built on php.. so about the download.php file.. its just a simple php file which works on query inputs..

to make it simple.. the download.php file checks if link got inputs.. anything after ? symbol is treated as a key and after = is the value.. so it checks if "id" matches youtube_0c78rYRrFbY and key matches a valid value (EgBo3pWh2uNc) and d=y probably means Download is Yes.. d=n or any other value might not let you download the file..

Hope thats easy to understand
Thanks for reply. These type of links only allowed one ip. I just need to bypass this. Since I don't know too much about php. I need to cloud download there type of files with this link but only some bytes file download.
 

Sam

Master
Joined
Mar 21, 2013
Messages
1,196
Reaction score
317
Thanks for reply. These type of links only allowed one ip. I just need to bypass this. Since I don't know too much about php. I need to cloud download there type of files with this link but only some bytes file download.
we cant know about their allowance unless get a peek on their php file.. which is impossible.. maybe you could use a static ip to generate link and download from it..
 
The Digital Janta Forum has been archived after serving 2008 to 2022 great years as Top leading Free Internet Forum !
Top