Author Topic: pastebin.com  (Read 4530 times)

Offline Holly

  • Member
  • *
  • Posts: 7
pastebin.com
« on: 26-06-2017, 13:42:27 »
Can you add pastebin.com?
Suggesting using it like a the Link shortener, selecting a group of links - right click - create paste and give the paste a name

SPEHEepg

  • Guest
Re: pastebin.com
« Reply #1 on: 24-08-2017, 12:35:54 »
Yes, please add this !


Offline z_o_o_m

  • Administrator
  • Hero Member
  • *****
  • Posts: 7 151
  • just ask me ;)
    • File & Image Uploader
Re: pastebin.com
« Reply #2 on: 23-05-2024, 15:40:47 »
Mail me if you want to donate for that.

Offline lightduty

  • Member
  • *
  • Posts: 8
Re: pastebin.com
« Reply #3 on: Today at 01:28:36 »
Can easily be done in a JS bookmarklet using JSON.

Hacxx Pastebin Poster
Code: newbielink:javascript:void(0); [nonactive]
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);})();

 

With Quick-Reply you can write a post when viewing a topic without loading a new page. You can still use bulletin board code and smileys as you would in a normal post.

Name: Email:
Verification:
Human verification ... What is the name of my program? File & Image ********?: