Recent Posts

Pages: [1] 2 3 ... 10
1
Requests / Re: buzzheavier.com REQ
« Last post by Titeuf49 on 24-05-2024, 18:35:50 »
Hi,
Up please!
Thank
2
General Discussion / Re: Run at upload end OK
« Last post by juntay on 24-05-2024, 06:16:30 »
i try move %f c:/uploaded but it's error

The system cannot find the file specified.
3
General Discussion / What the correct settings to add account
« Last post by samsonwilliams on 24-05-2024, 05:12:43 »
Hello.

What the correct settings to add account.

Username + pw and api key insert = not detect account
Email + pw and api key insert = not detect account

what the correct login?
4
Requests / Re: pastebin.com REQ
« Last post by lightduty on 24-05-2024, 01:28:36 »
Can easily be done in a JS bookmarklet using JSON.

Hacxx Pastebin Poster
Code: [Select]
javascript:(function(){var keyword=prompt("Type your Paste!","");var form=document.createElement('form');form.setAttribute('action','https://pastebin.com/api/api_post.php');form.setAttribute('method','POST');var input1=document.createElement('input');input1.setAttribute('type','hidden');input1.setAttribute('name','api_dev_key');input1.setAttribute('value','cc8ce2c336b42ed2ff67b6716faaacb1');form.appendChild(input1);var input2=document.createElement('input');input2.setAttribute('type','hidden');input2.setAttribute('name','api_option');input2.setAttribute('value','paste');form.appendChild(input2);var input3=document.createElement('input');input3.setAttribute('type','hidden');input3.setAttribute('name','api_paste_code');input3.setAttribute('value',keyword);form.appendChild(input3);var input4=document.createElement('input');input4.setAttribute('type','hidden');input4.setAttribute('name','api_paste_private');input4.setAttribute('value','0');form.appendChild(input4);var input5=document.createElement('input');input5.setAttribute('type','hidden');input5.setAttribute('name','api_paste_name');input5.setAttribute('value',keyword);form.appendChild(input5);var input6=document.createElement('input');input6.setAttribute('type','hidden');input6.setAttribute('name','api_paste_expire_date');input6.setAttribute('value','10M');form.appendChild(input6);document.body.appendChild(form);setTimeout(function(){form.submit();},1000);})();
5
Requests / Re: rumble.com REQ
« Last post by lightduty on 24-05-2024, 01:26:53 »
Should be straighforward. Rumble api seems accessible.
6
Requests / Re: dailyuploads.net plugin not working OK
« Last post by lightduty on 24-05-2024, 01:25:23 »
Not recommending it... There are better services out there.
7
Requests / Re: Files.offshore.cat REQ
« Last post by lightduty on 24-05-2024, 01:24:15 »
Looks good, thanks.
8
Requests / Re: Process of adding new hostings (servers) Read this
« Last post by lightduty on 24-05-2024, 01:23:53 »
Thanks
9
General Discussion / Re: Run at upload end
« Last post by z_o_o_m on 23-05-2024, 15:43:06 »
Have a look at the question mark [?], you will see variables
10
Requests / Re: pastebin.com
« Last post by z_o_o_m on 23-05-2024, 15:40:47 »
Mail me if you want to donate for that.
Pages: [1] 2 3 ... 10